1837213 Members
2198 Online
110115 Solutions
New Discussion

pfs_mount

 
Ahmed Ibrahim_3
Occasional Advisor

pfs_mount

Gentlemtn;

We have HP9000 system V-class HP-UX 11.x hosting oracle application. When i
mount na oracle cd using pfs_mount to install new data base it give a message
that NFS server SERVER_NAME not responding still trying and we cant use the
system and we re-boot it.

Did any one face this problem.

Regards
9 REPLIES 9
Mark Ling_1
Occasional Advisor

Re: pfs_mount

Is the pfs_mountd deamon running on the server ? pfs_mount and pfs_mountd man
page have detail instruction for how to configure the PFS.
Ahmed Ibrahim_3
Occasional Advisor

Re: pfs_mount

I have run the process before i mount the cd (pfs and pfsd) and i am gettin
error.
Kondala Raju
Advisor

Re: pfs_mount

Hi ,
Have started pfsmoutd ?
pfsd
pfsmountd
nfsd


should be running .
Anthony Goonetilleke_1
Regular Advisor

Re: pfs_mount

First apply all the PFS* patches there a couple.
Start the NFS server/client i.e edit /etc/rc.config.d/nfsconf and set both to
on and then do a start
i.e
NFS_SERVER=1
NFS_CLIENT=1
START_MOUNTD=1

/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start

Now follow the exact commands and order of them in the racle installation guide
(dont forget the nohup in it)
Jakes Louw
Trusted Contributor

Re: pfs_mount

I get exactly the same problem with PFS on 11.0.
Funnily enough, on 10.20 I didn't have so much of a problem.

I have PHCO_14112 and _16438 installed.

Somebody on the forum mentioned the timeo option?
Trying is the first step to failure - Homer Simpson
Rick Garland
Honored Contributor

Re: pfs_mount

The PFS services are a third party product and have multiple patches available for them. I have had lots of problems with PFS services and there does not seem to be much that can be done. Do keep an eye on the system load as I have seen the load go sky high because the pfs services will not die and they cannot be killed. Reboot at this point is the only option I have found (Geez, I hate that!)
David McMullen
Occasional Advisor

Re: pfs_mount

be sure to turn off name resolution before running pfs_mountd. I rename resolv.conf while installing Oracle and mv it back when done.
P V Patel
Advisor

Re: pfs_mount

Start the NFS server/client i.e edit /etc/rc.config.d/nfsconf and NFS_SERVER=1
NFS_CLIENT=1
START_MOUNTD=1

then run
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start

also check for following entry

PCNFS_SERVER=1
in /etc/rc.config.d/nfsconf file.

P V Patel
Punjabhai
Stacey Rippetoe
Advisor

Re: pfs_mount

Check out the Technical Knowledge Base
for doc rcfaxpfs001 (Troubleshooting
pfs mount problems)It covers this issue
as well as others.


S.