Installation Problem Using HP-Unix10.20 [message #51144] |
Fri, 03 May 2002 00:00 |
Anil
Messages: 80 Registered: September 2001
|
Member |
|
|
Hi,
I am trying to install Oracle8.0 on HP-Unix10.20 version. I mounted the CD-ROM. After that when I enter into /ORAINST folder to run the installation. When I run the file ./orainst it is saying, file not found. But the file is present in the folder in upper case. I am not able to see the files in lower case. What should be done to solve this problem.
Thanx,
Raj.
|
|
|
Re: Installation Problem Using HP-Unix10.20 [message #51148 is a reply to message #51144] |
Fri, 03 May 2002 03:20 |
Indrajit Mitra
Messages: 3 Registered: April 2002
|
Junior Member |
|
|
Hi Raj ..
Please try the following points , I am sure ur probs will be solved.
1. $su oracle8/<password>
2. su root/<password>
3. #mkdir /oracle/oracle8/cdrom
4. Go to /etc and create a file pfs_fstab ( if it does not exist already )
5. Make an entry to this file as follows :
<Device name say, /dev/dsk/c5t2d0> <mount point directory,i.e. /oracle/oracle8/cdrom> pfs-rrip
6. #nohup /usr/sbin/pfs_mountd &
This will create a daemon process
7. #nohup /usr/sbin/pfsd &
This will create another daemon process
8. #/usr/sbin/pfs_mount <mount point directory,i.e. /oracle/oracle8/cdrom>
This will mount the cdrom and lowercase listing contents of the cdrom in the mounted directory.
Now login as oracle8 user and go to /oracle/oracle8/cdrom/orainst.
Best of luck.
Cheers
Indrajit
|
|
|