add nodeset osimage for linux_sles_diskless_installation_ppc64

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14650 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2012-12-14 06:09:32 +00:00
parent 44b69f4e4b
commit 462cfe2c7d

View File

@ -1,4 +1,4 @@
start:Linux_sles_diskless_installation_ppc_flat
start:Linux_sles_diskless_installation_ppc64_flat
os:Linux
cmd:rscan __GETNODEATTR($$CN,hcp)__ -w
check:rc==0
@ -43,4 +43,14 @@ check:output=~booted
cmd:xdsh $$CN date
check:rc==0
check:output=~\d\d:\d\d:\d\d
cmd:nodeset $$CN osimage
check:rc==0
cmd:rnetboot $$CN
check:rc==0
cmd:sleep 600
cmd:lsdef -l $$CN | grep status
check:output=~booted
cmd:xdsh $$CN date
check:rc==0
check:output=~\d\d:\d\d:\d\d
end