One partitial issue in lpar_netboot.expect if rpower cannot return the correct state of lpar

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7846 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2010-10-14 04:24:27 +00:00
parent 4f0ae042d9
commit 17ed758d10

View File

@ -98,7 +98,9 @@ proc run_lssyscfg {} {
set rc [catch $runcmd msg]
nc_msg "$PROGRAM Status: run_lssyscg : partition status : $msg\n"
regexp "$node:\[ ]*(.*)" $msg tmp1 tmp
set msg $tmp
if { $tmp } {
set msg $tmp
}
nc_msg "####msg:$msg#########\n"