Consultor Eletrônico



Kbase 17029: 7.3E CDrom Installation Notes
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/09/1998
7.3E CDrom Installation Notes

This kbase is being created to assist people experiencing difficulty
installing Progress from CDroms on UNIX platforms. We inadvertenly
did not include the installation commands in our version 7.3E release
of the Installation Notes guide. A documentation bug has been
entered to resolve this in the near future. In the interim, these
instructions should help.

1. cd /
2. mkdir cdrom (which will be your mount point)
3. Use mount command specific to your device (See below.)

OS Mount command

HP 10.01 mount -F cdfs -r devicename mountpoint
HP 10.10 & 10.20 mount -F cdfs -r -o cdcase devicename mountpoint
IBM 4.1 & 4.2 mount -v cdrfs -r devicename mountpoint
Solaris 2.4 & 2.5 mount -F hsfs -o ro,nrr -r devicename mountpoint
SCO Openserver 5 mount -f ISO9660,lower -r devicename mountpoint
Unixware 2.1 mount -F cdfs -r -o nmconv=lm,fperm=55,dperm=555
devicename mountpoint
NCR 3.0 mount -F cdfs -o l devicename mountpoint
(Unix V.4 Compatible)
SCO 3.2.4.2 mount -r -f HS,lower devicename mountpoint
Digital Unix mount -t cdfs -o noversion devicename mountpoint
DG/UX 4.11 mount -t cdrom -r -o noversion
devicename mountpoint

NCR 3.2 mount -F cdfs -r -o nmconv=lm,fperm=555,
dperm=555 devicename mountpoint


4. Once you have issued the mount command, proceed with
mountpoint/proinst

modified 15 August 1997
Hilleke Oskamp

modified 28 September 1998
Kris Murphy