From b0c37f7579b3c091dd2bc85d81eeccefc3769d4b Mon Sep 17 00:00:00 2001 From: jjhua Date: Mon, 28 Mar 2011 07:07:03 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/swapnodes.1.pod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/swapnodes.1.pod b/xCAT-client/pods/man1/swapnodes.1.pod index 293c7ecac..b0dc0913c 100644 --- a/xCAT-client/pods/man1/swapnodes.1.pod +++ b/xCAT-client/pods/man1/swapnodes.1.pod @@ -6,11 +6,11 @@ B - swap the location info in the db between 2 nodes. If swapping wit B [B<-h>| B<--help>] -B B<-c> current_node B<-f> fip_node +B 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