Administration guide > Monitor the environment > Monitoring with the web console
Connect the web console to catalog servers
To start viewing statistics in the web console, first connect to catalog servers that to monitor. Additional steps are required if the catalog servers have security enabled.
Before you begin
- The web console server must be running. See Start and logging in to the web console for more information.
- You must have at least one catalog server running to which you want to connect. See Start a stand-alone catalog service for more information.
Procedure
- If the catalog servers have Secure Sockets Layer (SSL) enabled, configure a keystore, truststore, and client properties file. You enable SSL for a catalog server by setting the transportType attribute to SSL-Required in the Server properties file.
- Configure a keystore and truststore , and then exchange, or cross-import the public certificates. For example, you might copy the truststore and keystore to a location on the server that is running the web console.
- Edit the client properties file on the web console server to include the properties for SSL configuration. For example, you might edit the wxs_install_root/ObjectGridProperties/sampleclient.properties file. The following properties are required for outbound SSL connections from the web console:
#------------------------------------------------------------------------------ # SSL Configuration # # - alias (alias name in the key store) # - contextProvider (IBMJSSE2, IBMJSSE, IBMJSSEFIPS, etc.) # - protocol (SSL, SSLv2, SSLv3, TLS, TLSv1, etc.) # - keyStoreType (JKS, JCEK, PKCS12, etc.) # - trustStoreType (JKS, JCEK, PKCS12, etc.) # - keyStore (fully qualified path to key store file) # - trustStore (fully qualified path to trust store file) # - alias (string specifying ssl certificate alias to use from keyStore) # - keyStorePassword (string specifying password to the key store - encoded or not) # - trustStorePassword (string specifying password to the trust store - encoded or not) # # Uncomment these properties to set the SSL configuration. #------------------------------------------------------------------------------ #alias=clientprivate #contextProvider=IBMJSSE #protocol=SSL #keyStoreType=JKS #keyStore=etc/test/security/client.private #keyStorePassword={xor}PDM2OjErLyg\= #trustStoreType=JKS #trustStore=etc/test/security/server.public #trustStorePassword={xor}Lyo9MzY8
If you are using Windows, you must escape any backslash ( \ ) characters in the path. For example, if using the path C:\opt\ibm, enter C:\\opt\\ibm in the properties file.
- Establish and maintain connections to catalog servers that to monitor. Repeat the following steps to add each catalog server to the configuration.
- Click Settings > eXtreme Scale Catalog Servers.
- Add a new catalog server.
- Click the plus sign to display a dialog for registering an existing catalog server.
- Provide information, such as the host name, JMX port, and listener port.
- Click OK.
- Verify that the catalog server has been added to the navigation tree.
- Group the catalog servers that you created into a catalog service domain. You must create a catalog service domain when security is enabled in the catalog servers because
To view information about an existing catalog service domain, click the name of the catalog service domain in the navigation tree on the Settings > eXtreme Scale Domains page.
- Click Settings > eXtreme Scale Domains page.
- Add a new catalog service domain.
- Click the add icon () to display a dialog for registering a catalog service domain.
- Provide catalog service domain properties:
- Name
- Displays the host name of the domain, as assigned by the administrator.
- Catalog servers
- Lists one or more catalog servers that belong to the selected domain. You can add the catalog servers that you created in the previous step.
- Generator class
- Specifies the name of the class that implements the CredentialGenerator interface. This class is used to get credentials for clients.
- Generator properties
- Specifies the properties for the CredentialGenerator implementation class. The properties are set to the object with the setProperties(String) method. The credentialGeneratorprops value is used only if the value of the credentialGeneratorClass property is not null.
- eXtreme Scale client properties path
- Specifies the path to the client properties file that you edited to include SSL properties in a previous step. For example, you might indicate the c:\ObjectGridProperties\sampleclient.properties file. To stop the console from trying to use SSL connections, you can delete the value in this field, setting the value to an empty string. After you set the path, the console uses an unsecured connection.
- Click OK.
- Verify that the domain has been added to the navigation tree.
- View the connection status.
- Go to the welcome page by clicking the Home link in the toolbar.
- On the right side of the toolbar, locate the drop-down list that shows the domain to which the console server is connected. To the right of the drop-down list is a connection status indicator.
Parent topic: Monitor with the web console
Previous topic:
Start and logging in to the web console
Next topic:
View statistics with the web console _vcc_freeselect_bottom_