update the swapnodes manpage with -o option

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9173 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-03-28 07:07:03 +00:00
parent fbac5ffe04
commit b0c37f7579

View File

@ -6,11 +6,11 @@ B<swapnodes> - swap the location info in the db between 2 nodes. If swapping wit
B<swapnodes> [B<-h>| B<--help>]
B<swapnodes> B<-c> current_node B<-f> fip_node
B<swapnodes> B<-c> current_node B<-f> fip_node [-o]
=head1 DESCRIPTION
This command is only for P7 IH using Direct FSP Management. It's used to swap the location info in the db between 2 nodes. If swapping within a cec, it will assign the IO adapters that were assigned to the defective node to the available node. Originally, the current_node is a defective non-compute node, and fip_node is a avaible compute node. After the swapping, the current_node will be a available node.
This command is only for P7 IH using Direct FSP Management. Without -o option, it's used to swap the location info in the db between 2 nodes. With -o option, it's used to move the current_node definition to fip_node (the 2nd octant), not move the fip_node definition to the 1st octant. If the two nodes are in a cec, it will assign the IO adapters that were assigned to the defective node to the available node. Originally, the current_node is a defective non-compute node, and fip_node is a avaible compute node. After the swapping, the current_node will be a available node.
=head1 OPTIONS
@ -26,7 +26,11 @@ current_node -- the defective non-compute node.
=item B<-f>
-f fip_node -- a compute node which will be swapped as the non-compute node.
fip_node -- a compute node which will be swapped as the non-compute node.
=item B<-o>
one way. Move the current_node definition to fip_node (the 2nd octant), and not move the fip_node definition to the 1st octant.
=back