Operating System - HP-UX
1755696 Members
3262 Online
108837 Solutions
New Discussion юеВ

Not able to take ignite backup.

 
Vivek.D
Advisor

Not able to take ignite backup.

Command issued : make_tape_recovery -AIv -a /dev/rmt/79mn

Iam getting this error while taking ignite backup.



* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2007-08-22,19:47/system_cfg vg00
ERROR: source_read failed: Invalid argument (errno = 22).
ERROR: sourefile_open: source read: Invalid argument (errno = 22).
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Not able to take ignite backup.

Shalom,

This can be caused by a disk problem in /var filesystem logical volume.

Could be a command option issue:

#!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00 -x exclude=/home -d "description"

Just add your -a /dev/rmt/79mn

That might not be the correct tape device to use.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens_1
Honored Contributor

Re: Not able to take ignite backup.

Hi,

What version of Ignite are you running?

----
* JAGag29820 fix. When running previous versions of the save_config command you may see the following ERROR messages:

ERROR: source_read failed: Invalid argument (errno = 22).
ERROR: sourefile_open: source read: Invalid argument (errno = 22).

It is safe to ignore these ERRORs since loadfile is used to look for ISL on each disk to determine bootability during I/O inventory. Beginning with this release, the ERROR messages are redirected to /dev/null.
----
http://www.docs.hp.com/en/IUX/docs/Cver_release_note.html

Regards,
Robert-Jan
Vivek.D
Advisor

Re: Not able to take ignite backup.

Its a known error. You can ignore this error.
After some time backup will start automatically