From 179b9527683722dbba42291fae1c954816887ef1 Mon Sep 17 00:00:00 2001 From: yinle Date: Tue, 5 Jul 2011 07:13:32 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/chdef.1.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xCAT-client/pods/man1/chdef.1.pod b/xCAT-client/pods/man1/chdef.1.pod index dc55caad6..2b7258797 100644 --- a/xCAT-client/pods/man1/chdef.1.pod +++ b/xCAT-client/pods/man1/chdef.1.pod @@ -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