![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
1. In a command prompt or shell window launch the Admin Command Line Interface (CLI) by navigating to the ActiveSpaces lib directory, then invoking java -jar as-admin.jar.
2. At the Admin CLI prompt type connect.
3. When connected, type show members. The output of this command should be the ID of a single member of the default metaspace, ms (that instance of the Admin CLI).C:\Documents and Settings\username>cd C:\tibco\as\2.1\libas-admin> connectas-admin> show members
5. Type connect again.
6. Once connected, type show members again. The output should now show the IDs of two members (both instances of the Admin CLI).C:\Documents and Settings\username>cd C:\tibco\as\2.1\libas-admin> connectas-admin> show membersThe output of the show members command will also indicate for each process whether it is the MANAGER or is simply a MEMBER of the metaspace.For more information about the Admin CLI and the commands connect and show members, see the TIBCO ActiveSpaces Administration document. You can also type ? at any time to see a list of Admin CLI commands and their parameters.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |