- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery
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
12-26-2003 03:04 AM
12-26-2003 03:04 AM
make_recovery
Does anyone know if it is possible to do make_recovery on volume group instead of on tape.
It may not make sense but I just want to see if ignite works and I do not have available tape to do it.
if it does what is the command?
Thanks very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 03:53 AM
12-26-2003 03:53 AM
Re: make_recovery
to see what errors, if any, would have occurred,
you may simply use the "-p" option, which is preview mode.
Also, make_recovery is an obsoleted command, I believe.
The new command is make_tape_recovery. ie... for preview:
# make_tape_recovery -I -x inc_entire=vg00 -p
To actually create the thing, give it a no-rewind tape device.
(Or, it will default to /dev/rmt/0mn if available)
# make_tape_recovery -I -x inc_entire=vg00 -a /dev/rmt/4mn
I'm assuming you're not running an ignite server, but a
standalone machine. If you run the server, you can use
that machine to hold boot images of many others... but not itself.
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 03:58 AM
12-26-2003 03:58 AM
Re: make_recovery
Example:
/usr/contrib/bin/make_sys_image -d /images -s local -u
This will mess with your networking, /etc/passwd and /etc/group for short periods of time.
You could also use make_net_recovery
Here is an example of that.
make_net_recovery -s tzfat -a tzfat:/images/tzfat.juf.net -x inc_entire=vg00
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 08:19 AM
12-26-2003 08:19 AM
Re: make_recovery
I and sorry about not being able to submit points earlier. Network problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 08:30 AM
12-26-2003 08:30 AM
Re: make_recovery
Also how do i know I have ignite server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 08:58 AM
12-26-2003 08:58 AM
Re: make_recovery
make_tape_recovery -I -x inc_entire=vg00 -p
i get
this message -
* Creating local directories for configuration files and archive.
======= 12/26/03 16:42:22 EST Started make_tape_recovery. (Fri Dec 26
16:42:22 EST 2003)
@(#) Ignite-UX Revision B.3.8.201
@(#) net_recovery (opt) $Revision: 10.589 $
* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
ERROR: Cannot stat device file: /dev/vg01/lvol1: No such file or directory
(errno = 2). Check /etc/fstab for a bad entry.
ERROR: The list_expander command failed. This could be due to a problem with
the -x options specified - see messages above.
Any idea where to go from here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 09:19 AM
12-26-2003 09:19 AM
Re: make_recovery
Man make_tape_recovery for full options.
(You can include/exclude specifics... add a description, etc...)
As for the error you report, check your /etc/fstab file
to see if you have an old entry to an lvol which doesn't exist.
If so, comment it out or remove it from /etc/fstab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 09:29 AM
12-26-2003 09:29 AM
Re: make_recovery
If it's your only machine, I'd doubt it.
# ignite
From the command line, will start the gui if you do.
This will be in /opt/ignite/bin/ if you have it.
(It won't do you much good, however, if this is a standalone box.)
If this is a personal workstation, around no other HP machines,
I'd concentrate on getting a tape drive somehow.
If it's at work, and your datacenter has several hp boxen,
then surely there's an ignite server somewhere.
Ask your sysadmin, in that case... he/she will know for sure.