![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 1935546.1 : The bdachecknet Script Fails during Oracle Big Data Appliance Installation with Usage Messages
In this Document
Created from <SR 3-9723720221> Applies to:Big Data Appliance X4-2 Hardware - Version All Versions and laterLinux x86-64 SymptomsThe bdachecknet script fails during Oracle Big Data Appliance installation with "Usage:" messages like the following: [root@bda-01-bda01 tmp]# bdachecknet | tee -a /tmp/bdachecknet_exp.out
bdachecknet: analyse /opt/oracle/bda/BdaDeploy.json bdachecknet: passed bdachecknet: checking for BdaExpansion.json bdachecknet: ping test private infiniband ips (bondib0 40gbs) bdachecknet: passed bdachecknet: ping test admin ips (eth0 1gbs) bdachecknet: passed bdachecknet: test admin network resolve and reverse resolve Usage: host [-aCdlriTwv] [-c class] [-N ndots] [-t type] [-W time] [-R number] [-m flag] hostname [server] -a is equivalent to -v -t ANY -c specifies query class for non-IN data -C compares SOA records on authoritative nameservers -d is equivalent to -v -l lists all hosts in a domain, using AXFR -i IP6.INT reverse lookups -N changes the number of dots allowed before root lookup is done -r disables recursive processing -R specifies number of retries for UDP packets -s a SERVFAIL response should stop query -t specifies the query type -T enables TCP/IP mode -v enables verbose output -w specifies to wait forever for a reply -W specifies how long to wait for a reply -4 use IPv4 query transport only -6 use IPv6 query transport only -m set memory debugging flag (trace|record|usage) ...
CauseThis is caused by the BdaDeploy.json having a value of "ADMIN_HOSTS_IN_DNS" : "false". The value of 'false' should be in upper case. SolutionPerform the following on Node 1 of the cluster as 'root' user:
# dcli cp /opt/oracle/bda/BdaDeploy.json /opt/oracle/bda/BdaDeploy.jsonORIG
2. Change in the BdaDeploy.json, to the following on Node 1: "ADMIN_HOSTS_IN_DNS" : "false", ADMIN_HOSTS_IN_DNS" : "FALSE", # dcli -f /opt/oracle/bda/BdaDeploy.json -d /opt/oracle/bda/BdaDeploy.json
# bdachecknet | tee -a /tmp/bdachecknet_exp.out
Attachments This solution has no attachment |
||||||||||||||||
|