- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM command to recognize failed emc pvlink
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
03-01-2009 08:13 PM
03-01-2009 08:13 PM
Can any one specify the command for recognizing the faild emc pvlink in hp-ux
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 04:02 AM
03-02-2009 04:02 AM
Solutionif a particular PV link has failed, it should be displayed as NO_HW in ioscan output.
# ioscan -fnC disk
search for NO_HW state disks, then locate respective raw device file for each failed disk. Should look like this:
/dev/rdsk/cXtYdZ
If you have EMC command line interface installed, you can run the following command to get the device id to which the failed PVlink belongs:
# symdev -sid
e.g.
# symdev -sid 800 list | grep c1t2d3
If you are using LVM, you can check output of vgdisplay to find out which volume group that disk belongs to:
# vgdisplay -v
Hope this helps,
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 04:10 AM
03-02-2009 04:10 AM
Re: LVM command to recognize failed emc pvlink
#ioscan -fnC disk |grep NO should tell you which hardware path is failed. If you want to know the EMC LUN id, then.
powermt display dev=all |grep cXtXdX (provided you have EMC powerpath license).
symdev show
Good luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 04:50 PM
03-02-2009 04:50 PM
Re: LVM command to recognize failed emc pvlink
powerpath will make the downed path look good to ioscan by redirecting the I/O to a good path.
If powerpath is being used, you'll need to use the 'powermt display dev=..' command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 01:48 AM
03-03-2009 01:48 AM
Re: LVM command to recognize failed emc pvlink
I guess the question was about PVlinks, which clearly tells which multipathing method is in use.
Using PVlinks does not make much sense when PowerPath is available.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 05:25 AM
03-03-2009 05:25 AM
Re: LVM command to recognize failed emc pvlink
I'll assume for a second you are using powerpath, with disks hooked up over multiple paths using two fibre switches.
Run man page on powermt.
If you run "powermt display every=5" you will see if any disks (correction: disk PATHS) are dead. Perhaps they are NOT dead. Perhaps it is a fibre cable, or something wrong on EMC? Go into Navisphere gui interface over the web. If you log in there and there is a problem it will tell you. You'll have an icon on upper right side of the web page with a the word "WARNING" on it.
Meanwhile......
Let's say you did in fact lose a disk and got it fixed. The system might not see it. When the system was first set up here, we ran a test failure. One thing we noticed was a 5 minute delay on the system recognizing the disk paths.
I had to run this....(LOOK AT THE MAN PAGE)
powermt check
powermt config
powermt save
powermt set config=co
These commands might not apply to you. You might not even have the powermt command. The command setting config=co might be the LAST thing you want to do. I was told to do this with my Clariion CX300.
.....I have a much better idea. Get with EMC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 11:52 AM
04-09-2009 11:52 AM