Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1499

September 8th, 2015 07:00

Split clone pair question

I have to remove 2 meta TDEV's from our VMAX array as they are no longer needed. The problem is that they are both showing as being Target Devices in a clone pair if i look at the output of symdev -sid show so cannot be unbound from the storage pool and destroyed.

My knowledge of clones in VMAX is non-existent but everything i have read suggests you had to have a device group in order to create a cloned pair but running symdg -sid list returns no device groups. So wonder if they could have been paired up manually? And if so can just be split manually and how would that best be done?

If anyone has any ideas or can advise if it's possible (and safe of course) to split up pairs manually somehow it would be really appreciated.

1 Message

September 8th, 2015 08:00

Hi Andrew,

Please check first if you have any clones present in the array using command "Symclone list". If you are unable to see the devices in the clone list then there might be chances that Enguinity enables a Clone Tag for the particular device. I have faced similar kind of issue where we don't have any clones running, but there was clone tag enabled in some devices.

If this device is locked by the enguinity then you have to contact EMC to clear it. In case it is present in the symclone list details then you can follow the method provided by dynamox.

9 Legend

 • 

20.4K Posts

September 8th, 2015 07:00

you can use "device" file that consists of two columns, first column is your source device and second column is your target device. Then you can issue symclone commands to do whatever you need to do, in your case "terminate".

symclone -f yourfile.txt terminate -sid 123

1 Rookie

 • 

32 Posts

September 9th, 2015 00:00

Thanks for the tips dynamox and SourabhBasak.

By doing a symclone list i can see there are clones present on the array and that includes the 2 target TDEV's i want to remove. So i'll create that text file and give that symclone -f yourfile.txt terminate -sid 123 command a bash and see what happens.

Thanks for the info.

No Events found!

Top