A Gateway was installed as a DPS, what next?

  • KM03757813
  • 02-Nov-2020
  • 02-Nov-2020

Summary

reverting a rather klunzy install error

Question

When a Gateway was installed as a DPS, waht to do to repair this?

a. Uninstall OBM and install OBM as Gateway
 

b. since gateway is registered as  DPS once it will exist in following tables and they need to be cleaned
 

-stop all servers
 

- run  connect to management database and run following queries in this order


delete from HA_ACTIVE_SESS
delete from HA_BACKUP_PROCESSES
delete from HA_PROC_ALWD_SERVICES
delete from HA_PROCESSES
delete from HA_SRV_ALLWD_GRPS
delete from HA_SERVICES_DEP
delete from HA_SERVICES
delete from HA_SERVICE_GRPS
delete from HA_TASKS
delete from HA_SERVERS
Delete from PROPERTIES where NAME = 'HAServiceControllerUpgrade'
DELETE from DEPLOY_HW
DELETE FROM PROPERTIES where name = (gatewaythat isregistred as DPS)

Run configuration wizard from Primary DPS ( very important) secondary DPS, gateways.



Answer


2. second issue was port 9999 was used by a process on aone of the gateway, reboot  server fixed issue
3.  User VIP doe snot responds to request port 443   you can check

openssl s_client -connect userVIP:443

please LB team fix it