Starting the InformixHQ Server
This topic provides a brief tutorial to help you get started with InformixHQ Server.
- Locate the informixhq-server.jar and the monitoring-server.log4j.xml file in the $INFORMIXDIR/hq directory of your Informix database server installation.
- Create an InformixHQ server configuration file. You can refer to the $INFORMIXDIR/hq/monitoring-server-example.properties file as an example.
- Optionally, edit the monitoring-server.log4j.xml file to configure logging in the
InformixHQ. Note: By default InformixHQ runs on 8080 port. For more information, see InformixHQ server configuration.
- Start the InformixHQ server using the following command:
where monitoring-server.properties is the name of the InformixHQ server configuration file.java -jar informixhq-server.jar monitoring-server.properties &Note: Staring from 14.10.xC4 onwards, you can start the server using an alternate method. For more information on this, see Starting the InformixHQ Server and the Agent on Windows and Starting the InformixHQ Server and the Agent on Linux.Sample output after starting the InformixHQ server with monitoring-server.log4j.xml:
When the InformixHQ server is started for the first time, a user with system administrator privileges for InformixHQ is created with the username and password as admin.
- Using a web browser, go to the InformixHQ UI at http://localhost:8080/ and
login with the user and password admin. On first login, you will be prompted to reset
your password.Note: We strongly recommend users to use a secured connection i.e. SSL while starting InformixHQ Server. To know how to configure it, see InformixHQ setup as Secured Server (SSL).
- Once logged in, click Add Server to add an Informix server that you want to monitor.