home Commands
Use commands with the home
keyword to deploy an Oracle
Grid Infrastructure or Oracle Database home using Oracle FPP Local Mode.
- rhpctl deploy home
Use therhpctl deploy home
command to deploy Oracle Grid Infrastructure and Oracle Database homes from gold images in Oracle FPP Local Mode.
Parent topic: RHPCTL Command Reference
rhpctl deploy home
Use the rhpctl deploy home
command to deploy Oracle Grid
Infrastructure and Oracle Database homes from gold images in Oracle FPP Local
Mode.
Syntax
rhpctl deploy home -path target_home_path -zip gold_image_zip_path
[-sourcehome source_home_path] [-ignoreprereq]
Parameters
Table A-33 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. |
-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
Parent topic: home Commands