- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error: FCP driver not loaded. failure in ioctl: In...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 05:54 AM
12-30-2005 05:54 AM
Error: FCP driver not loaded. failure in ioctl: Invalid argument
Could you tell me what I need to do.
ls -l /dev/td0
shows:
crw-rw-rw- 1 bin bin 49 0x000000 Dec 30 12:30 /dev/td0
lsdev shows:
Character Block Driver Class
48 -1 fcp fcp
49 -1 td fc
What do I need to do?
fcmsutil /dev/td0 shows:
Error: FCP driver not loaded.
failure in ioctl: Invalid argument
This is essential as I have created Virtual disks from the SAN, but they don't show up as LUNs on the server. The driver was the right one for the HBA:
A6795A B.11.00.10 PCI Tachyon TL/TS/XL2 Fibre Channel
Thanks!
Ravi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 06:44 AM
12-30-2005 06:44 AM
Re: Error: FCP driver not loaded. failure in ioctl: Invalid argument
# ioscan -fnCfc
Also, does tdlist or fcdlist show anything?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 06:47 AM
12-30-2005 06:47 AM
Re: Error: FCP driver not loaded. failure in ioctl: Invalid argument
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/5/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td0
tdlist came back with nothing.
fcdlist not found.
Thanks!
Ravi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 07:16 AM
12-30-2005 07:16 AM
Re: Error: FCP driver not loaded. failure in ioctl: Invalid argument
It seems that fibre channel protocol ( FCP ) is not enabled. The FCP uses FCMS driver.
This card requires td and fcms drivers.
Check the version of FCMS driver installed in the system using
(Assuing the system booted )using "/stand/vmunix"
# what /stand/vmunix | grep fcms
# what /stand/vmunix | grep td
Have you installed the required patches for this card? I see the td driver is latest.
check for FCMS driver at
http://www2.itrc.hp.com/service/patch/mainPage.do
If the FCP is enabled you should see an entry in the "ioscan" just below the entry of the adapter.
fcp 2 0/4/0/0.1 fcp CLAIMED INTERFACE FCP Domain
Moreover, depending on which server it is being installed , you need to upgrade the its PDC firmware as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 09:47 AM
12-30-2005 09:47 AM
Re: Error: FCP driver not loaded. failure in ioctl: Invalid argument
Thanks!
Ravi.