Installation and Configuration : 3. Using the iimgmtsvr Remote Manager Server : How You Can List Installations Using a Web Browser
 
Share this page                  
How You Can List Installations Using a Web Browser
In addition to the iimgmtsvr list command, you can list the Actian database installations that are installed on a machine by pointing a Web browser to the host. Use the following syntax:
http://hostname:16902
The port is fixed at 16902. For example:
http://user01-rhvm01.example.prv:16902
If there is a firewall on the machine, this port must be open to enable the service to be reached.
Information such as the following is displayed in the browser:
Installation ID
II_SYSTEM location
Version
Remote Cmd Port
Master?
UX
/ingres64/
II 10.1.0 (a64.lnx/00)
51271
Yes
The ability to respond to HTTP requests is enabled by default (if environment variable II_MGMTSVR_RESPOND_TO_HTTP is not set), although you may disable it. For more information, see Environment Variables.
Note:  When you are running more than one instance of the management server, one acts as the master. If the master server is turned off or restarted, one of the other running servers takes its place as master and the new master’s environment variable determines HTTP reporting. Therefore, if you are running more than one instance of the management server and you want to disable HTTP requests, you must disable II_MGMTSVR_RESPOND_TO_HTTP on all servers and restart them.
Disable HTTP listing capability
1. Set the environment variable II_MGMTSVR_RESPOND_TO_HTTP to FALSE, NO, or 0.
2. Restart iimgmtsvr.
HTTP requests to port 16902 will be ignored.
Re-enable HTTP listing capability
1. Set the environment variable II_MGMTSVR_RESPOND_TO_HTTP to TRUE, YES, or 1.
2. Restart iimgmtsvr.
HTTP requests to port 16902 will be re-enabled.