Start a Conversation

Unsolved

This post is more than 5 years old

1706

January 4th, 2016 10:00

Orphaned RDF1+TDEV Device

On the VMAX3 I have some orphaned volumes that are in the RDF1-TDEV state.  I try to find the SRDF group for the device, but cannot find it anywhere.  How can I get it out of the RDF state so that I can delete the voluem?

2 Intern

 • 

20.4K Posts

January 4th, 2016 13:00

create a text file that contains R1 and R2 , ie :

0BAD 0ABC

symrdf -f file.txt delepair -sid 123 -rdfg 123

5 Practitioner

 • 

274.2K Posts

January 5th, 2016 10:00

If they're in fact orphaned, meaning the R2 no longer exists, it may be necessary to perform a half_deletepair.

Scott

16 Posts

January 5th, 2016 11:00

By orphaned I meant the Storage Group the volume was originally in is now gone.  The RDF2 still exist.

16 Posts

January 5th, 2016 13:00

Here is what support had me do.

list volumes and srdf group

symrdf -sid 123 list -rdfg -all

create text file with with two volumes

symrdf -f text.txt suspend -sid 123 -rdfg # -cons_exempt

delete pair

symrdf -f text.txt deletepair -sid 123 -rdfg #

No Events found!

Top