Cisco Cisco Content Delivery System Manager Installation Guide

Page of 98
Step 10
Stop Splunk on Fwd1 on ESX 1
ssh bninet@bniforwarder
sudo /etc/init.d/splunkforwarder stop
Procedure for ESX 2 Failure
Step 1
Enable Splunk on Fwd1 on ESX 1.
ssh bninet@bniforwarder
sudo /etc/init.d/splunkforwarder start
Step 2
Change the Destination IP of UF export setting in CDS-M from Fwd2 to Fwd1
Step 3
Start Jboss service on CDNM1, Core1 and UI1
Step 4
Enable cron job of get CDS topology on JS1
Step 5
In the Mobi-TV Server supplying the client logs, change the FTP IP destination from Fwd2 to Fwd1
The hostname to access the Primary UI is ffm-ui102. However, as this is no longer available, the Secondary UI should
be accessed using the Secondary UI ffm-ui101.
Step 6
Disable cron job of rsync on JS1 and SH1
Step 7
After ESX2 comes back online, it will be Secondary and ESX1 will continue as Primary.
a) Disable cron job of get CDSTopology on JS2
b) Stop Jboss service on Core2, CDNM2, and UI2
c) Start cron sync jobs on JS2 (syncing from JS1) and SH2 (syncing from SH1)
d) Stop splunk on the forwarder Fwd2
The detailed steps for Start cron sync jobs on JS2 (syncing from JS1) and SH2 (syncing from SH1) is explained here.
Step 8
Add the cron entries on the Primary JS2 to make it Secondary, and delete the entries in the Secondary JS1
a) Edit crontab for bnisplunk on the primary JS2
crontab -e
b) On Primary JS2, add the entry */5 * * * * rsync -rtva --delete -e ssh
bnisplunk@<ip_new_primary_js>:/opt/splunk/etc/deployment-apps/opt/splunk/etc/deployment-apps
>>/opt/splunk/var/log/splunk/rsync.log 2>&1 
& to make it Secondary.
c) Edit crontab for bnisplunk on the secondary JS1
crontab –e
d) On Secondary JS1, delete the entry */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 & 
to make it Primary.
Type the commands on a single
line
Note
Step 9
Add the cron entries on the Primary SH2 to make it Secondary, and delete the entries in the Secondary SH1
a) Edit crontab for bnisplunk on the original primary SH2
   Videoscape Distribution Suite Service Manager Software Installation Guide
88
OL-28370-01  
VDS Services Setup and Configuration
Procedure for ESX 2 Failure