IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

Check if the installation of MSVE is correct

There are two ways to check if the installation of MSVE has completed correctly:


Check the WebSphere administration console

  1. Select Applications->Enterprise Applications to check if the following four applications are available in the WAS:

    • DataQuery

    • ITCAM_Application

    • CCMDB

    • eclipseHelp

  2. Check if the ITCAM-JDBCDriver was created by selecting: Resources -> JDBC -> JDBC Providers.

  3. Check if ITCAMDataSources was created by selecting Resources -> JDBC -> Data sources.

  4. Check if DataAccessLayerRA and ProblemFinderRA were created by selecting Resources -> Resource Adapters.

  5. Check that Managing Server settings were added to the WAS configuration by taking the following steps:

    1. Check if the Managing Server jar files path were created by selecting: Servers -> Application Servers -> Server_Name -> class loader- > Process Definition -> Java Virtual Machine -> Classpath, for example,

      /opt/IBM/itcam/WebSphere/MS/etc
      /opt/IBM/itcam/WebSphere/MS/lib/eclipseurl.jar
      /opt/IBM/itcam/WebSphere/MS/lib/cynms_nls.jar
      /opt/IBM/itcam/WebSphere/MS/lib/LUMClient.jar

    2. Check if Managing Server settings were added by selecting: Servers -> Application Servers -> Server_Name - > class loader -> Process Definition -> Java Virtual Machine -> Generic JVM arguments for example,

      -Djlog.propertyFileDir=/opt/IBM/itcam/WebSphere/MS/etc
      -Djlog.WSpropertyFile=log-ws.properties
      -Djlog.common.dir=/var/ibm/tivoli/common

    3. Check the properties in the following table by selecting: Servers -> Application Servers -> Server_Name - > class loader -> Process Definition -> Java Virtual Machine -> Custom Properties:


      Name Value
      ECLIPSE_HOME MS_Home/eclipse, for example, /opt/IBM/itcam/WebSphere/MS/eclipse
      am.home MS_Home, for example /opt/IBM/itcam/WebSphere/MS
      certificate.path for example,

      /opt/IBM/itcam/WebSphere/MS/etc/mgmttodc.cer
      /opt/IBM/itcam/WebSphere/MS/etc/mgmttoproxy.cer
      /opt/IBM/itcam/WebSphere/MS/etc/mgmttomgmt.cer

      java.security.policy MS_Home/etc/ve.policy, for example /opt/IBM/itcam/WebSphere/MS/etc/ve.policy
      keystore.keypass for example, cyanea94612
      keystore.location for example, /opt/IBM/itcam/WebSphere/MS/etc/CyaneaMgmtStore
      keystore.storepass for example, cyanea94612
      nodeauth.userid mgmtcomp
      java.awt.headless true

    4. To check if PATH (Windows) or LD_LIBRARY_PATH (Unix/Linux) contains MS_Home/lib directory, select Servers -> Application Servers -> Server_Name - > class loader -> Process Definition -> Environment Entries.

  6. If WAS's security is not enabled before installing Managing Server, the installer enables global security (with local OS user), application security, and Java 2 security. Check the security status in Security - > Secure administration, application, and infrastructure. The global security, application security, and Java 2 security should be enabled. The user account repository's current realm definition should be local operating system.

    You might consider not deploying the MSVE along with other application, as the other applications might have different security requirements.


Check the WebSphere directory and files

  1. Check the WebSphere_Profile_Home/installedApps/Cell_Name directory to see if the following four applications are available in the WAS:

    • DataQuery.ear

    • ITCAM_Application.ear

    • ccmdb.ear

    • eclipseHelp.ear

  2. Check if the ITCAM-JDBCDriver and ITCAMDataSource were created in the WebSphere_Profile_Home/config/cells/Cell_Name/nodes/Node_Name/resources.xml file.

  3. Check if the DataAccessLayerRA and ProblemFinderRA were created in the WebSphere_Profile_Home/config/cells/Cell_Name/nodes/Node_Name/resources.xml file.

  4. In the WebSphere_Profile_Home/config/cells/Cell_Name/nodes/Node_Name/server.xml file, check the following items:

    • Check if the LD_LIBRARY_PATH or PATH entries contains MS_Home/lib

    • Check if the Managing Server entries are added in genericJvmArguments, For example,

      -Djlog.propertyFileDir=/opt/IBM/itcam/WebSphere/MS/etc
      -Djlog.WSpropertyFile=log-ws.properties
      -Djlog.common.dir=/var/ibm/tivoli/common

    • Check if the Managing Server entries are added in JvmEntries, for example:
      <classpath>/opt/IBM/itcam/WebSphere/MS/etc:/opt/IBM/itcam/WebSphere/MS/lib/
              eclipseurl.jar:/opt/IBM/itcam/WebSphere/MS/lib/cynms_nls.jar
              :/opt/IBM/itcam/WebSphere/MS/lib/LUMClient.jar</classpath>
      <systemProperties xmi:id="Property_1257268527825" name="java.awt.headless" 
              value="true" required="false"/>
      <systemProperties xmi:id="Property_1257268527826" name="am.home" 
              value="/opt/IBM/itcam/WebSphere/MS"/>
      <systemProperties xmi:id="Property_1257268527827" name="ECLIPSE_HOME" 
              value="/opt/IBM/itcam/WebSphere/MS/eclipse"/>
      <systemProperties xmi:id="Property_1257268527828" 
              name="java.security.policy" 
              value="/opt/IBM/itcam/WebSphere/MS/etc/ve.policy"/>
      <systemProperties xmi:id="Property_1257268527829" name="certificate.path" 
              value="/opt/IBM/itcam/WebSphere/MS/etc/mgmttodc.cer;/opt/IBM/itcam
              /WebSphere/MS/etc/mgmttoproxy.cer;/opt/IBM/itcam/WebSphere/MS/etc
              /mgmttomgmt.cer"/>
      <systemProperties xmi:id="Property_1257268527830" name="keystore.location" 
              value="/opt/IBM/itcam/WebSphere/MS/etc/CyaneaMgmtStore"/>
      <systemProperties xmi:id="Property_1257268527831" name="keystore.storepass" 
              value="cyanea94612"/>
      <systemProperties xmi:id="Property_1257268527832" name="keystore.keypass" 
              value="cyanea94612"/>
      <systemProperties xmi:id="Property_1257268527833" name="nodeauth.userid" 
              value="mgmtcomp"/>

  5. If WAS's security was not enabled before the Managing Server installation, the installer enables global security (with local OS user), application security and Java 2 security. Check the security status in WebSphere_Profile_Home/config/cells/Cell_Name/security.xml as follows:

    security:Security ="true" indicates that global security is enabled

    enforceJava2Security="true"' indicates that Java 2 security is enabled,

    appEnabled="true"' indicates application security is enabled

    Check the LocalOSUserRegistry entry to see if local OS user is
    WebSphere security user.


Parent topic:

Manually install MSVE

+

Search Tips   |   Advanced Search