![]() | Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1451026.1 : ASR SNMP Trap Destination and Grid Control 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 Not Applicable to Not Applicable [Release N/A]Exadata Database Machine X2-8 - Version Not Applicable to Not Applicable [Release N/A] Enterprise Manager for Exadata - Version 11.2.0.1 to 12.1.0.2.0 [Release 11.2 to 12.1] Exadata Database Machine V2 - Version Not Applicable to Not Applicable [Release N/A] Exadata Database Machine X2-2 Full Rack - Version Not Applicable to Not Applicable [Release N/A] 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 |
||||||||||||||||||||
|