To install DB2 products using the DB2 Installer, you must first mount the CD-ROM. Once you have mounted the CD-ROM, you can start installing the DB2 Universal Database products.
Refer to the following procedures to mount the CD-ROM on different UNIX operating systems:
Perform the following steps to mount the CD-ROM on AIX operating systems:
mkdir -p /cdrom
![]() |
The directory name /cdrom is used here as an example only. You may
use a different name for your root directory.
|
smit storage
![]() |
Device names for CD-ROM file systems must be unique. You may
need to delete a previously-defined CD-ROM file system or use another
name for your directory, if there is a duplicate device name.
|
/cdrom
smit mountfs
![]() |
After mounting the CD-ROM, proceed to "Step 4. Installing the DB2 Products".
|
Perform the following steps to mount the CD-ROM on HP-UX operating systems:
mkdir /cdrom /usr/sbin/mount /dev/dsk/c0t2d0 /cdrom
where /cdrom is the CD-ROM mount directory.
![]() |
After mounting the CD-ROM, proceed to "Step 4. Installing the DB2 Products".
|
Perform the following steps to mount the CD-ROM on Solaris operating systems:
If the Volume Manager (vold) is installed on your system, the CD-ROM is automatically mounted as:
/cdrom/unnamed_cdrom
where /cdrom/unnamed_cdrom is the CD-ROM mount directory.
If the Volume Manager is not installed on your system, mount the CD-ROM by entering commands as shown in the following example:
mkdir -p /cdrom/unnamed_cdrom mount -F hsfs -o ro /dev/dsk/c0t6d0s2 /cdrom/unnamed_cdrom