Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:jobs:gpfs42smb [2016/04/14 17:52]
admin [Configuring of HA smb service.]
en:jobs:gpfs42smb [2019/01/16 23:00]
admin [Preparing]
Line 52: Line 52:
   chmod 600 authorized_keys   chmod 600 authorized_keys
   echo "​StrictHostKeyChecking no" > config   echo "​StrictHostKeyChecking no" > config
- 
- 
-Checking of connection between nodes with ssh. Before first start of GPFS requre to full-mesh connect between nodes. 
-You can use the script below 
- 
-  #!/bin/sh 
-  for j in gpfs-node2 #names of nodes 
-  do if [ `hostname` != "​$j"​ ]; then 
-  echo "from `hostname` to $j" 
-  ssh $j hostname 
-  for i in gpfs-node2 #names of nodes 
-  do if [ `ssh $j hostname` != "​$i"​ ]; then 
-  echo "from `ssh $j hostname` to $i" 
-  ssh $j "ssh $i hostname && exit" 
-  fi 
-  done 
-  fi 
-  done 
  
  
Line 474: Line 456:
  
  
-Adding ​op[tions:\\+Adding ​options:\\
  
   mmsmb export change accounting ​ --option "​browseable=yes"​   mmsmb export change accounting ​ --option "​browseable=yes"​
en/jobs/gpfs42smb.txt ยท Last modified: 2019/01/16 23:00 by admin
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki