1834368 Members
2288 Online
110066 Solutions
New Discussion

Problem in Backup

 
Mousa55
Super Advisor

Problem in Backup

Hello
i am take backup to ux server by using
"make_tape_recovery" .
during a backup process
this 'pax' appeared "u01/oracle/podapple.tar : > 8GB. Not Dumped"
this message appeared after i changed the first tape

why is not include this file?
and how to included to same tape without any problems?

thanks and best regards
3 REPLIES 3
양계전_1
New Member

Re: Problem in Backup

hi

pax, tar is not support 8GB


u01/oracle/podapple.tar.. file exclude


make_tape_recovery -x exclude=/u01/oracle
/podapple.tar

then

other tape
fbackup -f /dev/rmt/0mn -i =/u01/oracle
/podapple.tar

Mousa55
Super Advisor

Re: Problem in Backup

i am finsh now yhe backup and another message it is appeared
"Warnnig : the pax command returned a non-zero exit status (exit status1)
*creation of system archive complete
Note: colde not read the /etc/resolv.conf file
* cleaning up old configration file directories "

thanks
Marcel Burggraeve
Trusted Contributor

Re: Problem in Backup

Also keep in mind that Ignite is not supposed to be used as a daily backup tool if that's what you're trying to do here.
Ignite is intented to create a bootable tape ( much more possible then just that, read documentation for more information ) to quickly get a system up and running again after some kind of disaster.
Normally you would make an ignite tape of just vg00 and do your daily backups with eg fbackup or a commercial tool.
You really don't wanna restore seperate files from an Ignite tape.