Switch to using ssh for the blade SOL console

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@71 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2007-11-26 15:43:17 +00:00
parent 2c24e54b4b
commit 5b0d4c3701

View File

@ -37,8 +37,10 @@ if ($mpatab) {
if ($dba->{password}) { $password = $dba->password; }
}
}
my $pathtochild= dirname($scriptname). "/";
exec $pathtochild."blade.expect $mm $slot $username $password";
sleep 5;
exec "ssh -t $username"."@"."$mm console -o -T blade[$slot]";
#my $pathtochild= dirname($scriptname). "/";
#exec $pathtochild."blade.expect $mm $slot $username $password";