Connects to an existing cluster.
connect [ to cluster_name ] [ login login_name] [ password [password]] [ agent “agent_spec [, agent_spec [,...]]” ] [ discovery “ discovery_spec [, discovery_spec [, ...]]" ]
The default user name after installation is “uafadmin” with no password; this is the Simple Login Module in the Agent configuration. You can configure the user name and password to use several different mechanisms for authentication and authorization, including operating system logins.
The default user name after installation is “uafadmin” with no password; this is the Simple Login Module in the Agent configuration. You can configure the user name and password to use several different mechanisms for authentication and authorization, including operating system logins.
The format is node_name:port_number[, node_name:port_number ][,...]. The default port number is 9999. This is the preferred method for connecting to a cluster.
The format is method[(method_specification)][, ( method_specification )[,...]]. See the description for sybcluster -d discovery_list for more information about discovery methods.
connect
connect to mycluster agent "blade1,blade2,blade3"
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.