![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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.
Table 5 connect Parameters The tibrv (multicast) URL takes three parameters: service, network, and daemon. In many cases, the default values are sufficient.
Syntax: tibrv://service=service/network=network/
daemon=daemonSee “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:portSee “Listen URL Format”in the TIBC0 ActiveSpaces Developer’s Guide for more information on listen URLs. If TIBCO ActiveSpaces security is implemented and you are connecting from a requestor node, and the metaspace to which you are connecting requires a token file, specify the security_token parameter and provide the directory path and filename for the token file.If you specify a token file, do not specify the security_policy parameter. 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.If you specify a policy file, do not specify the security_token parameter.
The following examples illustrate the syntax of the connect command:
•
•
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |