...
Ask IPCC team for the creation of NFS server.
Mounting point of NFS on both VRS VMs is /var/vrs/recordings.
Grant full permission to this directory and any files or subdirectories created within it.
Ask the IPCC team for the configuration of HA Sip trunk and set priorities to both VRS.
Ask the IPCC team for the creation of Database (sqlserver). And add sqlcmd to the path.
Navigate to data/scripts/ inside recording-solution directory.
Run pwd command and copy the path of sqlserver.sql script
Run the following command with correct credentials. It will initialize the database.
...
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 in the same keep.env directory
Code Block KEEPALIVED_INTERFACE=ens160 (Find you interface card. ens160 or ens 192 or anyother)
Open docker-compose-cisco in docker/docker-compose-cisco
...