connect

Connects to an existing cluster.

Syntax

connect [ to cluster_name ]
	[ login login_name]
	[ password [password]]
	[ agent “agent_spec [, agent_spec [,...]]” ]
	[ discovery “ discovery_spec [, discovery_spec [, ...]]" ]

Parameters

Examples

Usage

A direct connection is one in which the user identifies the cluster nodes and, optionally, the port numbers for the UAF agents. Sample agent specifications are:
  • myhost – identifies the host node and assumes the default listening port of 9999.

  • myhost.mydomain.com – includes the host domain name.

  • myhost:9999 – identifies the host node and listening port number.