IBM Books

Quick Beginnings for DB2 Universal Database for UNIX


Step 3. Mount the CD-ROM

To install DB2 products using the DB2 Installer program, you must first mount the CD-ROM. Once you have mounted the CD-ROM, you can start installing DB2 Universal Database.

Refer to the following procedures to mount the CD-ROM on different UNIX operating systems:

Mounting on AIX Systems

Perform the following steps to mount the CD-ROM on AIX operating systems:

  1. Log in as user with root authority.

  2. Insert the DB2 Client Application Enablers CD-ROM in the drive.

  3. Create a directory to mount the CD-ROM by entering the following command:
       mkdir -p /cdrom
    

    where cdrom is the CD-ROM mount directory.

  4. Allocate a CD-ROM file system by entering the following command:
       smitty storage
    

  5. Select File Systems.

  6. Select Add / Change / Show / Delete File Systems.

  7. Select CDROM File Systems.

  8. Select Add CDROM File System.

  9. Select Device Name.

    Figure hint not displayed.

    Device names for CD-ROM file systems must be unique. If there is a duplicate device name, you may need to delete a previously-defined CD-ROM file system or use another name for your directory.

  10. In the pop-up window, enter /cdrom as the mount point.

  11. Mount the CD-ROM file system by entering the following command:
       smit mountfs
    

  12. Select the FileSystem name. For example, the name could be /dev/cd0.

  13. Select the Directory name, /cdrom.

  14. Select the Type of filesystem, cdrfs.

  15. Set the Mount as READ-ONLY system to Yes.

  16. Log off.


note

After mounting the CD-ROM, proceed to Step 4. Install the DB2 Products.

Mounting on HP-UX Systems

Perform the following steps to mount the CD-ROM on HP-UX operating systems:

  1. Log in as user with root authority.

  2. Insert the CD-ROM in the drive and mount it as in the following example:
        mkdir /cdrom
        /usr/sbin/mount /dev/dsk/c0t2d0 /cdrom
    

    where /cdrom is the CD-ROM mount directory.

  3. Log out.


Figure hint not displayed.

The CD-ROM may also be mounted using the System Administration (SAM) tool. Consult your HP-UX documentation for more information about SAM.



note

After mounting the CD-ROM, proceed to Step 4. Install the DB2 Products.

Mounting on SCO UnixWare 7 Systems

Perform the following steps to mount the CD-ROM on SCO UnixWare 7 operating systems:

  1. Log in as user with root authority.

  2. Insert the CD-ROM in the drive and mount it as in the following example:
        mount -F cdfs -o ro /dev/cdrom/c0b0t5l0 /cdrom 
    

    where c0b0t5l0 is the device name found under the /dev/cdrom directory and varies with the particular hardware on the system.

  3. Log out.


note

After mounting the CD-ROM, proceed to Step 4. Install the DB2 Products.

Mounting on Solaris Systems

Perform the following steps to mount the CD-ROM on Solaris operating systems:

  1. Log in as user with root authority.

  2. If the Volume Manager is not running on your system, enter the following commands to mount the CD-ROM:
       mkdir -p /cdrom/unnamed_cdrom
       mount -F hsfs -o ro /dev/dsk/c0t6d0s2 /cdrom/unnamed_cdrom
    

    where /cdrom/unnamed_cdrom is the CD-ROM mount directory.

    Figure hint not displayed.

    If you are mounting the CD-ROM drive from a remote system using NFS, the CD-ROM file system on the remote machine must be exported with root access. You must also mount that file system with root access on the local machine.

    If the Volume Manager (vold) is running on your system, the CD-ROM is automatically mounted as:

       /cdrom/unnamed_cdrom
    

  3. Log out.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]