HPE EVA Storage
1827697 Members
3256 Online
109967 Solutions
New Discussion

Re: EVA5000 cannot communicate with controller

 
SOLVED
Go to solution
jorgen325
Frequent Advisor

EVA5000 cannot communicate with controller

I have an EVA5000. Mirror broke so I had to start from scratch. Have Server 2003 and Command View, SSSU.
I am going nuts trying to troubleshoot the controller. I do not anything about how it is configured. I inherited this problem and the EVA itself hasn't been used in at least a year. What can I do to troubleshoot this?
19 REPLIES 19
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

SSSU: ls system "No Systems Found"
CV: Operation Failed! No controllers found
Rob Leadbeater
Honored Contributor
Solution

Re: EVA5000 cannot communicate with controller

Hi,

Do you know what state the EVA5000 is in itself ?

If it is working correctly, the two controllers should be diplaying the EVAs name and its World Wide number.

When you said that the "mirror broke" I assume you mean that you've had to rebuild the Management Server from scratch. The version of Command View has to be compatible with the version of VCS on the controllers...

Cheers,
Rob
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

Yes. Mirror broke on Management App.
They gave me the latest version before licensing. Version: 6.0.0.193

I have not set a name on the controller.
Storage system name:
I have entered the WWN manually on the controllers.

I have not plugged in the ethernet on the controllers. I don't know the IP but I suspect I can guess the Network address and then scan for IP's.
Do I even need ethernet on the controllers? Shouldn't the fibre be enough?

How can I find out what version is compatible with the controllers?

Is there a way to get into the Controllers and change settings?

Thank you for your help (points given!)
Uwe Zessin
Honored Contributor

Re: EVA5000 cannot communicate with controller

The EVA-5000 controllers do not have 'ethernet'-ports. If I remember correctly, there are two RJ45-ports:

- UPS, which is not used

- EAB (not sure what it is really labelled). It's been some time I've touched one and there have been two 'generations' of the EVA-5000 with different controller modules.

EAB is for the Enclosure Address Bus and used to assign a unique address to each enclosure. The controllers are linked by an Y-cable to the bus and any disk drive enclosure uses a simple RJ45/RJ45 cable.


> I have not set a name on the controller.

This is the 'cell' or 'system' named and assigned when 'initializing' the meta-data from Command View EVA.

> Shouldn't the fibre be enough?

The EVA-5000 and all others except the 4400 can _only_ be managed 'in-band' via Fibre Channel.

> How can I find out what version is compatible with the controllers?

You can use the up/down/left/right buttons on th controller O)perator C)ontrol P)anel to find out the firmware revision. The firmware is named V)irtual C)ontroller S)oftware (VCS) and the entry should be named similar. From there we can look into the compatibility tables.
.
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

Sorry, by ethernet, I meant RJ-45.

The controller displays WWN and Storage System Name,

CSV: HSV V3028

Again, Thank You!
Uwe Zessin
Honored Contributor

Re: EVA5000 cannot communicate with controller

OK. I've looked and VCS V3.028 is supported with CV-EVA V6.0, 6.0.1 + 6.0.2.

Let's go back and do some basic checks:

- the controllers have logged in on the Fibre Channel switch(es)? Which switch models are you using? Can you see their WWPNs?

- the server is logged in on the FC switch(es), too?

- any zoning on the switches that can prevent the management server from talking to the EVA?
.
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

Here's the thing. I don't know much about the fibre switches. I was able to get in using a null modem cable and the default login.

I have no idea how to configure them though I have been looking through a ton of documentation.

Can I plug the fibre into the controllers directly and bypass the switches just so I know that the controllers work properly?

If not, then I probably have a lot of reading to do on those switches...
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

Have two: HP StorageWorks SAN Switch 2/32

Everything is configured for redundancy.
Dual switches, dual controllers...
Uwe Zessin
Honored Contributor

Re: EVA5000 cannot communicate with controller

A 'direct connect' requires that the EVA and the server talk Fibre Channel Arbitrated Loop (FC_AL) protocol.

It must be changed via the controller OCP and on the driver configuration of the Windows server. How to make the change on the server depends on the type of FC adapter.
.
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

Emulex. Wonder if I can use HBAnywhere for that..
Rob Leadbeater
Honored Contributor

Re: EVA5000 cannot communicate with controller

Hi,

If you can log on to each of the switches and issue these two commands:

switchShow
cfgShow

and post the output here, that should allow us to see enough of the configuration to work out what needs to be connected where...

Cheers,
Rob
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

switch config (on switch 2)
atlsanswitch02:admin> switchshow
switchName: switch02
switchType: 12.4
switchState: Online
switchMode: Native
switchRole: Principal
switchDomain: 1
switchId: fffc01
switchWwn: 10:00:00:60:69:90:8e:4f
zoning: ON (eva_san_20050608)
switchBeacon: OFF

Area Port Media Speed State
==============================
0 0 id N2 Online F-Port 50:00:1f:e1:50:05:8b:4d
1 1 id N2 Online L-Port 1 public
2 2 id N2 No_Light
(no light 3- 14)
15 15 id N2 No_Light
16 16 id N2 Online F-Port 50:00:1f:e1:50:05:8b:48
17 17 id N2 No_Light
18 18 id N2 Online G-Port
19 19 id N2 No_Light
(20-31)
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

switch2 cfgshow attached.

So it looks heavily zoned.
Uwe Zessin
Honored Contributor

Re: EVA5000 cannot communicate with controller

> zoning: ON (eva_san_20050608)

Zoning is enabled. To turn it off:
: cfdisable
: cfgclear
: cfgsave


:0 0 id N2 Online F-Port 50:00:1f:e1:50:05:8b:4d

Second EVA controller.


> 1 1 id N2 Online L-Port 1 public

A server whose port is runnig public FC_AL protocol.

The "nsShow" command will give us a better clue what is connected.


> 16 16 id N2 Online F-Port 50:00:1f:e1:50:05:8b:48

First EVA controller


> 18 18 id N2 Online G-Port

A port that has not logged in properly.
Maybe this helps:
: portdisable 18
wait a minute
: portenable 18
.
Rob Leadbeater
Honored Contributor

Re: EVA5000 cannot communicate with controller


Do you need to keep the zoning ?

I'm guessing probably not, however if you do, then the EVA controllers look to be plugged into the wrong switch.

Also, the switchShow output shows that the management server isn't logging into the SAN.

Cheers,

Rob

jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

No, do not need to keep, looks like it was from the last company. I will probably be configuring a new zone, but would be thrilled just to get it communicating first.
Will go try this now.

Thanks again!
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

atlsanswitch02:admin> nsshow
{
Type Pid COS PortName NodeName TTL(sec)
N 010000; 3;50:00:1f:e1:50:05:8b:4d;50:00:1f:e1:50:05:8b:40; na
FC4s: FCP
PortSymb: [36] "HSV110 (C)COMPAQ - NO SCELL - CR0A3E"
Fabric Port Name: 20:00:00:60:69:90:8e:4f
Permanent Port Name: 50:00:1f:e1:50:05:8b:4d
NL 010101; 2,3;10:00:00:00:c9:41:df:24;20:00:00:00:c9:41:df:24; na
FC4s: FCP
PortSymb: [40] "Emulex LP9002 FV3.82A1 Dv5-2.30a2 KTPEVA"
NodeSymb: [40] "Emulex LP9002 FV3.82A1 Dv5-2.30a2 KTPEVA"
Fabric Port Name: 20:01:00:60:69:90:8e:4f
Permanent Port Name: 10:00:00:00:c9:41:df:24
N 011000; 3;50:00:1f:e1:50:05:8b:48;50:00:1f:e1:50:05:8b:40; na
FC4s: FCP
PortSymb: [36] "HSV110 (C)COMPAQ - NO SCELL - CR0A3E"
Fabric Port Name: 20:10:00:60:69:90:8e:4f
Permanent Port Name: 50:00:1f:e1:50:05:8b:48
The Local Name Server has 3 entries }
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

I believe that did it!

Now I have to learn how to use the damn thing...
jorgen325
Frequent Advisor

Re: EVA5000 cannot communicate with controller

Clear Zoning.