Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Installing TIBCO API Exchange Manager : Verifying the Installation

Verifying the Installation
This section explains the ways to verify the TIBCO API Exchange Manager installation.
Checking the Installer Log File
Check the tibco_universal_installer.userid_install.log and antTask_log_post-install_yyyy-mm-dd.timestamp.log files which are located in the.TIBCO/install_timestamp folder of the user’s home directory performing the installation.
For example, on the Windows platform, the tibco_universal_installer.userid_install.log and antTask_log_post-install_yyyy-mm-dd.timestamp.log files are located in the C:\Users\userid\.TIBCO directory.
Errors in this file, or the existence of error files under this folder, indicates installation problems. Error files have the following format:
antTask_ERROR_log_post-install_mm-dd-yyy.n.log
Checking TIBCO API Exchange Gateway Server Status
This section describes the steps to check the status of TIBCO API Exchange Manager server instance by invoking a simple ping operation. This includes configuring and running the Apache HTTP server, configuring EMS Server (optional) followed by running TIBCO API Exchange Manager Server.
Run Apache HTTP Server
The Apache HTTP server is installed as part of the TIBCO API Exchange Gateway installation. For information on installing the Apache HTTP server, see Appendix A of the TIBCO API Exchange Gateway Installation document.
To run the Apache HTTP Server:
On the Windows Platform
To run the Apache HTTP server on the Windows platform, follow these steps:
1.
   APACHE_HOME/bin
2.
httpd.exe
On Unix Platforms
1.
   APACHE_HOME/bin
2.
   ./apachectl start
Run TIBCO API Exchange Gateway Server
To run the API Exchange Gateway engine, follow these steps:
On Windows Platform
1.
2.
   cd ASG_HOME/bin
3.
   asg-engine
On Unix Platforms
1.
2.
   cd ASG_HOME/bin
3.
   ./asg-engine
4.
5.
   http://hostname:port/ping
hostname is the machine on which Apache HTTP server runs and port is the listening port for Apache HTTP Server as configured in APACHE_HOME/conf/httpd.conf file.
6.
   ASG is alive
Run TIBCO API Exchange Manager
1.
2.
   cd ASG_HOME/bin
3.
   ./asg-portal-engine

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved