Jump to content

DR-DC-DR CHANGE PROCESS FOR MiraExim: Difference between revisions

From TetraWiki
Navdeep (talk | contribs)
Created page with "<center>'''DC TO DR CHANGE PROCESS'''</center> '''STEPS : ''' # '''First down the DC''' '''<nowiki># vim /etc/inittab</nowiki>''' '''Hash the SV:123456:respawn:/command/s..."
 
Navdeep (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[category:Mira Exim]]
<center>'''DC TO DR CHANGE PROCESS'''</center>
<center>'''DC TO DR CHANGE PROCESS'''</center>



Latest revision as of 10:48, 2 March 2013


DC TO DR CHANGE PROCESS


STEPS :

  1. First down the DC

# vim /etc/inittab

Hash the SV:123456:respawn:/command/svscanboot


Then save

# init q

# netstat –tunlp | grep tcpserver

All ports are now closed

  1. Then on the DR Site

# vim /etc/inittab

Hash out the SV:123456:respawn:/command/svscanboot

Then save

# init q

# netstat –tunlp | grep tcpserver

All ports now opened

  1. Check logs at DR /var/log/qmail/qmail-send/current
DRTO DC CHANGE PROCESS

STEPS:

  1. First Down the DR

# vim /etc/inittab

Hash the SV:123456:respawn:/command/svscanboot


Then save

# init q

# netstat –tunlp | grep tcpserver

All ports are now closed

And manually run one script “/root/scripts/sync.sh

Then all archived are copied into DC

  1. Then on the DC site
  2. Then on the DR Site

# vim /etc/inittab

Hash out the SV:123456:respawn:/command/svscanboot

Then save

# init q

# netstat –tunlp | grep tcpserver

All ports now opened