Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Change the recording path and other variables as per your configuration.

  2. Navigate to HA directory inside recording-solution directory.

  3. Open keep.env file and set values to environment variables

  4. 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

...

.

  1. Code Block
    KEEPALIVED_INTERFACE=ens160      (Find you interface card. ens160 or ens 192 or anyother)
  2. Now run this script type ./keep-alive.sh

Open docker-compose-cisco in docker/docker-compose-cisco

  1. Open recoding-solution/docker/docker-compose-cisco

  2. Uncomment the Consul Container and save the changes

  • Archival Container add the volumes

...