diff --git a/xCAT-client/pods/man1/lsconn.1.pod b/xCAT-client/pods/man1/lsconn.1.pod index 96190e831..3c160749a 100644 --- a/xCAT-client/pods/man1/lsconn.1.pod +++ b/xCAT-client/pods/man1/lsconn.1.pod @@ -1,14 +1,14 @@ =head1 NAME -B - Use this command to display the connection status for FSP and BPA nodes. +B - Use this command to display the connection status for FSP and BPA nodes. =head1 SYNOPSIS -B [B<-h>| B<--help>] +B [B<-h>| B<--help>] -B [B<-v>| B<--version>] +B [B<-v>| B<--version>] -B [B<-V>| B<--verbose>] noderange +B [B<-V>| B<--verbose>] noderange =head1 DESCRIPTION @@ -42,7 +42,7 @@ Verbose output. To display connection status for all FSP nodes in node group fsp: - lsconn fsp + lshwconn fsp Output is similar to: @@ -53,7 +53,7 @@ Output is similar to: To display connection status for BPA node frame1: - lsconn frame1 + lshwconn frame1 Output is similar to: @@ -65,7 +65,7 @@ Output is similar to: =head1 FILES -$XCATROOT/bin/lsconn +$XCATROOT/bin/lshwconn (The XCATROOT environment variable is set when xCAT is installed. The default value is "/opt/xcat".) @@ -77,4 +77,4 @@ This command is part of the xCAT software product. =head1 SEE ALSO -L, L +L, L diff --git a/xCAT-client/pods/man1/mkconn.1.pod b/xCAT-client/pods/man1/mkconn.1.pod index 604fed2cf..ec4942ef8 100644 --- a/xCAT-client/pods/man1/mkconn.1.pod +++ b/xCAT-client/pods/man1/mkconn.1.pod @@ -1,16 +1,16 @@ =head1 NAME -B - Use this command to setup connections for FSP and BPA nodes to HMC nodes. +B - Use this command to setup connections for FSP and BPA nodes to HMC nodes. =head1 SYNOPSIS -B [B<-h>| B<--help>] +B [B<-h>| B<--help>] -B [B<-v>| B<--version>] +B [B<-v>| B<--version>] -B [B<-V>| B<--verbose>] noderange B<-t> +B [B<-V>| B<--verbose>] noderange B<-t> -B [B<-V>| B<--verbose>] noderange B<-H> hmc [B<-P> passwd] +B [B<-V>| B<--verbose>] noderange B<-H> hmc [B<-P> passwd] =head1 DESCRIPTION @@ -65,20 +65,20 @@ Verbose output. To setup the connection for all FSP nodes in node group fsp, according to the definition in xCAT DB: - mkconn fsp -t + mkhwconn fsp -t =item 2. To setup the connection for BPA nodes in node group frame_grp1 to HMC node hmc1, with password 'abc123': - mkconn frame_grp1 -H hmc1 -P abc123 + mkhwconn frame_grp1 -H hmc1 -P abc123 =back =head1 FILES -$XCATROOT/bin/mkconn +$XCATROOT/bin/mkhwconn (The XCATROOT environment variable is set when xCAT is installed. The default value is "/opt/xcat".) @@ -90,4 +90,4 @@ This command is part of the xCAT software product. =head1 SEE ALSO -L, L +L, L diff --git a/xCAT-client/pods/man1/rmconn.1.pod b/xCAT-client/pods/man1/rmconn.1.pod index 4ad43182b..6cc664d04 100644 --- a/xCAT-client/pods/man1/rmconn.1.pod +++ b/xCAT-client/pods/man1/rmconn.1.pod @@ -1,14 +1,14 @@ =head1 NAME -B - Use this command to remove connections from FSP and BPA nodes to HMC nodes. +B - Use this command to remove connections from FSP and BPA nodes to HMC nodes. =head1 SYNOPSIS -B [B<-h>| B<--help>] +B [B<-h>| B<--help>] -B [B<-v>| B<--version>] +B [B<-v>| B<--version>] -B [B<-V>| B<--verbose>] noderange +B [B<-V>| B<--verbose>] noderange =head1 DESCRIPTION @@ -45,20 +45,20 @@ Verbose output. To disconnect all FSP nodes in node group fsp from their HMC nodes: - rmconn fsp + rmhwconn fsp =item 2. To remove the connection for BPA node frame1: - rmconn frame1 + rmhwconn frame1 =back =head1 FILES -$XCATROOT/bin/rmconn +$XCATROOT/bin/rmhwconn (The XCATROOT environment variable is set when xCAT is installed. The default value is "/opt/xcat".) @@ -70,4 +70,4 @@ This command is part of the xCAT software product. =head1 SEE ALSO -L, L +L, L