Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1663302.1
Update Date:2016-05-25
Keywords:

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"  


Related Items
  • Big Data Appliance X4-2 Hardware
  •  
Related Categories
  • PLA-Support>Eng Systems>BDA>Big Data Appliance>DB: BDA_EST
  •  




In this Document
Symptoms
Cause
Solution


Applies to:

Big Data Appliance X4-2 Hardware - Version All Versions and later
Linux x86-64

Symptoms

While 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

 

Cause

There was a command which should have been run first to create the bios.xml file prior to this command being run.

Solution

Run 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
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback