srvctl unsetenv vip

Unsets the environment configuration for the specified cluster VIP.

Syntax and Parameters

Use the srvctl unsetenv vip command as follows:

srvctl unsetenv vip -vip "vip_name_list" -envs "name_list" [-verbose]

Table A-208 srvctl unsetenv vip Parameters

Parameter Description
-vip "vip_name_list"

Comma-delimited list of VIP names enclosed in double quotation marks ("")

-envs "name_list"

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

-verbose

Display verbose output

Example

The following example unsets the CLASSPATH environment variable for a cluster VIP:

$ srvctl unsetenv vip -vip "crm2-vip" -envs "CLASSPATH"