- Related Products
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
- AD360
- Log360
pg_ctl.exe register -N "ManageEngine ADAudit Plus - Database" -D ..\data -S demand
listen_addresses = '*'
host all all 127.0.0.1/32 md5
host all all <DB Server ip addr >/32 md5
host all all <Primary Server ip addr>/32 md5
host all all <Standby Server IP addr>/32 md5
host all all <Public ip addr>/32 md5
url=jdbc:postgresql://localhost:33307/adap
wrapper.exe -i ..\conf\wrapper.conf
xnode.host = <DataEngine server name>
xnode.location = remote
xnode.connector.accept_remote_request=true
xnodes = <DataEngine server name>
For PostgreSQL:
insert into adshaconfiguration values (<value from query1 + 1>, 3, '<primary server name>', '<standby server name>', 'Postgres', '<public ip>', '', '', null)
For Microsoft SQL:
insert into adshaconfiguration values (<value from query1 + 1>, 3, '<primary server name>', '<standby server name>', 'mssql', '<public ip>', '', '', null)
#IP address properties
#Server specific - use ipconfig to find IP address
ipaddr=<ip4 address>
#Server specific - to find run iflist.exe and use the 'Adapter Name' from the result
publicIP.Ifname=<Adapter Name>
#Server specific - use ipconfig to find subnet mask
publicIP.netmask=<subnet mask>
#Common IP for HA. It should be static IP
publicIP.ipaddr=<common IP address>
#Name of the share
repl.remoteinstallationDir=
wrapper.event.wrapper_stop.command.argv.1=..\bin\ipdel.exe
wrapper.event.wrapper_stop.command.argv.2=<value of public IP to be unbound>
wrapper.event.wrapper_stop.command.block=TRUE
#wrapper.event.wrapper_stop.command.block.timeout=20
wrapper.event.wrapper_stop.command.on_exit.0=CONTINUE
wrapper.event.wrapper_stop.command.on_exit.default=CONTINUE
<configuration name="VersionHandler"
value="com.manageengine.ads.fw.ha.HAVersionHandler"/>
<configuration name="StartDBServer" value="false"/>
IS_HA_ENABLED=true
Note: Here, ADAP-DC1 is the database server, ADAP-MS2 is the primary server, and ADAP-MS3 is the standby server.