Read Before Installing Support Plus HP-UX 11i Version 1, December 2003
13
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 asso-
ciated device files. The filename will be something similar to
/dev/dsk/c1t2d0.
5. Mount the CD drive to the mount-point directory:
mount -r /dev/dsk/c1t2d0 /cdrom
6. Now you can access the CD from the mount-point directory:
ls /cdrom