Cisco Cisco Content Delivery System Manager Installation Guide

Page of 98
Step 4
On Secondary JS2, edit crontab for bnisplunk
crontab –e
Step 5
Open the crontab –e file and add the following entry (substitute the actual IP address for the JS) on a single line:
*/5 * * * * rsync -rtva --delete -e ssh
bnisplunk@<ip_primary_js>:/opt/splunk/etc/deployment-apps//opt/splunk/etc/deployment-apps
>>/opt/splunk/var/log/splunk/rsync.log 2>&1 &
Search Head Sync Setup
Perform the following steps for Search Head Sync Setup:
Step 1
Login as bnisplunk user on Secondary SH2 and create the ssh key pair. You will receive a public and a private key. This
will allow the rsync to run without asking for authorization
ssh-keygen
Step 2
Press Enter and use all the defaults. On completion, a key pair is stored. The public key is then copied onto the remote
system (substitute the IP of the Primary SH1).
ssh-copy-id -i ~/.ssh/id_rsa.pub <ip_primary_sh>
Step 3
On the Secondary SH2, edit crontab for bnisplunk
crontab –e
Step 4
Add the following entry (substitute the actual IP of the Primary SH1) on a single line.
*/5 * * * * rsync -rtva --delete -e ssh bnisplunk@<ip_primary_sh>:/opt/splunk/etc/users//opt/splunk/etc/users
>>/opt/splunk/var/log/splunk/rsync.log 2>&1 &
VDS-SM Database Replication (Configuration on the Primary Node)
Step 1
Login to primary core services node (Primary MgmtSvcs VM); User Name: bninet and Password: password
Step 2
Execute the script updateMyCnfForReplication.sh on core service node (Primary MgmtSvcs VM).
$ /home/bninet/bni/bin/updateMyCnfForReplication.sh
   Videoscape Distribution Suite Service Manager Software Installation Guide
82
OL-28370-01  
VDS Services Setup and Configuration
Job Scheduler Sync Setup