after you unclaim the luns in vplex you have to tell the vplex to forget the luns. if you do not do that and unmask the devices from vplex it will throw errors saying it cannot find the luns and will call home. To avoid that do the following.
1. after you unclaim the luns in vplex run the below command to tell vplex to forget the luns.
Just a note here so that future people won't run into the same issue......context "VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes" requires the switch "-d" or "--storage-volume".
The above example "--logical-unit-id" or "-i" will require the context for VPlexcli:/clusters/cluster-1/storage-arrays/{arrayName}/logical-units
Whats the best way to unclaim a storage volume. Can we just tear down a virtual volume which brings it to storage volume to unclaim or do it step by step like virtual volumes->devices->extents->storage volumes and then unclaim.
Is there a logical explanation if not to choose direct tear down of virtual volume ?
Praveen_ME
4 Posts
0
June 4th, 2012 15:00
after you unclaim the luns in vplex you have to tell the vplex to forget the luns. if you do not do that and unmask the devices from vplex it will throw errors saying it cannot find the luns and will call home. To avoid that do the following.
1. after you unclaim the luns in vplex run the below command to tell vplex to forget the luns.
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes> forget --logical-unit-id VPD83T3:6006016097802d008496f500e242e111 --cluster cluster-1
2. unmask the luns from vplex
jliu1
7 Posts
0
May 18th, 2012 11:00
Maybe you can turn off "EMC Dial home".
See this powerlink article: emc238191
For VPLEX Systems running VPLEX GeoSynchrony 4.0 and 4.0.1, use the command:
service@ManagementServer:~> telnet localhost 49500
For VPLEX Systems running VPLEX GeoSynchrony 4.1, use the command:
service@ManagementServer:~> vplexcli
VPlexcli:/> set notifications/call-home::enabled false --force
VPlexcli:/> ls -al notifications/call-home/
/notifications/call-home:
Attributes:
Name Value
------- -----
enabled false
Contexts:
Name Description
---------- --------------------------------------------------
snmp-traps Contains the SNMP trap sinks for call-home events.
VPlexcli:/> set notifications/call-home::enabled true
If you have a VPLEX metro system, you would need to enable call-home on both the VPLEX management servers.
Praveen_ME
4 Posts
0
June 4th, 2012 17:00
yeah.. seems funny to me too but unfortunately we do not have an option
jbowlingfnts
15 Posts
0
June 4th, 2012 17:00
Yep... That's what we have been doing.
Was just hoping there was a way to do it all through the GUI as it's very easy to tell which volumes are not in use.
Seems funny that we can do everything else via the GUI - Why not the last step "forget"?
jliu1
7 Posts
0
August 10th, 2012 10:00
All,
Just a note here so that future people won't run into the same issue......context "VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes" requires the switch "-d" or "--storage-volume".
The above example "--logical-unit-id" or "-i" will require the context for VPlexcli:/clusters/cluster-1/storage-arrays/{arrayName}/logical-units
Rdamal
2 Intern
•
165 Posts
0
March 24th, 2014 13:00
Hi Praveen,
Whats the best way to unclaim a storage volume. Can we just tear down a virtual volume which brings it to storage volume to unclaim or do it step by step like virtual volumes->devices->extents->storage volumes and then unclaim.
Is there a logical explanation if not to choose direct tear down of virtual volume ?
Thanks,
Damal