HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system recovery tape ??
Operating System - HP-UX
1833796
Members
4642
Online
110063
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
11-18-2004 08:30 PM
11-18-2004 08:30 PM
system recovery tape ??
Hi,
How to make a system revory tape ??
I have Ignite installed on my system
and make_recovery used to create tape.
But my problem is how this tape will work
when I have to recover from it
can anyboody explain ??
any script to backup and recover system ??
thanks
Amit
How to make a system revory tape ??
I have Ignite installed on my system
and make_recovery used to create tape.
But my problem is how this tape will work
when I have to recover from it
can anyboody explain ??
any script to backup and recover system ??
thanks
Amit
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 08:37 PM
11-18-2004 08:37 PM
Re: system recovery tape ??
First you must use make_tape_recovery
not make_recovery.
create backup on your VG00
make_tape_recovery -x inc_entire=vg00
If you want ot recovery from taht tape
Put tape in your Tape device
Reboot your server
Stop boot process and boot from tape
P.S Make_Tape_recovery tape is bootable tape.
not make_recovery.
create backup on your VG00
make_tape_recovery -x inc_entire=vg00
If you want ot recovery from taht tape
Put tape in your Tape device
Reboot your server
Stop boot process and boot from tape
P.S Make_Tape_recovery tape is bootable tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 08:45 PM
11-18-2004 08:45 PM
Re: system recovery tape ??
Hi,
You should make the recovery of whole volume group vg00 to be able to recover your system.
The command is:
make_tape_recovery -x inc_entire=vg00
The Ignite put first boot sector on your tape and after that it is doing tar of the all essencial files needed for recovery.
Most of answers on your question you can find:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=703579
Regards,
Borislav
You should make the recovery of whole volume group vg00 to be able to recover your system.
The command is:
make_tape_recovery -x inc_entire=vg00
The Ignite put first boot sector on your tape and after that it is doing tar of the all essencial files needed for recovery.
Most of answers on your question you can find:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=703579
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 08:46 PM
11-18-2004 08:46 PM
Re: system recovery tape ??
Download & install the latest version of ignite-ux:
http://www.software.hp.com/products/IUX/index.html
use the following code to make a system boot tape:
#!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
exit_code=$?
echo "make_tape_recovery: exiting with status $exit_code"
http://www.software.hp.com/products/IUX/index.html
use the following code to make a system boot tape:
#!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
exit_code=$?
echo "make_tape_recovery: exiting with status $exit_code"
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