- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirror split and fbackup
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-30-2000 03:59 AM
12-30-2000 03:59 AM
I need to do a system backup of my production server while online. How do I go about split the mirror and doing a backup?
Thanks All!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 04:10 AM
12-30-2000 04:10 AM
Re: Mirror split and fbackup
After splitting a logical volume that contains a filesystem using line command, you must do the following:
1) Perform a file system consistency check on the logical volume to be backed up using the fsck command.
2) Mount the file system.
3) Do your backup of the split copy.
4) Umount it.
5) Merge it back with the online copy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 05:09 AM
12-30-2000 05:09 AM
Re: Mirror split and fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 05:43 AM
12-30-2000 05:43 AM
SolutionI am comfrtable with SAM, for you it will be a better/safer as it guides through the steps of splitting, it runs fsck on the filesystem and you can mount the filesystem through SAM(Disks and FileSystems)->File Systems.
Steps are:
1) Split the mirrored filesystem through Logical volumes (It runs fsck, when you answer yes, it then tells you to go to Filesystems sub area to mount the existing filesystem (i.e. the split filesystem copy e.g var.copy)
2) From Filesystems subarea, use Add local File System(mount pt /var1 and FS type as the original FS type e.g vxfs)
3) Do your backup and from line command, umount the copies.
4) From Filesystem subarea, highlight and remove the split copy.
5) From Logical Volumes subarea highlight /var and from Action menu merge offline copy.
Happy New Year In Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 06:34 AM
12-30-2000 06:34 AM
Re: Mirror split and fbackup
You are a King!
Thanks, Have a beautiful new Year!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2000 08:21 PM
12-30-2000 08:21 PM
Re: Mirror split and fbackup
I agree that SAM is probably best for you but if you ever use lvmerge, read the man page and then read it again. If you reverse the "original" and the split volumes in the command, you will lose any changes in the original that have occurred since the mirror was split off. That really seems to annoy the users :).
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2000 04:07 PM
12-31-2000 04:07 PM
Re: Mirror split and fbackup
- before you split the mirror, quiesce the processes if possible (ie, put the database or apps in a read-only mode or simply stop them). Then run the sync command 4 times as in:
sync;sync;sync;sync
This effectively flushes all unwritten data to the disks (and make fsck much happier).
- After splitting the volume(s), you can reenable or restart your applications. Then run fsck on all of the split-off volumes. Remember, they were taken out of serevice on a live system so they were mot (and cannot be) unmounted properly. For HFS, this will take a while based on the size of the volumes. For vxfs, it is very quick.
- Now you can mount the split volumes to temporary mount points and backup.
Bill Hassell, sysadmin