mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-25 07:25:34 +00:00
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:
@ -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";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user