HPE EVA Storage
1824219 Members
3985 Online
109669 Solutions
New Discussion юеВ

Interpreting hardware path on HP-UX connected to McData 6064

 
SOLVED
Go to solution
Keith C. Patterson
Frequent Advisor

Interpreting hardware path on HP-UX connected to McData 6064

Can anyone verify the output below?
This is from an ioscan of a hp server connected to a 9960 by a McData 6064.

0/0/8/0/0.97.34.19.0.1.1

0/0/8/0/0/0 Is the address of the HBA in the server.

97 Domain Address (McData 6064 domain address of 1 is 61hex which converts to 97 decimal )

34 Port number on McData ( 34 - 4 for mcdata = port 30 )

19 Is set for private loop ?? is this correct???

0 Is for Fibre Attached F_Port (Direct Fabric Attach), the port ID is set to 0. ?? is this correct??

1.1 is the lun # ( which would be 9 )

Thanks in advance.
8 REPLIES 8
Eugeny Brychkov
Honored Contributor
Solution

Re: Interpreting hardware path on HP-UX connected to McData 6064

0/8/0/0 is a slot where FC HBA is installed;
97.34.19 is switch and port properties to which STORAGE device is connected: 97 is domain ID, 34 is port ID, 19 is for fabric connection (note: McData fabric identifier is 19, but brocade's is 0);
0.1.1 is LUN number: 1+8*1+0*128=9 (LUN 9)
Eugeny
Michael Tully
Honored Contributor

Re: Interpreting hardware path on HP-UX connected to McData 6064

This is how I interpret these things:

# /opt/fcms/bin/fcmsutil /dev/td0 get remote all

Using the 'Target N_Port_id' is = xxYYxx (YY should be equal to the port number)

19 is the set addressing mode (I believe 19 to be loop)
0 is the VBUS (virtual bus, seeing it is direct connect, I would expect 0 to be the value)
1 is the target
1 is the LUN

0/0/8/0/0.97.34.19.0.1.1

Your example device should end up being cXt1d1
The LUN addressing is from t0 - t7 then the next target address is used.
Anyone for a Mutiny ?
Keith C. Patterson
Frequent Advisor

Re: Interpreting hardware path on HP-UX connected to McData 6064

Eugeny,
Thanks for your response. I'm sure you are correct about 19 is McData's way to identify fabric addressing but do you have any McData doc's that back this up?
I have scoured the web and am unable to find anything.
My main concern is that Michael responded that 19 is used for loop which is contrary to your response.
I need to be certain on this and would prefer any documentation that you can provide?
By the way, I have looked at HP's Fabric Migration Guide and it seems to be Brocade centric.
david5337_1
Regular Advisor

Re: Interpreting hardware path on HP-UX connected to McData 6064

Who can provide the zone function about McDATA switch?
Because I know the McDATA switch can only support one zone,is it true?
Keith C. Patterson
Frequent Advisor

Re: Interpreting hardware path on HP-UX connected to McData 6064

David,
This makes absolutely no sense. The function of zoning is to mask devices from one another on the switch.
If you were only able to create one zone then only those devices that existed in that zone would be masked and all other devices that you left out of that single zone would not have the ability to mask their presence.
In short, yes, you can enable multiple zones on a McData switch as well as Brocade for that matter,
Keith C. Patterson
Frequent Advisor

Re: Interpreting hardware path on HP-UX connected to McData 6064

David,
This makes absolutely no sense. The function of zoning is to mask devices from one another on the switch.
If you were only able to create one zone then only those devices that existed in that zone would be masked and all other devices that you left out of that single zone would not have the ability to mask their presence.
In short, yes, you can enable multiple zones on a McData switch as well as Brocade for that matter.
Perry Lichtinger
New Member

Re: Interpreting hardware path on HP-UX connected to McData 6064

With McData switches there can only be one zoning definition active at any one time. This zoning definition can include a collection of zones and ports so it's not an issue of only having one zone - many zone can be defined within an active zone.
Ashwani Kashyap
Honored Contributor

Re: Interpreting hardware path on HP-UX connected to McData 6064

as far as I know , Mcdata switches don't support loop , they are only fabric .

19 is definitely a fabric identifier for Mcdata , I can say for sure .

As far as zoning goes , there can be multiple zones . However there can be only one active zone set on the switch . A zone set is a collection of zones .

THere can be multple zone sets but only one zone set can be active at any given time .