Attaching a Copy
Attaching associates an Express Protect directly from HPE StoreOnce to a Host.
Procedure
- In the Volumes screen, select the Volume Set that you want to attach.
- Click the Copies tab.
- In the Copy Type section, click the number adjacent to the Copy type that you want to attach.
- Select the Copy that you want to attach.
- From the Actions menu, click Attach.
- 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.
On the Linux host, install
iscsi-initiator-utils
.- 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
- 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.
- 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 themount -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.