- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
10-04-2005 09:06 AM
10-04-2005 09:06 AM
I have 2 questions:
Does the command below back up all files from all volume group to the recovery tape?
"Make_tape_recovery -A -x inc_cross=/"
Will the ignite tape created by the command below automatically create other volume groups beside vg00? My server has volume groups vg00, vgapp and vgemc.
/opt/ignite/bin/make_tape_recovery -P s -x inc_entire=vg00 -a /dev/rmt/0mn
Thank you very much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 09:21 AM
10-04-2005 09:21 AM
Re: Ignite Backup
No.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -x inc_entire=vgapp -x inc_entire=vgemc -I -v -a /dev/rmt/Xmn
But this will create a large ignite tape an a slow revovery process. Maybe you could backup the other volume groups with fbackup for a faster trueput.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/Xmn
wil create the volume groups and logical volumes structure for the other VG's, you can use the frecover to restore the data.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 09:59 AM
10-04-2005 09:59 AM
Re: Ignite Backup
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/Xmn
Will it create the file systems after the volume groups and logical volumes are created?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 02:38 PM
10-04-2005 02:38 PM
Solution# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/Xmn
The command above, didnt create a file systems after the volume groups and logical volumes are created.
The command above just create the volume groups and logical volumes structure for the other VG's (vgapp and vgemc).
It's a good practice to have a seperate backup for your system :
1. Ignite/UX backup for boot disk (vg00)
2. Data backup for your vgapp & vgemc
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 02:50 PM
10-04-2005 02:50 PM
Re: Ignite Backup
what robert is trying to say is that for make_tape_recovery will only backup the filesystem stated in the "-x inc_entire" parameter, in this case, vg00. if u need to backup more volume group, add another "-x inc_entire" and state the group, however, as mentioned this will prolong the process.
"man make_tape_recovery" for more info on the other arguments.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:13 AM
10-05-2005 05:13 AM
Re: Ignite Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:38 AM
10-05-2005 05:38 AM
Re: Ignite Backup
The use of ignite backup should be to backup only OS (vg00).
It is not the best tool for backuping up data in other VGs. The reason being that the application files are of no use sometimes when backup up online.
So proper backup for applications should be taken seperately as per the application specific procedure.
This also is true because ignite backup will recover system when OS disk has failed. After replacing disk and restoring ignite you can recover other VG's using vgimport command and the full recovery even if successful will take much more time.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 04:31 AM
10-10-2005 04:31 AM
Re: Ignite Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 04:31 AM
10-10-2005 04:31 AM