Operating System - HP-UX
1833987 Members
1764 Online
110063 Solutions
New Discussion

hardware path information required

 
SOLVED
Go to solution
Asim_5
Frequent Advisor

hardware path information required

i want to know the meanings of device path

like when we do ioscan -fn disk
we get any disk or attached device name
like /dev/rdsk/c3t0d1

what does the c3t0d1 stands for??
wht i remember is c=controller and rest.....??

any one help...
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: hardware path information required

Hi,

c=controller
t=target
d=lun/disk

Robert-Jan
Torsten.
Acclaimed Contributor

Re: hardware path information required

In old fashion SCSI environments c is the controller instance, t the target (SCSI address) and d the disk or lun.

In SAN environments it is more or less the same, but since lun numbers could be very large, there are some internal rules for building the special device files.

To be sure what the LUN number is, you need to know the hardware path.

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!