Previous Topic: Check Library Path Before Starting JBoss

Next Topic: Stop CA XCOM Management Center

Start CA XCOM Management Center

To start CA XCOM Management Center, you need to ensure that all of the following are running:

To start CA XCOM Management Center on Windows

  1. To start the CA XCOM Data Transport server, enter the following command:
    net start xcomdsrv
    
  2. To start EEM, enter the following command:
    net start iGateway
    
  3. To start JBoss 4.0.5, enter the following command:
    %JBOSS_HOME%\bin\run.bat
    

Note: xcomd and iGateway are installed as services. They can be started from the services window.

To start CA XCOM Management Center on Linux

  1. To start the CA XCOM Data Transport server, enter the following command:
    $XCOM_HOME/sbin/xcomd
    
  2. To start EEM, enter the following command:
    $IGW_LOC/S99igateway start
    
  3. To start JBoss 4.0.5, enter the following command:
    $JBOSS_HOME/bin/sh run.sh &