1748259 Members
3776 Online
108760 Solutions
New Discussion юеВ

Device

 
SOLVED
Go to solution
Tiago Marques_2
Advisor

Device

Hi!

I need run this command:
/opt/fcms/bin/fcmsutil enable

But I don't know the device_file name, I just have the adapter hardware path (0/4/0/0).

How do I discover the device file, using hardware path??

Thanks!
eestimq
4 REPLIES 4
Steven Sim Kok Leong
Honored Contributor
Solution

Re: Device

Hi,

# ioscan -fnH 0/4/0/0

Hope this helps. Regards.

Steven Sim Kok Leong
Helen French
Honored Contributor

Re: Device

Use this command:

# ioscan -fnH 0/4/0/0

# man ioscan (for details)
Life is a promise, fulfill it!
zhaogui
Super Advisor

Re: Device

fcmsutil can only run on Fibre Channel Mass Storage Adapter devices, so you can run "ioscan -k -fnC fc" to identify all the FC devices, usually they are called "/dev/td?", then you can run fcmsutil on them.

Cheers,
zhaogui
Super Advisor

Re: Device

I ignored one case, you should also run "ioscan -k -fnC lan" to find out other possible FC cards because sometimes they may fall under lan Class.