- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- online backups from another node in MC/SG cluster
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-13-2001 09:52 AM
08-13-2001 09:52 AM
For some reason I thought I should be able to export the second mirror copy from one system and import it on another node, but then I realized the export/import works only with volume groups ?? Is there a way to do this? Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 09:59 AM
08-13-2001 09:59 AM
Re: online backups from another node in MC/SG cluster
I would look into the OnlineJFS snapshot mounts. The snapshots take only a few seconds and you can then resume the application. My backups then start immediately during the night when the loads are realtively low using the snapshot mounts. I find that the I/O hits are much smaller than the syncing that occurs when you re-mirror. I do suggest that if you try this, your snapshot buffers be mirrored. If the snapshot buffer fails, your main filesystem can hand but mirroring the snapshot raw lvols fixes that.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 11:14 AM
08-13-2001 11:14 AM
Re: online backups from another node in MC/SG cluster
You could of course try to vgchange -a r on th ebackup node which activates the VG in read-only mode, and then mount the fs's in ro mode.
This has the problem that if the origional package/node failsd, the package will not start on this node.
I think the previous suggestion of OnLine JFS may be you best bet here, unless you had EMC or XP arrays, in which case you could use thing like the BCV split, and then vgchid on these to have a new VG to import on the backup node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 12:38 PM
08-13-2001 12:38 PM
Re: online backups from another node in MC/SG cluster
Unfortunately, some of our lvols are raw (there is no file system), so I don't think I can use OnlineJFS Snapshot. Thanks for all the info though. It is quite educational to read your posts.
Melvyn:
Thanks for suggesting the read-only mode. It looks like it may be useful if we expand to a 3-node cluster (so that we can always have one node available for a package failover) ?
We WILL attach a cluster to XP256 eventually, so your second comment may be quite relevant. However, I'm not familiar with "BCV split". Any further pointers?
Thanks a bunch ... Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 01:13 PM
08-13-2001 01:13 PM
SolutionYou then activate the VG on the other node, do your backup, finish it and then de-activate the VG, and remerge it on the origional node.
For the XP arrays, there is an equivalent but at the moment I cannot recal what this is called ;-}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 01:19 PM
08-13-2001 01:19 PM
Re: online backups from another node in MC/SG cluster
You might also look into VxVM ( the Veritas Volume Manager) which will make snapshots of logical volumes.
The BCV's work quite well.
More food for thought, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2001 10:17 PM
08-13-2001 10:17 PM
Re: online backups from another node in MC/SG cluster
HP SureStore E Business Copy XP is an optional non-stop processing feature of the HP SureStore E Disk Array XP256/512 that provides the ability to nondisruptively create and control a copy of a source volume for multiple target volumes within the same disk array. Three target volumes, or copies, per source volume are permitted. The copies can be used by other applications or systems. This feature is useful for allowing non-production activities such as backup, data warehousing, decision support, testing, etc., on the copies.
For more info check
http://www.hp.com/products1/storage/disk_arrays/xpstoragesw/index.html
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-14-2001 07:34 AM
08-14-2001 07:34 AM
Re: online backups from another node in MC/SG cluster
and "Veritas Volume Manager" I'm leaning towards VxVM as it is not tied to any particular disk array (??) However, given that we are going to use XP256, I would like to know if there are any advantages/disadvantages to go with the first option instead? Any info on this?
Thanks again... Mladen