1833825 Members
2044 Online
110063 Solutions
New Discussion

can't export/mount

 
SOLVED
Go to solution
juno2
Super Advisor

can't export/mount

I have followed the instructions on docs.hp.com and the thread for mounting filesystems over nfs on the forum however, I still get the following error.

151.106.100.58:: RPC_PROG_NOT_REGISTERED

What is the next step? Any ideas?
I am export linux for unix to mount

Thx.

3 REPLIES 3
juno2
Super Advisor

Re: can't export/mount

I checked that no nfsd started , how to re-start it? thx.
Jerome Baron
Respected Contributor
Solution

Re: can't export/mount

Hi,

On Unix client :
/sbin/init.d/nfs.client start

On Linux server :
- check if portmap run # /etc/init.d/portmap status
- launch nfs :
# /etc/init.d/nfs start

Regards,
Jerome
Robert-Jan Goossens
Honored Contributor

Re: can't export/mount

Hi,

On hpux

# cd /sbin/init.d
# ./nfs.client start

This should start your client deamon on hpux.

Robert-Jan.