...
Change the recording path and other variables as per your configuration.
Navigate to HA directory inside recording-solution directory.
Open keep.env file and set values to environment variables
Code Block KEEPALIVED_UNICAST_PEERS=192.168.1.126 (IP address of the Second VRS) KEEPALIVED_VIRTUAL_IPS=192.168.1.245 (Assign any IP-Address which not in use) KEEPALIVED_PRIORITY=100 (Assign 100 for priority 1 and 90 for priority 2)
On the terminal run command ip addr
and find your network interface card and assign the value.
...
Add the network interface card value
...
keep.env
...
.
Code Block KEEPALIVED_INTERFACE=ens160 (Find you interface card. ens160 or ens 192 or anyother)
Now run this script type ./keep-alive.sh
Open docker-compose-cisco in docker/docker-compose-cisco
Open
recoding-solution/docker/docker-compose-cisco
Uncomment the Consul Container and save the changes
Archival Container add the volumes
...