HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Recovery machine
Operating System - HP-UX
1836772
Members
2800
Online
110109
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-07-2002 02:12 AM
06-07-2002 02:12 AM
Recovery machine
Hi,
I have a doubt, when recovery a machine from a make_recovery previous maked, the VGs not equal to vg00 for example vg01, I can see after the recovery?
Thanks, Enzo.
I have a doubt, when recovery a machine from a make_recovery previous maked, the VGs not equal to vg00 for example vg01, I can see after the recovery?
Thanks, Enzo.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 02:25 AM
06-07-2002 02:25 AM
Re: Recovery machine
Hi Enzo,
When you recover a box by a make_tape_recovery over a different hardware you must to stop the booting process in order to define the new hardware, like redistribution of vg's.
Regards,
Justo.
When you recover a box by a make_tape_recovery over a different hardware you must to stop the booting process in order to define the new hardware, like redistribution of vg's.
Regards,
Justo.
Help is a Beatiful word
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 02:26 AM
06-07-2002 02:26 AM
Re: Recovery machine
make_recovery will restore all of vg00 and for any other vg's simply create the /dev/VGxx files and their group files, but nothing else.
you will manually need to vgimport the volume groups (except vg00 of course) after the restore.
you will manually need to vgimport the volume groups (except vg00 of course) after the restore.
Im from Palmerston North, New Zealand, but somehow ended up in London...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 02:33 AM
06-07-2002 02:33 AM
Re: Recovery machine
Hi
depends on how you set it up.
can be done to see after recovery.
http://www.software.hp.com/products/IUX/index.html
From
http://docs.hp.com/hpux/pdf/B2355-90738.pdf
Chapter 11 173
Verifying Archive Contents
What files will be
archived?
To list the files and directories that will be included in a
make_net_recovery archive, enter:
/opt/ignite/lbin/list_expander -l -f input_file
What files will be
recovered?
To list disks or volume groups that will be re-created during an installation
from a make_net_recovery configuration, enter this from the client:
/opt/ignite/lbin/list_expander -d -f input_file
where: input_file is a file specifying what is to be archived. See the
make_net_recovery(4) manpage for details on the format of the input_file.
make_net_recovery can take input from an input file, no input, or input
from the command line with the -x option. list_expander can take input
from an input file, or no input, but does not have an x option like
make_net_recovery does, so to see the result of using x options, put them
in a file and pass list_expander the file name.
If you used the ignite to specify what is to be included in the archive,
then the input file can be found on the server in:
/var/opt/ignite/clients/ client/recovery/archive_content
You can copy this file from the server to the client, then run
list_expander against that file itself.
Omitting -f input_file causes list_expander to use only the essential
files as input. This will show what disks or volume groups will get
re-created for the minimal archive. Here???s an example output:
In? dsk/vg name minor# Associated disks
0 d /dev/dsk/c0t3d0
1 v /dev/vg00 0x00 /dev/dsk/c0t6d0
/dev/dsk/c0t4d0
0 v /dev/vg01 0x01 /dev/dsk/c0t1d0
0 v /dev/vg02 0x02 /dev/dsk/c0t2d0
The dsk/vg column shows that the system has one whole disk (d) and System Recovery
Archive Creation Steps
three volume groups (v). The next column gives the names of the disks
and volume groups. The In? column shows, for each disk or volume
group, if it will be:
2 = included in full (INC_ENTIRE dsk/vg specified),
1 = included in part (some files included, some not), or
0 = not included at all (no files from this dsk/vg are included).
0 means the disk or volume group will not be touched. 1 or 2 means that
the disk or volume group will be re-created, and files from the archive
will be restored during a recovery operation.
steve Steel
depends on how you set it up.
can be done to see after recovery.
http://www.software.hp.com/products/IUX/index.html
From
http://docs.hp.com/hpux/pdf/B2355-90738.pdf
Chapter 11 173
Verifying Archive Contents
What files will be
archived?
To list the files and directories that will be included in a
make_net_recovery archive, enter:
/opt/ignite/lbin/list_expander -l -f input_file
What files will be
recovered?
To list disks or volume groups that will be re-created during an installation
from a make_net_recovery configuration, enter this from the client:
/opt/ignite/lbin/list_expander -d -f input_file
where: input_file is a file specifying what is to be archived. See the
make_net_recovery(4) manpage for details on the format of the input_file.
make_net_recovery can take input from an input file, no input, or input
from the command line with the -x option. list_expander can take input
from an input file, or no input, but does not have an x option like
make_net_recovery does, so to see the result of using x options, put them
in a file and pass list_expander the file name.
If you used the ignite to specify what is to be included in the archive,
then the input file can be found on the server in:
/var/opt/ignite/clients/ client/recovery/archive_content
You can copy this file from the server to the client, then run
list_expander against that file itself.
Omitting -f input_file causes list_expander to use only the essential
files as input. This will show what disks or volume groups will get
re-created for the minimal archive. Here???s an example output:
In? dsk/vg name minor# Associated disks
0 d /dev/dsk/c0t3d0
1 v /dev/vg00 0x00 /dev/dsk/c0t6d0
/dev/dsk/c0t4d0
0 v /dev/vg01 0x01 /dev/dsk/c0t1d0
0 v /dev/vg02 0x02 /dev/dsk/c0t2d0
The dsk/vg column shows that the system has one whole disk (d) and System Recovery
Archive Creation Steps
three volume groups (v). The next column gives the names of the disks
and volume groups. The In? column shows, for each disk or volume
group, if it will be:
2 = included in full (INC_ENTIRE dsk/vg specified),
1 = included in part (some files included, some not), or
0 = not included at all (no files from this dsk/vg are included).
0 means the disk or volume group will not be touched. 1 or 2 means that
the disk or volume group will be re-created, and files from the archive
will be restored during a recovery operation.
steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP