Disk Enclosures
1752519 Members
5257 Online
108788 Solutions
New Discussion юеВ

VA7400 - Accesing the right controller?

 
Mario_88
Advisor

VA7400 - Accesing the right controller?

Hello:

How can I check if I am using the right controller when I access a LUN?

Regards.
3 REPLIES 3
Nguyen Anh Tien
Honored Contributor

Re: VA7400 - Accesing the right controller?

Assume LUN 4 is part of Redundancy Group 2 under Controller 2. An HP-UX
host has two device files that have two separate paths to LUN 4: The primary
device file that addresses Controller 2, and the secondary device file that
addresses Controller 1. The performance path uses the primary device file,
because Controller 2 owns LUN 2. The non-performance path uses the
secondary device file. If the secondary device file is used, data flows through
Controller 1, across the N-way bus to Controller 2, and then to LUN 2 and its
associated disk drives.
PLS REVIEW ATTACED FILE FOR MORE DETAILED
HP is simple
Mario_88
Advisor

Re: VA7400 - Accesing the right controller?

Thanks for the doc, very interesting. Anyway I was asking if anyone has developed a script to check if his system is accessing a LUN using the right controller. I have tried it but it├В┬┤s not trivial.
Torsten.
Acclaimed Contributor

Re: VA7400 - Accesing the right controller?

The "right" controller is the one that owns the LUN. This should be the primary link to the PV. The first controller will own all LUNs residing in RG1, the second all in RG2.

A very simple way is to inspect the cables from the array to the switch. Note the switch port.
You will find the port in your ioscan, e.g.

disk 3 0/2/1/0/4/0.1.29.0.0.0.0 sdisk CLAIMED DEVICE HP
A6188A


The "29" is the port value, but this depends on your switch model. In case of a B-series 2x00 model this is port 13.

The same result you can get if you compare the WWN of the VA controller (getting from armdsp) and the connected WWN in driver information (fcmsutil).

All is depending on your SAN topology.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!