- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- after replacing emc disks, powermt check cmd HANGS
Disk Enclosures
1820273
Members
3279
Online
109622
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-29-2010 07:30 AM
тАО11-29-2010 07:30 AM
after replacing emc disks, powermt check cmd HANGS
CX300, Powerpath, hpux11.23
We have 2 luns that belong to a non-mirrored raid group. The raid group only holds onto one really big backup disk. Anyway, we had to replace a bad physical disk. This meant I had to unbind the 2 luns and rebind them, empty, to this raid group.
I would rebuild the volume group that was destroyed. But I can't get there yet. I have a small problem. The disks have the wrong device id's.
The command powermt check is hung.
I see the old luns are still seen by power path. But their Device IDs are not the same as the new LUNs device IDs.
I want to know.....
how I can tell power path to assign new device id's to these two newly resurrected luns?
Would a reboot fix it?
The powermt check command sees the busted lun and asks if I want to remove it. I said yes. Then it HUNG.
We have 2 luns that belong to a non-mirrored raid group. The raid group only holds onto one really big backup disk. Anyway, we had to replace a bad physical disk. This meant I had to unbind the 2 luns and rebind them, empty, to this raid group.
I would rebuild the volume group that was destroyed. But I can't get there yet. I have a small problem. The disks have the wrong device id's.
The command powermt check is hung.
I see the old luns are still seen by power path. But their Device IDs are not the same as the new LUNs device IDs.
I want to know.....
how I can tell power path to assign new device id's to these two newly resurrected luns?
Would a reboot fix it?
The powermt check command sees the busted lun and asks if I want to remove it. I said yes. Then it HUNG.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2010 10:05 AM
тАО11-29-2010 10:05 AM
Re: after replacing emc disks, powermt check cmd HANGS
cx series is Navisphere I believe.
You might get more assistance trying the EMC Forums site:
http://powerlink.emc.com
Support/Support Forums
If it were Solutions Enabler, I could offer some help. But it has been too many years since I last touched Navi..
Sorry & hope this helps,
Rita
You might get more assistance trying the EMC Forums site:
http://powerlink.emc.com
Support/Support Forums
If it were Solutions Enabler, I could offer some help. But it has been too many years since I last touched Navi..
Sorry & hope this helps,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2010 10:17 AM
тАО11-29-2010 10:17 AM
Re: after replacing emc disks, powermt check cmd HANGS
been there. done that.
I submitted a support ticket over an hour ago with EMC. I haven't gotten an answer. HP forums usually gives me a faster and better response than any other support I have seen.
I'm not saying support is BAD. I'm saying hp forums are GOOD. So I normally pose the question here.
I can guess.... I think I have to reboot. Other forum entries talk about running syb??? command. But I do not even have it.
Guess 1: run powermt check command on a different session.
powermt display
powermt check
ioscan -fnC disk
insf -e
powermt config
powermt display
powermt save
Guess 2: reboot
powermt display
powermt check
ioscan -fnC disk
insf -e
powermt config
powermt display
powermt save
I know that currently the 2 LUNs have the wrong, old "logical device ID". This number looks a lot like World Wide Name.
I submitted a support ticket over an hour ago with EMC. I haven't gotten an answer. HP forums usually gives me a faster and better response than any other support I have seen.
I'm not saying support is BAD. I'm saying hp forums are GOOD. So I normally pose the question here.
I can guess.... I think I have to reboot. Other forum entries talk about running syb??? command. But I do not even have it.
Guess 1: run powermt check command on a different session.
powermt display
powermt check
ioscan -fnC disk
insf -e
powermt config
powermt display
powermt save
Guess 2: reboot
powermt display
powermt check
ioscan -fnC disk
insf -e
powermt config
powermt display
powermt save
I know that currently the 2 LUNs have the wrong, old "logical device ID". This number looks a lot like World Wide Name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2010 10:39 AM
тАО12-01-2010 10:39 AM
Re: after replacing emc disks, powermt check cmd HANGS
I got my answer.
mv /etc/powermt.config /etc/powermt.configsave
powermt check force
ioscan -fnC disk
ioscan -fC disk
(oh...one of those)
powermt config
powermt display
powermt save
IF the powermt check command locks again during this? Reboot and try the same commands again.
And yes. That is what happened. The powermt_check_force command locked because it was waiting for my older powermt_check command to complete. The reboot fixed it.
I think I should have run THIS sequence after the dead disk was removed, but before the new luns were created.
mv /etc/powermt.config /etc/powermt.config.save
powermt check force
Then, after the luns were back, I would run the rest of it. The ioscans and the other powermt commands.
that's it.
mv /etc/powermt.config /etc/powermt.configsave
powermt check force
ioscan -fnC disk
ioscan -fC disk
(oh...one of those)
powermt config
powermt display
powermt save
IF the powermt check command locks again during this? Reboot and try the same commands again.
And yes. That is what happened. The powermt_check_force command locked because it was waiting for my older powermt_check command to complete. The reboot fixed it.
I think I should have run THIS sequence after the dead disk was removed, but before the new luns were created.
mv /etc/powermt.config /etc/powermt.config.save
powermt check force
Then, after the luns were back, I would run the rest of it. The ioscans and the other powermt commands.
that's it.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP