update for psh

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11112 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2011-12-02 06:40:42 +00:00
parent d888f6d3f7
commit 58ef7cbdcf

View File

@ -17,9 +17,19 @@ cmd:psh -i __GETNODEATTR($$CN,mgtifname)__ $$CN 'uptime'
check:rc==0
end
start:psh_node_cmd
cmd:psh $$CN 'pwd'
start:psh_node_cmd_linux
os:Aix
cmd:psh $$CN 'pwd'
check:rc==0
check:output=~$$CN
check:output=~/
end
start:psh_node_cmd_aix
os:Linux
cmd:psh $$CN 'pwd'
check:rc==0
check:output=~$$CN
check:output=~/root
end