This post is more than 5 years old
3 Apprentice
•
318 Posts
0
1176
November 23rd, 2012 06:00
nfs clients list
How do I list from the cs clients connecting to a particular export. Is this information logged as clients connect ( ie is there a date stamp so we can say client x connected at time y to share z ).
No Events found!
Rainer_EMC
4 Operator
•
8.6K Posts
0
November 23rd, 2012 15:00
It is like in every Unix NFS – record is added when a client mount and removed when it remounts
If you turn off a client without remount – it will stay in the list till the next DM reboot
There is no historical data for mounts – I don’t know any other system that keeps that
cadencep45
3 Apprentice
•
318 Posts
0
November 23rd, 2012 06:00
cs = nfs clients ( typo )
Rainer_EMC
4 Operator
•
8.6K Posts
1
November 23rd, 2012 07:00
See „man showmount“
cadencep45
3 Apprentice
•
318 Posts
0
November 23rd, 2012 07:00
Is this information logged as clients connect ( ie is there a date stamp so we can say client x connected at time y to share z ). ( showmount is good, but provides state in time, need historical info as well. ).