Using CD-ROMs during installation
WebSphere Application Server is installed from CD-ROM. (Fixpaks are available via download .) The information provided here will be helpful when dealing with CD-ROMs in these various configurations, since each operating system handles CD-ROMs differently.AIX
In AIX, a CD-ROM must be logically mounted before it can be accessed by the system for installation.To mount a CD-ROM in AIX:
- Insert the CD-ROM into the CD-ROM drive.
- Log in as user ROOT or type
su - root
to login using the root profile. - Create a
/cdrom
directory by entering mkdir /cdrom. - Enter smit to add a CD-ROM file system.
- Select System Storage Management (Physical & Logical Storage) -> File Systems -> Add/Change/Show/Delete File Systems -> CDROM File Systems -> Add a CDROM File System.
- Select a device name, such as cd0. CD-ROM file system device names must be unique.
- Type
/cdrom
to get the Mount Point prompt. - Select OK, or press Enter if using the smit ASCII interface, returning to the previous smit level, System Storage Management (Physical & Logical Storage).
- Select File Systems -> Mount a File System.
- For file system name, select /dev/cd0.
- For directory over which to mount, select /cdrom.
- For type of file system, select cdrfs.
- For Mount as a READ-ONLY system, select Yes.
- Select OK, or press Enter if using the smit ASCII interface.
- Exit smit.
- Add and mount the CD-ROM, following the steps above.
- Log in with root authority.
- Change the directory to
/cdrom
. - Invoke
./install.sh
by following the standard installation instructions. - When the installation is complete, dismount the CD-ROM by typing:
cd .. umount /cdrom
. - Eject the CD.
Solaris
If Volume Management is running on Solaris, the operating system will logically mount the CD-ROM as soon as it is inserted into the drive. If Volume Management is not running, you will need to logically mount the CD-ROM.To mount a CD-ROM on Solaris:
- Login as root.
- Start the Volume Management daemon by executing the commands:
/etc/init.d/volmgt start
ps -ef | grep vold
Process/usr/sbin/vold
should then be started.
- Insert the CD-ROM into the CD-ROM drive and mount, if necessary. The CD-ROM will be mounted, for example, as
/cdrom/was350
. When a CD-ROM is inserted as root, a File Manager window will be started. Do not kill it. You need this window to eject the CD-ROM. If you kill the window, an orphan process will be using the CD-ROM, resulting in "device busy" errors when you try to eject the CD. - Log in as root and run the CD by typing:
cd /cdrom/was350
- Invoke
./install.sh
by following the standard installation instructions. - When the installation is complete, dismount the CD-ROM by typing:
cd eject cdrom
.
volcheck
command. For example: $ volcheck -v /cdrom
. If no CD-ROM is present, the message /cdrom has no media
will display.HP-UX
In HP-UX, a CD-ROM must be logically mounted before it can be accessed by the system for installation.To mount a CD-ROM on HP-UX:
- Insert the CD-ROM into the CD-ROM drive.
- Log in as user ROOT or type
su - root
to login using the root profile. - Issue the
mount
command to determine if the CD-ROM file system is already mounted and operational by verifying that/cdrom
is listed. If it is, then you may install the contents of the CD. If not, then you need to create a file system and then logically mount the CD-ROM by continuing with the remaining steps. - Create a directory for the CD-ROM, by typing:
mkdir /cdrom
. - Type:
sam &
- Select Disks -> File Systems -> Disk Devices -> CDFS (for CD-ROM File System).
- From the menu bar, select Actions -> View more information -> Show Device Files.
- Do not select raw devices such as
/dev/rdsk/c0t2d0
. Make a note of the value for Device File. For example, in HP-UX 10, it might be:/dev/dsk/c0t2d0
. - Close the windows and exit
sam
. - Logically mount the CD-ROM drive manually with the command:
mount /dev/dsk/c0t2d0 /cdrom
- Issue the mount command again and verify that
/cdrom
is listed.
- Mount the CD-ROM with the command:
pfs_mountd & pfsd 4& pfs_mount /CDROM
- Proceed with the installation as normal.
- When you have finished using the CD, unmount the CD usith the command:
pfs_umount /CDROM