• No results found

CRR Image Access

In document RecoverPoint Implementation Lab 3.3 (Page 80-90)

Step Action

1 Launch the RecoverPoint Management Application and login as user admin, you probably have a session opened already.

Disable the consistency group. From the consistency group status window click on the Disable Group icon. Click Yes to confirm.

Disable Consistency Group

2 Select the Replication Sets tab of the consistency group to verify the physical volumes in use.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 81 of 222

Step Action

3 Cross check physical volumes information from the host side. Use inq utility to list SAN attached volumes.

Note that on inq output CLARiiON LUNs are displayed in hexadecimal format. In this example, LUN64 is listed as 40.

4 Another very useful utility for host volumes monitoring and administration is PowerPath. Please use host tools that you feel more comfortable with.

Command Example

C:\>powermt display dev=all

5 Mount the replication volumes (in your consistency group) on hosts at both the local and remote site (site 1 and site 2). It might be necessary to make the volumes available to the OS (format volume, create file system, assign drive letter).

Please refer to the lab information sheet for volumes information. Windows hosts

a) In Computer Management > Disk Management, run Rescan disks. b) Find the replication volume and assign it a drive letter.

c) Verify that the disk is now accessible from the host. C:\>inq

Inquiry utility, Version V7.3-891 (Rev 2.0) (SIL Version V6.5.2.0 (Edit Lev el 891)

Copyright (C) by EMC Corporation, all rights reserved. For help type inq -h.

...

--- DEVICE :VEND :PROD :REV :SER NUM :CAP(kb) --- \\.\PHYSICALDRIVE0 :ST380811:0AS :3.AD : : --- \\.\PHYSICALDRIVE1 :DGC :RAID 5 :0429 :4000001B : 8388608 \\.\PHYSICALDRIVE2 :DGC :RAID 5 :0429 :4100001B : 8388608 \\.\PHYSICALDRIVE3 :DGC :RAID 5 :0429 :4200001B : 8388608 \\.\PHYSICALDRIVE4 :DGC :RAID 5 :0429 :4300001B : 8388608 \\.\PHYSICALDRIVE5 :KASHYA :KBOX1_P4_SITE2 :0001 : : 983500000 \\.\PHYSICALDRIVE6 :KASHYA :KBOX2_P4_SITE2 :0001 : : 983500000

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 82 of 222

Step Action

6

Umount the replication volumes at the remote site (site 2) using kutils. The kutils utility was

installed automatically when you installed RecoverPoint host splitter (kdriver) on your hosts . It is necessary to be in the correct path (default C:\Program Files\KDriver\kutils) to run kutils commands. A return message (success or failure) is always expected. The kutils utility is case sensitive.

Command Example To unmount a device:

C:\program files\kdriver\kutils> kutils umount E: Unmounting drive E:... unmounted from

"\\?\Volume{33b4a391-26af-11d9-b57b-505054503030}\"

This command is available only on hosts running Windows. For Unix host use its native umount utility. For Windows 2003 and later, use the mountvol.exe, which comes with the Windows operating system.

Command Example To umount a device:

C:\>mountvol E: /p

7 A very helpful option is to set ‗mountvol‘ to automatic enable mounting of new volumes. For that, use the following option:

C:\>mountvol /E

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 83 of 222

Step Action

8 Re-enable the consistency group by clicking on the Enable Group icon. Click Yes to confirm. Wait until Transfer status changes to Active.

Enable Consistency Group

9 On the Local site host, copy some files to the production volume.

10 Flush file system on the replication volumes at the local site (site 1) using kutils.

It is necessary to be in the correct path (default C:\Program Files\KDriver\kutils) to run kutils commands. A return message (success or failure) is always expected. The kutils utility is case sensitive.

Command Example

To initiate an OS-flush of the file system on the device designated as drive E: C:\program files\kdriver\kutils> kutils flushFS E: Flushing buffers for drive E:... Flushed.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 84 of 222

Step Action

11 Create a bookmark by clicking on the Create Bookmark icon. Name the bookmark and click OK.

Create Bookmark

12 Access the bookmark by clicking on the drop down menu under the remote replica volume to open the Enable Image Access wizard.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 85 of 222

Step Action

13 Click Select an image from the list. Click Next.

Image Access

14 Select your bookmark and click Next.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 86 of 222

Step Action

15 Select Logged access (physical) and click Next.

Image Access Mode

16 Review the content and click Finish on the Summary window.

17 Once the bookmark is fully distributed and the remote site storage status changes to ―Logged access (0% full)‖, login into the remote server (site 2) and mount the replication volume.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 87 of 222

Step Action

18 If „mountvol‟ was previously set to automatic enable mounting of new devices this procedure might not be needed. Just run rescan disks in disk management.

Command Example To mount a device:

C:\program files\kdriver\kutils> kutils mount E: Mounting drive E: as

"\\?\Volume{33b4a391-26af-11d9-b57b-505054503030}\"... Mounted.

This command is available only on hosts running Windows. For Unix hosts use its native mount utility. For Windows 2003 and later, use the mountvol.exe, which comes with the Windows operating system.

Command Example To mount a device:

C:\> mountvol E: \\?\Volume{4b3d346c-c4cd-11dd-b127-

001aa0a858f4}\

Type „mountvol‟ alone to get a list of the possible volume names. Copy and paste the volume name into the command line after the driver letter of the volume you are trying to mount.

19 Access the volume on the remote server (site 2) and verify that it has the same data you copied into the production server volume (site 1).

This should be a proof of concept. Replication is working! If not, you probably missed a step. Go back and check:

a) Local and Remote servers have host splitter driver installed and running. b) Local and remote volumes have been attached to splitters.

c) You have copied data to the production volume (site 1).

d) You have flushed file system of production server volume (site 1) before creating the bookmark.

e) You are using the correct volumes! Make sure that the volumes within your consistency group are the ones you are copying data to, mounting and umounting.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 88 of 222

Step Action

20 Umount the replication volumes at the remote site (site 2).

It is necessary to be in the correct path (default C:\Program Files\KDriver\kutils) to run kutils commands. A return message (success or failure) is always expected. The kutils utility is case sensitive.

Command Example To unmount a device:

C:\program files\kdriver\kutils> kutils umount E: Unmounting drive E:... unmounted from

"\\?\Volume{33b4a391-26af-11d9-b57b-505054503030}\"

This command is available only on hosts running Windows. For Unix host use its native umount utility. For Windows 2003 and later, use the mountvol.exe, which comes with the Windows operating system

Command Example To umount a device: C:\>mountvol E: /p

21 Disable the image access by clicking the dropdown menu under the remote copy (replica) and selecting Disable Image Access.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 89 of 222

Step Action

22 Click Yes on the warning message.

Disable Image Access Warning

Notice how data distribution resumes and the remote site storage status goes back to ―No access‖. The consistency group is in its previous state, replicating from local site to remote site.

Copyright © 2010 EMC Corporation. All Rights Reserved. Version 3.3 Page 90 of 222

In document RecoverPoint Implementation Lab 3.3 (Page 80-90)

Related documents