This document describes how to use PING to back up and restore RSA SecurID Appliance 3.0 when migrating to RSA Authentication Manager 8.1 on an existing hardware appliance.
RSA tested PING Release 3.02 2011-12-10 with kernel 3.1.2. For the most current software and documentation, refer to the website http://ping.windowsdream.com/.
The following sections are included:
-
Back Up to a Network File System (NFS)
-
Restore from a Network File System (NFS)
-
Back Up to a Windows Share
-
Restore from a Windows Share
-
Back Up to a USB Drive
-
Restore from a USB Drive
Back Up to a Network File System (NFS)
RSA recommends using PING to back up the RSA SecurID Appliance 3.0 when migrating to RSA Authentication Manager 8.1 on an existing hardware appliance. A successful backup is required, in the event that the appliance needs to be restored. Reverting a hardware appliance back to version 7.1 requires a backup of the entire appliance, not just the database.
Note: PING does not encrypt the backup image. RSA recommends that you save the backup file to a protected location.
Before You Begin
- To download PING, go to http://ping.windowsdream.com/.
- Burn the PING ISO image onto a CD.
- Create a directory to store the appliance backup image on an NFS share. The directory that you create must contain a subdirectory called Create_New_Image.
- Attach a monitor and a keyboard to the appliance.
Procedure
-
Insert the PING CD into the CD drive.
-
Reboot the appliance. In the Operations Console, click Maintenance > Reboot Appliance.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, press ENTER.
-
If you do not have a Dynamic Host Configuration Protocol (DHCP) server, do the following to manually configure the network settings:
a. Type x to go to the PING shell.
b. Log on as the root user. No password is necessary.
c. Do the following to provide the network settings:
To configure the appliance IP address and the network mask, type the following and press ENTER:
ifconfig eth0 <appliance ip> netmask <network mask> up
where <appliance ip> is the IP address of the appliance and <network mask> is your network mask.
To configure the default gateway, type the following and press ENTER:
route add default gateway <default gateway> eth0
where <default gateway> is the default gateway IP address.
d. To return to the PING user interface, type the following and press ENTER:
/etc/rc.d/rc.ping
-
At the Welcome to PING prompt, press ENTER.
-
At the When the job is completed, do you want to... prompt, select Get a shell (root), select OK, and press ENTER.
-
At the Where do you want to save/restore your images to/from prompt, select Network share, select OK, and press ENTER.
-
At the Will we map a network share with Samba CIFS, NFS or FTP prompt, select NFS, select OK, and press ENTER.
-
At the Enter a valid NFS Server IP prompt, enter the IP address of the network share.
-
At the Enter a valid NFS Share Name prompt, enter the name of the share.
-
At the Choose partitions to back up prompt, use the spacebar to select sda1, sda2, sda3, sda4, and sda5.
-
At the Enter a root directory containing your data prompt, enter the directory to store the backup image, select OK, and press ENTER.
-
At the Actions and Available images for restoration prompt, select Create_New_Image, select OK, and press ENTER.
-
At the Enter the name of the new image prompt, enter the name of the new image (for example, 30410_appliance), select OK, and press ENTER.
-
When asked if you want to store details about each recorded file, select No, select OK, and press ENTER.
-
If you want PING to compress the backup image, select one of the following compression types:
- Select gzip or bzip2 to back up the selected image. If the standing image has been selected it will back up in about 45 minutes and will use approximately 8 GB of disk space on the hard drive for a new install. The space used can vary depending on how much data is on the hard drive. Archive logs can be several GB and will increase both the time and space used.
- Select no compression to back up the selected image without compression.The standing image will take approximately 10 minutes to back up, and will use 20 GB of disk space on the hard drive for a new install.
-
Select OK, and press ENTER.
-
At the Do you want partclone, zsplit or tar+gzip to be used instead of partimage? prompt, select Partimage, select OK, and press ENTER.
-
At the Most filesystems can be reduced before being stored prompt, select No, select OK, and press ENTER. The Save partition to image file screen displays the progress of the backup.
-
After the backup process completes, PING gets a shell, as you selected in step 9. To remove the PING CD, do the following: a. At the PING login prompt, type root, and press ENTER. b. To eject the CD drive, type eject. c. Remove the PING CD.
-
To reboot the appliance, in the PING command prompt, type reboot, and press ENTER.
Restore from a Network File System (NFS)
You can use the following procedure to restore version 7.1 and return a hardware appliance to a pre-migration state. You must use the backup image of the version 7.1 appliance that you created before you installed version 8.1.
The following procedures restore version 7.1 and return a hardware appliance to a pre-migration state. You must use the backup image of the version 7.1 appliance that you created before you installed version 8.1.
Follow these procedures in order:
-
Clear Information About Existing Partitions
-
Restore the Hardware Appliance
Clear Information About Existing Partitions
Before you restore version 7.1, you must use PING to clear information about existing partitions from the master boot record (MBR).
This procedure removes all data from the appliance.
Procedure
-
Insert the PING CD into the CD drive.
-
Reboot the appliance. In the Operations Console, click Maintenance > Reboot Appliance.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, type x and press ENTER. PING gets a shell.
-
At the PING login prompt, type root and press ENTER. No password is needed.
-
In the PING shell command prompt, type the following:
dd if=/dev/zero of=/dev/sda bs=512 count=1
and press ENTER. The MBR is cleared.
Next Step
Restore the Hardware Appliance
Restore the Hardware Appliance
Use the following procedure to restore version 7.1 and return a hardware appliance to a pre-migration state.
Before You Begin
Clear Information About Existing Partitions
Procedure
-
Reboot the appliance with PING. In the PING shell command prompt, type reboot and press ENTER.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, press ENTER.
-
If you do not have a Dynamic Host Configuration Protocol (DHCP) server, do the following to manually configure the network settings:
a. Type x to go to the PING shell.
b. Log on as the root user. No password is necessary.
c. Do the following to provide the network settings:
To configure the appliance IP address and the network mask, type the following and press ENTER:
ifconfig eth0 <appliance ip> netmask <network mask> up
where <appliance ip> is the IP address of the appliance and <network mask> is your network mask.
To configure the default gateway, type the following and press ENTER:
route add default gateway <default gateway> eth0
where <default gateway> is the default gateway IP address.
d. To return to the PING user interface, type the following and press ENTER:
-
At the Welcome to PING prompt, press ENTER.
-
At the When the job is completed, do you want to... prompt, select Get a shell (root), select OK, and press ENTER.
-
At the Where do you want to save/restore your images to/from prompt, select Network share, select OK, and press ENTER.
-
At the Will we map a network share with Samba CIFS, NFS or FTP prompt, select NFS, select OK, and press ENTER.
-
At the Enter a valid NFS Server IP prompt, enter the IP address of the network share.
-
At the Enter a valid NFS Share Name prompt, enter the name of the share.
-
At the Choose partitions to back up prompt, use the spacebar to select ### CHOOSE THIS if you want a RESTORATION###. Select OK, and press ENTER.
-
At the Enter a root directory containing your data prompt, enter the directory that contains the backup image, select OK, and press ENTER.
-
At the Actions and Available images for restoration prompt, select the image to restore, select OK, and press ENTER.
-
At the BIOS settings have been recorded on your image. Do you want them to be restored? prompt, select Yes, select OK, and press ENTER.
-
Read and understand the warning that displays. The existing partition and all data on it will be overwritten.
-
At the prompt, type YES, and press ENTER.
-
PING may detect that there will be extra space on your drive after restoring the image. If the We can extend partitions for you prompt displays, select No and press ENTER. The Restore partition from image file screen displays the progress of the restore process. Allow 15 to 20 minutes for the restoration to complete.
-
After restoration completes, PING gets a shell, as you selected in step 8. To remove the PING CD, do the following: a. At the PING login prompt, type root, and press ENTER. b. To eject the CD drive, type eject. c. Remove the PING CD.
-
Shut down the RSA SecurID Appliance normally. Do not just power off the appliance. For example, at the
PING login prompt, run the shutdown command:
/sbin/shutdown -h now -t 30 If prompted, enter the operating system password.
For more information, see the Knowledge Base Article ?How to shut down or restart the RSA SecurID Appliance 3.0? at
https://knowledge.rsasecurity.com/scolcms/knowledge.aspx#a43668 -
Turn on the appliance to verify that the restore completed as you expected.
Back Up to a Windows Share
RSA recommends using PING to back up the RSA SecurID Appliance 3.0 when migrating to RSA Authentication Manager 8.1 on an existing hardware appliance. A successful backup is required, in the event that the appliance needs to be restored. Reverting a hardware appliance back to version 7.1 requires a backup of the entire appliance, not just the database.
Note: PING does not encrypt the backup image. RSA recommends that you save the backup file to a protected location.
Before You Begin
- To download PING, go to http://ping.windowsdream.com/.
- Burn the PING ISO image onto a CD.
- Create a directory to store the appliance backup image on a Windows share. The directory that you create must contain a subdirectory called Create_New_Image.
- Attach a monitor and a keyboard to the appliance.
Procedure
-
Insert the PING CD into the CD drive.
-
Reboot the appliance. In the Operations Console, click Maintenance > Reboot Appliance.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, press ENTER.
-
If you do not have a Dynamic Host Configuration Protocol (DHCP) server, do the following to manually configure the network settings:
a. Type x to go to the PING shell.
b. Log on as the root user. No password is necessary.
c. Do the following to provide the network settings:
To configure the appliance IP address and the network mask, type the following and press ENTER:
ifconfig eth0 <appliance ip> netmask <network mask> up
where <appliance ip> is the IP address of the appliance and <network mask> is your network mask.
To configure the default gateway, type the following and press ENTER:
route add default gateway <default gateway> eth0
where <default gateway> is the default gateway IP address.
d. To return to the PING user interface, type the following and press ENTER:
/etc/rc.d/rc.ping
-
At the Welcome to PING prompt, press ENTER.
-
At the When the job is completed, do you want to... prompt, select Get a shell (root), select OK, and press ENTER.
-
At the Where do you want to save/restore your images to/from prompt, select Network share, select OK, and press ENTER.
-
At the Will we map a network share with Samba CIFS, NFS or FTP prompt, select CIFS, select OK, and press ENTER.
-
At the Enter a valid SMB Server IP prompt, enter the IP address of the network share.
-
At the Enter a valid SMB Share Name prompt, enter the name of the share.
-
At the Enter a valid username prompt, enter the username of the Windows administrator who can access the share.
-
At the Enter a valid password prompt, enter the password for the administrator account you specified in the previous step.
-
At the Choose partitions to back up prompt, use the spacebar to select sda1, sda2, sda3, sda4, and sda5. Select OK, and press ENTER.
-
At the Enter a root directory containing your data prompt, enter the directory to store the backup image, select OK, and press ENTER.
-
At the Actions and Available images for restoration prompt, select Create_New_Image, select OK, and press ENTER.
-
At the Enter the name of the new image prompt, enter the name of the new image (for example, 30410_appliance), select OK, and press ENTER.
-
When asked if you want to store details about each recorded file, select No, select OK, and press ENTER.
-
If you want PING to compress the backup image, select one of the following compression types:
- Select gzip or bzip2 to back up the selected image. If the standing image has been selected it will back up in about 45 minutes and will use approximately 8 GB of disk space on the hard drive for a new install. The space used can vary depending on how much data is on the hard drive. Archive logs can be several GB and will increase both the time and space used.
- Select no compression to back up the selected image without compression. The standing image will take approximately 10 minutes to back up and will use 20 GB of disk space on the hard drive for a new install.
-
Select OK, and press ENTER.
-
At the Do you want partclone, zsplit or tar+gzip to be used instead of partimage? prompt, select Partimage, select OK, and press ENTER.
-
At the Most filesystems can be reduced before being stored prompt, select No, select OK, and press ENTER. The Save partition to image file screen displays the progress of the backup.
-
After the backup completes, PING gets a shell, as you selected in step 9. To remove the PING CD, do the following: a. At the PING login prompt, type root, and press ENTER. b. To eject the CD drive, type eject. c. Remove the PING CD.
-
Shut down the RSA SecurID Appliance normally. Do not just power off the appliance. For example, at the
PING login prompt, run the shutdown command:
/sbin/shutdown -h now -t 30
If prompted, enter the operating system password.
For more information, see the Knowledge Base Article ?How to shut down or restart the RSA SecurID Appliance 3.0? at
https://knowledge.rsasecurity.com/scolcms/knowledge.aspx#a43668 -
Turn on the appliance.
Restore from a Windows Share
The following procedures restore version 7.1 and return a hardware appliance to a pre-migration state. You must use the backup image of the version 7.1 appliance that you created before you installed version 8.1.
Follow these procedures in order:
-
Clear Information About Existing Partitions
-
Restore the Hardware Appliance
Clear Information About Existing Partitions
Before you restore version 7.1, you must use PING to clear information about existing partitions from the master boot record (MBR).
This procedure removes all data from the appliance.
Procedure
-
Insert the PING CD into the CD drive.
-
Reboot the appliance. In the Operations Console, click Maintenance > Reboot Appliance.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, type x and press ENTER. PING gets a shell.
-
At the PING login prompt, type root and press ENTER. No password is needed.
-
In the PING shell command prompt, type the following: dd if=/dev/zero of=/dev/sda bs=512 count=1and press ENTER. The MBR is cleared.
Next Step
Restore the Hardware Appliance
Restore the Hardware Appliance
Use the following procedure to restore version 7.1 and return a hardware appliance to a pre-migration state.
Before You Begin
Clear Information About Existing Partitions
Procedure
-
Reboot the appliance with PING. In the PING shell command prompt, type reboot and press ENTER.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, press ENTER.
-
If you do not have a Dynamic Host Configuration Protocol (DHCP) server, do the following to manually configure the network settings:
a. Type x to go to the PING shell.
b. Log on as the root user. No password is necessary.
c. Do the following to provide the network settings:
To configure the appliance IP address and the network mask, type the following and press ENTER:
ifconfig eth0 <appliance ip> netmask <network mask> up
where <appliance ip> is the IP address of the appliance and <network mask> is your network mask.
To configure the default gateway, type the following and press ENTER:
route add default gateway <default gateway> eth0
where <default gateway> is the default gateway IP address.
d. To return to the PING user interface, type the following and press ENTER:
/etc/rc.d/rc.ping
-
At the Welcome to PING prompt, press ENTER.
-
At the When the job is completed, do you want to... prompt, select Get a shell (root), select OK, and press ENTER.
-
At the Where do you want to save/restore your images to/from prompt, select Network share, select OK, and press ENTER.
-
At the Will we map a network share with Samba CIFS, NFS or FTP, prompt, select CIFS, select OK, and press ENTER.
-
At the Enter a valid SMB Server IP prompt, enter the IP address of the network share.
-
At the Enter a valid SMB Share Name prompt, enter the name of the share.
-
At the Enter a valid username prompt, enter the username of the Windows administrator who can access the share.
-
At the Enter a valid password prompt, enter the password for the administrator account you specified in the previous step.
-
At the Chose partitions to back up prompt, use the spacebar to select ### CHOOSE THIS if you want a RESTORATION###, select OK, and press ENTER.
-
At the Enter a root directory containing your data prompt, enter the directory that contains the backup image, select OK, and press ENTER.
-
At the Actions and Available images for restoration prompt, select the image to restore, select OK, and press ENTER.
-
At the BIOS settings have been recorded on your image. Do you want them to be restored? prompt, select Yes, select OK, and press ENTER.
-
Read and understand the warning that displays. The existing partition and all data on it will be overwritten.
-
At the prompt, type YES, and press Enter.
-
PING may detect that there will be extra space on your drive after restoring the image. If the We can extend partitions for you prompt displays, select No and press ENTER. The Restore partition from image file screen displays the progress of the restore process. Allow 15 to 20 minutes for the restoration to complete.
-
After restoration completes, PING gets a shell, as you selected in step 8. To remove the PING CD, do the following: a. At the PING login prompt, type root, and press ENTER. b. To eject the CD drive, type eject. c. Remove the PING CD.
-
Shut down the RSA SecurID Appliance normally. Do not just power off the appliance. For example, at the
PING login prompt, run the shutdown command:
/sbin/shutdown -h now -t 30 If prompted, enter the Operating System password. For more information, see the Knowledge Base Article ?How to shut down or restart the RSA SecurID Appliance 3.0? at
https://knowledge.rsasecurity.com/scolcms/knowledge.aspx#a43668 -
Turn on the appliance to verify that the restore completed as you expected.
Back Up to a USB Drive
RSA recommends using PING to back up the RSA SecurID Appliance 3.0 when migrating to RSA Authentication Manager 8.1 on an existing hardware appliance. A successful backup is required, in the event that the appliance needs to be restored. Reverting a hardware appliance back to version 7.1 requires a backup of the entire appliance, not just the database.
Note: PING does not encrypt the backup image. RSA recommends that you save the backup file in a protected location.
Before You Begin
Procedure
-
Attach a USB drive to the appliance.
-
Create a directory on the USB drive to store the appliance backup image. The directory that you create must contain a subdirectory called Create_New_Image.
-
Insert the PING CD into the CD drive.
-
Reboot the appliance. In the Operations Console, click Maintenance > Reboot Appliance.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, press ENTER.
-
If you do not have a Dynamic Host Configuration Protocol (DHCP) server, do the following to manually configure the network settings:
a. Type x to go to the PING shell.
b. Log on as the root user. No password is necessary.
c. Do the following to provide the network settings:
To configure the appliance IP address and the network mask, type the following and press ENTER:
ifconfig eth0 <appliance ip> netmask <network mask> up
where <appliance ip> is the IP address of the appliance and <network mask> is your network mask.
To configure the default gateway, type the following and press ENTER:
route add default gateway <default gateway> eth0
where <default gateway> is the default gateway IP address.
d. To return to the PING user interface, type the following and press ENTER:
/etc/rc.d/rc.ping
-
At the Welcome to PING prompt, press ENTER.
-
At the When the job is completed, do you want to... prompt, select Get a shell (root), select OK, and press ENTER.
-
At the Where do you want to save/restore your images to/from, prompt, select Local disk/partition, select OK, and press ENTER.
-
At the Choose the partitions to back up prompt, use the spacebar to select sda1, sda2, sda3, sda4, and sda5.
-
At the Choose the partition where the images are stored prompt, select sdb1, select OK, and press ENTER.
-
At the Enter a root directory containing your data prompt, enter the directory to store the backup image, select OK, and press ENTER.
-
At the Actions and Available images for restoration prompt, select Create_New_Image, select OK, and press ENTER.
-
At the Enter the name of the new image prompt, enter the name of the new image (for example, 30410_appliance), select OK, and press ENTER.
-
When asked if you want to store details about each recorded file, select No, select OK, and press ENTER.
-
If you want PING to compress the backup image, select one of the following compression types:
- Select gzip or bzip2 to back up the selected image. If the standing image has been selected it will back up in about 45 minutes and will use approximately 8 GB of disk space on the hard drive on a new install. The space used can vary depending on how much data is on the hard drive. Archive logs can be several GB and will increase both the time and space used.
- Select no compression to back up the selected image without compression. The standing image will take approximately 10 minutes to back up and will use 20 GB of disk space on the hard drive for a new install.
-
Select OK, and press ENTER.
-
At the Do you want partclone, zsplit or tar+gzip to be used instead of partimage? prompt, select Partimage, select OK, and press ENTER.
-
At the Most filesystems can be reduced before being stored prompt, select No, select OK, and press ENTER. The Save Partition to Image File screen displays the progress of the backup.
-
After the backup completes, PING gets a shell, as you selected in step 11. To remove the PING CD, do the following: a. At the PING login prompt, type root, and press ENTER. b. To eject the CD drive, type eject. c. Remove the PING CD.
-
Shut down the RSA SecurID Appliance normally so that you can safely remove the USB drive from the USB port. Do not just power off the appliance.
For example, at the
PING login prompt, run the shutdown command:
/sbin/shutdown -h now -t 30 If prompted, enter the operating system password.
For more information, see the Knowledge Base Article ?How to shut down or restart the RSA SecurID Appliance 3.0? at
https://knowledge.rsasecurity.com/scolcms/knowledge.aspx#a43668 -
Remove the USB drive from the USB port.
-
Turn on the appliance.
Restore from a USB Drive
The following procedures restore version 7.1 and return a hardware appliance to a pre-migration state. You must use the backup image of the version 7.1 appliance that you created before you installed version 8.1.
Follow these procedures in order:
-
Clear Information About Existing Partitions
-
Restore the Hardware Appliance
Clear Information About Existing Partitions
Before you restore version 7.1, you must use PING to clear information about existing partitions from the master boot record (MBR).
This procedure removes all data from the appliance.
Procedure
-
Attach the USB drive with the backup image to the appliance.
-
Insert the PING CD into the CD drive.
-
Reboot the appliance. In the Operations Console, click Maintenance > Reboot Appliance.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, type x and press ENTER. PING gets a shell.
-
At the PING login prompt, type root and press ENTER. No password is needed.
-
In the PING shell command prompt, type the following: dd if=/dev/zero of=/dev/sda bs=512 count=1and press ENTER. The MBR is cleared.
Next Step
Restore the Hardware Appliance
Restore the Hardware Appliance
Use the following procedure to restore version 7.1 and return a hardware appliance to a pre-migration state.
Before You Begin
Clear Information About Existing Partitions
Procedure
-
Reboot the appliance with PING. In the PING shell command prompt, type reboot and press ENTER.
-
Press and hold the F11 function key until the boot menu displays.
-
If prompted to enter a password, enter the BIOS password. For example, rsabios.
-
Select the SATA CD-ROM. The PING CD boots.
-
When the >> prompt displays, press ENTER.
-
If you do not have a Dynamic Host Configuration Protocol (DHCP) server, do the following to manually configure the network settings:
a. Type x to go to the PING shell.
b. Log on as the root user. No password is necessary.
c. Do the following to provide the network settings:
To configure the appliance IP address and the network mask, type the following and press ENTER:
ifconfig eth0 <appliance ip> netmask <network mask> up
where <appliance ip> is the IP address of the appliance and <network mask> is your network mask.
To configure the default gateway, type the following and press ENTER:
route add default gateway <default gateway> eth0
where <default gateway> is the default gateway IP address.
d. To return to the PING user interface, type the following and press ENTER:
/etc/rc.d/rc.ping
-
At the Welcome to PING prompt, press ENTER.
-
At the When the job is completed, do you want to... prompt, select Get a shell (root), select OK, and press ENTER.
-
At the Where do you want to save/restore your images to/from prompt, select Local disk/partition, select OK, and press ENTER.
-
At the Choose partitions to back up prompt, use the spacebar to select ### CHOOSE THIS if you want a RESTORATION###, select OK, and press ENTER.
-
At the Choose the partition where the images are stored prompt, select sdb1, select OK, and press ENTER.
-
At the Enter a root directory containing your data prompt, enter the directory that contains the backup image, select OK, and press ENTER.
-
At the Actions and Available images for restoration prompt, select the image you want to restore, select OK, and press ENTER.
-
At the BIOS settings have been recorded on your image. Do you want them to be restored? prompt, select Yes, and press ENTER.
-
Read and understand the warning that displays. The existing partition and all data on it will be overwritten.
-
At the prompt, type YES, and press ENTER.
-
PING may detect that there will be extra space on your drive after restoring the image. If the We can extend partitions for you prompt displays, select No and press ENTER. The Restore partition from image file screen displays the progress of the restore process. Allow 15 to 20 minutes for the restoration to complete.
-
After the restoration completes, PING gets a shell, as you selected in step 8. To remove the PING CD, do the following: a. At the PING login prompt, type root, and press ENTER. b. To eject the CD drive, type eject. c. Remove the PING CD.
-
Shut down the RSA SecurID Appliance normally so that you can safely remove the USB drive from the USB port. Do not just power off the appliance. For example, at the
PING login prompt, run the shutdown command:
/sbin/shutdown -h now -t 30 If prompted, enter the operating system password. For more information, see the Knowledge Base Article ?How to shut down or restart the RSA SecurID Appliance 3.0? at
https://knowledge.rsasecurity.com/scolcms/knowledge.aspx#a43668 -
Remove the USB drive from the USB port.
-
Turn on the appliance to verify that the restore completed as you expected.
This solution is not intended for restoring images generated on different hardware. This is for obtaining a reliable complete machine backup that can be used to quickly restore the entire machine to a previous state.