Operating System - HP-UX
1748184 Members
3977 Online
108759 Solutions
New Discussion юеВ

Re: Oracle9.0.1 on hpux11.0 installation?

 
SOLVED
Go to solution
shi_2
Advisor

Oracle9.0.1 on hpux11.0 installation?

Anyone have experience in installing the oracle 9.0.1 on Hpux11.0? I meet the following problem when install the oracle9.0.1, the following is the detail steps:

As user root, mount the CD-ROM
a> start the Portable File System(PFS) mount request server as follows:
/usr/sbin/pfs_mountd &
b> start the Daemon as follows:
/user/sbin/pfsd &
c> create a mount drectory, for example:
mkdir /SD_CDROM
d> list all disk devices to locate the device file for your CD_ROM drive:
ioscan -funC disk
e> Use a system editor to add the following line to /etc/pfs_fstab.
/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0
f> insert the Oracle9i CD-ROM 1 of 3 into the drive and mount it as follows:
/usr/sbin/pfs_mount /SD_CDROM

then we met the following message:
NFS server a500-1 not responding still trying
NFS server a500-1 not responding still trying
/usr/sbin/pfs_mountd: pfs_mountd.rpc (pid = 8406) not responding, retrying...
/usr/sbin/pfs_mountd: /usr/sbin/pfs_mountd: pfs_mountd.rpc (pid = 8406) not responding, retrying...
NFS server a500-1 not responding still trying
/usr/sbin/pfsd: pfs_mountd.rpc not responding, retrying...
/usr/sbin/pfsd: /usr/sbin/pfsd: pfs_mountd.rpc not responding, retrying...
NFS server a500-1 not responding still trying
NFS server a500-1 not responding still trying


How can do with the above infomation?

Thanks a lot!
15 REPLIES 15
Indira Aramandla
Honored Contributor
Solution

Re: Oracle9.0.1 on hpux11.0 installation?

Hi Shi,
The NFS server function must be enabled for PFS to work. And use PFS to mount the cdrom. Make sure you have both lockd and statd running in the background. As the root user run these commands.

Check whether NFS is running & start them.
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start

Get the locks required for PFS.
# /usr/sbin/rpc.lockd
# /usr/sbin/rpc.lockd

Start the PFS.
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &

Now try and mount the cdrom as you did.
Check to be sure CD-ROM device is properly NFS mounted as per operating system instructions.Once proper mounting on a UNIX system is verified, the problem may be due to a faulty CD-ROM drive.

Metalink says with HP 9000 Series HP-UX if the Universal Installer hangs with errors ├в Error: NFS server not responding, still trying├в The fix for this will be Install a new CD-ROM drive.

Ind
Never give up, Keep Trying
Yogeeraj_1
Honored Contributor

Re: Oracle9.0.1 on hpux11.0 installation?

hi,

have a look at Merijn's HP-UX software for ITRC members at URL: http://www.cmve.net/~merijn/

search for: pfs_mount

hope this helps!

regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Steven E. Protter
Exalted Contributor

Re: Oracle9.0.1 on hpux11.0 installation?

1) For certain you can do this install.
2) pfs_mount is out of date and you don't need to use it at all.

/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom


Change the device and it will mount correctly.

Do not forget all kernel changes and patches before you start.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
shi_2
Advisor

Re: Oracle9.0.1 on hpux11.0 installation?

To the Indira Aramandla,

I have try the following:
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start

I got the following message:
# /sbin/init.d/nfs.server start
NFS_SERVER not set to one in /etc/rc.config.d/nfsconf, exiting.
# /sbin/init.d/nfs.client start
NFS_CLIENT not set to one in /etc/rc.config.d/nfsconf, exiting.


To Steven E Protter,

I have try the following:
usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c0t2d0 /cdrom

I got the following:
mount: illegal file system specific option rr
usage: mount [-l][-v|-p]
mount [-F FStype][-eQ] -a
mount [-F FStype][-eQrV][-o specific_options]
{ special | directory }
mount [-F FStype][-eQrV][-o specific_options]
special directory

No good idea of it, Could you give me further help?

Thanks a lot!

Mobeen_1
Esteemed Contributor

Re: Oracle9.0.1 on hpux11.0 installation?

Shi,
Follow Indira's suggestion, the last error you mentioned is because of the following

Edit the file /etc/rc.config.d/nfsconf file and make sure that the NFS_CLIENT and NFS_SERVER are set to 1, as shown below

NFS_CLIENT=1
NFS_SERVER=1

Now you should be able to follow Indira's suggestion and start them.

regards
Mobeen
shi_2
Advisor

Re: Oracle9.0.1 on hpux11.0 installation?

To Mobeen,

I have try the following:
Edit the file /etc/rc.config.d/nfsconf file and make sure that the NFS_CLIENT and NFS_SERVER are set to 1, as shown below
NFS_CLIENT=1
NFS_SERVER=1

then do the following:
Check whether NFS is running & start them.
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start
Get the locks required for PFS.
# /usr/sbin/rpc.lockd
# /usr/sbin/rpc.lockd
Start the PFS.
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &

f> insert the Oracle9i CD-ROM 1 of 3 into the drive and mount it as follows:
/usr/sbin/pfs_mount /SD_CDROM

No error message, the following is the output of bdf:
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2097152 23942 1943685 1% /
/dev/vg00/lvol1 592240 33648 499368 6% /stand
/dev/vg00/lvol5 2097152 506131 1492619 25% /var
/dev/vg00/lvol8 1024000 580593 415721 58% /usr
/dev/vg00/lvol4 2097152 1757 1964437 0% /tmp
/dev/vg00/lvol7 2215936 154495 1932663 7% /opt
/dev/vg00/lvol6 20480 1114 18162 6% /home
a500-1:/SD_CDROM 0 0 0 0% /SD_CDROM

# ll
total 40
dr-xr-xr-x 1 4294967295 4294967295 2048 Jun 5 2001 doc
-r-xr-xr-x 1 4294967295 4294967295 5921 Jun 2 2001 index.htm
dr-xr-xr-x 1 4294967295 4294967295 2048 May 24 2001 install
dr-xr-xr-x 1 4294967295 4294967295 2048 May 7 2001 lsm
dr-xr-xr-x 1 4294967295 4294967295 2048 Jun 1 2001 oidupgra
dr-xr-xr-x 1 4294967295 4294967295 2048 May 30 2001 response
-r-xr-xr-x 1 4294967295 4294967295 651 Mar 14 2001 runinsta.
dr-xr-xr-x 1 4294967295 4294967295 2048 Jun 1 2001 stage
# ./ruinsta
/sbin/sh: ./ruinsta: not found.
# ./runinsta.
# ./runinsta.[35]: ./runInstaller: not found.


How can I do now? Could you give me some suggestion?

Thanks a lot!



Indira Aramandla
Honored Contributor

Re: Oracle9.0.1 on hpux11.0 installation?

Hi Shi,

have you mounted the CD successfully. What is the source of your installation software. Is it from a an CD or a Download.

When you list in the /SD_CDROM directory you should find the executable runInstaller.

If you have problems with pfs_mount then as Steven E mentioned use mount as follows
mount -F cdfs -o cscase /dev/dsk/c?d?t? /SD_CDROM.

Indira A
Never give up, Keep Trying
Indira Aramandla
Honored Contributor

Re: Oracle9.0.1 on hpux11.0 installation?

oops...... submited too quickly. there is more!!!!!!!

When you say runinsta, the cdrom is not mounted correctly. If the CD has not been properly mounted , you will face this issue. It looks like the cdrom files are being truncated to 8 characters. Now umount the SD_CDROM and mount using the following.

Mount ├в F cdfs ├в o cdcase /dev/dsk/c5d2t0 /SD_CDROM

This should mount the cs and when listing the files you should see the full file name.

If you still see the files having only 8 letters (runInsta), then you may not be using the original cdrom. You might be using a copy which was not copied correctly. If this is the case, please use the original Oracle cdrom.

I hope this helps

Ind
Never give up, Keep Trying
Indira Aramandla
Honored Contributor

Re: Oracle9.0.1 on hpux11.0 installation?

Sorry for my typo.
Finally here it is

mount -F cdfs -o cdcase /dev/dsk/c5t2d0 /SD_CDROM

IA
Never give up, Keep Trying