2008-03-14 20:54:31 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
B<rspconfig> - remote power control of nodes
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2008-04-10 21:06:26 +00:00
|
|
|
B<rspconfig> I<noderange> {B<alert>|B<snmpdest>|B<community>}
|
2008-04-09 19:34:43 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
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>]
|
|
|
|
|
2008-04-10 21:06:26 +00:00
|
|
|
=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:
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
B<rspconfig> I<noderange> {B<sshcfg>|B<snmpcfg>|B<build>|B<pd1>|B<pd2>|B<network>|B<swnet>|B<ntp>}
|
2008-04-10 21:06:26 +00:00
|
|
|
|
|
|
|
B<rspconfig> I<noderange> B<shcfg>={B<enable>|B<disable>}
|
|
|
|
|
|
|
|
B<rspconfig> I<noderange> B<snmpcfg>={B<enable>|B<disable>}
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
B<rspconfig> I<noderange> B<pd1>={B<nonred>|B<redwoperf>|B<redwperf>}
|
|
|
|
|
|
|
|
B<rspconfig> I<noderange> B<pd2>={B<nonred>|B<redwoperf>|B<redwperf>}
|
|
|
|
|
|
|
|
B<rspconfig> I<noderange> B<network>={[B<ip>],[B<host>],[B<gateway>],[B<netmask>]|xcat-table}
|
|
|
|
|
|
|
|
B<rspconfig> I<noderange> B<swnet>={[B<ip>],[B<gateway>],[B<netmask>]}
|
|
|
|
|
|
|
|
B<rspconfig> I<noderange> B<ntp>={[B<ntpenable>],[B<ntpserver>],[B<frequency>],[B<v3>]}
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=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.
|
|
|
|
|
2008-04-09 19:34:43 +00:00
|
|
|
=item B<backupgateway>
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2008-04-09 19:34:43 +00:00
|
|
|
Get the BMC backup gateway ip address.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=item B<community>={B<public>|I<string>}
|
|
|
|
|
2008-04-09 19:34:43 +00:00
|
|
|
Get or set the SNMP commmunity value. The default is I<public>.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
=item B<frequency>
|
|
|
|
|
|
|
|
Sets the NTP update frequency (in minutes).
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=item B<garp>=I<time>
|
|
|
|
|
2008-04-09 19:34:43 +00:00
|
|
|
Get or set Gratuitous ARP generation interval. The unit is number of 1/2 second.
|
|
|
|
|
|
|
|
=item B<gateway>
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
The gateway ip address.
|
|
|
|
|
|
|
|
=item B<host>
|
|
|
|
|
|
|
|
The hostname.
|
2008-04-09 19:34:43 +00:00
|
|
|
|
|
|
|
=item B<ip>
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
The ip address.
|
2008-04-09 19:34:43 +00:00
|
|
|
|
|
|
|
=item B<netmask>
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
The subnet mask.
|
|
|
|
|
|
|
|
=item B<network>={[I<ip>],[I<host>],[I<gateway>],[I<netmask>]|xcat-table}
|
|
|
|
|
|
|
|
Sets the MPA network parameters.
|
|
|
|
|
|
|
|
=item B<nonred>
|
|
|
|
|
|
|
|
Allows loss of redundancy.
|
|
|
|
|
|
|
|
=item B<ntp>={[I<ntpenable>],[I<ntpserver>],[I<frequency>],[I<v3>]}
|
|
|
|
|
|
|
|
Sets the MPA Network Time Protocol (NTP) parameters.
|
|
|
|
|
|
|
|
=item B<ntpenable>
|
|
|
|
|
|
|
|
Enable or disable NTP (enable|disable).
|
|
|
|
|
|
|
|
=item B<ntpserver>
|
|
|
|
|
|
|
|
Sets NTP server IP address or name.
|
|
|
|
|
|
|
|
=item B<pd1>={B<nonred>|B<redwoperf>|B<redwperf>}
|
|
|
|
|
|
|
|
Power Domain 1 - determines how an MPA responds to a loss of redundant power.
|
|
|
|
|
|
|
|
=item B<pd2>={B<nonred>|B<redwoperf>|B<redwperf>}
|
|
|
|
|
|
|
|
Power Domain 2 - determines how an MPA responds to a loss of redundant power.
|
|
|
|
|
|
|
|
=item B<redwoperf>
|
|
|
|
|
|
|
|
Prevents components from turning on that will cause loss of power redundancy.
|
|
|
|
|
|
|
|
=item B<redwperf>
|
|
|
|
|
|
|
|
Power throttles components to maintain power redundancy and prevents components from turning on that will cause loss of power redundancy.
|
2008-04-09 19:34:43 +00:00
|
|
|
|
2008-04-10 21:06:26 +00:00
|
|
|
=item B<snmpcfg>={I<enable>|I<disable>}
|
|
|
|
|
|
|
|
Enable or disable SNMP on MPA.
|
|
|
|
|
2008-04-09 19:34:43 +00:00
|
|
|
=item B<snmpdest>=I<snmpmanager-IP>
|
|
|
|
|
|
|
|
Get or set where the SNMP alerts should be sent to.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2008-04-10 21:06:26 +00:00
|
|
|
=item B<sshcfg>={I<enable>|I<disable>}
|
|
|
|
|
|
|
|
Enable or disable SSH on MPA.
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
=item B<swnet>={[I<ip>],[I<gateway>],[I<netmask>]}
|
|
|
|
|
|
|
|
Sets the Switch network parameters.
|
|
|
|
|
|
|
|
=item B<v3>
|
|
|
|
|
|
|
|
Enable or disable v3 authentication (enable|disable).
|
|
|
|
|
|
|
|
=item B<xcat-table>
|
|
|
|
|
|
|
|
Use xCAT database values.
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=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
|
|
|
|
|
2008-04-14 20:01:51 +00:00
|
|
|
noderange(3), rpower(1), rcons(1), rinv(1), rvitals(1), rscan(1)
|