Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
deletes the health-checker for a specified load balancer configuration
delete-http-health-checker [--help] [--config config_name] target
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.
--help
-?
Displays the help text for the subcommand.
--config
The load balancer configuration from which you delete the health-checker.
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.
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.
subcommand executed successfully
error in executing the subcommand