server_cluster_all_hosts

one of the documented procedures in this installation of the ACS
Usage:
server_cluster_all_hosts
What it does:
Returns a list of all hosts, possibly including this host, in the server cluster.
Defined in: /web/philip/tcl/ad-server-cluster.tcl

Source code:


    if { ![server_cluster_enabled_p] } {
	return [list]
    }
    return [ad_parameter_all_values_as_list ClusterPeerIP server-cluster]


philg@mit.edu