@Override
public void run() {
String hostString = createHostString(sshHostInfo.getHosts());
String commands[] = new String[6];
String shellCommand[] = new String[3];
BSStat stat = BSStat.RUNNING;
String scriptlog = "";
try {
createRunDir();
if (LOG.isDebugEnabled()) {
// FIXME needs to be removed later