Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Help - Connection problem between CLM & Monitor Agent

 Hello, 


I am trying to connect CLM with CSM in order to check the CPU efficiency,...to compare linux version with windows version of the server, but when I try to connect it doesn´t work. It says connecting in the "JMX Connections" but it never connects. 
The configuration parameters are:
1. Name: Liberty
2. Type: Liberty
3. Active. Connection user: Administrator
4. Host name: <host> Port: 1099
5. Snapshots: none
6. Security -> user name: Administrator Password: Administrator

The versions are:
1. The CLM version is CLM 6.0.1
2. The Monitor Agent is from the same version.
3. Database is DB2.
4. WebSphere Application Server V8.5.5.7 Liberty

I follow the following guide, but changing final connection with Liberty: 

The changed files:
1. Server.startup:
## Required for CLM Monitoring
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management. <wbr> jmxremote=true"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management. <wbr> jmxremote.port=1099"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management. <wbr> jmxremote.ssl=false"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management. <wbr> jmxremote.authenticate=false"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management. <wbr> jmxremote.access.file=/opt/ <wbr> IBM/JazzTeamServer/server/jre/ <wbr> lib/management/jmxremote. <wbr> access"
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management. <wbr> jmxremote.password.file=/opt/ <wbr> IBM/JazzTeamServer/server/jre/ <wbr> lib/management/jmxremote. <wbr> password"

2. server.xml
<server description="CLM server">
<!--
    Licensed Materials - Property of IBM
    (c) Copyright IBM Corporation 2015. All Rights Reserved.

    Note to U.S. Government Users Restricted Rights:
    Use, duplication or disclosure restricted by GSA ADP Schedule
    Contract with IBM Corp.
 -->

    <!-- Enable features -->
    <featureManager>
        <feature>monitor-1.0</feature>
        <feature>jsp-2.2</feature>
        <feature>servlet-3.0</feature>
        <feature>ssl-1.0</feature>
        <feature>appSecurity-2.0</ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> feature>
        <!-- <feature>localConnector-1.0</ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> feature>  -->
        <feature>restConnector-1.0</ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> feature> 
        <feature>adminCenter-1.0</ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> feature> 
        <feature>monitor-1.0</feature> 
        <feature>ldapRegistry-3.0</ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> feature> 
        <feature>ssl-1.0</feature> 
        <feature>jdbc-4.0</feature> 
    </featureManager>

    <administrator-role>
        <user>Administrator</user>
    </administrator-role>

    <keyStore id="defaultKeyStore" location="ibm-team-ssl. <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> keystore" type="JCEKS" password="{xor}Nj0ycis6PjI="/>

    <httpEndpoint id="defaultHttpEndpoint"
            host="*"
            httpPort="9080"
            httpsPort="9443" />

    <httpSession invalidateOnUnauthorizedSessio <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> nRequestException="true" cookieSecure="true"/>
    <webAppSecurity ssoRequiresSSL="true"/>

    <include location="conf/ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> basicUserRegistry.xml"/>
    <!--include location="conf/ <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> ldapUserRegistry.xml"/-->

    <include location="conf/application. <wbr style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"> xml"/>

    <executor coreThreads="100"/>

    <!-- do not allow dropped-in applications, and reduce frequency of config file change polling -->
    <applicationMonitor dropinsEnabled="false" pollingRate="10s" updateTrigger="mbean"/>
    <config onError="WARN" monitorInterval="1s" updateTrigger="polled"/>

    <!--  suppress messages about references to missing third party jars that are not used -->
    <logging hideMessage="SRVE9967W"/>
</server>

Thanks for all,
Best regards,
Iñaki

1

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,497

Question asked: Mar 28 '17, 8:17 a.m.

Question was seen: 1,376 times

Last updated: Mar 28 '17, 8:17 a.m.

Confirmation Cancel Confirm