If you are installing WebSphere InterChange Server and its supporting software from CDs, you will need to mount several product CDs during the course of the installation. Follow the instructions in the appropriate section to do so for your operating system:
Issue the following command to mount a CD on AIX:
mount -V cdrfs -o ro /dev/cd0 /cdrom
Issue the following command to mount a CD on Solaris:
mount -r -F hsfs /dev/sr0 /cdrom
Perform the following steps to mount a CD on HP-UX:
/usr/sbin/pfs_mountd & /usr/sbin/pfsd &
/dev/dsk/cdrom_device /mount_point pfs-iso9660 xlat=unix 0 0
where cdrom_device is the identifier for the CD-ROM disk device (such as c3t2d0) and /mount_point is the desired mount point through which you want to access the CD (such as /cdrom).
mount /mount_point
where /mount_point is the mount point you specified in step 2.
Issue the following command to mount a CD on Linux:
mount -t iso9660,udf /dev/cdrom /mnt/cdrom