1752626 Members
4913 Online
108788 Solutions
New Discussion

ignite

 
jona_1
Frequent Advisor

Re: ignite

HI Manix ,
tnx somuch ..I tried manually to mount it's also not happening...
could you please find the attachment..

REgards,
JONA
jona_1
Frequent Advisor

Re: ignite

another thing i hv noticed on client side rpcd is not running.

xxx():/root/home/root (root) ps -ef| grep rpcd
root 21305 3964 1 09:03:28 pts/2 0:00 grep rpcd
xxx():/root/home/root (root)
Manix
Honored Contributor

Re: ignite

Please try following on the client side

# try /sbin/init.d/nfs.core stop | start

& /sbin/init.d/nfs.core client stop | start

let me know if it helps.

Thanks
Manix
HP-UX been always lovable - Mani Kalra
jona_1
Frequent Advisor

Re: ignite

before stopping..shall i try this to start rpcd?

xxx():/opt/dce/sbin (root) ll rp*
lrwxr-xr-x 1 root sys 6 Mar 6 2007 rpcd -> ./dced
xxx():/opt/dce/sbin (root)

#./rpcd start ?
Manix
Honored Contributor

Re: ignite

No it`s called by NFS itself , please try above
steps.

Thanks
Manix
HP-UX been always lovable - Mani Kalra
jona_1
Frequent Advisor

Re: ignite

HI manix,
could you please find the attachment..unable to understand why showmount is throwing that error ..what does it mean..

Regards,
Jona
Manix
Honored Contributor

Re: ignite

please send /etc/rc.config.d/nfsconf file

Check your /etc/rc.config.d/nfsconf on the client and see what START_MOUNTD is set to.

If it is '0' then you need to make it '1'.
START_MOUNTD=1

then stop /start the services.

More over just check if nfs is running fine on the server side any try to mount some exported
directory on the different client machine
HP-UX been always lovable - Mani Kalra
Manix
Honored Contributor

Re: ignite

Please have a look at this thread as well for nfs server/client configuration in nfsconf file

change needed on /etc/rc.config.d/nfsconf as,

NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
START_MOUNTD=1

http://h30499.www3.hp.com/t5/System-Administration/NFS-RPC-Program-not-registered/m-p/3699124#M249018


If still failing make the above entries like above on client /server and restart all NFS
services nfs.server,core & client

Whats the nfs version on the client & server
swlist -l product | grep -i nfs

HP-UX been always lovable - Mani Kalra
jona_1
Frequent Advisor

Re: ignite

HI,
in this attachment i am sending you the conffile of serverside...
I choose other client & tried to do nfs mount with the server & surprised to see that its not happening....so problem in server side??

Regards,
Jona
Manix
Honored Contributor

Re: ignite

Is the server pingable by name & IP, try nslookup from both the client & server side ,check /etc/host files entries at each end with
host names & FQDN names.

Try stopping & starting all the NFS services @
server side.
HP-UX been always lovable - Mani Kalra