1832666 Members
3243 Online
110043 Solutions
New Discussion

Ignite backup

 
SOLVED
Go to solution
Salman Ahmed Qureshi
Frequent Advisor

Ignite backup

Hi,
I am running OS backup and in the log file i see following. I have added "umask 022" in my backup script which was suggested by a thread in this forum. Can anyone please tell me if my backup has any issue or backup is fine.

Thanks

* Creating Control Configuration.
NOTE: File: /var/opt/ignite/recovery/2009-07-06,16:57/control_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
* Creating Archive File List
* Creating Archive Configuration

* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2009-07-06,16:57/archive_cfg -g
/var/opt/ignite/recovery/2009-07-06,16:57/flist -n 2009-07-06,16:57 -r
64 -d Recovery\ Archive -t -i 1 -m t
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Tape Archive
NOTE: File: /var/opt/ignite/recovery/2009-07-06,16:57/control_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.
Adding /opt/ignite/Version file to LIF.
48214+0 records in
48214+0 records out
* /opt/ignite/data/scripts/make_sys_image -c n -d /dev/rmt/0mn -t n -s
local -n 2009-07-06,16:57 -m t -w
/var/opt/ignite/recovery/2009-07-06,16:57/recovery.log -u -R -g
/var/opt/ignite/recovery/2009-07-06,16:57/flist -a 13943870

* Preparing to create a system archive.

* Archiving contents of ods-dr via tar image to local device/dev/rmt/0mn.
* Creation of system archive complete.
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the backup:
/var/tmp/ign_configure/make_sys_image.log
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Ignite backup

Shalom,

NOTE: File: /var/opt/ignite/recovery/2009-07-06,16:57/control_cfg is not
world-readable, this may cause clients to fail to read it during an
installation.

This is a recovery concern, not a backup problem. You should do a chmod a+r on the control_cfg file.

Adding /opt/ignite/Version file to LIF.
48214+0 records in
48214+0 records out

The backup itself looks good. Take a look at the log.

No Ignite backup is a good backup unless you have tested it in recovery.

So that is my suggestion. Find a way to test it.

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
Salman Ahmed Qureshi
Frequent Advisor

Re: Ignite backup

thanks