nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

NFS version

This is a discussion on NFS version within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; How can we know NFS version? similarly for NIS and DNS too? :P...


Go Back   nixCraft Linux Forum > UNIX operating systems > Solaris/OpenSolaris

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 05-17-2005, 08:26 PM
Junior Member
User
 
Join Date: May 2005
Posts: 6
Rep Power: 0
p_narahari
Default NFS version

How can we know NFS version? similarly for NIS and DNS too? :P
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-18-2005, 07:57 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Solaris uses nfs version 3... Use the command to get info
Code:
rpcinfo solaris-nfs-server
You can use the command to find out exported file system on NFS server with:
Code:
showmount -e NFS_SERVER
To find out bindd (DNS) server version use command:
Code:
named -v
Some pepole uses nslookup or dig to find out bind (DNS) server version too which is not reliable (it may or may not work or even give you wrong info)
Code:
nslookup -class=chaos -q=txt version.bind www.yahoo.com
nslookup -type=txt -class=chaos version.bind ns1.yahoo.com
OR
Code:
dig @ns1.yahoo.com version.bind txt chaos
Note that -v is common under Linux/Solaris/*BSD to find out version
Reply With Quote
  #3 (permalink)  
Old 05-20-2005, 01:28 PM
Junior Member
User
 
Join Date: May 2005
Posts: 6
Rep Power: 0
p_narahari
Default Thanks

ThankQ, Mr.Monk
U r providing a great Info.
ThankQ once again.
-NHari
Reply With Quote
  #4 (permalink)  
Old 06-28-2005, 08:17 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

p_narahari, no problem!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
When was Linux version 2.4 released? jerry Getting started tutorials 1 06-05-2007 11:38 AM
How to know NFS Version in Linux? sbhupathireddy Linux software 1 08-19-2006 12:10 AM
how to find perl version All about FreeBSD/OpenBSD/NetBSD 1 01-28-2006 06:20 PM
Linux find out kernel version? Linux software 1 01-17-2006 05:41 PM
Freebsd how to find out kernel version? bob All about FreeBSD/OpenBSD/NetBSD 1 12-24-2005 01:40 PM


All times are GMT +5.5. The time now is 04:34 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36