2008-03-14 20:54:31 +00:00
|
|
|
=head1 Name
|
|
|
|
|
2008-08-19 01:29:31 +00:00
|
|
|
B<rspreset> - resets the service processors associated with the specified nodes
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 B<Synopsis>
|
|
|
|
|
|
|
|
B<rspreset> I<noderange>
|
|
|
|
|
|
|
|
B<rspreset> [B<-h>|B<--help>|B<-v>|B<--version>]
|
|
|
|
|
|
|
|
=head1 B<Description>
|
|
|
|
|
|
|
|
B<rspreset> resets the service processors associated with the specified nodes. It searches
|
2008-08-19 01:29:31 +00:00
|
|
|
the B<nodehm> table and associated tables to find the service processors associated with the nodes
|
|
|
|
specified. If the node is a BMC-based node, the node's BMC will be reset. If the node is a blade,
|
|
|
|
the blade's on board service processor will be reset.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 B<Options>
|
|
|
|
|
|
|
|
=over 7
|
|
|
|
|
|
|
|
=item B<-h>|B<--help>
|
|
|
|
|
|
|
|
Print help.
|
|
|
|
|
|
|
|
=item B<-v>|B<--version>
|
|
|
|
|
|
|
|
Print version.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
|
|
|
|
=head1 B<Examples>
|
|
|
|
|
2008-08-19 01:29:31 +00:00
|
|
|
=over 3
|
|
|
|
|
|
|
|
=item 1.
|
|
|
|
|
|
|
|
Reset the service processor that controls node5:
|
|
|
|
|
|
|
|
rspreset node5
|
|
|
|
|
|
|
|
=back
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 B<SEE ALSO>
|
|
|
|
|
2010-09-29 18:33:32 +00:00
|
|
|
L<rpower(1)|rpower.1>, L<nodehm(5)|nodehm.5>
|