[7170] in testers
Re: NFS client on Solaris
daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri Jun 17 12:19:00 2005
From: Robert A Basch <rbasch@MIT.EDU>
To: Kevin Chen <kchen@mit.edu>
Cc: testers@mit.edu
In-Reply-To: <42B2B22E.8040703@mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Fri, 17 Jun 2005 12:18:49 -0400
Message-Id: <1119025129.28656.13.camel@anhedonia.mit.edu>
Mime-Version: 1.0
On Fri, 2005-06-17 at 07:21 -0400, Kevin Chen wrote:
> Note that I tried a few things with attempting to start an NFS client
> before using setting the NFS version to 3 as explained on that web page,
Apparently this is due to broken NFSv4 support in Linux. The
preferred solution is probably to set the particular mount to use
NFSv3, in vfstab or on the command line, as opposed to setting
the maximum version for all NFS mounts in /etc/default/nfs.
> If something does need to be run to start the NFS client, it would be
> useful to have an /etc/init.d/nfs.client back.
That file no longer exists in Solaris 10; NFS client, along with
most other services, is now managed by the SMF facility. The
proper way to enable the service is with svcadm, e.g.:
svcadm enable nfs/client
There is currently a bug in syncconf which has left the NFS client
service disabled on 9.4 Suns. I have submitted a patch to correct
this.
Thanks for reporting this.
Bob