(Optional) Recover Data from the iSCSI Volume to the Target Machine

If you have stored your data in an iSCSI target volume, you can connect to the iSCSI volume and recover data. The iSCSI volume lets you manage data and transfer data over a network.

Follow these steps:

  1. Insert the Arcserve UDP Agent (Linux) Live CD or mount the iso file of the Arcserve UDP Agent (Linux) Live CD into the CD-ROM drive of the target machine.
  2. Boot the target machine from the CD-ROM.
  3. The target machine boots into the Arcserve UDP Agent (Linux) Live CD environment. On the screen, the IP address of the target machine is displayed.
  4. Enter the shell environment of the target machine.
  5. Run the following command to start the iSCSI initiator daemon:
  6. /etc/init.d/iscsid start

  7. Run a discovery script to discover the iSCSI target host.
  8. iscsiadm -m discovery -t sendtargets -p <ISCSI-SERVER-IP-ADDRESS>:<Port_Number>

  9. The default port value of iSCSI target host is 3260.
  10. Make a note of the iSCSI Qualified Name (IQN) of the iSCSI target host found by the discovery script before you manually log into the discovered target.
  11. List the available block device of the target node.
  12. #fdisk -l

  13. Log in to the discovered target.
  14. iscsiadm -m node -T <iSCSI Target IQN name> -p <ISCSI-SERVER-IP-ADDRESS>:<Port_Number> -l

  15. You can see a block device in the /dev directory of the target node.
  16. Run the following command to obtain the new device name:
  17. #fdisk –l

  18. You can see an additional device named /dev/sd<x> on the target node.
  19. For example, consider the name of the device is /dev/sdc. This device name is used to create a partition and a file system in the following steps.
  20. Mount the iSCSI volume using the following commands:
  21. # mkdir /iscsi

    # mount /dev/sdc1 /iscsi

  22. Note: When you specify the session location in the Restore Wizard, you need to select Local and enter the path /iscsi.
  23. Example: <path>/iscsi

The target machine can now connect to the iSCSI volume and can recover data from the iSCSI volume.