Stopping the Disaster Recovery Process on Junos Space Network Management Platform Release 14.1R3 and Earlier
To configure the disaster recovery enhancements
added as part of the Junos Space Network Management Platform Release
15.2R1, you must first disable
the disaster recovery feature on your current Junos Space setup (Junos
Space Network Management Platform Release 14.1R3 and earlier) before
upgrading to Junos Space Network Management Platform Release 15.2R1. You must stop backups at the active
site and the standby site must stop collecting backups from the active
site. The scripts to stop the backup and restoration process configured
during earlier releases are stored at /opt/jmp-geo/backup/script/
and /opt/jmp-geo/restore/script/
.
Stopping the Backup Process at the Active Site
Stopping the backup process at the active site removes the cron job and stops the backup operation from being performed.
To stop the backup process at the active site:
- Log in to the CLI of the Junos Space node at the active
site on which the VIP or the eth0:0 interface is configured.
The Junos Space Settings Menu is displayed.
- Enter 6 (if you are using a
hardware appliance) or 7 (if you are using
a virtual appliance) at the Junos Space Settings Menu prompt to run
shell commands.
The following is a sample output from a virtual appliance:
admin@10.206.41.183's password: Last login: Mon Aug 17 06:17:58 2015 from 10.206.41.42 Welcome to the Junos Space network settings utility. Initializing, please wait Junos Space Settings Menu 1> Change Password 2> Change Network Settings 3> Change Time Options 4> Retrieve Logs 5> Security 6> Expand VM Drive Size 7> (Debug) run shell A> Apply changes Q> Quit R> Redraw Menu Choice [1-7,AQR]: 7
You are prompted to enter the administrator password.
- Enter the administrator password.
- Type /opt/jmp-geo/backup/script/./backup.sh stop at the shell prompt and press Enter.
The following is a sample output:
Demoting this cluster from the DR Master Cluster Role ... update cluster state successful Stoping backup cron job... Stopping crond: [ OK ] Starting crond: [ OK ]
The backup process at the active site is stopped.
Stopping Collecting Backups from the Active Site
Stopping the restoration process at the standby site removes the cron job and stops collecting backups from the active site.
To stop the restoration process at the standby site:
- Log in to the CLI of the Junos Space node at the active
site on which the VIP or the eth0:0 interface is configured.
The Junos Space Settings Menu is displayed.
- Enter 6 (if you are using a
hardware appliance) or 7 (if you are using
a virtual appliance) at the Junos Space Settings Menu prompt to run
shell commands.
The following is a sample output from a virtual appliance:
admin@10.206.41.183's password: Last login: Mon Aug 17 06:17:58 2015 from 10.206.41.42 Welcome to the Junos Space network settings utility. Initializing, please wait Junos Space Settings Menu 1> Change Password 2> Change Network Settings 3> Change Time Options 4> Retrieve Logs 5> Security 6> Expand VM Drive Size 7> (Debug) run shell A> Apply changes Q> Quit R> Redraw Menu Choice [1-7,AQR]: 7
You are prompted to enter the administrator password.
- Enter the administrator password.
- Type /opt/jmp-geo/restore/script/./restore.sh stopPoll at the shell prompt and press Enter.
The following is a sample output:
Stoping restore cron job... Stopping crond: [ OK ] Starting crond: [ OK ] Demoting this cluster from the DR Slave Cluster Role ... update cluster state successful opening port 7804 on user1@host.... jmp-firewall is stopped. Skip reloading <response> <message </message> <status>SUCCESS</success> </response>
The standby site stops collecting backups from the active site.