CLB Command
AC CLB provides the ability to update the CLB routing list on the controller of a Web/COM+ routing cluster. You can:
Set the CLB list on the cluster controller.
Add members to or remove members from the CLB routing list.
Load all the members of the cluster that a specified member is in to the CLB routing list for a specified cluster.
List all of the computers in a routing list.
Usage
AC CLB /SETCLBMEMBERS [/ROUTINGMEMBER:routing_member] [/ROUTINGUSER:username /ROUTINGPASSWORD:*|pwd] /COMPLUSMEMBERS:member[,...] AC CLB /LOADCLBMEMBERS [/ROUTINGMEMBER:routing_member] [/ROUTINGUSER:username /ROUTINGPASSWORD:*|pwd] /COMPLUSMEMBER:clbmember [/COMPLUSUSER:username /COMPLUSPASSWORD:*|pwd] AC CLB /ADDCLBMEMBER [/ROUTINGMEMBER:routing_member] [/ROUTINGUSER:username /ROUTINGPASSWORD:*|pwd] /COMPLUSMEMBER:clbmember AC CLB /REMOVECLBMEMBER [/ROUTINGMEMBER:routing_member] [/ROUTINGUSER:username /ROUTINGPASSWORD:*|pwd] /COMPLUSMEMBER:clbmember AC CLB /LISTCLBMEMBERS [/ROUTINGMEMBER:routing_member] [/ROUTINGUSER:username /ROUTINGPASSWORD:*|pwd]
Parameters
Parameter |
Description |
---|---|
/SETCLBMEMBERS |
Sets the CLB routing list on the controller of the cluster to which the routing member belongs. The routing list is updated with a list of members specified by /COMPLUSMEMBERS. No verification is performed in the list specified by /COMPLUSMEMBERS. |
/LISTCLBMEMBERS |
Lists all of the members contained in the CLB routing list. |
/ROUTINGMEMBER:routing_member |
Specifies the name of a member in the COM+ routing cluster. If not specified, routing_member is assumed to be the local computer. |
/ROUTINGUSER:username |
Specifies the user name to use for credentials when authenticating on the routing cluster. |
/ROUTINGPASSWORD:*|pwd |
Specifies the password to use for credentials when authenticating on the routing cluster. |
/COMPLUSMEMBERS:member[,...] |
Specifies the COM+ application cluster members used in the CLB routing list. |
/LOADCLBMEMBERS |
Loads all the members of the cluster that /CLBMEMBER is in to the routing list for the cluster that /ROUTINGMEMBER is a member of. |
/COMPLUSMEMBER:clbmember |
Specifies a member of the COM+ application cluster. |
/COMPLUSUSER:username |
Specifies the user name to use for credentials when authenticating on a COM+ application cluster. |
/COMPLUSPASSWORD:*|pwd |
Specifies the password to use for credentials when authenticating on the back-end COM+ application cluster. |
/ADDCLBMEMBER |
Specifies that the clbmember should be added to the routing list on the controller of the cluster to which the routing member belongs. |
/REMOVECLBMEMBER |
Specifies that the clbmember should be removed from the CLB routing list on the controller of the cluster to which the routing member belongs. |
Samples
The following example shows how you can retrieve a list of members contained in the CLB routing list. Additionally, the example shows how to provide a user name for authentication and request a prompt to enter a password:
AC CLB /LISTCLBMEMBERS /ROUTINGMEMBER:machine1 /ROUTINGUSER:user1 /ROUTINGPASSWORD:*
Related Topics
For more information about configuring a cluster to perform Component Load Balancing (CLB), see Configure CLB.
For more information about command-line basics, see Using the Command-Line Tool.
Did you find this information useful? Please send your suggestions and comments about the documentation to acdocs@microsoft.com.