- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Remirroring issue
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
12-12-2008 05:28 AM
12-12-2008 05:28 AM
Remirroring issue
I have upgraded my system on the existing disk. But, it failed.
So I halted the system, swapped the disk (inserted the mirrored disk) and booted the system with mirrored disk
After system came up properly I inserted the disk (internal and external) which have upgrade failure
So now system has all the disk present in the /etc/lvmtab
My queries are
As all the disks are there so will system start mirroring itself? If yes then on what criteria will it start mirroring? I mean to say is there a possibility that It start syncing the mirrored disk (from which system was booted ) from disk inserted later on (with upgrade failure and latest data on it, lvm information is intact on it)? If yes, then how to avoid it.
If system will not start mirroring byself how to restart the mirroring from the active disk (from which system was booted ) to the stale disk (with upgrade failure and latest data on it, lvm information is intact on it) considering the fact that my system has two volume groups which are in cluster active mode on which LVM commands does not run when thy are in cluster active mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2008 05:32 AM
12-12-2008 05:32 AM
Re: Remirroring issue
# vgchange -a y vg00
the system starts syncing automagically, sometimes not. It depends on the patch level.
If not, do a
# vgsync vg00
and you are done, because all the disk structure remains, only the contents changed.
The running disk will be sync to the newly inserted disk, because the data on it is newer.
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
12-13-2008 09:49 AM
12-13-2008 09:49 AM
Re: Remirroring issue
1.Boot your system with secondary boot disk
2. Split the volume group using
#vgsplit vg00
3.Remove the primary boot disk out of the slot
4. Perform your activity and boot the system with secondary disk, if your activity is successful then put the primary disk in the slot and just issue a
#vgsync vg00
If the activity got failed then reboot the system with the primary disk and remove the secondary disk, Once the booting is complete then insert the secondary disk and issue a vgsync command it will mirror the secondary disk with the primary disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2009 01:32 AM
01-01-2009 01:32 AM
Re: Remirroring issue
is there a command called vgsplit as u have said in HPUX LVM or is it any script that u have called to assist the task.
I know lvsplit is there but not heard of the vgsplit commmand in HP-UX.
regards Sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2009 01:40 AM
01-01-2009 01:40 AM
Re: Remirroring issue
all the LV level syncing of the data that takes place while we are doing syncing of the Mirrored Extents either using vgsync or using lvsync, is taken care of the Intelligent LVM itself that keeps the record in the mirror write cache and refers to the same while syncing the stalePEs.
So just give the command to sync and leave the rest to LVM, LVM is really reliable u need not worry for such cases where u feel old data is going to be sysnced.
Sujit