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
06-03-2010 07:21 PM
06-03-2010 07:21 PM
How can I check the available FC cards in my HP-UX box.And also its configuration.
rgds
Kunju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010 07:26 PM
06-03-2010 07:26 PM
Re: FC cards
Nothing to configure here.
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
06-03-2010 07:37 PM
06-03-2010 07:37 PM
Re: FC cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010 07:40 PM
06-03-2010 07:40 PM
Re: FC cards
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
06-03-2010 07:42 PM
06-03-2010 07:42 PM
Re: FC cards
the ports you can check by the device hardware path.
As thorsen told, please post ioscan -fn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010 07:48 PM
06-03-2010 07:48 PM
Re: FC cards
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/3/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010 09:24 PM
06-03-2010 09:24 PM
Re: FC cards
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
06-03-2010 09:25 PM
06-03-2010 09:25 PM
Re: FC cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2010 09:30 PM
06-03-2010 09:30 PM
SolutionIf you have more entries in ioscan this means either more cards or more ports.
This is a single card with 2 ports:
#ioscan -fnCfc
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
fc 0 0/3/1/0/4/0 fcd CLAIMED INTERFACE HP AD194-60001 PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 1)
/dev/fcd0
fc 2 0/3/1/0/4/1 fcd CLAIMED INTERFACE HP AD194-60001 PCI/PCI-X Fibre Channel 2-port 4Gb FC/2-port 1000B-T Combo Adapter (FC Port 2)
/dev/fcd2
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
06-04-2010 03:19 AM
06-04-2010 03:19 AM
Re: FC cards
Start- Cut here-
#!/bin/ksh
#
# Show_FC.ksh --- shows FC HBAs and their properties
# Alzhy v1.1
#
#
echo "Fibre Channel HBA Summary : `hostname`"
echo "-----------------------------------------------------------------------------"
for fc in `/usr/sbin/ioscan -kfnC fc|grep dev`;do
echo $fc
echo "----------"
/opt/fcms/bin/fcmsutil $fc|egrep "World Wide Name|Driver state|Link Speed = Hardware Path is"
model|grep BL870c>/dev/null
if [ $? -ne 0 ];then
HW=`/opt/fcms/bin/fcmsutil $fc|egrep "Hardware Path"|awk -F= '{print $NF}'`
HBA=`dirname $HW`
SLOT=`olrad -q|grep "$HBA"|awk '{print $1}'`
echo " PCI Slot = $SLOT"
fi
echo " "
done
End - Cut here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2010 05:00 AM
06-06-2010 05:00 AM
Re: FC cards
ioscan -fnC fc
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
fc 0 0/3/0/0/0/0 fcd CLAIMED INTERFACE HP 4Gb Dual Port PCIe Fibre Channel Mezzanine (FC Port 1)
/dev/fcd0
fc 1 0/3/0/0/0/1 fcd CLAIMED INTERFACE HP 4Gb Dual Port PCIe Fibre Channel Mezzanine (FC Port 2)
/dev/fcd1
# fcmsutil /dev/fcd0
Vendor ID is = 0x1077
Device ID is = 0x2432
PCI Sub-system Vendor ID is = 0x103C
PCI Sub-system ID is = 0x1705
PCI Mode = PCI Express x4
ISP Code version = 4.2.2
ISP Chip version = 2
Topology = PTTOPT_FABRIC
Link Speed = 4Gb
Local N_Port_id is = 0x0d0200
Previous N_Port_id is = None
N_Port Node World Wide Name = 0x500143800224238d
N_Port Port World Wide Name = 0x500143800224238c
Switch Port World Wide Name = 0x200200051e5851e5
Switch Node World Wide Name = 0x100000051e5851e5
N_Port Symbolic Port Name = AP102_fcd0
N_Port Symbolic Node Name = AP102_HP-UX_B.11.31
Driver state = ONLINE
Hardware Path is = 0/3/0/0/0/0
Maximum Frame Size = 2048
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
Driver Version = @(#) fcd B.11.31.0803 Jan 20 2008
and same for another fc
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2010 11:42 PM
06-10-2010 11:42 PM
Re: FC cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2010 12:02 AM
06-11-2010 12:02 AM
Re: FC cards
NO FC
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2010 12:03 AM
06-11-2010 12:03 AM
Re: FC cards
Regards,
Sooraj