From bd23fa6984fcefa8fdd48c60c90ebd6216d9d72d Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 1 Apr 2011 02:39:08 +0000 Subject: [PATCH] modify the improper format in the swapnodes manpage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9214 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/swapnodes.1.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT-client/pods/man1/swapnodes.1.pod b/xCAT-client/pods/man1/swapnodes.1.pod index b0dc0913c..772b2e079 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 [-o] +B B<-c> I B<-f> I [B<-o>] =head1 DESCRIPTION -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. +This command is only for P7 IH using Direct FSP Management. Without B<-o> option, it's used to swap the location info in the db between 2 nodes. With B<-o> option, it's used to move the I definition to I (the 2nd octant), not move the I 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 I is a defective non-compute node, and I is a avaible compute node. After the swapping, the I will be a available node. =head1 OPTIONS @@ -22,15 +22,15 @@ Display usage message. =item B<-c> -current_node -- the defective non-compute node. +I -- the defective non-compute node. =item B<-f> -fip_node -- a compute node which will be swapped as the non-compute node. +I -- 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. +one way. Move the I definition to I (the 2nd octant), and not move the I definition to the 1st octant. =back