Change some typo in rmconn and lsconn man pages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3576 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fa95b1fc8c
commit
7bb0ee5659
@ -1,6 +1,6 @@
|
||||
=head1 NAME
|
||||
|
||||
B<lsconn> - Use this command to display the connection status from FSP and BPA nodes.
|
||||
B<lsconn> - Use this command to display the connection status for FSP and BPA nodes.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
@ -45,12 +45,20 @@ To display connection status for all FSP nodes in node group fsp:
|
||||
lsconn fsp
|
||||
|
||||
Output is similar to:
|
||||
cec1: ipaddr=192.168.200.245,alt_ipaddr=unavailable,state=Connected
|
||||
cec2: Connection not found
|
||||
|
||||
cec1: ipaddr=192.168.200.245,alt_ipaddr=unavailable,state=Connected
|
||||
cec2: Connection not found
|
||||
|
||||
=item 2.
|
||||
|
||||
To display connection status for BPA node frame1:
|
||||
frame1: side=a,ipaddr=192.168.200.247,alt_ipaddr=unavailable,state=Connected
|
||||
frame1: side=b,ipaddr=192.168.200.248,alt_ipaddr=unavailable,state=Connected
|
||||
|
||||
lsconn frame1
|
||||
|
||||
Output is similar to:
|
||||
|
||||
frame1: side=a,ipaddr=192.168.200.247,alt_ipaddr=unavailable,state=Connected
|
||||
frame1: side=b,ipaddr=192.168.200.248,alt_ipaddr=unavailable,state=Connected
|
||||
|
||||
=back
|
||||
|
||||
|
@ -47,7 +47,10 @@ To disconnect all FSP nodes in node group fsp from their HMC nodes:
|
||||
|
||||
rmconn fsp
|
||||
|
||||
=item 2.
|
||||
|
||||
To remove the connection for BPA node frame1:
|
||||
|
||||
rmconn frame1
|
||||
|
||||
=back
|
||||
|
Loading…
Reference in New Issue
Block a user