Read Before Installing Support Plus HP-UX 11i v1, June 2009
Mounting the Support Plus CD
1. On the system, open a terminal window and log in as root.
2. Insert the Support Plus CD into the drive.
3. If necessary, define a new directory as the mount-point for the CD drive.
To define /cdrom as the mount-point:
mkdir /cdrom
4. If necessary, identify the drive device file:
ioscan -fnC disk
This command lists all recognized CD drives and their associated device
files. The filename will be something similar to /dev/dsk/c1t2d0.
5. Mount the CD drive to the mount-point:
mount -r /dev/dsk/c1t2d0 /cdrom
6. Now you can access the CD from the mount-point:
ls /cdrom
Mounting the Support Plus CD 19