- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Online LVM disk mirrior replacement, what about th...
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
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
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
тАО04-04-2008 06:23 AM
тАО04-04-2008 06:23 AM
Anyhow, my question is this: on the secondary node (on which the VG is currently not mounted), apart from having to do
fcmsutil /dev/td0 replace_dsk -l 7 to stop it from complaining about changed WWN,
what else should be done? Should the lvmtab be also rebuilt? Any files to export?
I just want to make sure everything goes well when the package eventually bounces to that secondary node.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 06:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 08:49 PM
тАО04-04-2008 08:49 PM
Re: Online LVM disk mirrior replacement, what about the 2nd node
Once the disk is shown as claimed in ioscan, run vgchange -a y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2008 11:20 PM
тАО04-04-2008 11:20 PM
Re: Online LVM disk mirrior replacement, what about the 2nd node
plese reply soon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2008 12:46 AM
тАО04-05-2008 12:46 AM
Re: Online LVM disk mirrior replacement, what about the 2nd node
You don't need to do anything at LVM level on the adoptive node since u replaced the new disk with the same slot and you can issue the fcmsutil command.
Hi Sridhar,
You can't activate a volume group in read/write(vgchange -a y Vgname) mode which is already mounted in exclusive mode on one of the cluster node.What you can do is , just activate the Volume group in read only mode (vgchange -a r vgname) on the adoptive node to verify the configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2008 12:22 PM
тАО04-05-2008 12:22 PM
Re: Online LVM disk mirrior replacement, what about the 2nd node
The only thing you need to do on the other nodes is the "fcmsutil ... replace_dsk ..." and ensure you can see this disk CLAIMED in ioscan.
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
тАО04-06-2008 09:52 PM
тАО04-06-2008 09:52 PM
Re: Online LVM disk mirrior replacement, what about the 2nd node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 03:10 AM
тАО04-07-2008 03:10 AM
Re: Online LVM disk mirrior replacement, what about the 2nd node
The reason being that /etc/lvmtab only contains a list of the volume groups, device files of disks that belong to them and the VGID of each VG (the last item cannot be seen by the 'strings' command.
The fact that you reduced mirrors off of the problem disk doesn't matter, since mirror information is not kept in a file on a file system, but in the LVM metadata on the disks in the volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 06:14 AM
тАО04-07-2008 06:14 AM
Re: Online LVM disk mirrior replacement, what about the 2nd node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 10:05 AM
тАО04-07-2008 10:05 AM
Re: Online LVM disk mirrior replacement, what about the 2nd node
#vgchange -a r vgname
#vgdisplay -v vgname
#vgchange -a n vgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2008 10:46 AM
тАО04-07-2008 10:46 AM