1821249 Members
2823 Online
109632 Solutions
New Discussion юеВ

find out device file

 
navin
Super Advisor

find out device file

i have to find out a device file for a harware path 0/2/1/0.
pls assist.
Learning ...
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor

Re: find out device file

Hi:

# ioscan -fn

Regards!

...JRF...
George_Dodds
Honored Contributor

Re: find out device file

Have you run an ioscan to see what type of device is attached to that path?

from there you can look in /dev to see if it has device file.

Or are you wanting to create a new device file for something that your are going to attach to that path?
Mark McDonald_2
Trusted Contributor

Re: find out device file

ioscan -fnH 0/2/1/0
щ╗ЮчЗГ
Valued Contributor

Re: find out device file

ioscan -fnH

http://docs.hp.com/en/B2355-90681/ioscan.1M.html

Regards!
_____________
Man's mind, once stretched by a new idea, never regains its original dimensions
Taifur
Respected Contributor

Re: find out device file

Hi Navin

You can findout 0/2/1/0 hardware path as follows,

#ioscan
#ioscan -fn 0/2/1/0

For details check man pages of ioscan

Rgds,,
Taifur
Suraj K Sankari
Honored Contributor

Re: find out device file

Hi,

Please go through the man pages of "ioscan"

Suraj
щ╗ЮчЗГ
Valued Contributor

Re: find out device file

Taifur,
I think we need to use the "-H" option with ioscan for H/W paths, ioscan -fn may give an error.

Regards!
***********
Man's mind, once stretched by a new idea, never regains its original dimensions