Operating System - HP-UX
1827295 Members
3143 Online
109717 Solutions
New Discussion

Ignite on tape showing error

 
ani007
Super Advisor

Ignite on tape showing error

Hi,
I am trying to take ignite backup on tapes.completed with the following error

* Archiving contents of xxxx02 via tar image to local device/dev/rmt/0mn.
pax: write : I/O error
pax: A write error has occurred.
WARNING: The pax command returned a non-zero exit status (exit status 1).
* Creation of system archive complete.

* Cleaning up old configuration file directories

======= 04/15/11 15:57:44 EDT make_tape_recovery completed with warnings


Logged a case with HPRC & they said tape drive is ok.Even we clean the drive with cleaning tape & put a fresh tape ..still the same error.

B.11.11
9000/800/rp4440
Ignite-UX C.6.2.241 HP-UX System Installation Services

#make_tape_recovery -a /dev/rmt/0mn -A -x inc_entire=vg00 -x exclude=/var/adm/crash -x exclude=/var/opt/backup

Please help me..

Regards,
Ani
10 REPLIES 10
Turgay Cavdar
Honored Contributor

Re: Ignite on tape showing error

ani007
Super Advisor

Re: Ignite on tape showing error

Thx for quick reply.But i tried to take tar backup of two large files & without any error successfully tarbackup completed on tapes...then how can you say that problem is with tape or tape drive.
user001
Frequent Advisor

Re: Ignite on tape showing error


does it always use pax?

pax has a 2GB file size limitation. Just a thought. I don't remember seeing it use pax with ours, maybe you can specify a different archiver. I might be way off here though.

Any ignite patches available?

Turgay Cavdar
Honored Contributor

Re: Ignite on tape showing error

As it is an I/O error, either you have a problem reading the source (file system , disk) or writing to tape (drive,tape).

Note: Your ignite version is quite old and it is out of support.
Bill Hassell
Honored Contributor

Re: Ignite on tape showing error

Since your Ignite software is badly out of date, your pax program is probably out of date too. I would NOT use the -A option and instead add the -I (capital I). And to change backup method, add the option -m tar to the command line as well as -v to see more details:

#make_tape_recovery -a /dev/rmt/0mn -I -v -m tar -x inc_entire=vg00 -x exclude=/var/adm/crash -x exclude=/var/opt/backup

Don't run old Ignite software. Computers get new hardware (I/O cards, disks, tape drives) and you'll eventually run into problems. This also includes the latest patches for pax as well as tar. Since your Ignite software is so old, you will have to swremove the old copy and install the latest (C.7.12.519).


Bill Hassell, sysadmin
ani007
Super Advisor

Re: Ignite on tape showing error

HI Bill,
I tried with ur tar option command but same result.Once i install new ignite s/w i will get in touch with u again.Is it require reboot if i install the s/w again...

Regards,
ANI
Dennis Handly
Acclaimed Contributor

Re: Ignite on tape showing error

>Is it require reboot if I install the s/w again?

You shouldn't need to reboot to install ignite software.
ani007
Super Advisor

Re: Ignite on tape showing error

HI,
I have install the new ignite s/w.Put a new tape.Please find the attachment.

Regards,
Ani
Bill Hassell
Honored Contributor

Re: Ignite on tape showing error

These errors still indicate an I/O problem. And since a tar from an single lvol works OK, I am guessing that this tape drive is on the same bus as your disks. Please supply an ioscan -kf. As a note, LTO (Ultrium) drives are far too fast to be used on internal SCSI cards or shared with any other disks. LTO drives should be on a dedicated Ultra320 SCSI interface. Otherwise, they should be on a fibre connection (2Gbit or faster).


Bill Hassell, sysadmin
ani007
Super Advisor

Re: Ignite on tape showing error

Tnx all