Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Administering ActiveSpaces with the Admin CLI : connect

connect
Admin CLI Command
Syntax
connect [name <string>] [discovery <string>] [listen <string>] [membername <string>] [security_token <string>] [security_policy <string>]
Purpose
connect is used to connect to a metaspace. Connecting to a metaspace is a necessary initializing step for the Admin CLI in order to begin working with ActiveSpaces, just as it is for an ActiveSpaces application. The Admin CLI can only be connected to one metaspace at a time.
You cannot specify a token file and a policy file at the same time.
Parameters
The table lists the parameters for this command with a description of each parameter.
See “PGM (Pragmatic General Multicast) URL Format”in the TIBC0 ActiveSpaces Developer’s Guide for more information on PGM discovery URLs.
See “TIBCO Rendezvous Discovery URL format”in the TIBC0 ActiveSpaces Developer’s Guide more information on TIBCO Rendezvous discovery URLs.
Syntax:
tcp://interface:port
See “Listen URL Format”in the TIBC0 ActiveSpaces Developer’s Guide for more information on listen URLs.
Optional. If TIBCO ActiveSpaces security is implemented and you are connecting from a domain security controller node, specify the security_policy parameter and provide the directory path and filename for the policy file.
Example
connect name 'ms' discovery 'tcp://192.168.1.10'
The following examples illustrate the syntax of the connect command:

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved