Installing DB2 Servers > Mounting product CDs or DVDs on Linux or UNIX >
Mounting CDs or DVDs (HP-UX)
This topic explains how to mount your DB2® product CD or DVD for HP-UX.
Depending on your system configuration, you might need to
log on as root to mount discs.
To mount your DB2 for
HP-UX product CD or DVD:
- Insert the CD or DVD in the drive.
- If necessary, define a new directory as the mount point
for the CD or DVD drive. Define /cdrom as the mount
point using the mkdir /cdrom command.
- If necessary, identify the drive device file using the ioscan
-fnC disk command. This command lists all recognized CD
or DVD drives and their associated device files. The file name will
be something similar to /dev/dsk/c1t2d0.
- Mount the CD or DVD drive to the mount-point directory:
mount -F cdfs -o rr /dev/dsk/c1t2d0 /cdrom
- Obtain a file listing to verify the mount using the ls
/cdrom command.
- Log out.
Your CD or DVD file system is now mounted. View the contents
of the CD or DVD by placing it in the drive and enter the cd
/cdrom command where cdrom is the mount
point directory.
[ Top of Page | Previous Page | Next Page | Contents ]