- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Back up problem
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
12-01-2003 07:33 PM
12-01-2003 07:33 PM
I am facing one problem during Ignite Backup(Make_Tape_Recovery),
I used to take Backup as follows:
make_tape_recovery -A -I -a /dev/rmt/0mn
But I am getting some warnings when i run this command.
Its saying, cannot take backup for more than 2GB file.(Attachment is there)
Can any anyone tell me the probable solution for it or can anyone tell me how to take Ignite Back up with file size more than 2 GB.
Or is there any way to take Ignite Backup excluding more than 2 GB files.
Thank
Utpal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 07:42 PM
12-01-2003 07:42 PM
Re: Ignite Back up problem
Ignite is based on pax, a tar variant. Basic tar is limited to 2GB maximum file size.
You can always exclude your data & application directories, and backup them with fbackup.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 07:46 PM
12-01-2003 07:46 PM
Re: Ignite Back up problem
What hpux version are you running ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 07:50 PM
12-01-2003 07:50 PM
Re: Ignite Back up problem
Thanks for the mail.
We are using HP-UX 11i
We need to take backup more than 2GB with Ignite is it possible.
If I want to exclude these 2GB which command will enable this to run the command.
Thanks
Utpal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 07:51 PM
12-01-2003 07:51 PM
Re: Ignite Back up problem
Download and install the latest ignite software from
http://software.hp.com/products/IUX/download.html#N01C0A538.02A39754
Your version 3.7.96 , latest 4.4
Download pax patch
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_28414&context=hpux:800:11:11
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 07:52 PM
12-01-2003 07:52 PM
Re: Ignite Back up problem
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 08:04 PM
12-01-2003 08:04 PM
Re: Ignite Back up problem
make_tape_recovery is good to create a bootable backup for boot disk.
So better you create make_tape_recovery for vg00 only and backup for your other vg (seperated).
# make_tape_recovery -x inc_entire=vg00 -v -a /dev/rmt/0mn
The solution for your problem will be on the next version on Ignite/UX.
And to exclude, you can use the '-x exclude=file|dir' option. Please see the man page of make_tape_recovery.
Hope this information can help.
Best Regards,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 08:13 PM
12-01-2003 08:13 PM
SolutionYou can try to use Robert Jan's advice by update the Ignite/UX into the latest one (version B.4.4.3) and install also the pax cummulative patch (PHCO_28414).
I saw this on patch sympthom (PHCO_28414) :
Any attempt to backup a file of size 2GB or greater using pax(1M) results in the following failure.
Remove the old Ignite/UX first before applying the latest Ignite/UX version.
If this can't resolve the problem, you can try to seperate the backup. Just using make_tape_recovery for bootable backup.
Hope this information can help.
Best Regards,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 08:26 PM
12-01-2003 08:26 PM
Re: Ignite Back up problem
Thanks, everyone for nice reply, I think this will serve our purpose.
Utpal.