- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Primary and Alternate PV links on the same FC ...
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
11-02-2006 05:46 PM
11-02-2006 05:46 PM
Primary and Alternate PV links on the same FC adapter
I have 3 FC adpaters, but only 1 is used and connected.
# ioscan -nufCfc
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/8/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td0
fc 1 0/9/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td1
fc 2 0/12/0/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td2
# ioscan -nufCfcp
Class I H/W Path Driver S/W State H/W Type Description
====================================================================
fcp 7 0/9/0/0.29 fcp CLAIMED INTERFACE FCP Domain
fcp 9 0/9/0/0.57 fcp CLAIMED INTERFACE FCP Domain -Note : Domain is like a zone
fcp 12 0/9/0/0.75 fcp CLAIMED INTERFACE FCP Domain
It seems also the primary and alternate PV links are essentially on the same FC adapter.
I know for sure there isn't any redundancy from the server end, but at the FC switches end (there should be 2 for redundancy), does this mean that they have exported to the same WWN ID of the FC adapter?
I'm pretty sure my FC adapter is a single port adapter.
PV Name /dev/dsk/c29t0d1
PV Name /dev/dsk/c28t0d1 Alternate Link
PV Status available
Total PE 2079
Free PE 1079
Autoswitch On
fcp 12 0/9/0/0.75 fcp CLAIMED INTERFACE FCP Domain
ext_bus 28 0/9/0/0.75.0.228.0 fcparray CLAIMED INTERFACE FCP Array Interface
disk 71 0/9/0/0.75.0.228.0.0.0 sdisk CLAIMED DEVICE DGC CX600WDR3
/dev/dsk/c28t0d0 /dev/rdsk/c28t0d0
disk 82 0/9/0/0.75.0.228.0.0.1 sdisk CLAIMED DEVICE DGC CX600WDR3
/dev/dsk/c28t0d1 /dev/rdsk/c28t0d1
...
ext_bus 29 0/9/0/0.75.0.232.0 fcparray CLAIMED INTERFACE FCP Array Interface
disk 81 0/9/0/0.75.0.232.0.0.0 sdisk CLAIMED DEVICE DGC CX600WDR3
/dev/dsk/c29t0d0 /dev/rdsk/c29t0d0
disk 83 0/9/0/0.75.0.232.0.0.1 sdisk CLAIMED DEVICE DGC CX600WDR3
/dev/dsk/c29t0d1 /dev/rdsk/c29t0d1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 06:21 PM
11-02-2006 06:21 PM
Re: Primary and Alternate PV links on the same FC adapter
There is no redundancy except perhaps in the fabric network you are connected to. This is due to unusual network design.
Two switches, two pathes, confused HP-UX system.
Its more reliable than a single switch system because a switch can go and you don't go offline.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 06:30 PM
11-02-2006 06:30 PM
Re: Primary and Alternate PV links on the same FC adapter
Check if you have /opt/EMCpower or run command "/sbin/powermt display dev=all" if you have powermt command and you get the output from that command, it means you have it EMC poerpath installed. PowerPath discover all pathes in whole SAN and make all of them visible on your server. It also make path failover and load balance automatically.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 06:56 PM
11-02-2006 06:56 PM
Re: Primary and Alternate PV links on the same FC adapter
No I didn't find the powermt command or the EMCPower directory path in the server. It's not my company's policy to install it anyway.
So with that being said, can I safely say that this server really has only 1 physical path to the switch ?
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 08:30 PM
11-02-2006 08:30 PM
Re: Primary and Alternate PV links on the same FC adapter
If you run xstm (in X-window) you can easily identify it.
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 08:36 PM
11-02-2006 08:36 PM
Re: Primary and Alternate PV links on the same FC adapter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 08:37 PM
11-02-2006 08:37 PM
Re: Primary and Alternate PV links on the same FC adapter
I'll need to work with storage team to fix this issue.
Joe