- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring without using Mirror/UX License-HPUX B.1...
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
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
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-08-2011 05:42 AM
тАО04-08-2011 05:42 AM
Mirroring without using Mirror/UX License-HPUX B.11.23
Not many resources here so was wondering if there was a way to have a live mirror without spending money....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2011 05:44 AM
тАО04-08-2011 05:44 AM
Re: Mirroring without using Mirror/UX License-HPUX B.11.23
HP=UX B.11.23
thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2011 07:16 AM
тАО04-08-2011 07:16 AM
Re: Mirroring without using Mirror/UX License-HPUX B.11.23
If your controllers support it you can do hardware mirroring.
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2011 07:25 AM
тАО04-08-2011 07:25 AM
Re: Mirroring without using Mirror/UX License-HPUX B.11.23
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2011 11:35 AM
тАО04-11-2011 11:35 AM
Re: Mirroring without using Mirror/UX License-HPUX B.11.23
Trying to get the mirrordisk/ux but it may
be a hard sell to the mgr.
Any other ideas? Any opensource out there that would do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2011 12:36 PM
тАО04-11-2011 12:36 PM
Re: Mirroring without using Mirror/UX License-HPUX B.11.23
assuming you are using LVM, create a second vg (just to have a clear cut boundary that is, otherwise you can just create more logical volumes under vg00 if you wish) On this second vg, create logical volumes other than swap and probably /tmp (I always took contents of /tmp as disposable at any time, it might be different for you though) identical to their counterparts on vg00. Mount logical volumes under a top level mount point something like
/mirror/var
/mirror/usr
etc...
rsync -av /usr/ /mirror/usr
rsync -av /var/ /mirror/var
etc...
and run these commands at certain but frequent intervals using cron. After the initial sync, they should not take any more than a minute or two unless there a massive change in data in one of these volumes, which is highly unlikely, given the source is vg00, i.e. the system volumes.
mind you, this disk will not be able to boot, but you at least will have the latest copies of your system configuration files and files people have placed on vg00 for a faster recovery time.
But, in my opinion, mirrorUX should not be a hard sell to any manager, who considers their IT infrastructure as a business critical object. If it is not, then, well, if it is down for an extended period of time, who cares.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2011 09:05 PM
тАО04-11-2011 09:05 PM
Re: Mirroring without using Mirror/UX License-HPUX B.11.23
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!
