lb wlm¶
The following operations can be performed on "lb wlm":
add | rm | set | unset | show | bind | unbind
add lb wlm¶
Add a Work Load Manager. NOTE: This command is deprecated.WLM feature has been deprecated from Kos onwards as classic build is not supported.
Synopsys¶
Arguments¶
wlmName
The name of the Work Load Manager.
IPAddress
The IP address of the WLM.
port
The port of the WLM.
LBUID
The LBUID for the Load Balancer to communicate to the Work Load Manager.
KATimeout
The idle time period after which NS would probe the WLM. The value ranges from 1 to 1440 minutes. Default value: 2 Maximum value: 1440
Example¶
add lb wlm ibm_wlm 10.102.1.10 3060
rm lb wlm¶
Removes a Work Load Manager. NOTE: This command is deprecated.WLM feature has been deprecated from Kos onwards as classic build is not supported.
Synopsys¶
Arguments¶
wlmName
The name of the Work Load Manager to be removed.
Example¶
rm lb wlm ibm_wlm
set lb wlm¶
set Work Load Manager attributes NOTE: This command is deprecated.
Synopsys¶
Arguments¶
wlmName
The name of the work load manager.
KATimeout
The idle time period after which NS would probe the WLM. The value ranges from 1 to 1440 minutes. Default value: 2 Maximum value: 1440
Example¶
set lb wlm ibm_wlm -ka_timeout 6
unset lb wlm¶
Use this command to remove lb wlm settings.Refer to the set lb wlm command for meanings of the arguments.NOTE: This command is deprecated.
Synopsys¶
show lb wlm¶
show Work Load Manager details NOTE: This command is deprecated.WLM feature has been deprecated from Kos onwards as classic build is not supported.
Synopsys¶
Arguments¶
wlmName
The name of the work load manager.
Outputs¶
IPAddress
The IP address of the WLM.
port
A port number for the virtual server.
stateflag
secure
Use this parameter to enable secure mode of communication with WLM.
KATimeout
The idle time period after which NS would probe the WLM. The value ranges from 1 to 1440 minutes.
LBUID
The LBUID for the Load Balancer to communicate to the Work Load Manager.
state
State of the WLM.
vServerName
Name of the virtual server which is to be bound to the WLM.
devno
count
Example¶
show lb wlm ibm_wlm
bind lb wlm¶
Bind a vserver to Work Load Manager. NOTE: This command is deprecated.WLM feature has been deprecated from Kos onwards as classic build is not supported.
Synopsys¶
Arguments¶
wlmName
The name of the Work Load Manager.
vServerName
Name of the virtual server which is to be bound to the WLM.
Example¶
bind lb wlm ibm_wlm http_vip To bind multiple vservers to workload manager use the following command: bind lb wlm ibm_wlm http_vip[1-3]
unbind lb wlm¶
Unbind a vserver from Work Load Manager. NOTE: This command is deprecated.WLM feature has been deprecated from Kos onwards as classic build is not supported.
Synopsys¶
Arguments¶
wlmName
The name of the Work Load Manager.
vServerName
Name of the virtual server which is to be unbound from the WLM.
Example¶
unbind lb wlm ibm_wlm http_vip To unbind multiple vservers from Work Load Manager use the following command: unbind lb wlm ibm_wlm http_vip[1-3]