Configure clusters and cluster properties with the dscontrol cluster command.
>>-dscontrol--cluster--+-add--cluster--+--c2...--+-address--address-----------------------+-+->< | '-proportions--active--new--port--system-' | +-set--cluster--+--c2...----proportions--active--new--port--system---+ +-remove--cluster----------------------------------------------------+ +-report--cluster----------------------------------------------------+ '-status--cluster----------------------------------------------------'
The cluster name or address to which clients connect. The cluster value is either a symbolic name or in IP address format.
dscontrol cluster set @ weightbound 80
The unique IP address of the TCP machine as either a host name or in IP address format. If the cluster value is unresolvable, you must provide the IP address of the physical machine.
A number from 0–100 representing the proportion of weight to be given to the active connections. The default is 50.
A number from 0–100 representing the proportion of weight to be given to new connections. The default is 50.
A number from 0–100 representing the proportion of weight to be given to the information from the system metrics, such as from Metric Server. The default is 0.
dscontrol cluster add 130.40.52.153
dscontrol cluster remove 130.40.52.153
dscontrol cluster set 9.6.54.12 proportions 60 35 5 0
dscontrol cluster status 9.67.131.167