Operating System - HP-UX
1826415 Members
3793 Online
109692 Solutions
New Discussion

HP-UX ignite "problem with the list of files/directories to archive"

 
K. Munk Kristensen
Occasional Advisor

HP-UX ignite "problem with the list of files/directories to archive"

Hi...

One of 'my' servers is having a problem with Netignite.

cut from output:
----
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:
/home/hobbit/client/tmp/hobbit_vmstat.2417
/var/tmp/ign_configure/make_sys_image.log

WARNING: There was a problem with the list of files/directories to archive.
Input: /var/opt/ignite/recovery/client_mnt/0x00306EF41BC9/recovery/2006-09-07,01:30/flist
The following line(s) had too few/incorrect entries in each of them.
Problem lines:
line: 1 120755 1123093213 17 0
* Creating CINDEX Configuration File
----

I can not figure out what is wrong with "line: 1"
6 REPLIES 6
RAC_1
Honored Contributor

Re: HP-UX ignite "problem with the list of files/directories to archive"

what version of Ignite? (swlist Ignite-UX) and any more error messages?
There is no substitute to HARDWORK
K. Munk Kristensen
Occasional Advisor

Re: HP-UX ignite "problem with the list of files/directories to archive"

# Ignite-UX B.5.4.50 HP-UX System Installation Services
Ignite-UX.BOOT-KERNEL-IA B.5.4.50 Installation Boot Kernel for IA64 clients
Ignite-UX.BOOT-KERNEL-PA B.5.4.50 Installation Boot Kernel for S700/S800 clients
Ignite-UX.BOOT-SERVICES B.5.4.50 Network Boot Services for System Installations
Ignite-UX.CFG-FILE-11-22 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.CFG-FILE-11-23 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILE-SRV-11-00 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILE-SRV-11-11 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILESRV-1122IA B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILESRV-1123IA B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.IGNITE B.5.4.50 Graphical Ignite User Interface for Installations
Ignite-UX.IGNT-ENG-A-MAN B.5.4.50 Ignite-UX Manual Pages
Ignite-UX.MGMT-TOOLS B.5.4.50 Tools for Managing Data Files on an Ignition Server
Ignite-UX.OBAM-RUN B.5.4.50 User Interface Libraries Needed for Older Systems
Ignite-UX.RECOVERY B.5.4.50 System disaster recovery tools


Nope, no other errors (...and btw. this is 'just' a WARNING) but since 3 other nodes ends with a clean 'OK', I would like to get rid of this WARNING
RAC_1
Honored Contributor

Re: HP-UX ignite "problem with the list of files/directories to archive"

So do you mean to say ignite complets after this wanring?

What is the command that you use?
There is no substitute to HARDWORK
Bernhard Mueller
Honored Contributor

Re: HP-UX ignite "problem with the list of files/directories to archive"

Hello,

this pretty much looks like you have file which name consists of one or more non-printing characters only or something similar.

use ls -b to make sure you get rid of any undesirable file names.

you might have to remove it through the i-node in case using "?" as a metacharacter does not work.

Regards,
Bernhard
K. Munk Kristensen
Occasional Advisor

Re: HP-UX ignite "problem with the list of files/directories to archive"

Yes! checking the files in / showed this 'funny' file link:

Myserver:/# ls -lrtb | grep ^l
lrwxr-xr-x 1 root sys 17 Aug 3 2005 -> /d_cfg_mnt_sb61/.
lrwxr-xr-x 1 root sys 8 Aug 3 2005 bin -> /usr/bin
lrwxr-xr-x 1 root sys 8 Aug 3 2005 lib -> /usr/lib

- and after removing it:
fsddb1a:/# find / -type l -xdev -name " " -exec rm {} \;

my net-ignite ran OK!

Thanks!
K. Munk Kristensen
Occasional Advisor

Re: HP-UX ignite "problem with the list of files/directories to archive"

Problem solved!