![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1956738.1 : Running asrexachk on BDA V3.*/V4.* Raises, "/opt/oracle/bda/install/state/mammoth-saved.params: No such file or directory"
In this Document
Created from <SR 3-9809861827> Applies to:Big Data Appliance X4-2 Hardware - Version All Versions and laterBig Data Appliance Integrated Software - Version 3.0.1 and later x86_64 SymptomsFrom Node 1 of a cluster as 'root' running 'asrxachk' raises syntax related errors on BDA V3.*/V4.* as below. # cd /opt/oracle.SupportTools
# ./asrexachk grep: /opt/oracle/bda/install/state/mammoth-saved.params: No such file or directory
CauseBUG 20229882 - ASRExachk/BDA is not working since a path changed in installation on the BDA SolutionUntil BUG 20229882 is resolved you can manually edit /opt/oracle.SupportTools/asrexachk. An overview of the steps follows. An example of the changes done on BDA V3.1 is below: if [ -f /opt/oracle/bda/install/state/config.json ]; then
INSTALL_INFO="/opt/oracle/bda/install/state/config.json" else INSTALL_INFO="/opt/oracle/bda/install/state/mammoth-saved.params" fi
ASR_ENB=`grep -i "ASR_ENABLED" $INSTALL_INFO | /usr/bin/awk -F: '{ print $2 }'`
ASR_ENB=${ASR_ENB:2:4} if [ "$ASR_ENB" == "true" ]; then These changes should allow /opt/oracle.SupportTools/asrexachk to execute successfully. References<BUG:20229882> - ASREXACHK/BDA IS NOT WORKING SINCE A PATH CHANGED IN INSTALLTION ON THE BDAAttachments This solution has no attachment |
||||||||||||||||||
|