gridSetup.sh Command

The gridSetup.sh command provides various flags that you can use without specifying any command option.

Syntax

gridSetup.sh [-silent [-ignorePrereqFailure]] [-responseFile responsefilename] [-debug] [-applyRU patch_directory] 
[-applyOneOffs list_of_patch_directory_locations] [-executeConfigTools [-skipStackCheck]] [-executeRootScript [-configMethod <ROOT | SUDO> [-sudoPath sudo_binary_path] 
[-sudoUserName sudo_user_name]]]

Parameters

Table A-1 gridSetup.sh Flag Parameters

Parameter Description
-help

Displays the gridSetup.sh command help.

-silent

Run the installer in silent mode. You can either provide a response file path for inputs or a list of command line variable value pairs.

-ignorePrereqFailure

Specify this option to ignore all prerequisite checks failures.

-responseFile

Absolute path of the response file, which has installation option values.

-debug

Run the Oracle Grid Infrastructure in the debug mode.

-applyRU

Apply quarterly Release Update (RUs) to the Oracle Grid Infrastructure home.

-applyOneOffs

Apply one-off patches to the Oracle Grid Infrastructure home. You can pass multiple one-off patches as a comma separated list of locations.

-executeConfigTools

Run configuration tools for an installed Oracle Grid Infrastructure home.

Note: You can use this parameter only with other commands, such as gridSetup.sh -configureCluster.

-skipStackCheck

Skip the Oracle Clusterware stack status check.

-executeRootScript

Specify this option to run the root script automatically.

Note: You can use this parameter only with other commands such as gridSetup.sh -configureCluster.

-configMethod

Specify the configuration method to use for automatic root script execution. This can be either as the root user or as a sudo user.

-sudoPath

Absolute path of the sudo program binaries.

-sudoUserName

Name of the user who is in the sudoers list and can run the root scripts.

Example

The following example shows you how to install the Oracle Grid Infrastructure software using a response file.
gridSetup.sh -silent -ignorePrereqFailure -responseFile /u01/app/23.0.0/grid/install/response/response_file.rsp