![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1451026.1 : ASR SNMP Trap Destination and Enterprise Manager on Exadata Cell Nodes
Issue When adding ASR or Grid Control to the Cell configuration and loosing functionality of one or the other after altering the cell In this Document
Applies to:Exadata Database Machine X2-2 Qtr Rack - Version All Versions to All Versions [Release All Releases]Exadata Database Machine X2-8 - Version All Versions to All Versions [Release All Releases] Enterprise Manager for Exadata - Version 11.2.0.1 to 12.1.0.5.0 [Release 11.2 to 12.1] Exadata Database Machine V2 - Version All Versions to All Versions [Release All Releases] Exadata Database Machine X2-2 Full Rack - Version All Versions to All Versions [Release All Releases] Linux x86-64 Providing steps to fix the SNMP Subscriber if adding ASR to the Cell nodes after initial setup, or also if the Grid Control SNMP Subscribers where entered after the initial ASR Setup Occurred SymptomsASR will not capture events from the Exadata Cell nodes Grid Control misses events and is not able to monitor the Exadata Cell nodes. ChangesAdding of ASR to the Cell configuration of SNMP Subscribers Adding Grid Control to the Cell Configuration of SNMP Subscribers CauseWhen running the command to set up the SNMP Subscribers, the list of entries is not populated correctly. This is a result of missing steps in the documentation to check the configuration prior to executing the command: ASR CLI Entry cellcli -e "alter cell snmpsubscriber=((host='x.x.x.x',port=162,community=public,type=asr))" dcli -g cell_group -l celladmin -n cellcli -e "alter cell snmpsubscriber= \(\(host=\'x.x.x.x\',port=162,community=public,type=asr,\)\)" Grid Control CLI Entry cellcli -e "alter cell snmpsubscriber=((host='x.x.x.1',port=3887,community=public),(host='x.x.x.2',port=3887,community=public))" dcli -g cell_group -l celladmin -n cellcli -e "alter cell snmpsubscriber= \(\(host=\'x.x.x.1\',port=3887,community=public,,\),\(host=\'x.x.x.2\',port=3887,community=public,\)\)"
SolutionTo resolve this issue, make sure to order the entries correctly as well as do a validation check before running the command to set the SNMP Destination Trap locations. cellcli -e "list cell attributes snmpsubscriber" Check the list to make sure all entries are visible. Note when adding the ASR SNMP Destination entry, it needs to be the last entry given cellcli -e "alter cell snmpsubscriber=((host='x.x.x.1',port=3887,community=public),(host='x.x.x.2',port=3887,community=public),(host='x.x.x.x',port=162,community=public,type=asr))" dcli -g cell_group -l celladmin -n cellcli -e "alter cell snmpsubscriber= \(\(host=\'x.x.x.1\',port=3887,community=public,,\),\(host=\'x.x.x.2\',port=3887,community=public,\),\(host=\'x.x.x.x\',port=162,community=public,type=asr,\)\)" .
References<BUG:13977078> - ASR - GRID CONTROL AND ASR TRAP DESTINATION ENTRY REMOVEDAttachments This solution has no attachment |
||||||||||||||||||||
|