Example 3 incorrectly shows how to specify the patch list file.
/usr/sadm/bin/smpatch add -H myhost -p mypasswd -u root -- \
-x mlist=/tmp/patch/patch_file \
-x mlist=/tmp/patch/machine_file
|
Change the first instance of mlist to idlist. The example command line should be as follows:
/usr/sadm/bin/smpatch add -H myhost -p mypasswd -u root -- \
-x idlist=/tmp/patch/patch_file \
-x mlist=/tmp/patch/machine_file
|