Mount the Load Balancer IPv4 and IPv6 disk in your operating system before you install the product.
mkdir -p /cd_rom commandcd_rom represents the CD-ROM mount point directory.
smit storage
smit mountfs
cd /cd_romcd_rom is the directory for the CD-ROM mount point.
/dev/dsk/c0t2d0 mount_point pfs-rrip ro,hardmount_point represents the mount point of the CD-ROM.
/usr/sbin/pfs_mountd & /usr/sbin/pfsd 4 &
mkdir /cdrom /usr/sbin/pfs_mount /cd_romThe cd_rom variable represents the mount point of the CD-ROM.
mount -t iso9660 -o ro /dev/cdrom /cd_romThe cd_rom variable represents the mount point of the CD-ROM.
-o context=system_u:object_r:textrel_shlib_tFor more information on this option, see the topic on preparing Red Hat Enterprise Linux 5 for installation.gotcha
mkdir -p /cdrom/unnamed_cdrom mount -F hsfs -o ro /dev/dsk/c0t6d0s2 /cdrom/unnamed_cdromThe cdrom/unnamed_cdrom variable represents the CD-ROM mount directory and /dev/dsk/c0t6d0s2 represents the CD-ROM drive device.
If the Volume Manager (vold) is already running on your system, the CD-ROM is automatically mounted as /cdrom/unnamed_cdrom.