- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Crash cascade with ignite
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
10-28-2004 03:58 AM
10-28-2004 03:58 AM
HP-UX ADLDBP01 B.11.00 U 9000/800 101901577 unlimited-user license
(+ cluster manager with oracle+broadvision)
We still don't now the cause of the first crash but the following appeared to be a problem with ignite...we made a mistake in the middle of the crash:
We were using the following command to make the tape:
/opt/ignite/bin/make_recovery -iv >> $LOG
And a hp-ux engineer told us that we should use:
/opt/ignite/bin/make_recovery -C -A -iv >> $LOG
But we used the same tape after the first recover so now the ignite tape seems to be useless. That will explain the crash cascade.
Is there any other useful document for crash recover to follow the patch&soft depot install and cluster manager?
Which is the correct make_recovery command?
Greetings!
#man make_recovery
(...)
-A
(...)
In the case of large root disks or volume groups, or when other utilities are used for normal backups, this option should not be used. Instead, the default minimum core OS should be backed up, to recover a minimum system, and then the full recovery should be done from the backups.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 04:00 AM
10-28-2004 04:00 AM
SolutionStop using obsolete make_recovery
use make_tape_recovery
That might work better.
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
10-28-2004 04:07 AM
10-28-2004 04:07 AM
Re: Crash cascade with ignite
make_recovery -A -v -p -d /dev/rmt/xxx
make_recovery -r -v -C -d /dev/rmt/xxx
The first step is a preview and builds files that you can edit to customize your ignite, including custom recovery scripts. I use this to auto-mirror my drives after reboot. The second step is what actually creates the tape.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 04:10 AM
10-28-2004 04:10 AM
Re: Crash cascade with ignite
Anyway, what can we do with this tape?
Is any info useful in it to recover the system structure (cm conf, net conf, disk array or whatever was in the server)?
It is possible to read the first ignite backup?
Best regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 04:26 AM
10-28-2004 04:26 AM
Re: Crash cascade with ignite
To extract a single file from the recovery archive:
mt -t /dev/rmt/0mn fsf 1
tar -xvf /dev/rmt/0m filename
Extracting files from tape can take a long time, especially when
archives are large.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 05:54 AM
10-28-2004 05:54 AM
Re: Crash cascade with ignite
But that seems a long, long way to bring up the server. I think I will keep forward with the normal restore...see attached file.
Anything else important to keep in mind??
(And I hope this weekend I will relax myself with some caipirinhas and nice apt-get-install commands; mixing up solars,hp-ux and microssft at the same job is unhealthy...just keeding... ;)