Start a Conversation

Unsolved

This post is more than 5 years old

K

2726

September 4th, 2014 10:00

how to delete a masking view and storage group in fast vp on VMAX

Does any one can help me to delete a masking view and storage group in a thin provisining pool, let me explain

ther is a server that the customer is going to turn off, and i need to delete everthing (Masking view, storage group, initiator group, port group), but when i tried to do that, i got this error messages, do i need to disable de fast vp policy in order to delete de masking and storage group??

Regards

[root@qsiemdesa ~]# symfast -sid 4935 list -state

Symmetrix ID: 000192604935

FAST State                 : Disabled

Reason(s)                  : N/A

FAST Current Activities    : Idle

FAST Perf Time Window      : Open

FAST Move Time Window      : Closed

FAST VP State              : Enabled

Reason(s)                  : N/A

FAST VP Current Activities : RunningPlan

FAST VP Perf Time Window   : Open

FAST VP Move Time Window   : Open

[root@qsiemdesa ~]# symaccess -sid 4935 delete view -name MV_sclwebni -unmap

Delete masking view 'MV_sclwebni' from symmetrix 000192604935 (y/ )? y

Resources needed for configuration change session are locked by an existing change session

[root@qsiemdesa ~]# symaccess -sid 4935 delete -name SG_sclwebni -type storage

Delete Storage group 'SG_sclwebni' (y/ )? y

Cannot delete a storage group that is currently within a FAST association

1 Rookie

 • 

20.4K Posts

September 4th, 2014 10:00

You need to disassociate fast policy from the storage group

symfast -sid [-i ] [-c ]
        -fp_name

    associate -sg [-priority ]
        [-rdf_coordination ]

    disassociate -sg

September 4th, 2014 11:00

thanks dynamox

do i need to disable the fast vp to do that, i mean, to desassociate fast policy

1 Rookie

 • 

20.4K Posts

September 4th, 2014 11:00

correct, you don't need to disable the policy.

September 4th, 2014 11:00

yes, i just want to dissociate this storage group SG_sclwebni from Fast Vp because i am going to destroy all, this is my policy

i found the command to do that, but i have a question, do i need to disable fast vp before do that, i mean, can i disassociate without disable the fast vp??

Regards

symfast -sid 207 disassociate -sg SG_sclwebni -fp_name FP_sclwebni

symfast -sid 4935 list -association

Symmetrix ID          : 000192604935

  --------------------------------------------------------------------------
Storage Group Name Policy Name Pri Flgs
  R
-------------------------------- -------------------------------- --- ----
SG_sclwebni FP_sclwebni 1   

1 Rookie

 • 

20.4K Posts

September 4th, 2014 11:00

i guess my previous message got cut off (i updated it), you just want to dissociate from that particular storage group before you reclaim it.

No Events found!

Top