-Change xen console method to use screen instead of cu, cu hangs too much

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2818 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-03-02 15:00:38 +00:00
parent d2cc1c69fd
commit f63ce7dc6a

View File

@ -78,7 +78,7 @@ until ($dsthost and $speed and $dstty) {
xCAT::Client::submit_request($cmdref,\&getans);
}
release_lock();
exec "ssh -t $dsthost cu -s $speed -l $dstty";
exec "ssh -t $dsthost screen -e ^]a -d -R -S serial-".$ARGV[0]."-cons -A $dstty $speed";
#my $pathtochild= dirname($scriptname). "/";
#exec $pathtochild."blade.expect $mm $slot $username $password";