- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk mirroing
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
02-27-2002 09:04 AM
02-27-2002 09:04 AM
Disk mirroing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 09:16 AM
02-27-2002 09:16 AM
Re: Disk mirroing
When loading a system from an Ignite backup, you do not have the capability to mirror. After installation, boot up the system and mirror your LVs at that point.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 09:16 AM
02-27-2002 09:16 AM
Re: Disk mirroing
If you use Ignite to restore a system, as from a 'make_tape_recovery', you need to manually (via a script, or otherwise) remirror your logical volumes.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 09:27 AM
02-27-2002 09:27 AM
Re: Disk mirroing
you have to redo the mirroring part manually. Or you can configure as a post install option in your ignite custom installation script.
Take a look at this doc,
http://www.software.hp.com/products/IUX/docs/diskmirror.pdf
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 10:35 AM
02-27-2002 10:35 AM
Re: Disk mirroing
You'll need to extend the VG first
#vgextend /dev/vgXX /dev/dsk/cXtXdX
Then extend the LV with the mirror :
#lvextend -m 1 /dev/vgXX/lvXX /dev/dsk/cXtXdX
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 11:12 AM
02-27-2002 11:12 AM
Re: Disk mirroing
ttp://www.software.hp.com/products/IUX/docs/diskmirror.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 11:21 AM
02-27-2002 11:21 AM
Re: Disk mirroing
I'd mirror it - unless you absolutely HAVE to use the disk space for something else.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 12:18 PM
02-27-2002 12:18 PM
Re: Disk mirroing
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 12:24 PM
02-27-2002 12:24 PM
Re: Disk mirroing
From the man pages of make_recovery:
## LVM Disk Mirrors not Restored
The make_recovery tool will create a recovery tape for a system with mirrored disks but it will not restore the mirrored disk configuration. If the system is later recovered, previously mirrored volumes will no longer be mirrored. They can be manually re-mirrored after the system is up. Using make_recovery -p allows appending commands to restore mirrored disks to be executed automatically after the system has been restored. For more details, see the white paper - /opt/ignite/share/doc/diskmirror.pdf.
### end quote
I think this clarifies you. See man pages for more details.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 12:27 PM
02-27-2002 12:27 PM
Re: Disk mirroing
The answer is it depends. Is this a production system? Does it matter that a boot disk crash will bring down the system? If it doesn't matter and you are short on disk space, then you don't have to use mirroring.
Personally, I'd mirror it.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 12:27 PM
02-27-2002 12:27 PM
Re: Disk mirroing
Again, it is always good and safe to have the root disk mirrored. You can reduce the system down time when you have this. The steps are very simple and easy. I would recommend you to do this after the recovery process.
HTH,
Shiju