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


Chapter 2 Installation Steps : Testing Your ActiveSpaces Installation

Testing Your ActiveSpaces Installation
When the installation is completed and the required environment variables are set, you can test your ActiveSpaces installation to ensure that it is functioning properly. A simple way of testing the installation is described here.
1.
2.
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).
      Example:
   C:\Documents and Settings\username>cd C:\tibco\as\2.1\lib
   
   C:\tibco\as\2.1\lib>java -jar as-admin.jar
   as-admin> connect
   
   ip_address=101.98.201.47 port=50000
   member joined: 101.98.201.47:50000
   ConnConnected to metaspace name [ms] discovery [tibpgm] listen    [tcp://101.98.201.47:50000]e
   cas-admin> ted metaspace name=[ms],    listen=[tcp://101.98.201.47:50000], discovery=[tibpgm],    name=[a62c92f-c350]
 
   as-admin> show members
 
   Cluster members:
   --------------------------------------------------------------
   Member id                   Member role        | Member name
   --------------------------------------------------------------
   a62c92f-c350-4f10dc89-3b7   manager              a62c92f-c350
 
   Remote members:
   No remote members   
   as-admin>
4.
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).
      Example:
   C:\Documents and Settings\username>cd C:\tibco\as\2.1\lib
   
   C:\tibco\as\2.1\lib>java -jar as-admin.jar
   as-admin> connect
   
   ip_address=10.98.201.47 port=50001
   Connected to metaspace name [ms] discovery [tibpgm] listen    [tcp://10.98.201.47:50001]
   as-admin> ted metaspace name=[ms],    listen=[tcp://10.98.201.47:50001], discovery=[tibpgm],    name=[a62c92f-c351]
   member joined: 10.98.201.47:50001
   member joined: 10.98.201.47:50000   
   as-admin> show members
   
   Cluster members:
   ---------------------------------------------------------------
   Member id                 | Member role | Member name
   ---------------------------------------------------------------
   a62c92f-c350-4f10dc89-3b7 | manager        a62c92f-c350
   a62c92f-c351-4f10df44-1b  | member         a62c92f-c351
 
 
   Remote members:
   No remote members   
   as-admin>
The 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
Copyright © TIBCO Software Inc. All Rights Reserved