mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
add debug message for issue#1976
This commit is contained in:
@ -12,10 +12,12 @@ cmd:ls /go-xcat
|
||||
check:rc==0
|
||||
cmd:chmod 777 /go-xcat; /go-xcat --xcat-core=/install_xCAT_xcat-core.tar.bz2 --xcat-dep=/install_xCAT_xcat-dep.tar.bz2 -y install;
|
||||
check:rc==0
|
||||
cmd:source "/etc/profile.d/xcat.sh"
|
||||
cmd:cat "/etc/profile.d/xcat.sh"; env; source "/etc/profile.d/xcat.sh"
|
||||
check:rc==0
|
||||
cmd:a=0;while ! `lsxcatd -v|grep Version >/dev/null`; do sleep 10;((a++));if [ $a -gt 100 ];then break;fi done
|
||||
cmd:lsxcatd -v
|
||||
#cmd:a=0;while ! `lsxcatd -v|grep Version >/dev/null`; do sleep 10;((a++));if [ $a -gt 100 ];then break;fi done
|
||||
cmd:env;lsxcatd -v
|
||||
check:rc==0
|
||||
cmd:source "/etc/profile.d/xcat.sh";env;lsxcatd -v
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
cmd:service xcatd status
|
||||
|
Reference in New Issue
Block a user