- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: checking fc connectivity
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-04-2011 10:00 AM
тАО04-04-2011 10:00 AM
i want to know if there is any command/tools can be used to determine if server fc is connected or not
actually i tried to use
# ioscan -P health -C fc
this command reports fc port status but no reporting about if it connected or not
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 10:12 AM
тАО04-04-2011 10:12 AM
Re: checking fc connectivity
ioscan utility is there to scan the buses of hpux server to report the hardware attached to the system. You will need a utility from your FC attached fabric or device manufacturer to tell you if there are any devices connected to your WWN. There is no generic form of this utility, although the system monitoring platforms, likes of HP Open View and such, have an extensive library of FC equipment, which they can check to see if any such device is connected. But writing such a utility, especially for public domain, is a big undertaking, which I would not be willing to do.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 10:12 AM
тАО04-04-2011 10:12 AM
Re: checking fc connectivity
However, fcmcutil will show you the connection status HBA <-> switch.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 10:26 AM
тАО04-04-2011 10:26 AM
Re: checking fc connectivity
@Torsten
it seems you mean this command
#fcmsutil
may you please provide a more details to run this command to test connectivity between HBA <--> san switch or FA (WWPN) of storage
thanks guys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 10:48 AM
тАО04-04-2011 10:48 AM
Solution# fcmsutil /dev/fcd0
and you get among other details the WWN of the HBA, WWN of switch port, connection status and speed.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 10:55 AM
тАО04-04-2011 10:55 AM
Re: checking fc connectivity
it works
here is the output
ISP Chip version = 3
Topology = PTTOPT_FABRIC
Link Speed = 4Gb
Local N_Port_id is = 0x680500
Previous N_Port_id is = None
N_Port Node World Wide Name = 0x500143800132d0f1
N_Port Port World Wide Name = 0x500143800132d0f0
Switch Port World Wide Name = 0x200500051e8106f7
Switch Node World Wide Name = 0x100000051e8106f7
Driver state = ONLINE
Hardware Path is = 0/7/1/0
Maximum Frame Size = 2048
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
Driver Version = @(#) fcd B.11.31.0709 Jun 11 2007
# fcmsutil /dev/fcd1
Vendor ID is = 0x1077
Device ID is = 0x2422
PCI Sub-system Vendor ID is = 0x103C
PCI Sub-system ID is = 0x12D7
PCI Mode = PCI-X 266 MHz
ISP Code version = 4.0.90
ISP Chip version = 3
Previous Topology = UNINITIALIZED
Link Speed = UNKNOWN
Local N_Port_id is = None
Previous N_Port_id is = None
N_Port Node World Wide Name = 0x500143800132d0f3
N_Port Port World Wide Name = 0x500143800132d0f2
Switch Port World Wide Name = 0
Switch Node World Wide Name = 0
Driver state = AWAITING_LINK_UP
Hardware Path is = 0/7/1/1
Maximum Frame Size = 2048
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
Driver Version = @(#) fcd B.11.31.0709 Jun 11 2007
only the first FC is connected the second output of FC2 not initialized
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 11:00 AM
тАО04-04-2011 11:00 AM
Re: checking fc connectivity
fcmsutil /dev/fcd0 'vpd' to get details of hba
V I T A L P R O D U C T D A T A
--------- ------------- -------
Product Description : PCI-Express Dual Channel 4Gb Fibre Channel Mezzanine HBA
Part number : 404986-001
Engineering Date Code : D-4809
Part Serial number : MY5823213U
Misc. Information : PW=6W
Mfd. Date : 4823
Mfd. ID : CU0410401-01 H
Check Sum : 0x29
EFI version : 01.09
ROM Firmware version : 04.00.90
BIOS version : 01.26
FCODE version : 01.17
Asset Tag : NA
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2011 11:45 AM
тАО04-04-2011 11:45 AM