use of swinstall to load patch from a software depot
######################################################### swinstall -x match_target=true -s enghp:/raid/02d/DEPOT/fix-sam-dtmail \* ######################################################### note: contents of DEPOT included patches to fix sam after it was corrupted by a previous HP patch...
to use swinstall to load patches from a server depot
/usr/sbin/swinstall -x autoreboot=true -x match_target=true \ -s server:/raid/02d/DEPOT/Patch700_tape_99apr15 \* # /usr/sbin/swinstall -x autoreboot=true -x match_target=true \ -s server:/raid/02d/DEPOT/Y2K-700series \* # # swinstall # -x autoreboot=true # -x match_target=true # -s server:/raid/02d/DEPOT/Y2K-700series \* # OR # -s server:/raid/02d/DEPOT/Patch700_tape_99apr15 \* # #########################################################