- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite restore - mirrored volumes
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
11-29-2000 06:15 AM
11-29-2000 06:15 AM
ignite restore - mirrored volumes
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 06:27 AM
11-29-2000 06:27 AM
Re: ignite restore - mirrored volumes
You have to set up mirrors manually after restoring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 07:14 AM
11-29-2000 07:14 AM
Re: ignite restore - mirrored volumes
You can test it with the post_config_cmd, in the
/var/opt/ignite/recovery/config.recover
I've the following on one of my systems below:
post_config_cmd="
/usr/sbin/vgimport -v -m /etc/lvmconf/vg01.mapfile /dev/vg01 /dev/dsk/c0t9d0 /dev/dsk/c0t10d0
/usr/sbin/vgchange -a y /dev/vg01
/usr/sbin/vgcfgbackup /dev/vg01
/usr/sbin/vgcfgbackup /dev/vg00
"
In your case it would look like, to restore a mirror:
post_config_cmd="
vgreduce /dev/vg00 /dev/dsk/c1t6d0
pvcreate -f -B /dev/rdsk/c1t6d0
vgextend /dev/vg00 /dev/dsk/c1t6d0
mkboot /dev/rdsk/c1t6d0
mkboot -a \"hpux -lq\" /dev/rdsk/c1t6d0
mkboot -a \"hpux -lq\" /dev/rdsk/c0t6d0
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t6d0
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c1t6d0
...etc
lvlvnboot -R
"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 07:43 AM
11-29-2000 07:43 AM
Re: ignite restore - mirrored volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 09:09 AM
11-29-2000 09:09 AM
Re: ignite restore - mirrored volumes
I actually prefer it this way. If something happens where I have to restore the system from the tape, I want the system back up as soon as possible. I don't want to wait on it to remirror and of the disks. I can always do that on the fly after the system is back up.
Another reason I don't want Ignite remirroring automatically is that if I use the Ignite tape to upgrade my OS drives to larger drives (I have recently gone from 8 2GB drives to 2 18GB drives). In this case the post_recovery script will not do you any good unless you tailor it for the new drives before you start.
Just my 2 cents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 02:57 PM
11-29-2000 02:57 PM
Re: ignite restore - mirrored volumes
http://www.software.hp.com/products/IUX/docs.html
It has a Whitepaper on [Ignite-UX and Mirrored Disks]. Or maybe it is still available under /opt/ignite/share/doc/diskmirror.pdf.
I hope this helps.
Regards.