![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1956717.1 : asrexachk Reports ASR Setup Failures and ASR Alerts Are Not Picked Up on BDA V4.0
In this Document
Created from <SR 3-9809861827> Applies to:Big Data Appliance X4-2 Hardware - Version All Versions and laterx86_64 Symptoms1. After making the changes in the MOS document: Running asrexachk on BDA V3.*/V4.* Raises, "/opt/oracle/bda/install/state/mammoth-saved.params: No such file or directory" (Doc ID 1956738.1), allowing 'asrexachk' to run on BDA V4, that utility is reporting that ASR setup is incorrect and that the ASR Manager SNMP port is not correct. Output may look like: # ./asrexachk
Oracle Big Data Appliance X4-2 AK* ASRExachk 2.7 Fri Oct 31 14:56:19 CET 2014 Hostname: <host_name> Device Type: Oracle Big Data Appliance X4-2 AK* Serial Number: 1* ASR Manager IP: #########Warning######### Unable to determine configuration status of the DB node. Please check to make sure the ASR Manager SNMP Port is setup through the command to include the port of 162 or 1162 Please reference the Oracle Exadata Administration guide for more details on DB commands for ASR Checking for ASR Process Running BDA Monitoring Script running as expected #########Warning######### ASR Is not configured on Node Please setup ASR per process from ASR BDA Installation Guide http://www.oracle.com/technetwork/server-storage/engineered-systems/bigdata-appliance/documentation/index.html
# cat asrs.state
<incorrect host ip>:<incorrect port> ; <incorrect host>.example.com ; public ;
Cause/opt/oracle/bda/compmon/asrs.state, the ASR configuration file containing the list of ASR destinations is not correct. This file is the result of the configuration of the ASR asset on any node. It can be changed/updated with /opt/oracle/bda/compmon/bda_mon_hw_asr.pl. # cat asrs.state
<ASR manager host IP>:162 ; <ASR manager host IP> ; public ;
SolutionUse /opt/oracle/bda/compmon/bda_mon_hw_asr.pl to validate and then correctly set ASR subscribers for a BDA node. /opt/oracle/bda/compmon/bda_mon_hw_asr.pl will configure the local node and the ILOM to send traps to the ASR destination. # dcli -C "/opt/oracle/bda/compmon/bda_mon_hw_asr.pl -get_snmp_subscribers -type asr"
# dcli -C "/opt/oracle/bda/compmon/bda_mon_hw_asr.pl -get_snmp_subscribers -type asr"
*.*.*.1: (host=<IP of ASR Manager>,port=162,community=public,type=asr,fromip=<clientIP of BDA node 1) ... *.*.*.n: (host=<IP of ASR Manager>,port=162,community=public,type=asr,fromip=<clientIP of BDA node n)
# dcli -C "/opt/oracle/bda/compmon/bda_mon_hw_asr.pl -get_snmp_subscribers -type asr"
*.*.*.1: (host=<IP of ASR Manager>,port=162,community=public,type=asr,fromip=<IB IP of BDA node 1) ... *.*.*.n: (host=bdanode0n.example.com,port=<wrong#>,community=public,type=asr,fromip=<wrong IP>)
# dcli -c bdanode03 /opt/oracle/bda/compmon/bda_mon_hw_asr.pl -set_snmp_subscribers "type=asr,host=<IP of ASR Manager>,fromip=<ClientIP of BDA node 3>,port=162,community=public"
bdanode03: Try to add ASR destination Host - <IP of ASR Manager> IP - <IP of ASR Manager> Port - 162 Community - public From IP - <ClientIP of BDA node3>
# dcli -C "/opt/oracle/bda/compmon/bda_mon_hw_asr.pl -get_snmp_subscribers -type asr"
# dcli -C "/opt/oracle/bda/compmon/bda_mon_hw_asr.pl -get_snmp_subscribers -type asr"
*.*.*.1: (host=<IP of ASR Manager>,port=162,community=public,type=asr,fromip=<clientIP of BDA node 1) ... *.*.*.n: (host=<IP of ASR Manager>,port=162,community=public,type=asr,fromip=<clientIP of BDA node n)
For example:
References<BUG:20229882> - ASREXACHK/BDA IS NOT WORKING SINCE A PATH CHANGED IN INSTALLTION ON THE BDA<NOTE:1956738.1> - Running asrexachk on BDA V3.*/V4.* Raises, "/opt/oracle/bda/install/state/mammoth-saved.params: No such file or directory" Attachments This solution has no attachment |
||||||||||||||||||
|