srvctl unsetenv nodeapps

Unsets the environment configuration for the node applications.

Note:

This command is only available with Oracle Clusterware.

Syntax and Parameters

Use the srvctl unsetenv nodeapps command as follows:

srvctl unsetenv nodeapps -envs "name_list" [-viponly] [-gsdonly]
   [-onsonly] [-verbose]

Table A-207 srvctl unsetenv nodeapps Parameters

Parameter Description
-envs "name_list"

Comma-delimited list of the names of environment variables enclosed in double quotation marks ("")

-viponly

Modify only the VIP configuration instead of all nodeapps

-gsdonly

Modify only the GSD configuration instead of all nodeapps

-onsonly

Modify only the ONS daemon configuration instead of all nodeapps

-verbose

Display verbose output

Example

The following example unsets the environment configuration for all node applications:

$ srvctl unsetenv nodeapps -envs "test_var1,test_var2"