Operating System - Linux
1752388 Members
5837 Online
108788 Solutions
New Discussion юеВ

problems to export filesystems

 
Roberto Gallis
Regular Advisor

problems to export filesystems

Hi,
I have to export a file system from my linux box (RedHat 7). This filesystem must be mounted on hp-ux 11.00. I can do that from hp-ux to linux, but not viceversa.
The message given from hp-ux is:
nfs mount: get_fh: linuxboxaddress:: RPC: Program not registered
But nfs server is running on linux box
Anybody can help me?

Regards
Roberto
4 REPLIES 4
Markus Oppel
Occasional Advisor

Re: problems to export filesystems

check that all the nfs daemons
are running:
portmapper, rpc.mountd
rpc.rquotad (not really needed) and rpc.statd .....
/etc/rc.d/init.d/portmap start
/etc/rc.d/init.d/nfs start
/etc/rc.d/init.d/nfslock start
should do the job
Markus Oppel
University of Vienna
Roberto Gallis
Regular Advisor

Re: problems to export filesystems

HI,
all process you specified are running and the problem is still present...
Stefan Schulz
Honored Contributor

Re: problems to export filesystems

Under HP-UX you have to set NFS_SERVER=1. Something like this should be found somewhere in /etc/rc.config.
No Mouse found. System halted. Press Mousebutton to continue.
Roberto Gallis
Regular Advisor

Re: problems to export filesystems

Hi,
I solved my problem using linuxconf... probably I used the command exportfs like in hp-ux... the sintax is different under linux