To configure the Oracle ILOM for compute servers, complete these steps on each compute server:
# show /SP/alertmgmt/rules
This lists the rules available, similar to the following:
1
2
3
...
15
# show /SP/alertmgmt/rules/rule-number
For example:
# show /SP/alertmgmt/rules/1
If you see output similar to this:
Properties:
type = snmptrap
level = minor
destination = 10.60.10.243
destination_port = 0
community_or_username = public
snmp_version = 2c
testrule = (Cannot show property)
This rule is currently being used and should not be used for this exercise (the destination address shown is the IP address of the ASR Manager in this case).
If you see output similar to the preceding example, pick another rule until you find one that is not in use.
If you see output similar to this:
Properties:
type = snmptrap
level = disable
destination = 0.0.0.0
destination_port = 0
community_or_username = public
snmp_version = 1
testrule = (Cannot show property)
this rule is currently unused and can be used for this exercise.
# set /SP/alertmgmt/rules/unused-rule-number type=snmptrap level=minor destination=IP-address-of-ASR-Manager destination_port=port_number snmp_version=2c community_or_username=public
asr> activate_asset -i ILOM-IP-address