Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This test should be performed on the node which currently has /srv/jtel/shared mounted:

Code Block
titleStart Test SAMBA
mount /srv/jtel/shared
service nmb start
service smb start

 
# Now check access to the SMB share via (for example) one of the windows machines.
 
service smb stop
service nmb stop
umount /srv/jtel/shared
 
# do same again on other node

Unmount (Both Nodes)

Code Block
titleUnmount
service smb stop
service nmb stop
umount /srv/jtel/shared