![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how can i check whether i am connected to thenetwork | ud4u | IP Networking | 1 | 02-01-2008 03:51 AM |
| check whether connected to network | eskay_karthik | IP Networking | 1 | 01-18-2008 10:35 PM |
| what is the Command used to check Connected tape Drive is detected by HP UX machine | sunanda | HP-UX | 5 | 08-08-2007 01:46 AM |
| command for check CPU | abcde | UNIX for Dummies Questions & Answers | 2 | 05-09-2005 08:47 AM |
| command to check the bit | raguramtgr | UNIX for Dummies Questions & Answers | 2 | 07-12-2004 07:38 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
i want to know the command for to check the how many clients are connected to NFS server? regards Krishna |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
netstat
Hi,
a simple way is to grep it from netstat netstat | grep nfs This shows you the established connection to your server! I hope this can help you. Best regards joerg |
|
#3
|
||||
|
||||
|
Sorry you will see the number of clients?
netstat | grep nfsd | wc -l Thats all. joerg |
|
#4
|
|||
|
|||
|
cmd
You can use the showmount command
|
|
#5
|
|||
|
|||
|
showmount lists all mounts ever made to the server. grepping netstat will give you live data.
I have not seen showmount ever refresh this information; it just seems to add to a textfile (/etc/rmtab) ad infinitum. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|