1748151 Members
3832 Online
108758 Solutions
New Discussion юеВ

problem with EVA/Cluster

 
SOLVED
Go to solution
meekrob
Super Advisor

problem with EVA/Cluster

Hi All,

i am having the following problem:
we have an HP-UX clustered system consisting of 2 rp3440 servers with an EVA 3000.
The fact is that morning the system showed malfunctions and the disks on the bays could not be detected: #ioscan -fnC disk only shows internal disks directly connected to the server.
Any help is much appreciated.

Regards
13 REPLIES 13
g3jza
Esteemed Contributor
Solution

Re: problem with EVA/Cluster

Hi,
Try to check status of your fc cards:
#ioscan -fnCfc to find DSF of your fc cards.

then for each FC port: #fcmsutil /dev/fcdX [fclpX]

is the status Online?

Also check status of the EVA array
g3jza
Esteemed Contributor

Re: problem with EVA/Cluster

Check also /var/adm/syslog/syslog.log on each cluster node. Is there anything interesting?
meekrob
Super Advisor

Re: problem with EVA/Cluster

Hi g3jza and 10x for your prompt reply.
regarding the following command:
#fcmsutil /dev/fcdX [fclpX]

do i replace the "/dev/fcdX [fclpX]" in the upper line with the block DSF of each FC card?

Thanks in advance
g3jza
Esteemed Contributor

Re: problem with EVA/Cluster

Hi,
yes,exactly

one example from my system:

:/root# ioscan -fnCfc
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 8/0/13/0/0/0/0/4/0/0/0 fclp CLAIMED INTERFACE HP AD221-60001 PCIe Fibre Channel 1-port 4Gb FC/1-port 1000B-T Combo Adapter
/dev/fclp0
fc 1 10/0/13/0/0/0/0/4/0/0/0 fclp CLAIMED INTERFACE HP AD222-60001 PCIe Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter
/dev/fclp1
fc 2 10/0/13/0/0/0/0/4/0/0/1 fclp CLAIMED INTERFACE HP AD222-60001 PCIe Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter
/dev/fclp2

:/root# fcmsutil /dev/fclp0

Vendor ID is = 0x10df
Device ID is = 0xfe00
PCI Sub-system Vendor ID is = 0x103c
PCI Sub-system ID is = 0x7042
Chip version = 2
Firmware Version = 2.72A2 SLI-3 (Z3D2.72A2)
EFI Version = ZE3.21A3
EFI Boot = ENABLED
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
Topology = PTTOPT_FABRIC
Link Speed = 4Gb
Local N_Port_id is = 0x8eea40
Previous N_Port_id is = None
N_Port Node World Wide Name = 0x50014380033a9445
N_Port Port World Wide Name = 0x50014380033a9444
Switch Port World Wide Name = 0x205600051eada302
Switch Node World Wide Name = 0x100000051eada302
Driver state = ONLINE
Hardware Path is = 8/0/13/0/0/0/0/4/0/0/0
Maximum Frame Size = 2048
Driver Version = @(#) FCLP: PCIe Fibre Channel driver (FibrChanl-02), B.11.31.0909, Jun 5 2009, FCLP_IFC (3,2)
meekrob
Super Advisor

Re: problem with EVA/Cluster

Hi,

apparently the management server which manages the EVA 3000 (HSV 100) is showing problems. Could that be the reason for the cluster showing malfunctions and the nodes not detecting the disks on the bay ??
how should i proceed in that case?

Thanks in advance
g3jza
Esteemed Contributor

Re: problem with EVA/Cluster

I'm not an storage expert, but what does the status of your EVA says? Any logs etc.?

And what's the status of your FC connection from the server to the EVA array?
#fcmsutil /dev/fc....

What's the topology of your SAN? switched fabric, point-to-point? You should also check the status of your san-switches, if they are being used.

But first give me the fcmsutil /dev/fc... output.

Do you have any person responsible directly for storage? Might need to check with storage/SAN team....


Pramod M
Regular Advisor

Re: problem with EVA/Cluster

Hi,

Check the Hardware status of the EVA3000 through management Serer Command View EVA. Is there any warnings on the Hardware lists? Is there any warnings on the VDISKs section? Is there any amber warning LEDs on controler / disks?

Thanks
Pramod
likid0
Honored Contributor

Re: problem with EVA/Cluster

From the server point of view, your HBAs are linking ok:

Topology = PTTOPT_FABRIC
Link Speed = 4Gb

So you should check your fc switch/zonning/storage , for possible problems.

Once they are fixed, re-scan with ioscan again
Windows?, no thanks
g3jza
Esteemed Contributor

Re: problem with EVA/Cluster

Daniel:
That was an example from my system. It was just to demonstrate how to get the output from his server :) .He still didn't provide his output...