Mount CD
     

/etc/lawson.env

Copy Product Line

Workfiles

importdb -fu

rngdbdump -c

Transferring Data

Find progs that use a lib

Mount CD

 

AIX-Based Systems
prompt> mkdir /cdrom
prompt> mount -o ro -V cdrfs <device_name> /mnt/cdrom
prompt> exit

Compaq Tru64 UNIX
prompt> mount -t cdfs -r -o nodefperm,noversion,rrip\
<device name> /cdrom


HP 9000 Series HP-UX
Note: Add the following line to the /etc/pfs_fstab file:


/dev/dsk/c5t2d0./cdrom pfs-rrip xlat=unix 0 0


where /dev/dsk/c5t2d0 is the CD-ROM device file and pfs-rripxlat=unix 0 0 indicates the CD-ROM is in Rockridge extention.

prompt> nohup /usr/sbin/pfs_mountd &
prompt> nohup /usr/sbin/pfsd &


Note: Instert CD-ROM in tray.

prompt> /usr/sbin/pfs_mount /cdrom
prompt> exit


Linux Intel
prompt> mkdir /cdrom
prompt> mount -r device_name /cdrom
prompt> exit


Sun Solaris Intel
prompt> mkdir /cdrom
prompt> mount -r -F hsfs <device_name> /cdrom
prompt> exit