Configures the Oracle FS System to receive SNMP traps that are sent by SNMP-enabled UPS devices.
ups ‑add ‑name ups‑name ‑ip ip‑address ‑community community [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}] [{‑outputformat | ‑o} { text | xml }] [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}]
After creating an SNMP trap host entry for the Oracle FS System, run the ups ‑add command to configure the Oracle FS System to receive SNMP traps from the specified UPS device. Be sure to specify the same community string that you specified when you defined the Oracle FS System as an SNMP trap host.
Only administrators with primary administrator or admin1 roles are authorized to run this command.
Non-printable characters, including ASCII 0 through 31, decimal
/ (slash) and \ (backslash)
. (dot) and .. (dot dot)
Tabs
Specifies the IP address of a UPS device that the Oracle FS System is monitoring on the management network.
Identifies the community string for the Oracle FS System to authenticate the SNMP traps that are sent by UPS devices. Use the unique community string that is provided by the UPS vendor. The string you specify must match the community string that you specify when you configure the Oracle FS System to be an SNMP trap host.
Configure the Oracle FS System to receive SNMP traps from a battery-backed power source.
The name of the Oracle FS System as an SNMP trap host: UPS_trap_host
The name of the Oracle FS System as an SNMP query host: UPS_query_host
The shared IP address for the Oracle FS System: 10.50.4.50
The SNMP host port number for trap hosts: 162
The SNMP host port number for query hosts: 161
The name of the UPS device: Bldg7UPS
The IP address of the UPS device: 20.33.44.5
The community string: 12269VmDC12
$ fscli snmp_host ‑add ‑name UPS_trap_host ‑ip 10.50.4.50 ‑community 12269VmDC12 ‑trapPort 162 $ fscli snmp_host ‑add ‑name UPS_query_host ‑ip 10.50.4.50 ‑community 12269VmDC12 ‑trapPort 161 $ fscli ups ‑add ‑name ‑Bldg7UPS ‑ip 20.33.44.5 ‑community 12269VmDC12