2009-06-15 10:16:20 +00:00
=head1 NAME
2011-08-05 09:17:27 +00:00
B<rmhwconn> - Use this command to remove connections from CEC and Frame nodes to HMC nodes.
2009-06-15 10:16:20 +00:00
=head1 SYNOPSIS
2009-08-04 20:24:48 +00:00
B<rmhwconn> [B<-h>| B<--help>]
2009-06-15 10:16:20 +00:00
2009-08-04 20:24:48 +00:00
B<rmhwconn> [B<-v>| B<--version>]
2009-06-15 10:16:20 +00:00
2010-12-20 07:15:23 +00:00
=head2 PPC (with HMC) specific:
2011-04-01 01:55:54 +00:00
B<rmhwconn> [B<-V>| B<--verbose>] I<noderange>
2009-06-15 10:16:20 +00:00
2010-12-20 07:15:23 +00:00
=head2 PPC (without HMC, using FSPAPI) specific:
2011-04-01 01:55:54 +00:00
B<rmhwconn> I<noderange> B<-T> I<tooltype>
2010-12-20 07:15:23 +00:00
2012-02-01 09:45:25 +00:00
=head2 PPC (use HMC as SFP) specific:
B<rmhwconn> B<-s>
2009-06-15 10:16:20 +00:00
=head1 DESCRIPTION
2010-12-20 07:15:23 +00:00
For PPC (with HMC) specific:
2011-08-05 09:17:27 +00:00
This command is used to disconnect CEC and Frame nodes from HMC nodes, according to the connection information defined in ppc talbe in xCAT DB.
2009-06-15 10:16:20 +00:00
2011-08-05 09:17:27 +00:00
Note: If a CEC belongs to a frame with a BPA installed, this CEC cannot be disconnected individually. Instead, the whole frame should be disconnected.
2009-06-15 10:16:20 +00:00
2010-12-20 07:15:23 +00:00
For PPC (without HMC, using FSPAPI) specific:
2011-08-05 09:17:27 +00:00
It's used to disconnection CEC and Frame nodes from hardware server.
2010-12-20 07:15:23 +00:00
2012-02-01 09:45:25 +00:00
For PPC (use HMC as SFP) specific:
It is used to disconnect Frame nodes from HMC nodes.
2009-06-15 10:16:20 +00:00
=head1 OPTIONS
=over 5
=item B<-h|--help>
Display usage message.
=item B<-V|--verbose>
Verbose output.
2010-12-20 07:15:23 +00:00
=item B<-T>
2011-08-05 09:17:27 +00:00
The tooltype is used to communicate to the CEC/Frame. The value could be B<lpar> or B<fnm>. The tooltype value B<lpar> is for xCAT and B<fnm> is for CNM.
2010-12-20 07:15:23 +00:00
2009-06-15 10:16:20 +00:00
=back
=head1 RETURN VALUE
0 The command completed successfully.
1 An error has occurred.
=head1 EXAMPLES
=over 3
=item 1.
2011-08-05 09:17:27 +00:00
To disconnect all CEC nodes in node group cec from their HMC nodes:
2009-06-15 10:16:20 +00:00
2011-08-05 09:17:27 +00:00
rmhwconn cec
2009-06-15 10:16:20 +00:00
2009-06-15 10:28:46 +00:00
=item 2.
2011-08-05 09:17:27 +00:00
To remove the connection for Frame node frame1:
2009-06-15 10:28:46 +00:00
2009-08-04 20:24:48 +00:00
rmhwconn frame1
2009-06-15 10:16:20 +00:00
2010-12-20 07:15:23 +00:00
=item 3.
2011-08-05 09:17:27 +00:00
To disconnect all CEC nodes in node group cec from their related hardware serveri, using lpar tooltype:
2010-12-20 07:15:23 +00:00
2011-08-05 09:17:27 +00:00
rmhwconn cec -T lpar
2010-12-20 07:15:23 +00:00
2009-06-15 10:16:20 +00:00
=back
=head1 FILES
2009-08-04 20:24:48 +00:00
$XCATROOT/bin/rmhwconn
2009-06-15 10:16:20 +00:00
(The XCATROOT environment variable is set when xCAT is installed. The
default value is "/opt/xcat".)
=head1 NOTES
This command is part of the xCAT software product.
=head1 SEE ALSO
2009-08-04 20:24:48 +00:00
L<lshwconn(1)|lshwconn.1>, L<mkhwconn(1)|mkhwconn.1>