Add a example of using chdef to mmodify the node's hwtype.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10009 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-07-05 07:13:32 +00:00
parent 83ac441e1c
commit 179b952768

View File

@ -148,6 +148,12 @@ To change the node object name from node1 to node2.
chdef -t node -o node1 -n node2
=item 10.
To change the node hwtype, this command will change the value of ppc.nodetype.
chdef -t node -o node1 hwtype=lpar
=back