Monthly Archives: April 2015 - Page 2

How to get started setting up ESRS on the latest OE for Block and MCx codes

It’s just another short post on a single command again. This time I was looking for an easy way to get started on ESRS on the latest OE for Block code or the newer MCx code (33.071 or newer).

First of all you need to set up DNS in your VNX machine. In Unisphere, go to settings and click on “configure DNS”.

Also, if there’s a firewall blocking internet traffic, you need to make sure the storage processors can reach *.emc.com over tcp ports 443 and 8443.

After this you can use the following command on the CLI:

naviseccli -h [SPx ip#] esrsconfig -agentProvision -user [Online Support logon name] –password [Online Support super secret password]

Repeat this for the other SP as well.

Read more »

EMC World 2015: my plans for the week (thinking out loud)

Las Vegas

It’s that time of the year again: EMC World in Las Vegas, which takes place from May 4 to May 7. And this year I’m not going unprepared again. So I made a list of do’s and don’ts, so I can more easily pick the best way to spend my precious time. Are YOU going too?

So what’s my week about?

When I arrive in Vegas after having 2 layovers in London and Dallas, I’m probably half asleep. Because of the 9 hour time difference I’m sure I will sleep at very odd hours and be awake at even worse hours. I just hope I’m not sleepwalking through the casino, since I don’t even like gambling. Although it would be funny to wake up, finding out that I’ve won a few grand, right? My stay in Sin City will start with a packed two days filled with meetings. Yes: working on the Saturday and Sunday: it’s all part of the game! And that day I already have a meeting conflict, but the week will have plenty of opportunity to catch up with old friends, so I’m not worried there.

Read more »

Checking VNX mirrorview replication progress from the CLI

It’s a very short post, but in case you’re looking for the command:

naviseccli -h [SPx ip#] mirror -sync -listsyncprogress -name [LUN name]

 

It’s that simple!

Oh, I’m assuming you already have the logon credentials in a security file, if not, you need to add these to the command:

naviseccli -h [SPx ip#] -user [username] -password [super secret password] -scope [0-1-2] mirror -sync -listsyncprogress -name [LUN name]