Deploying Gold Images in Oracle FPP Lite Mode

Provisions Oracle Grid Infrastructure and Oracle Database homes from gold images in Oracle FPP Lite mode.

Syntax

rhpctl deploy home -path target_home_path -zip gold_image_zip_path 
[-sourcehome source_home_path] [-user user_name] [-ignoreprereq]

Parameters

Table 2-8 rhpctl deploy home Command Parameters

Parameter Description
-path target_home_path

Specify the absolute target home path for provisioning the software home.

-zip gold_image_zip_path

Specify the absolute path of the compressed gold image.

-sourcehome source_home_path

Specify the path to the source Oracle home.

-user user_name

Specify name of the operating system user for whom you are provisioning the software home.

-ignoreprereq

Specify this parameter to ignore the CVU prerequisite checks.

Examples

To provision Oracle Grid Infrastructure 23ai using the specified gold image:

$ rhpctl deploy home -path /u01/app/23.0.0/grid -zip /tmp/images/grid_home.zip