Oracle ASRのSNMPサブスクライバを1つのみ追加する場合は、次のようなコマンドを入力します。
# dbmcli -e alter dbserver snmpSubscriber="((host='asrm1.example.com',port=162,
community=public,type=asr,fromIP='management_IP_addr',asrmPort=ASR_Mgr_http_or_https_port))"
複数の障害通知の送信先を追加する必要がある場合は、カンマ区切りのリストを使用して複数のSNMPサブスクライバを指定します。たとえば:
# dbmcli -e alter dbserver snmpSubscriber="((host='asrm1.example.com',port=162,
community=public,type=asr,fromIP='management_IP_addr',asrmPort=ASR_Mgr_http_or_https_port),
(host='asrm2.example.com',port=162,community=public,type=asr,fromIP='management_IP_addr',
asrmPort=ASR_Mgr_http_or_https_port))"