- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to create a backup dat tape using 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
08-09-2000 08:30 AM
08-09-2000 08:30 AM
Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 08:29 AM
08-09-2000 08:29 AM
Re: How to create a backup dat tape using Ignite
Look for the docs that discuss ignite. Can do a search for ignite on the ITRC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 08:32 AM
08-09-2000 08:32 AM
Re: How to create a backup dat tape using Ignite
make_recovery will create a bootable backup image of your root volume group.
For more information, see Ignite's website:
http://www.software.hp.com/products/IUX/
There have been many threads here in the HPUX Forum that you may want to go re-read that has more make_recovery/Ignite information.
Best wishes,
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 08:36 AM
08-09-2000 08:36 AM
SolutionThe only command you need is;
/opt/ignite/bin/make_recovery -A -C -d /dev/rmt/0m
(or 1m or 2m etc.whatever your DAT device is - use ioscan -fknCtape to find it)
The -C is important so it keeps track of when you did your last make_recovery and you can later regularly run the command check_recovery to see how much has changed and if you should now create another recovery tape or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 04:05 PM
08-09-2000 04:05 PM
Re: How to create a backup dat tape using Ignite
Use the following commands:
# make_recovery ?ApvC ?d /dev/rmt/0m ?b /users/uxinstlf.recovery
This shows if there are any errors and creates all the files required for a recovery tape to be created.
# make_recovery ?ArvC ?d /dev/rmt/0m ?b /users/uxinstlf.recovery
This tapes about 30 minutes creating the tape.