Changes

Jump to navigation Jump to search
591 bytes added ,  01:09, 7 December 2014
Line 48: Line 48:  
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
   −
5. Finally, after rebooting, check to see what is being exported:
+
==exported folders==
 
+
You can have a look on all exported folders and see for which ip/network they are allowed.
  showmount -e
+
  # showmount -e
 
+
Export list for hpcompact:
 
+
/home/e-smith/files/ibays/toto/files        192.168.15.0/24,192.168.12.0/24
 +
/home/e-smith/files/ibays/laurence/files    192.168.12.100,192.168.12.125
 +
/home/e-smith/files/ibays/dolibarr/files    192.168.15.0/24,192.168.12.0/24
 +
/home/e-smith/files/ibays/admin_25465/files 192.168.15.0/24,192.168.12.0/24
       +
==find connected clients==
 +
netstat -an | grep nfs.server.ip:port
 +
* for example
 +
# netstat -an | grep 192.168.12.125:2049
 +
tcp        0      0 192.168.12.125:2049        192.168.12.25:850          ESTABLISHED
    
== Couple of notes whilst installing on SME8..... ==
 
== Couple of notes whilst installing on SME8..... ==

Navigation menu