Operating System - HP-UX
1837173 Members
2722 Online
110113 Solutions
New Discussion

Need to identify the ignite files

 
SOLVED
Go to solution
Sreer
Valued Contributor

Need to identify the ignite files

Hi Experts,

I have sone files related to few of my servers.
like:

rw-r--r-- 1 bin sys 13655352 Mar 25 2010 ./opt/ignite/clients/0x00306EF32627/recovery/2010-03-25,16:48/flist
-rw-r--r-- 1 bin sys 13659869 May 27 2010 ./opt/ignite/clients/0x00306EF32627/recovery/2010-05-27,15:33/flist
-rw-r--r-- 1 bin sys 13657247 Jun 24 2010 ./opt/ignite/clients/0x00306EF32627/recovery/2010-06-24,16:51/flist
-rw-r--r-- 1 bin sys 13657856 Jul 27 2010 ./opt/ignite/clients/0x00306EF32627/recovery/2010-07-27,15:42/flist
-rw-r--r-- 1 bin sys 13658831 Sep 29 13:15 ./opt/ignite/clients/0x00306EF32627/recovery/2010-09-29,13:14/flist
Iam not sure these files are related with what!
could you pls tell me what exactly is these files.I checked ignite docs nothing tells any thing abt these files.
Thanks much for your support!

I need some space in my /var can I delete these files?

Rgds
Sree
2 REPLIES 2
Matti_Kurkela
Honored Contributor
Solution

Re: Need to identify the ignite files

The "flist" file contains a list of files stored in the respective recovery archive. It does not contain the actual files: only a list of file names. The list is in a special format that is used to guide the Ignite tools.

For example:
/opt/ignite/clients/0x00306EF32627/recovery/2010-09-29,13:14/flist

is a list of files backed up into Ignite recovery archive from a system whose MAC address is 0x00306EF32627, on 2010-09-29.

The descriptions of the files inside this directory hierarchy are in the FILES section of the make_net_recovery(1M) man page.

MK
MK
Sreer
Valued Contributor

Re: Need to identify the ignite files

Thanks Kurkela for your help !

This thread has been closed.

Rgds
Sree