This post is more than 5 years old
1 Rookie
•
82 Posts
2
9043
December 6th, 2010 04:00
how to delete masking view
Hi Team - need an assitances to delete/remove old masking view.
No Events found!
This post is more than 5 years old
1 Rookie
•
82 Posts
2
9043
December 6th, 2010 04:00
Hi Team - need an assitances to delete/remove old masking view.
Top
dynamox
9 Legend
•
20.4K Posts
1
December 8th, 2010 13:00
ok, so delete the masking view with -unmap option. These will unmask/unmap devices from the old port group. Is that what you are trying to achieve ?
sauravrohilla
859 Posts
1
December 6th, 2010 07:00
HI,
You can follow these steps to remove masking view and IG,PG,SG.
1. Delete the masking view and, optionally, unmap the devices in the associated storage group.
Delete the masking view and, optionally, unmap the devices in the associated storage group by using the –unmap option:
# symaccess delete view -name proddb_view -sid 54 -unmap –nop
2. Delete the initiator group.
# symaccess delete -name proddb_init -type initiator -sid 54 -force –nop
3.Delete the port group.
# symaccess delete -name proddb_port -type port -sid 54 -force –nop
4.Delete the storage group.
# symaccess delete -name proddb_stor -type storage -sid 54 -force –nop
Regards,
Saurabh
tk_venu
1 Rookie
•
82 Posts
0
December 7th, 2010 03:00
Well, to be more clear on same.
We have two masking views i.e, Host_MV1 & Host_MV2 and for these MV’s we have a common IG but different PG.
Basically we have migtrated the host form third party storage arrary to vmax and now we're planing to del Host_MV1
as this is connectiong to old FA ports which are offline now.
dynamox
9 Legend
•
20.4K Posts
1
December 7th, 2010 06:00
what about storage group, is that common or different between two MVs ?
tk_venu
1 Rookie
•
82 Posts
0
December 8th, 2010 01:00
yup, common SG&IG but different PG and MV.