Performing Postinstallation Tasks for Simple Installation
For the first time installation, the MDM server, netrics server, and Configurator automatically starts. You need to complete the postinstallation tasks for the second time installation of TIBCO MDM.
After installation, the
$MQ_HOME contains most of the required softwares.
Folder
Component
$MQ_HOME/bin/as
ActiveSpaces Cache Server
$MQ_HOME/bin/wildfly-10.1.0.Final
JBoss WildFly Application Server
$MQ_HOME/bin/pgsql
PostgreSQL Database Engine
$TIBCO_HOME/tps
TIBCO Patterns Server
The following table lists the ports available after installation:
Port Number
Component
8080
HTTP JBoss WildFly Application Start Server Port
8009
HTTP JBoss WildFly Application Stop Server Port
6080
Configurator HTTP Port
5051
TIBCO Patterns Server Standard Port
5432
PostgreSQL Database Standard Port
8817
ActiveSpaces Cache Server Default Port
Procedure
Start TIBCO MDM Server: Ensure that$JAVA_HOME is set.
Select the
Start MDM Server option from the Programs menu or run
StartMDMServer.bat(.sh). The file is located at
$MQ_HOME/bin/wildfly-10.1.0.Final/bin.
The TIBCO MDM server starts. Starting the TIBCO MDM server starts the PostgreSQL database instance and netricsServer.
Optional: If you want to stop the TIBCO MDM server, select the
Stop MDM Server option from the Programs menu or run
StopMDMServer.bat(.sh). The file is located at
$MQ_HOME/bin/wildfly-10.1.0.Final/bin.
The TIBCO MDM server stops. Stopping the TIBCO MDM server stops the PostgreSQL database instance and netricsServer.
Start TIBCO MDM: Type
http://localhost:8080/eml/Login
in the browser. For more information on accessing TIBCO MDM, refer to "Introduction to TIBCO MDM" chapter of the
TIBCO MDM User's Guide.
Optional: Start and Stop PostgreSQL Server
To start PostgreSQL, run
pg_start.bat or
pg_start.sh.
To stop PostgreSQL, run
pg_stop.bat or
pg_stop.sh.
The files are located at
$MQ_HOME/db/postgreSQL/install.
Optional: Start and Stop TIBCO Patterns Server
To start the Patterns Server, run netricsServer.bat -startService or
netricsServer.sh -startService.
To stop the Patterns Server, run
netricsServer.bat -stopServer
or
netricsServer.sh -stopServer.
The files are located at
$MQ_HOME/bin.
For more information refer to
TIBCO MDM System Administration Guide.
Optional: Start and Stop Configurator
If you want to change default configuration, you can start the configurator. Ensure that the
$JAVA_HOME environment variable is set and it points to the valid JDK 1.8 installation path.
Use the
Start Server option or run startup.bat/.sh to start the Configurator.
Use the
Shutdown Server
option or run shutdown.bat/.sh to stop the Configurator.
The
startup.bat/.sh and
shutdown.bat/.sh files are located at
$MQ_HOME/configurator/tomcat/bin.
Use the
Launch option or double-click
$MQ_HOME/configurator/launch.html to start Configurator.
To log into Configurator, type
admin as user name and password credentials.