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

You can integrate the iSCSI volume to the target machine and make that volume a part of the target machine. Then you can restore data to the iSCSI volume of the target machine. By doing so, you can manage data and transfer data over a network.

Important! When you integrate the iSCSI volume with the target machine, you will lose all the existing data from the iSCSI volume.

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.

The iSCSI volume is integrated with the target volume.