racli install appliance
Syntax
racli install appliance --step={ STEP_NUMBER | ALL } [--import=IMPORT_BUNDLE_PATH]
Options
-
--import
-
Specifies the location of the RA export bundle to use for the installation.
-
--step
-
Indicate which step number of install appliance to run. Value range is 1-7 or "all" for all steps.
Step Numbers:
-
Validates and configures the hardware and platform.
-
Configures the operating system, including setting up file system properties, and users and groups.
-
Configures the
oracle
operating system user. -
Creates the Advanced Cluster File System (ACFS) mounts, configures TNS aliases, and sets up the required wallets for communication.
-
If a tape backup system is detected, validates and configures the appliance using details that were specified on the Tape Library Connectivity Page in the Oracle Exadata Deployment Assistant.
-
Configures backup of the Recovery Appliance catalog database and creates credentials for performing the backups. The catalog is backed up to a Recovery Appliance disk on an automated schedule.
-
Prompts for the
raadmin
password. Starts all Recovery Appliance services installed in the previous steps. Removes remoteroot
andoracle
access during this step.
-
Details
Installs software to the Recovery Appliance software.
Before you run racli install appliance
:
-
Ensure that all current installation patches are stated in the
/u01/ra_install/linux-x64/WorkDir
directory. -
Ensure that the
ra_preinstall.pl
andinstall.sh
scripts were run and successfully completed. -
The compute nodes need to be rebooted at the end of step 2.
Note: The installation may be interrupted at the beginning of step 3 due to not rebooting the compute notes after step 2.
If a step fails, contact Oracle Support Services.
For installations upgraded from RA 21.1 from prior versions, the quorum/compliance restrictions are less stringent.
Examples
The following example runs only step 2 of the software installation.
racli install appliance --step=2
The following example runs all of the steps necessary to install the software based on the system and configuration settings.
racli install appliance