Use the following procedure to find the instructions appropriate for your operating system:
-
Insert the CD/DVD-ROM into the optical drive.
-
If the CD/DVD-ROM is automatically mounted, continue to step 3. Otherwise, select the appropriate mount command as shown in Mounting the CD/DVD-ROM for UNIX operating systems.
Operating system |
Commands and examples |
|
---|---|---|
Solaris |
# mount -o ro -F hsfs <device> /mnt Example: # mount -o ro -F hsfs /dev/dsk/c0t6d0s0 /mnt |
|
HP-UX |
mount -ocdcase -o ro -F cdfs < DEVICE > /mnt/cdrom mount -ocdcase -o ro -F cdfs /dev/cdrom /mnt/cdrom |
|
Linux |
# mount <device> Example: # mount /dev/cdrom /mnt/cdrom |
|
where <device> is the mount point for the optical drive. |
-
Change to the CD/DVD-ROM directory by typing the appropriate command from Changing to the CD/DVD-ROM directory in UNIX operating systems.
Operating system |
Command |
---|---|
Solaris |
If Volume Manager (VM) is running: # cd /cdrom/<os>/<product>_SUITE/suite If VM is not running: # cd /mnt/suite |
HP-UX |
# cd /mnt/cdrom/suite |
Linux |
If Automount is running: # cd /cdrom/<os>/<product>_SUITE/suite If Automount is not running: # cd /mnt/cdrom/suite |
where: <os> is the operating system, for example, solaris_64, linux_64, or winnt_64. <product> is the product software, for example, NPM or MCAST. |