Previous Topic: Start CA XCOM Gateway

Next Topic: Configuring and Administering CA XCOM Gateway

Stop CA XCOM Gateway

To stop CA XCOM Gateway, you need to stop all of the following:

To stop CA XCOM Gateway on Windows

  1. To stop the CA XCOM Data Transport server, enter the following command:
    net stop xcomdsrv
    
  2. To stop EEM, enter the following command:
    net stop iGateway
    
  3. To stop JBoss 4.0.5, enter the following command:
    %JBOSS_HOME%\bin\shutdown.bat -s
    
  4. To stop the FTP server, enter the following command:
    net stop xcomgftp
    

Note: xcomd,  igateway, and xcomgftp are installed as services. They can be stopped from the services window.

To stop CA XCOM Gateway on Linux

  1. To stop the CA XCOM Data Transport server, enter the following command:
    $XCOM_HOME/sbin/xcomd -s
    
  2. To stop EEM, enter the following command:
    $IGW_LOC/S99igateway stop
    
  3. To stop JBoss 4.0.5, enter the following command:
    $JBOSS_HOME/bin/sh shutdown.sh -s 
    
  4. To stop the FTP server, enter the following command:
    $XCOM_HOME/XCOMGW/FTP/bin/sh ftpd.sh stop