What is the command to find out the NFS version in solaris?

Questions by lakshmananit

Showing Answers 1 - 46 of 46 Answers

mahender

  • Nov 20th, 2011
 

/etc/default/nfs

  Was this answer useful?  Yes

anil

  • Dec 6th, 2011
 

cat /etc/default/nfs

  Was this answer useful?  Yes

Navneet

  • Mar 28th, 2012
 

#netstat|grep Version

  Was this answer useful?  Yes

Joshy

  • May 3rd, 2012
 


#more /etc/default/nfs command is verified. it provides the version number of NFS

  Was this answer useful?  Yes

kanth

  • Jun 7th, 2012
 

It will Show all information about all versions of NFS.
nfsstat -o all -234

  Was this answer useful?  Yes

osmond

  • Sep 18th, 2012
 

use modinfo | grep -i nfs, which will tell you the NFS version

#modinfo | grep -i nfs

NagarjunaReddy

  • Oct 15th, 2012
 

By seeing the file /etc/default/nfs
by executing the command nfsstat-m

  Was this answer useful?  Yes

srikanth

  • Feb 13th, 2013
 

pkginfo -l nfs (pakage name)

  Was this answer useful?  Yes

ravindra

  • Dec 29th, 2013
 

rpcinfo -p

or
nfsstat -s shows

  Was this answer useful?  Yes

Ranjith

  • Aug 6th, 2014
 

# rpcinfo -u localhost nfs
program 100003 version 2 ready and waiting
program 100003 version 3 ready and waiting

NFS4 is not supported here.

  Was this answer useful?  Yes

pramod kumar

  • Nov 29th, 2017
 

nfsstat

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions