Unsolved
This post is more than 5 years old
2 Intern
•
178 Posts
0
624
October 8th, 2013 19:00
Active client connections to VG8
We have number of File systems configured on VG8. Most of the File systems are not active right now. Is there any way or commands that can find out active client connections to VG8 server ?
Thanks
No Events found!


khkris
2 Intern
•
178 Posts
0
October 8th, 2013 19:00
Adding : All File systems exported with NFS protocol
umichklewis
4 Apprentice
•
1.2K Posts
0
October 9th, 2013 09:00
You can find this from either the server_stats command or the server_netstat command:
[nasadmin@testvnxcs0 ~]$ server_stats server_2 -monitor nfs.client -interval 1 -count 1
server_2 IP address NFS NFS NFS NFS NFS NFS NFS NFS
Timestamp Total Read Write Suspicious Total Read Write Avg
Ops/s Ops/s Ops/s Ops KiB/s KiB/s KiB/s uSec/call
11:58:12 10.200.212.30 340 257 83 8 7511 6982 529 1809
10.200.212.31 186 62 124 8 2028 1198 830 5311
10.200.212.32 130 3 127 0 1028 12 1016 3311
10.134.0.171 0 0 0 0 0 0 0 0
128.221.252.100 0 0 0 0 0 0 0 0
server_2 IP address NFS NFS NFS NFS NFS NFS NFS NFS
Summary Total Read Write Suspicious Total Read Write Avg
Ops/s Ops/s Ops/s Ops KiB/s KiB/s KiB/s uSec/call
Minimum 10.200.212.30 340 257 83 8 7511 6982 529 1809
10.200.212.31 186 62 124 8 2028 1198 830 5311
10.200.212.32 130 3 127 0 1028 12 1016 3311
10.134.0.171 0 0 0 0 0 0 0 0
128.221.252.100 0 0 0 0 0 0 0 0
Average 10.200.212.30 340 257 83 8 7511 6982 529 1809
10.200.212.31 186 62 124 8 2028 1198 830 5311
10.200.212.32 130 3 127 0 1028 12 1016 3311
10.134.0.171 0 0 0 0 0 0 0 0
128.221.252.100 0 0 0 0 0 0 0 0
Maximum 10.200.212.30 340 257 83 8 7511 6982 529 1809
10.200.212.31 186 62 124 8 2028 1198 830 5311
10.200.212.32 130 3 127 0 1028 12 1016 3311
10.134.0.171 0 0 0 0 0 0 0 0
128.221.252.100 0 0 0 0 0 0 0 0
and
[nasadmin@testvnxcs0 ~]$ server_netstat server_2|grep nfs
tcp 10.204.0.91.nfs 10.134.0.171.956 ESTABLISHED
tcp 10.204.0.91.nfs 10.200.80.7.676 ESTABLISHED
Let us know if that helps!