- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fibre Card query
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
05-06-2003 04:48 AM
05-06-2003 04:48 AM
Fibre Card query
# fcmsutil /dev/fcms2 | more
Local N_Port_ID is = 0x000000
N_Port Node World Wide Name = 0x10000060B0C0D4FF
N_Port Port World Wide Name = 0x10000060B0C0D4FF
Topology = UNKNOWN
Speed = 1062500000 (bps)
HPA of card = 0xFFB08000
EIM of card = 0xFFFA200C
Driver state = LOOPBACK_STATE
Number of EDB's in use = 0
Number of OIB's in use = 0
Number of Active Outbound Exchanges = 0
Number of Active Login Sessions = 0
Once the card has been disabled and re enabled the device started to work and all the disks on the device were see OK, Ioscan for the card shows....
lan 2 10/8.5 fcT1_cntl CLAIMED INTERFACE HP Fibre
Channel Mass Storage Cntl
/dev/fcms2
Is there any further settings to check on the card / patching which I may do / or anyone knows of ?
On the other end of the fibre is a Hitachi SAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:10 AM
05-06-2003 05:10 AM
Re: Fibre Card query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:12 AM
05-06-2003 05:12 AM
Re: Fibre Card query
One of our cards show
# fcmsutil /dev/td1 | more
Vendor ID is = 0x00103c
Device ID is = 0x001028
TL Chip Revision No is = 2.3
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x000006
Topology = PRIVATE_LOOP
Local N_Port_id is = 0x000004
Local Loop_id is = 123
N_Port Node World Wide Name = 0x50060b0000066691
N_Port Port World Wide Name = 0x50060b0000066690
Driver state = ONLINE
Hardware Path is = 1/8/0/0
Number of Assisted IOs = 1699580955
Number of Active Login Sessions = 5
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:14 AM
05-06-2003 05:14 AM
Re: Fibre Card query
ioscan -fnkC fc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:24 AM
05-06-2003 05:24 AM
Re: Fibre Card query
Old chestnut here , but .....
Are you upto date on patches ?
http://www5.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHKL_28004
Host system panics due to the topology
toggling. The FCMS Driver is
trying to come up in a Loop topology
and the Host system is trying to come up
in a point-to-point topology.
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:45 AM
05-06-2003 06:45 AM
Re: Fibre Card query
After disabling / re enabling the card it shows....
gb898_m:/# fcmsutil /dev/fcms2
Local N_Port_ID is = 0x000001
N_Port Node World Wide Name = 0x10000060B0C0D4FF
N_Port Port World Wide Name = 0x10000060B0C0D4FF
Topology = IN_LOOP
Speed = 1062500000 (bps)
HPA of card = 0xFFB08000
EIM of card = 0xFFFA200C
Driver state = READY
Number of EDB's in use = 0
Number of OIB's in use = 0
Number of Active Outbound Exchanges = 1
Number of Active Login Sessions = 3
The card also shows CLAIMED in ioscan. Still checking patching out, I am 100% sure we are way out of date !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 07:17 AM
05-06-2003 07:17 AM
Re: Fibre Card query
J3630BA B.10.20.61 Fibre Channel Mass Storag
e Driver
PHSS_23581 B.10.00.00.AA Fibre Channel Mass Storage Driver Patch
I believe this is the most upto date for what we have....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 08:43 AM
05-06-2003 08:43 AM
Re: Fibre Card query
Note your 'Local N_port_ID' = 1 and try this:
fcmsutil /dev/td1 echo -l 1 200 5
(* Send 5 echo packets of 200 bytes each to a remote N_Port with loop_id 1 *)
Check further HBA info by referring to 'loss of signal and Bad Tx Char' and transmission counts via:
fcmsutil /dev/td0 state
fcmsutil /dev/td1 state
fcmsutil /dev/td? state, etc.
Report back with any problems.