1752618 Members
4411 Online
108788 Solutions
New Discussion юеВ

nfs client

 
cscoglio
Advisor

nfs client

Hi...

i can not enable the nfs client and i can not mount remote file system.
Suggesting???
7 REPLIES 7
Steven Schweda
Honored Contributor

Re: nfs client

> Suggesting???

On the NFS client system:

uname -a

On the NFS server system:

uname -a

"i can not" is not a useful problem
description. It does not say what you did.
It does not say what happened when you did
it. As usual, showing actual commands with
their actual output can be more helpful than
vague descriptions or interpretations.
cscoglio
Advisor

Re: nfs client

My nfs client:

HP-UX sapl984 B.11.31 U ia64 1593960584 unlimited-user license

My nfs server:

AIX dbora4_ux 3 5 00C835DE4C00

Thank├В┬┤s
Steven Schweda
Honored Contributor

Re: nfs client

Ok. So what did you do on the AIX system to
make the file system available? And what did
you do in the HP-UX system to try to use it?
And what happened then?

> "i can not" is not a useful problem
> description. [...]

All still true.
cscoglio
Advisor

Re: nfs client

I have two problems:

First: i can not enable the nfs client in a hp-ux!!

Second: i can not mount an exported directory from a server IBM AIX to a server HP - UX!!!

Regardless
Patrick Wallek
Honored Contributor

Re: nfs client

>>First: i can not enable the nfs client in a hp-ux!!

What have you done to try enabling the NFS client?

General steps:
Modify /etc/rc.config.d/nfsconf and change the line NFS_CLIENT=0 to NFS_CLIENT=1

Then run:

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

If you get any error messages, please post them here. It is rather difficult to help without seeing any error messages you may be getting.


>>Second: i can not mount an exported
>>directory from a server IBM AIX to a
>>server HP - UX!!!

What have you tried? What was the 'mount' command that you used? What error did you get?

Again, without specific error messages it is rather difficult to help.
Dennis Handly
Acclaimed Contributor

Re: nfs client

What has changed since your previous NFS thread? Were you able to get that to work?
http://h30499.www3.hp.com/t5/General/Export-NFS/m-p/5283694#M178703

cscoglio
Advisor

Re: nfs client

Thanks