1e5f60acb4
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1019 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
116 lines
2.1 KiB
Plaintext
116 lines
2.1 KiB
Plaintext
=head1 NAME
|
|
|
|
B<rspconfig> - remote power control of nodes
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<rspconfig> I<noderange> {B<alert>|B<snmpdest>|B<community>}
|
|
|
|
B<rspconfig> I<noderange> B<alert>={B<on>|B<enable>|B<off>|B<disable>}
|
|
|
|
B<rspconfig> I<noderange> B<snmpdest>=I<snmpmanager-IP>
|
|
|
|
B<rspconfig> I<noderange> B<community>={B<public>|I<string>}
|
|
|
|
B<rspconfig> [B<-h>|B<--help>|B<-v>|B<--version>]
|
|
|
|
=head2 BMC specific:
|
|
|
|
B<rspconfig> I<noderange> {B<ip>|B<netmask>|B<gateway>|B<backupgateway>|B<garp>}
|
|
|
|
B<rspconfig> I<noderange> B<garp>={I<time>}
|
|
|
|
=head2 MPA specific:
|
|
|
|
B<rspconfig> I<noderange> {B<sshcfg>|B<snmpcfg>|B<build>}
|
|
|
|
B<rspconfig> I<noderange> B<shcfg>={B<enable>|B<disable>}
|
|
|
|
B<rspconfig> I<noderange> B<snmpcfg>={B<enable>|B<disable>}
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
B<rspconfig> configures various settings in the nodes' service processors. If only a keyword is
|
|
specified, without the B<=>, it displays the current value.
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over 4
|
|
|
|
=item B<alert>={I<on>|I<enable>|I<off>|I<disable>}
|
|
|
|
Turn on or off SNMP alerts.
|
|
|
|
=item B<backupgateway>
|
|
|
|
Get the BMC backup gateway ip address.
|
|
|
|
=item B<community>={B<public>|I<string>}
|
|
|
|
Get or set the SNMP commmunity value. The default is I<public>.
|
|
|
|
=item B<garp>=I<time>
|
|
|
|
Get or set Gratuitous ARP generation interval. The unit is number of 1/2 second.
|
|
|
|
=item B<gateway>
|
|
|
|
Get the BMC gateway ip address.
|
|
|
|
=item B<ip>
|
|
|
|
Get the BMC ip address.
|
|
|
|
=item B<netmask>
|
|
|
|
Get the BMC subnet mask.
|
|
|
|
=item B<snmpcfg>={I<enable>|I<disable>}
|
|
|
|
Enable or disable SNMP on MPA.
|
|
|
|
=item B<snmpdest>=I<snmpmanager-IP>
|
|
|
|
Get or set where the SNMP alerts should be sent to.
|
|
|
|
=item B<sshcfg>={I<enable>|I<disable>}
|
|
|
|
Enable or disable SSH on MPA.
|
|
|
|
=item B<-h>|B<--help>
|
|
|
|
Prints out a brief usage message.
|
|
|
|
=item B<-v>, B<--version>
|
|
|
|
Display the version number.
|
|
|
|
=back
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
=over 3
|
|
|
|
=item *
|
|
|
|
To turn on SNMP alerts for node5:
|
|
|
|
B<rspconfig> I<node5> B<alert>=B<on>
|
|
|
|
node5: Alerts: enabled
|
|
|
|
=item *
|
|
|
|
To display the destination setting for SNMP alerts for node4:
|
|
|
|
B<rspconfig> I<node4 snmpdest>
|
|
|
|
node4: BMC SNMP Destination 1: 9.114.47.227
|
|
|
|
=back
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
noderange(3), rpower(1), rcons(1), rinv(1), rvitals(1), rscan(1) |