VMAX3 and Locked Devices

I have an application that writes to its Device then  inside the array that Device is mirrored to an BCV.  When it is time for a backup a script will kick off that will break the mirror.
Then the backup application reads the data from that mirrored BCV.  Sometimes things will go wrong and that script will never resync the mirror.  That then results in broken backups.  To fix this I had to go into the VMAX3 SYMCLI and run these few commands.

  1.  symdev -lock list
  2. symdev release “Then confirm yes for each lock”

Looks really simple doesn’t it?  It took me a while to figure out.  It is not often I have to touch the VMAX and when I do it is usually with the GUI.  I also have a thick book of all the long complicated SYMCLI commands.  Thankfully through trial and error it ended up just being two simple commands.

Delete Folder on Isilon From Command Line

With the Isilon you can do most of your daily work with the GUI.  Sometimes you need to go down to the command line to do the things you don’t normally have to do.  Recently with a file migration I had some issues, and had trouble deleting the directory.  To fix this issue I had to run this command.

 

isi job start treedelete –path=<PATH TO DIRECTORY FOR DELETION>

isi job status

Delete a SRDF pair on VMAX3

Recently I have had some issues with SRDF on the VMAX3 that I manage.  I was having issues trying to resolve it using the Unisphere GUI, which can be very limited in its capabilities, so I had to switch to command line.  First you create a text file and put in it something like “00001 00002” (No quotation marks in file).  Listing the two devices that need there pair broken.  Then you run this command.

symrdf -sid 123 -rdfg 1 -file rdf.txt deletepair -force

 

Using Solution Enabler to Delete a Storage Group

Recently I have been working on cleaning up storage on a EMC VMAX3.  You can do a lot using the GUI for most of the day to day maintenance, but using the CLI is a lot more efficient when it comes to removing storage groups.

symsg -sid 1234 delete storgegroup_SG -force

Using that command is a simpler and quicker way to remove storage groups than to use the Unisphere GUI.

Blog at WordPress.com.

Up ↑