- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- power path reporting "unknown" paths
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
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
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-27-2006 10:37 PM
тАО11-27-2006 10:37 PM
power path reporting "unknown" paths
Has anyone seen this before?
I've been doing some house keeping, and found that power path reports some dead paths, so I tried to clean them up.
# powermt display dev=all|grep -i dead
12 0/4/1/0.1.6.0.0.0.1 unknown SP B1 active dead 0 1
13 0/4/1/0.1.7.0.0.0.1 unknown SP A0 active dead 0 1
10 0/4/1/1.1.6.0.0.0.1 unknown SP B0 active dead 0 1
11 0/4/1/1.1.7.0.0.0.1 unknown SP A1 active dead 0 1
# powermt check
Warning: CLARiiON device path unknown is currently dead.
Do you want to remove it (y/n/a/q)? a
Illegal device unknown.
Volume not found.
Warning: CLARiiON device path unknown is currently dead.
Illegal device unknown.
Volume not found.
Warning: CLARiiON device path unknown is currently dead.
Illegal device unknown.
Volume not found.
Warning: CLARiiON device path unknown is currently dead.
Illegal device unknown.
Volume not found.
# powermt remove force dev=0/4/1/0.1.6.0.0.0.1
Bad dev value 0/4/1/0.1.6.0.0.0.1, or not under Powerpath control.
Anyone got any idea's how to clean them up.
Ta,
Sime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2006 10:42 PM
тАО11-27-2006 10:42 PM
Re: power path reporting "unknown" paths
first try:
powermt display paths
syntax for powermt:
powermt remove force dev=cXtXdX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2006 10:48 PM
тАО11-27-2006 10:48 PM
Re: power path reporting "unknown" paths
Thanks for the quick responce,
I tried the powermt command, and this is what is gave me: -
# powermt display paths
Symmetrix logical device count=0
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================
CLARiiON logical device count=36
==============================================================================
----- Host Bus Adapters --------- ------ Storage System ----- - I/O Paths -
### HW Path ID Interface Total Dead
==============================================================================
10 0/4/1/1.1.6.0.0 CK200054901331 SP B0 36 1
11 0/4/1/1.1.7.0.0 CK200054901331 SP A1 36 1
12 0/4/1/0.1.6.0.0 CK200054901331 SP B1 36 1
13 0/4/1/0.1.7.0.0 CK200054901331 SP A0 36 1
But I still have my dead paths, and they are in state "unknown" so I can't use the last command to delete the device file.
Sime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2006 02:11 AM
тАО11-28-2006 02:11 AM
Re: power path reporting "unknown" paths
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2006 02:24 AM
тАО11-28-2006 02:24 AM
Re: power path reporting "unknown" paths
Apparently I have to remove this file: -
/etc/powermt.custom
reboot
powermnt save
This should sort me out. I can't do it now because the machines are in production, so I'll have to wait.