- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite-UX
- >
- Re: Ignite-UX Any issues with Mirror/UX?
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
05-20-2003 07:15 AM
05-20-2003 07:15 AM
Re: Ignite-UX Any issues with Mirror/UX?
I am concerned about recovery
in general because we are planning to upgrade and so if anything does wrong I want to make sure we can recover from a software point of view.
(Of course if there's any H/W boot issues then we need to recover too).
10 point to any good answer.
Thank you
Gino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-20-2003 07:25 AM
05-20-2003 07:25 AM
Re: Ignite-UX Any issues with Mirror/UX?
NO POINTS HERE, THIS IS STRICTLY A FYI ADDITION TO YOUR THREAD.
I have succesfully recovered our V-2600 production server at our Philly hotsite for Disaster Recovery testing purposes, using an Ignite of the box and our backup tapes. It worked like a charm, I did have to do a little manual massaging because of the differences in device files, but everything else was great. If you are restoring to the same hardware it will be seamless, no interaction required. Oh yeah, and this V server is in a MC/SG cluster with another V for failover.
Hope this helps!
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-20-2003 07:28 AM
05-20-2003 07:28 AM
Re: Ignite-UX Any issues with Mirror/UX?
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00
The above will archive your ENTIRE VG00 volume group, which should comprise your whole OS. If you blow something up and need to recover then you pop in the tape, boot the system from the tape and let Ignite go to work. When it is done you will have your system back to the state it was in when you created the make_tape_recovery tape, with the exception of any VG00 mirroring you may have done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-20-2003 07:35 AM
05-20-2003 07:35 AM
Re: Ignite-UX Any issues with Mirror/UX?
What this will do is it will recreate your OS and if you incude the inc_entire=vg00, it will recover your whole vg00. Just make sure you have every bit of infortmation concerning other VGs you might have on that system, so you can vgimport them afterward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-20-2003 07:37 AM
05-20-2003 07:37 AM
Re: Ignite-UX Any issues with Mirror/UX?
If it's a h/w upgrade, these steps are not required and you will be safe with a good Ignite tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-20-2003 07:41 AM
05-20-2003 07:41 AM
Re: Ignite-UX Any issues with Mirror/UX?
pvcreate -B /dev/rdsk/
vgextend vg00 /dev/dsk/
mkboot -l /dev/dsk/
cd /usr/sbin/diag/lif
mkboot ???b ./updatediaglif ???p ISL ???p AUTO ???p HPUX ???p LABEL ???p PAD /dev/dsk/
mkboot ???a ???hpux ???lq (;0)/stand/vmunix??? /dev/dsk/
and on the primary disk
cd /usr/sbin/diag/lif
mkboot ???b ./updatediaglif ???p ISL ???p AUTO ???p HPUX ???p LABEL ???p PAD /dev/dsk/
mkboot ???a ???hpux ???lq (;0)/stand/vmunix??? /dev/dsk/
lastly use "setboot" to assign the primary & mirrordisks
setboot -p
setboot -a
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-21-2003 09:51 AM
05-21-2003 09:51 AM
Re: Ignite-UX Any issues with Mirror/UX?
# /opt/ignite/bin/make_recovery ???Apvi ???d /dev/rmt/c2t1d0BEST
4. En el paso anterior es creado el archivo /var/opt/ignite/recovery/config.recover. Este script tiene una secci??n post_config_cmds que es donde se incluyen los comandos para crear el disco espejo despu??s de la recuperaci??n. Edite este archivo y poner los siguientes comandos:
# vi /var/opt/ignite/recovery/config.recover
post_config_cmd +=???
vgreduce /dev/vg00 /dev/dsk/c3t6d0
pvcreate ???f ???B /dev/rdsk/c3t6d0
vgextend /dev/vg00 /dev/dsk/c3t6d0
mkboot /dev/rdsk/c3t6d0
mkboot ???a \???hpux ???lq\??? /dev/rdsk/c0t6d0
mkboot ???a \???hpux ???lq\??? /dev/rdsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol2 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol3 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol4 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol5 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol6 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol7 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol8 /dev/dsk/c3t6d0
lvextend ???m 1 /dev/vg00/lvol9 /dev/dsk/c3t6d0
lvlnboot ???b /dev/vg00/lvol1
lvlnboot ???s /dev/vg00/lvol2
lvlnboot ???r /dev/vg00/lvol3
lvlnboot -R
???
5. Revise que la sintaxis del script est?? bien:
# instl_adm ???T ???f config.recover
Good Look
Isaac Smith
- « Previous
-
- 1
- 2
- Next »
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP