The following example copies the patch ID 100974-02 from a patch server named cable to the spool directory on the local (OS server) system, using the automounter:
# admclientpatch -a /net/cable/install/sparc/Patches/100974-02 Copying the following patch into spool area: 100974-02 . done |
The following example copies the patch ID 102113-03 from a patch server named cable to the spool directory on the local (OS server) system, by mounting the patch server's patch directory on the local system:
# mount cable:/install/sparc/Patches /mnt # admclientpatch -a /mnt/102113-03 Copying the following patch into spool area: 102113-03 . done |