1752577 Members
4080 Online
108788 Solutions
New Discussion юеВ

Re: nfs problems.

 
James.Z
Regular Advisor

nfs problems.

usually when i use NFS service. i configure the '/etc/exports' file, and run 'exportfs -av' to share NFS file system to clients.

but now,i need to run 'share' command to share NFS file system to clients.

it seems no use of running command 'exportfs -av' even i have configured the '/etc/exports' file

can anyone explain this?

appreciative!
5 REPLIES 5
Michal Kapalka (mikap)
Honored Contributor

Re: nfs problems.

Javed Khan_1
Valued Contributor

Re: nfs problems.

did you try /sbin/init.d/nfs.server start ?
Never Give Up
SoorajCleris
Honored Contributor

Re: nfs problems.

Hi,

If you are using 11.31 the version of NFS is changed to NFS4.

In this version configuration files/commands are a little different.

like /etc/dfs/dfstab = exports

you have commands shareall,unshare,share which replaces exportfs -a, exportfs -u, exportfs.

you have new permission option also.
There is a difference in port/deamon communication also.

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Mark Fenton
Esteemed Contributor

Re: nfs problems.

As was noted, 11.31 has replaced NFS with the new version. /etc/exports is no longer used in this version.

See man share

SoorajCleris
Honored Contributor

Re: nfs problems.

Hi James,

I think your expectation is more,

Please find the document

http://docs.hp.com/en/B1031-90061/B1031-90061.pdf

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie