- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to take ignite backup ?
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
03-03-2004 09:19 PM
03-03-2004 09:19 PM
How to take ignite backup ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 09:22 PM
03-03-2004 09:22 PM
Re: How to take ignite backup ?
Use the make_tape_recovery command like:
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -Ivx inc_entire=vg00
This assumes your tape drive is /dev/rmt/0mn & that you want your entire vg00 VG.
man make_tape_recovery for details.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 09:22 PM
03-03-2004 09:22 PM
Re: How to take ignite backup ?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=61278
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 09:23 PM
03-03-2004 09:23 PM
Re: How to take ignite backup ?
HP-UX PA-RISC 8700 64 bits
OS 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 09:23 PM
03-03-2004 09:23 PM
Re: How to take ignite backup ?
That's a cap i - NOT an l (ell).
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 09:25 PM
03-03-2004 09:25 PM
Re: How to take ignite backup ?
Old:
make_recovery -ACivd /dev/rmt/0m
assuming /dev/rmt/0m is you drive:
ioscan -fnkCtape
New version:
make_tape_recovery -s myserver -x inc_entire=vg00
check man pages, for more info.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 09:25 PM
03-03-2004 09:25 PM
Re: How to take ignite backup ?
swlist |grep -i ignite
make_tape_recovery for 11.0 and above
and make_recovery for the older systems i.e. 10.x...
man make_tape_recovery for details
my ignite backup is taken using
make_tape_recovery -x inc_entire=vg00 -lv -a /dev/rmt/0m
with best wishes
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 08:46 PM
03-04-2004 08:46 PM
Re: How to take ignite backup ?
2) Ignite unix is a backup & recovery utility which creates a Golden Image of the HP-UX system.
BACKUP:
@ To create a system recovery archive of entire root disk volume :
a) default tape device = /dev/rmt/0m
b) Load the tape
c) #make_tape_recovery -x inc_entire=vg00
A tape will be created without further interactions.
@To create the complete system backup
a) Load the tape
b) make_tape_recovery -A
A Tape will be created without further interaction.You can boot this tape on your new system.
RECOVERY:
a) load the system recovery tape in the tape drive
b) boot the system
c) Interrupt the boot sequence to redirect it to the tape drive.
d) Cancel the non-interactive installation by pressing any key when given the opportunity.
e) Allow the installation process to complete.
Regards,
Imran Shaikh