- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how do I remove devices from powerpath?
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
тАО05-28-2008 06:30 PM
тАО05-28-2008 06:30 PM
I migrated data from our DMX to our clarion and would like to reclaim the DMX luns. The issue I am having is that no matter what I do, power path see the luns as "active" and "alive". I do not want to pull the rug out from under the OS so I have not tried unmasking them from the FA's.
Any help is welcome.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 06:34 PM
тАО05-28-2008 06:34 PM
Re: how do I remove devices from powerpath?
how do u migrate the stuff from dmx to clariion. Filesys to filesys copy or lvm DRD?
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 06:45 PM
тАО05-28-2008 06:45 PM
Re: how do I remove devices from powerpath?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2008 11:46 PM
тАО05-28-2008 11:46 PM
Re: how do I remove devices from powerpath?
Then you can remove the LUN from the array├В┬┤s storage group and the LUN will get the powerpath-status "dead" (ioscan will say NO-HW)
With the command "powermt check" you can then remove the non-existing LUN├В┬┤s from the powerpath-config. This can take some minutes.
After all dead links are removed, use "powermt save" to save the new config.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 01:34 AM
тАО05-29-2008 01:34 AM
Re: how do I remove devices from powerpath?
frank is right.
You can clear the vg by deactivate and export or vgremove. Make sure you umount all the old logical volumes.
# vgchange -a n vgname
# vgexport vgname
Then you could remove the disk devices.
# rmsf -a /dev/dsk/c#t#d#
You could remove DMX LUNs :
# powermt remove force dev=c#t#d#
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 02:39 AM
тАО05-29-2008 02:39 AM
Re: how do I remove devices from powerpath?
The LUNS I am looking to remove are on the DMX not the clarion (I have no issues removing clarion LUNS). The only way I have found to make this work is to unmask the LUN from the FA (this will cause NO_HW) and the PP device will have a dead status. I can then run a powermt check to remove the dead paths.
I do not like this approach and was hoping for a better way. Is this the only way to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 03:28 AM
тАО05-29-2008 03:28 AM
Re: how do I remove devices from powerpath?
Another thing you can do if you do not want to "force" things.
After unmasking & un-mapping run ioscan -fnC disk > ioscan.disk. If you keep old ioscan files you can compare and see the reduction in hardware. Plus removing using rmsf command.
For Powerpath, you might run:
powermt check
>>>when it asks about killing dead connections, say "y".
Just a thought,
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2008 03:31 AM
тАО05-29-2008 03:31 AM
SolutionI am working with clariions, but it shut be no difference for powerpath if you are using DMX.
1.) remove the LUN from the VG-config
2.) in the DMX: make the LUN invisible for your server ( "unmask the LUN from the FA" )
3.) when the LUN isnt visible anymore ( dead and NO_HW ): "powermt check" ( launch as often til all LUNs are removed );
4.) "powermt save"
I dont know what happens with "powermt remove".
If you get errors because of the missing devicefiles, you can reinstall them with "insf"