Starting the InformixHQ Server and the Agent on Windows
This topic provides a brief tutorial about the script used to get started with InformixHQ Server and Agent on Windows.
Following are sample commands where user can provide custom values (similar commands will work
with agent)
- optional jar and properties filename to start InformixHQ
server:
InformixHQ.bat startserver jarfile=informixhq-myinstance1.jar propfile=hqserver.properties
- Use encoding and JVM
value:
InformixHQ startserver Encoding=utf-8 JVMMemx=1004m
- Use all
input:
InformixHQ.bat startserver Encoding=utf-8 JVMMemx=1004m jarfile=informixhq-server.jar propfile=hqserver.properties