Operating System - HP-UX
1833497 Members
2635 Online
110052 Solutions
New Discussion

Problem with make_tape_recovery

 
Jose_129
Regular Advisor

Problem with make_tape_recovery

I have warnings with Make_tape_recovery, my OS is HPUX 11.23.

# make_tape_recovery -A -I
* Creating local directories for configuration files and archive.

======= 03/09/06 20:12:15 SAT Started make_tape_recovery. (Thu Mar 09
20:12:15 SAT 2006)
@(#) Ignite-UX Revision B.5.0.35
@(#) net_recovery (opt) $Revision: 10.616 $

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2006-03-09,20:12/system_cfg vg00
save_config: warning - cannot find /etc/rc.config.d/namesvrs, not possible to se
t NIS keywords
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con
f
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg00.mapfile /dev/vg00
vgexport: Volume group "/dev/vg00" is still active.

* Backing Up Volume Group /dev/vg01
* /usr/sbin/vgcfgbackup /dev/vg01
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.con
f
* Creating Map Files for Volume Group /dev/vg01
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg01.mapfile /dev/vg01
vgexport: Volume group "/dev/vg01" is still active.

* Creating Control Configuration.
* Creating Archive File List
WARNING: list_expander returned a warning,please check the log file.
* Creating Archive Configuration

* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2006-03-09,20:12/archive_cfg -g
/var/opt/ignite/recovery/2006-03-09,20:12/flist -n 2006-03-09,20:12 -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
Adding /opt/ignite/Version file to LIF.
98228+1 records in
98228+1 records out
* /opt/ignite/data/scripts/make_sys_image -c n -d /dev/rmt/0mn -t n -s
local -n 2006-03-09,20:12 -m t -w
/var/opt/ignite/recovery/2006-03-09,20:12/recovery.log -u -R -g
/var/opt/ignite/recovery/2006-03-09,20:12/flist -a 10389050

* Preparing to create a system archive

* Archiving contents of novacer3 via tar image to local device/dev/rmt/0m
n.
* 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 back-up:
/var/tmp/ign_configure/make_sys_image.log
/var/stm/data/tools/monitor/MON_RESTART_IN_PROGRESS

WARNING: There was a problem with the list of files/directories to archive.
Input: /var/opt/ignite/recovery/2006-03-09,20:12/flist
The following line(s) had too few/incorrect entries in each of them.
Problem lines:
line: 32 oracle/app/oracle/nova/bin/nmo0 100644 1120150104 0 0
WARNING: Could not read the /etc/rc.config.d/namesvrs file.
* Cleaning up old configuration file directories

======= 03/09/06 20:29:01 SAT make_tape_recovery completed with warnings

Why the warnings?

Regards,

Jose
Change password in way single user, beginning in multiuser way console
4 REPLIES 4
Jose_129
Regular Advisor

Re: Problem with make_tape_recovery

Any news.

Please help me.

Regards,

Jose
Change password in way single user, beginning in multiuser way console
Antonio Cardoso_1
Trusted Contributor

Re: Problem with make_tape_recovery

Jose,
did you check file permissions of /etc/rc.config.d/namesvrs ? This file has -r--r--r-- permissions on my servers, and causes no warning during backup.

Regarding oracle/app/oracle/nova/bin/nmo0 : shouldn't we have a full path here instead of a relative one?

r,
antonio.
Muthukumar_5
Honored Contributor

Re: Problem with make_tape_recovery

line: 32 oracle/app/oracle/nova/bin/nmo0 100644 1120150104 0 0

what is there in configuration file? check it change to absolute path from /

WARNING: Could not read the /etc/rc.config.d/namesvrs file.
* Cleaning up old configuration file directories

check as,

ls -l /etc/rc.config.d/namesvrs

it has to have the read permission. Check also the directory permission of,

ls -ld /etc/rc.config.d/

--
Muthu
Easy to suggest when don't know about the problem!
Evan Splett
New Member

Re: Problem with make_tape_recovery

Had the same problem with the Oracle nmo0 files from Oracle Application Server.

This is HP-UX 11.11 and Ignite UX C.7.1.93.
Cannot find any documentation on the format of the flist file.


WARNING: There was a problem with the list of files/directories to archive.
Input: /var/opt/ignite/recovery/2007-04-26,10:53/flist
The following line(s) had too few/incorrect entries:
Problem lines:
line: 31 apps/oracle/ias_infra/bin/nmo0 100600 1084965120 0 0 NA 1 0x734c 0x40010001
line: 30 apps/oracle/ias_apps/bin/nmo0 100600 1084965120 0 0 NA 1 0xe1c4 0x40010001
* Archive created and rewind the tape to beginning of tape.

======= 04/26/07 11:21:14 EDT make_tape_recovery completed with warnings