nixCraft Linux Forum

nixCraft

Linux / UNIX 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

Linux answers from nixCraft.


Solaris/OpenSolaris Discuss all about the SUN Solairs/OpenSolaris. You are free to talk about any issues related to Solaris administration, networking, services and other stuff, share information or ask doubts.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 17-05-2005, 07:26 PM
Junior Member
User
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
p_narahari
Default NFS version

How can we know NFS version? similarly for NIS and DNS too? :P
Reply With Quote
  #2 (permalink)  
Old 18-05-2005, 06:57 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
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 20-05-2005, 12:28 PM
Junior Member
User
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
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 28-06-2005, 07:17 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

p_narahari, no problem!
Reply With Quote
Reply


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 Off


Similar Threads

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


All times are GMT +5.5. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38