fixed bug 3381260, provide more detail in the swapnodes manpage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10194 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-07-29 07:20:59 +00:00
parent 326e561533
commit e8a5eb0157

View File

@ -17,7 +17,7 @@ The B<swapnodes> command will keep the B<current_node> name in the xCAT table, a
(1)swap the location info in the db between 2 nodes:
All the ppc table attributes (including hcp, id, parent, supernode and so on).
All the nodepos table attributes(including rack, u, chassis, slot, room and so on).
(2)assign the I/O adapters from the defective node(the original current_node) to the available node(the original fip_node)
(2)assign the I/O adapters from the defective node(the original current_node) to the available node(the original fip_node) if the nodes are in the same cec.
The B<swapnodes> command shouldn't make the decision of which 2 nodes are swapped. It will just received the 2 node names as cmd line parameters.