mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-22 22:15:30 +00:00
Merge pull request #2015 from hu-weihua/install_xcat
Fix bug #1976 Need more than one minute for xCAT works in sles11.4 ppc64 and x86_64 I agree with the change
This commit is contained in:
@ -12,11 +12,6 @@ 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: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:env;lsxcatd -v
|
||||
check:rc==0
|
||||
cmd:source "/etc/profile.d/xcat.sh";env;lsxcatd -v
|
||||
check:rc==0
|
||||
check:output=~Version
|
||||
@ -42,10 +37,7 @@ 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"
|
||||
check:rc==0
|
||||
cmd:sleep 30
|
||||
cmd:lsxcatd -v
|
||||
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