/usr/sbin/mount -rF cdfs /dev/cdrom/c0b0t#l0 /mnt
where /mnt is the mount point directory and t# is the SCSI ID of the CD-ROM device. For example, if your CD-ROM drive is set to a SCSI ID of 5, you would specify /dev/cdrom/c0b0t5l0.
cd /mnt/arcagnts/hpux9.x/image
dd if=uagent.dd of=/dev/install
/dev/install is the default floppy drive on your system. If you want to use a different floppy drive, specify that device instead.
update -s /dev/floppy/c201d0s0 -S700 -d /usr UAGENT
where -s is the source device name (in this case, 3.5" floppy), -S is the system architecture type (``700'' for 700 series, ``800'' for 800 series), and -d is the destination directory name (a directory called uagent will be created under /usr).
A series of messages appear as the installation is completed.
See also: