asadmin [asadmin-options] delete-http-health-checker [--help]
[--config config_name]
target
delete-http-health-checker |
Previous | Next | Contents |
deletes the health-checker for a specified load balancer configuration
Synopsis
asadmin [asadmin-options] delete-http-health-checker [--help]
[--config config_name]
target
Description
The delete-http-health-checker
subcommand deletes the health checker
from a load balancer configuration. A health checker is unique for the
combination of target and load balancer configuration.
Note
|
This subcommand is only applicable to Oracle GlassFish Server. This subcommand is not applicable to GlassFish Server Open Source Edition. |
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--config
The load balancer configuration from which you delete the health-checker.
Operands
Specifies the target from which you are deleting the health checker.
Valid values are:
cluster_name- The name of a target cluster.
instance_name- The name of a target server instance.
Examples
Example 1 Deleting a Health Checker from a Load Balancer Configuration
This example deletes the health checker for load balancer configuration
named mycluster-http-lb-config
on a cluster named mycluster
.
asadmin> delete-http-health-checker --user admin
--passwordfile password.txt --config mycluster-http-lb-config mycluster
Command delete-http-health-checker executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |