- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- reducing multiple paths on write disabled disk
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
08-01-2007 01:54 AM
08-01-2007 01:54 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:01 AM
08-01-2007 02:01 AM
Re: reducing multiple paths on write disabled disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:06 AM
08-01-2007 02:06 AM
Re: reducing multiple paths on write disabled disk
Don't have any test box to try it out. Want to confirm the above question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:07 AM
08-01-2007 02:07 AM
Re: reducing multiple paths on write disabled disk
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:20 AM
08-01-2007 02:20 AM
Re: reducing multiple paths on write disabled disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:23 AM
08-01-2007 02:23 AM
Re: reducing multiple paths on write disabled disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:49 AM
08-01-2007 02:49 AM
Re: reducing multiple paths on write disabled disk
# vgexport -p -v -s -m /tmp/vg??.map
# [rs]cp /tmp/vg??.map node2:/tmp
# vgexport vg??
# vgimport -m /tmp/vgname.map -s -v vg??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 02:50 AM
08-01-2007 02:50 AM
SolutionNevertheless if the disks are bootable, ie. carry a Boot Data Reserved Area (BDRA) in the LVM header, then it *would have* to be written to the disks. It doesn't sound this is the case here though.
I don't see a problem in simply trying this out by running vgreduce. Either it succeeds or fails with an error.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 03:02 AM
08-01-2007 03:02 AM
Re: reducing multiple paths on write disabled disk
Like sandman said, you can reduce the unwanted paths without affecting the cluster availability.
Just make sure the paths that are being disable are not the ones used on the other node. For example:
Node A:
/dev/dsk/c45t0d0
/dev/dsk/c46t0d0
/dev/dsk/c47t0d0
/dev/dsk/c48t0d0
Node B:
/dev/dsk/c45t0d0
/dev/dsk/c46t0d0
Using the above chart, you know that you will need to vgreduce the alternate paths for c47 and c48.
Then vgexport a map file using -p (previous) and -s (no disk names required when vgimport) option and do a vgimport on the altername node.
Just remember to have the running package on the node that is vgexport -p the map file.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 03:14 AM
08-01-2007 03:14 AM
Re: reducing multiple paths on write disabled disk
# vgexport -p -v -s -m /tmp/vg??.map vg??
# [rs]cp /tmp/vg??.map node2:/tmp
# vgexport /dev/vg??
# mkdir /dev/vg??
# mknod /dev/vg??/group c 64 0xNN0000
# vgimport -m /tmp/vg??.map -s -v vg??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 04:02 AM
08-01-2007 04:02 AM
Re: reducing multiple paths on write disabled disk
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2007 04:03 AM
08-01-2007 04:03 AM