Hedvig: High Availability Proxies configurations
Jump to navigation
Jump to search
Setup up proxies in HA
- Hedvig recommends setup of proxy in high availability as this could be single point of failure.
- In order to create proxy pair , Deploy cvm.ova two times in ESXI.
- On barebone machine make sure both resides on different physical nodes.
- Make sure one interface interface is connected to private network (eth1) and another to public network to provide access of nfs/iSCSI.
- set hostname and update /etc/host file of both VMs,
- During cluster install , change tgt nodes file as follows.
# Enter list of iscsi/nfs nodes below # ---- # sample config(standalone): host1 # host2 # # sample config(HA): host1,host2,vip=192.168.108.30,privatenet=172.22.22.0 # host3,host4,vip=192.168.108.31,privatenet=172.22.22.0 # # sample config(HA): host1,host2,vipname=host-vip,privatenet=172.22.22.0 # host3,host4,vipname=host2-vip,privatenet=172.22.22.0 # # supported attributes - for HA: # vip = virtual ip to be used with HA # vipname = virtual hostname to be used with HA # privatenet = private network to be used with HA # ssh_port = port for mgmt to communicate with targets # ---- # primary,secondary,vip=<vip>,privatenet=<privatenet> # ---- proxy1,proxy2,vip=172.22.28.243,privatenet=172.22.22.0