IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

Manually install MSVE

The following list provides descriptions of the applications and resources that are installed during a manual installation of MSVE:


File/Resource Description
ITCAM_Application.ear Managing Server Visualization Engine application
DataQuery.ear IBM Rational Performance Tester (RPT) can process and analyze transaction data from ITCAM for Application Diagnostics through the DataQuery web service
ccmdb.ear Used for Configuration Management Database Discovery Library integration.
eclipseHelp.ear Provides content for MSVE Help menu
DataAccessLayerRA (dataaccesslayer.rar) A resource adapter that provides a unified way to access data in the ITCAM Agents for WebSphere and J2EE. It uses a generic approach to both inbound and outbound communications
ProblemFinderRA (problemfinder_was6.rar) A resource adapter which is used to analyze event data and detect problems based on rules associated with problem types. It provides a J2C resource adapter for communicating with the Visualization Engine and supports both synchronous and asynchronous responses based on the problem types

Take the following steps to manually install MSVE:

  1. Install the MSVE application (ITCAM_Application.ear) and Data Query web service (DataQuery.ear) files using the following command:
    <WebSphere_Profile_Home>/bin/wsadmin.sh(bat) -conntype SOAP -host <hostname> 
    -port <SOAP_Port> -user <WAS_User> -password <WAS_Password> -f 
    <MS_Home>/insttmp/WS_Install_VE.jacl <WAS_Node> <WAS_Server> 
    <MS_Home> <MS_Home>/lib/cyanea.ear  unix <WAS_Home> <MS_LOG_DIR>

    see Table 2 for parameter values

    For example,

    /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh -conntype SOAP 
    -hostname yudipc.cn.ibm.com -port 8880 -user wasadmin -password zhu88jie 
    -f /opt/IBM/itcam/WebSphere/MS/insttmp/WS_Install_VE.jacl yudipcNode01 
    server1 /opt/IBM/itcam/WebSphere/MS /opt/IBM/itcam/WebSphere/MS/lib/cyanea.ear 
    unix /opt/IBM/WebSphere/AppServer /var/ibm/tivoli/common

  2. Install the MSVE help menu (eclipseHelp.ear), Problem Finder Resource Adapter (ProblemFinderRA), and Data Access Layer Resource Adapter (DataAccessLayerRA) using the following command:
    <WebSphere_Profile_Home>/bin/wsadmin.sh(bat) -conntype SOAP -host <hostname> 
    -port <SOAP_Port> -user <WAS_User> -password <WAS_Password> -f 
    <MS_Home>/insttmp/install_dal-pf-eclipse.jacl <WAS_Node> <WAS_Server> 
    <MS_Home> <MS_Home>/lib/help-was-61.ear <MS_Home>/lib/problemfinder_was6.rar
    <MS_Home>/lib/dataaccesslayer.rar <WAS_Home> unix

    see Table 2 for parameter values

    For example,

    /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh 
    -conntype SOAP -hostname yudipc.cn.ibm.com -port 8880 -user wasadmin 
    -password zhu88jie -f /opt/IBM/itcam/WebSphere/MS/insttmp/
        install_dal-pf-eclipse.jacl 
    yudipcNode01 server1 /opt/IBM/itcam/WebSphere/MS 
    /opt/IBM/itcam/WebSphere/MS/lib/help-was-61.ear 
    /opt/IBM/itcam/WebSphere/MS/lib/problemfinder_was6.rar 
    /opt/IBM/itcam/WebSphere/MS/lib/dataaccesslayer.rar 
    /opt/IBM/WebSphere/AppServer unix

  3. Install ccmdb.ear using the following command:
    <WebSphere_Profile_Home>/bin/wsadmin.sh(bat) -conntype SOAP -host <hostname> 
    -port <SOAP_Port> -user <WAS_User> -password <WAS_Password> 
    -f <MS_Home>/insttmp/ManageApp.jacl install ccmdb 
    <MS_Home>/lib/ccmdb.ear <WAS_Cell> <WAS_Node> <WAS_Server>

    see Table 2 for parameter values

    For example,

    /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh 
    -conntype SOAP -hostname yudipc.cn.ibm.com -port 8880 
    -user wasadmin -password zhu88jie -f /opt/IBM/itcam/WebSphere/MS/
        insttmp/ManageApp.jacl 
    install ccmdb /opt/IBM/itcam/WebSphere/MS/lib/ccmdb.ear 
    yudipcNode01Cell yudipcNode01 server1 

  4. For DB2: create the Managing Server data source (ITCAMDataSource) and JDBC driver (ITCAM-JDBCDriver) using the following command:
    <WebSphere_Profile_Home>/bin/wsadmin.sh(bat) -conntype SOAP -host <hostname> 
    -port <SOAP_Port> -user <WAS_User> -password <WAS_Password> 
    -f <MS_Home>/insttmp/WS_DB2_JDBC_DRIVER.jacl <WAS_Node> <WAS_Server> 
    <MS_Home> <JDBC_User> <JDBC_Password> <JDBC_Path>  unix 
    <Database_Host> <Database_Port> <JDBC_Type> <MS_DB_Name>

    see Table 2 for parameter values

    For example,

    /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh 
    -conntype SOAP -hostname yudipc.cn.ibm.com -port 8880 -user wasadmin 
    -password zhu88jie -f /opt/IBM/itcam/WebSphere/MS/insttmp/WS_DB2_JDBC.jacl 
    yudipcNode01 server1 /opt/IBM/itcam/WebSphere/MS db2inst1 zhu88jie 
    /home/db2inst1/sqllib/java unix yudipc.cn.ibm.com 50000 4 octigate

  5. For Oracle: create the Managing Server data source (ITCAMDataSource) and JDBC driver (ITCAM-JDBCDriver) using the following command:
    <WebSphere_Profile_Home>/bin/wsadmin.sh(bat) -conntype SOAP -host 
    <hostname> -port <SOAP_Port> -user <WAS_User> -password <WAS_Password> 
    -f <MS_Home>/insttmp/WS_ORACLE_JDBC_DRIVER.jacl <WAS_Node> <WAS_Server> 
    <MS_Home> <JDBC_User> <JDBC_Password> <JDBC_Path>  <ORA_URL> <ORA_SID> 
    <Database_Port> <ORA_Home> <Driver_Version_Higher_9>

    see Table 2 for parameter values

    For example,

    /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/wsadmin.sh -conntype SOAP 
    -hostname yudipc.cn.ibm.com -port 8880 -user wasadmin -password zhu88jie 
    -f /opt/IBM/itcam/WebSphere/MS/insttmp/WS_ORACLE_JDBC.jacl yudipcNode01 
    server1 /opt/IBM/itcam/WebSphere/MS orauser zhu88jie 
    /opt/oracle/product/10.2.0/db_1/jdbc/lib jdbc:oracle:thin:@yudipc.cn.ibm.com:
    1521:octigate octigate 1521 /opt/oracle/product/10.2.0/db_1 true

  6. Parameters table:


    Manual MSVE install parameters

    Parameter Description
    <WebSphere_Profile_Home> Indicates the path of WebSphere profile home directory
    <hostname> Indicates the host name or IP of host where WebSphere server locates
    <SOAP_Port> Indicates the soap port of the WAS. This is the deployment manager's SOAP port when you are installing MSVE on WebSphere ND environment
    <WAS_User> Indicates the WebSphere user
    <WAS_Password> Indicates the password for WebSphere user
    <MS_Home> Indicates the path of Managing Server home directory
    <WAS_Cell> Indicates the cell name of WebSphere server
    <WAS_Node> Indicates the node name of WebSphere server
    <WAS_Server> Indicates the server name of WebSphere server
    <WAS_Home> Indicates the path of WebSphere home directory
    <MS_LOG_DIR> Indicates the path of Managing Server log directory
    <JDBC_User> Indicates the Managing Server database schema user
    <JDBC_Password> Indicates the password for db schema user
    <JDBC_Path> Indicates the path of the JDBC driver library directory
    <Database_Host> Indicates the host name or IP of host where database locates
    <Database_Port> Indicates the database service port number
    <JDBC_Type> Indicates the JDBC type, valid value is 2 and 4
    <MS_DB_Name> Indicates the name of Managing Server database
    <ORA_URL> Indicates the JDBC url of Oracle database
    <ORA_SID> Indicates the sid of Oracle database
    <ORA_Home> Indicates the path of Oracle home directory
    <Driver_Version_Higher_9> Indicates whether the Oracle JDBC driver version is higher than 9, valid value is true and false
    "unix" Indicates it is on non-Windows platform
    windows Indicates it is on Windows platform


Parent topic:

Managing Server Installation and Customization Guide

+

Search Tips   |   Advanced Search