Cisco Cisco Content Delivery System Manager Installation Guide

Page of 98
Master_Log_File: bin-log-even.<num> (should have a value )
Slave_IO_Running: Yes (this should be Yes)
Slave_SQL_Running: Yes (this should be Yes)
Replicate_Ignore_DB: juddiDB (the database skipped for replication)
Replicate_Ignore_Table: Topology.SOLUTION_NODE (the database table skipped for replication)
Step 4
Login to Secondary core services node (Secondary MgmtSvcs VM); User Name: bninet and Password: password
Step 5
Login to mysql
$ mysql –uuser –ppassword
Step 6
Check slave status
mysql> Show Slave Status \G;
Master_Log_File: bin-log-even.<num> (should have a value)
Slave_IO_Running: Yes (choose Yes here)
Slave_SQL_Running: Yes (choose Yes here)
Replicate_Ignore_DB: juddiDB (the database skipped for replication)
Replicate_Ignore_Table: Topology.SOLUTION_NODE (the database table skipped for replication)
No error message should be displayed in the status
message.
Note
Procedure for IDX 1 Failure and Restoration
The credentials for Login Analytics node are; User Name: bnisplunk and Password: password. The
credentials for Login Core, CDNM, and UI node are; User Name: bninet and Password: password
Note
Step 1
On both the Core Service nodes, edit the DNS host file to change IDX_A to point from IDX1 to IDX2.
a) Edit /etc/dns-hosts
b) Restart DNS sudo /etc/init.d/dnsmasq restart
Step 2
On JS1 and JS2, run 'configure_search_heads.py update' to use the new IDX_A mapping for search processing.
cd /opt/splunk/etc/deployment-apps/CDN_JS/bin
/opt/splunk/bin/splunk cmd python configure_search_heads.py update IDX_A
No changes are required for CDS-M or Forwarder. Splunk AutoLB will send all CDS-IS traffic to
IDX3.
Note
Step 3
When IDX_1 is restored to operation, edit the DNS host file to change IDX_A to point from IDX2 to IDX1 on both Core
Service nodes
a) Edit /etc/dns-hosts
b) Restart DNS sudo /etc/init.d/dnsmasq restart
Videoscape Distribution Suite Service Manager Software Installation Guide    
   OL-28370-01
85
VDS Services Setup and Configuration
Procedure for IDX 1 Failure and Restoration