Download This Guide
Back Up and Restore of Service Now data During Junos Space Platform Upgrade
- Taking Back Up of Service Now Release 16.2R2 Data Before Upgrading Junos Space Platform to Release 16.1R1/16.1R2
- Restoring Service Now Data After Junos Space Platform Upgrade to Release 16.1R1/16.1R2
Taking Back Up of Service Now Release 16.2R2 Data Before Upgrading Junos Space Platform to Release 16.1R1/16.1R2
To back up Service Now Release 16.2R2 data:
- Install the Junos Space Platform patch provided to back
up Service Now data.
The following is a sample output when the patch is installed:
Copying [ AIM ] Application Files...! Starting Service Now Backup... STAGE-1 - SN Backup Preprocessing - Creating backup directories for SN Image and DB... STAGE-1 - SN Backup Preprocessing completed - Successfully created backup directories for SN Image and DB... STAGE-2 - SN Backup core processing started... STAGE-2.1 - Preparing to backup image... WARNING: The current version of Service Now is less than 15.1R3. Please upgrade to version 15.1R3 or later for Service Now to operate as desired. Press any key to continue...
- Download the Service Now image from the Software Download Page to a temporary folder on the Junos Space server.
- Open a separate ssh session on the Junos Space server
and create a folder (for example, Service-Now 16.2R2.4) to copy the
Service Now image from the temporary folder.
cd /var/cache/jboss/sn_backup/image mkdir Service-Now.16.2R2.4
- Copy the Service Now image from the temporary folder to
the newly created folder.
cp /tmp/Service-Now.16.2R2.4.img /var/cache/jboss/sn_backup/image/Service-Now.16.2R2.4/.
- Follow the prompts to proceed with the backup.
A
*.tgz
file is created at the end of the backup process.
Restoring Service Now Data After Junos Space Platform Upgrade to Release 16.1R1/16.1R2
![]() | Note:
|
Data for Service Now Releases 15.1R3, 15.1R4, and 16.1R1/16.2R1/16.2R2 are restored along with Junos Space Platform data while configuring the primary Junos Space node.
For information about configuring the primary Junos Space node, see Configuring a Junos Space Appliance as a Junos Space Node in JA2500 Junos Space Hardware Guide.
After Service Now data is restored and Junos Space Platform
is upgraded to Release 16.1R1, remove the backup file from the /var/cache/jboss/jmp/payloads/backup
location.
To remove the Service Now backup file:
- Log in to the Junos Space VIP node.
- Access the shell.
- Navigate to the
/var/cache/jboss/jmp/payloads/backup
directory.cd /var/cache/jboss/jmp/payloads/backup
- Execute the following command to delete the backup file:
rm -rf AIM/
The Service Now backup file is deleted.