Oracle EXADATA X6-2 Installation And Configuration Manual page 299

Database machine
Hide thumbs Also See for EXADATA X6-2:
Table of Contents

Advertisement

Performing Initial Elastic Configuration of Oracle Exadata Database Machine
Valid. Booted: Linux. Layout: Linux.
If the system is an Oracle VM deployment, the last line of output will be the
following:
Valid. Booted: DOM0. Layout: DOM0.
Copy Oracle Exadata Database Machine Deployment Assistant to the database
6.
server using one of the following methods. If adding only cell servers, the steps
can be run from a cell.
Using a USB flash drive on Linux:
Copy the configuration file to a USB flash drive.
a.
Connect the USB drive to the database server or cell.
b.
Locate the USB drive using the following command:
c.
for x in `ls -1 /sys/block`; do udevadm info --attribute-walk --
path=/sys/block/$x | grep \
-iq 'DRIVERS=="usb-storage"'; if [ $? -eq 0 ] ; then echo /dev/${x}1; \
fi ; done
The expected output is similar to:
/dev/sdb1
Note:
If an X6 or X5 EF cell is used, the command will also return the two internal
USB drives, usually /dev/sda1 and /dev/sdb1. The newly inserted USB
drive will be the additional device, usually /dev/sdc1.
The expected output is similar to:
/dev/sda1
/dev/sdb1
/dev/sdc1
The internal USBs can be identified by viewing
# grep md4 /proc/mdstat | awk '{print $5,$6;}'
Create a directory on the database server or cell using the following
d.
command:
# mkdir /mnt/usb
Create a directory for the installation using the following command:
e.
# mkdir /opt/oracle.SupportTools/onecommand
If the directory already exists, then rename the existing one to
onecommand.old
Note: Do not use a directory under /u01 or
reclaimdidsks.sh
Mount the device. Use the device name given in step
f.
following is an example of the command.
, and then re-create the empty directory.
will fail if there is content in those directories.
Chapter 5
:
mdstat
because
/EXAVMIMAGES
6.c
(page 5-87). The
5-87

Advertisement

Table of Contents
loading

Table of Contents