Add a Deployment in Silent Mode using OGGCA
To add a deployment in the silent mode, perform the following steps:
-
Copy the sample response file provided at OGGCA Sample Template Response File for Silent Deployment and edit to complete the required Deployment configuration.
-
Save the response file with a
.rspextension, such asoggdeploy.rsp. Note: Alternatively, if you have the ability to run OGGCA in interactive mode, you can follow the prompts and complete the required information, then save the steps as a response file, which is offered in the final step of the deployment creation. See OGGCA Response File in Interactive Mode for details.
-
Create the Deployment by running the following command:
Linux:
*ogg-home*/bin/oggca.sh -silent -responseFile *path*/oggdeploy.rspWindows:
*ogg-home*\bin\oggca.bat -silent -responseFile *path*\oggdeploy.rsp
Examples:
Linux:
/u01/app/ogg/bin/oggca.sh -silent -responseFile /u01/app/ogg/inventory/response/oggdeploy.rsp
Windows:
C:\ogg\bin\oggca.bat -silent -responseFile C:\ogg\bin\inventory\response\oggdeploy.rsp