Currently we have workgroup licenses in our server.
Then we have purchase Enterprise License and We try to install the product
We are receiving below error .
OS - sun solaise SPARC 64bit
Progress 9.1E
root@afslsun # Esetup/proinst
/dev/fd/*.cfg: No such file or directory
cp: cannot access /dev/fd/proinst
cp: cannot access /dev/fd/_ovrly
cp: cannot access /dev/fd/install.tab
cp: cannot access /dev/fd/*.cfg
cp: cannot access /dev/fd/itermcap
cp: cannot access /dev/fd/installd.ini
cp: cannot access /dev/fd/intlsets.txt
cp: cannot access /dev/fd/proupdt
cp: cannot access /dev/fd/README.PRO
/dev/fd/4: /dev/fd/_ovrly: not found
The installation terminated abnormally.
Do you wish to delete the installation files before exiting? (y/n)
You're installing from a floppy drive? Do you actually have one?
Hi ,
This is not a floppy drive. Initially I thought this is somthing to do with FD.
This is needed to run scripts in solaries systems.
Please see the url
http://docs.oracle.com/cd/E19455-01/806-1075/msgs-1229/index.html
Issue is very strange and finally we were able to fix the issue. It is look like permission issue but not sure.
installation files all had the permissions:
-rwsrwsrwst
The owner and group were set to numbers.
workaround
Changed into the directory containing the installation files and changed the permissions to be rwxr--r-- and owners by root.
chmod -R 744 .
chown -R root