Bestman can be installed as follow.
$ su - root # #set public interface # #rocks set host interface ip se-0-0 iface=eth1 ip=1.2.3.4 #rocks set host interface name se-0-0 iface=eth1 name=rocks-se #rocks set host interface subnet se-0-0 eth1 public #rocks set host attr se-0-0 primary_net public #rocks add host route se-0-0 0.0.0.0 1.2.3.1 netmask=0.0.0.0 #rocks add host attr se-0-0 OSG_SE value=true #rocks add host attr se-0-0 OSG_GFTP_HDFS value=true # # reinstall # #shoot-node se-0-0 # # post install # #cp hostcert.pem and hostkey.pem to /root/. #/root/install_se_cert.sh #chkconfig bestman2 on #chkconfig globus-gridftp-server on |