![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 1663302.1 : On Oracle Big Data Appliance X4-2 Verifying the Boot Order and Getting "grep: /tmp/bios.xml: No such file or directory"
In this Document
Applies to:Big Data Appliance X4-2 Hardware - Version All Versions and laterLinux x86-64 SymptomsWhile verifying the boot order during Oracle Big Data Appliance X4-2 installation the following error is seen running on OEL6 with image 2.4.0 installed. [root@bda01 ~]# grep -m1 -A15 boot_order /tmp/bios.xml | more grep: /tmp/bios.xml: No such file or directory
CauseThere was a command which should have been run first to create the bios.xml file prior to this command being run. SolutionRun the following command to generate /tmp/bios.xml file. Creation of /tmp/bios.xml will resolve the error. [root@bda01 bda]# dcli “ubiosconfig export all -x /tmp/bios.xml”
The following command will now run fine to verify the boot order is correct: [root@bda01 bda]# dcli “grep -m1 -A20 boot_order /tmp/bios.xml” | more
The following documentation also shows the solution above: http://docs.oracle.com/cd/E52525_01/doc.25/e52473/configure.htm#BIGOG237 See: Step 17 under 7.5 Configuring the Oracle Big Data Appliance Servers Attachments This solution has no attachment |
||||||||||||||||
|