Attaching a Copy

Attaching associates an Express Protect directly from HPE StoreOnce to a Host.

Procedure
  1. In the Volumes screen, select the Volume Set that you want to attach.
  2. Click the Copies tab.
  3. In the Copy Type section, click the number adjacent to the Copy type that you want to attach.
  4. Select the Copy that you want to attach.
  5. From the Actions menu, click Attach.
  6. Select a Host or specify the iSCSI initiator name and then click Attach.

After attaching an Express Protect or Catalyst Copy, you have to manually discover the iSCSI device. The following procedure is an example of a Attaching a Copy to Linux Host.
  1. On the Linux host, install iscsi-initiator-utils.

  2. Discover the iSCSI targets of RMC appliance using the following commands:
    iscsiadm -m discovery -t sendtargets -p <RMC IP>
    <RMC IP>:3260,-1
    iqn.1986-03.com.hp:storage.rvm.catalyst.2614a8b6-4e64-4bfa-bd72-
    58567d717d42
  3. Connect to the discovered iSCSI targets in the RMC appliance:
    iscsiadm -m node -T
    iqn.1986-03.com.hp:storage.rvm.catalyst.2614a8b6-4e64-4bfa-bd72-58567d717d42
    --login
    Logging in to [iface: default, target:
    iqn.1986-03.com.hp:storage.rvm.catalyst.2614a8b6-4e64-4bfa-bd72-58567d717d42,
    portal: <RMC IP>,3260] (multiple)
    Login to [iface: default, target:
    iqn.1986-03.com.hp:storage.rvm.catalyst.2614a8b6-4e64-4bfa-bd72-58567d717d42,
    portal: <RMC IP>,3260] successful.
  4. Find the iSCSI device name:
    grep "Attached SCSI" /var/log/messages
    Apr 13 14:15:10 gw1 kernel: sd 17:0:0:0: [sdi] Attached SCSI disk

    Accessing the iSCSI disk sdi by using the mount -t <filesystem_format> /dev/sdi <mountpoint> command, enables you to read the data on Express Protect.

NOTE:

After an RMC reboot, the Express Protects attached to a host are lost. If required, you have to reattach the Express Protects.