1833211 Members
3648 Online
110051 Solutions
New Discussion

syslog / ignite

 
SOLVED
Go to solution
I.Delic
Super Advisor

syslog / ignite

Hi,
Can this be the output of makeing the ignite tape . I got this message in my syslog file

Dec 28 13:07:05 nloos2u1 LVM[8496]: lvlnboot -v
Dec 28 13:07:06 nloos2u1 LVM[8608]: lvlnboot -v /dev/vg00
Dec 28 13:07:08 nloos2u1 LVM[8873]: Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con
f
Dec 28 13:07:08 nloos2u1 LVM[8873]: /usr/sbin/vgcfgbackup /dev/vg00
Dec 28 13:07:08 nloos2u1 LVM[8874]: /usr/sbin/vgexport -p -m /etc/lvmconf/vg00.mapfile /dev/vg00
Dec 28 13:07:08 nloos2u1 LVM[8875]: Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.con
f
Dec 28 13:07:08 nloos2u1 LVM[8875]: /usr/sbin/vgcfgbackup /dev/vg01
Dec 28 13:07:08 nloos2u1 LVM[8876]: /usr/sbin/vgexport -p -m /etc/lvmconf/vg01.mapfile /dev/vg01
Dec 28 13:07:08 nloos2u1 LVM[8877]: Volume Group configuration for /dev/vg02 has been saved in /etc/lvmconf/vg02.con
f
Dec 28 13:07:08 nloos2u1 LVM[8877]: /usr/sbin/vgcfgbackup /dev/vg02
Dec 28 13:07:08 nloos2u1 LVM[8878]: /usr/sbin/vgexport -p -m /etc/lvmconf/vg02.mapfile /dev/vg02

Thank you in advance

Idriz
15 REPLIES 15
Pete Randall
Outstanding Contributor

Re: syslog / ignite

Idriz,

First question:

Did you run a make_tape_recovery at 13:07 yesterday?

If not, did you do any lvm work that might have caused vgcfgbackup to be run (it gets run automatically after many of the lvm commands)?


Pete

Pete
Ranjith_5
Honored Contributor

Re: syslog / ignite

Hi Delic,

Your Ignite logs will be there in /var/opt/ignite/logs.

regards,
Syam
I.Delic
Super Advisor

Re: syslog / ignite

Pete,

12/28/04 13:06:58 MET Started make_tape_recovery. (Tue Dec 28
13:06:58 MET 2004)
@(#) Ignite-UX Revision B.5.1.33
@(#) net_recovery (opt) $Revision: 10.618 $


Idriz
Ranjith_5
Honored Contributor

Re: syslog / ignite


Hi Delic,

The first one is not the output of ignite process but seems it is pointing to the ignite activity while considering the time stamps ofthe make_recovery and the syslog messages.The syslog messages started at 13:07 while u started the ignite backup process just before that.

regards,
Syam
Pete Randall
Outstanding Contributor

Re: syslog / ignite

Idriz,

Since I've started running VPARs, I haven't been doing make_tape_recovery any more so I can't really remember. It sounds reasonable to me that these messages would come from the m_t_r command. Could you try running it again to see if the messages show up again?


Pete

Pete
Ravi_8
Honored Contributor
Solution

Re: syslog / ignite

Hi,
Yes, these are standard o/p showm during make_tape_recovery.

/var/opt/ignite/log stored log report of ignite operations
never give up
Ravi_8
Honored Contributor

Re: syslog / ignite

Hi,
Yes, these are standard o/p showm during make_tape_recovery.

/var/opt/ignite/log stored log report of ignite operations (i.e installing using ignite method et all)
never give up
I.Delic
Super Advisor

Re: syslog / ignite

i see nog log files in /opt/ignite/log

why is that?

Where i kan find my log files from ignite process

idriz
I.Delic
Super Advisor

Re: syslog / ignite

i see no log files in /opt/ignite/log

why is that?

Where i kan find my log files from ignite process

idriz
I.Delic
Super Advisor

Re: syslog / ignite

sorry it is /var/opt/ignite/logs directory
Ranjith_5
Honored Contributor

Re: syslog / ignite

Yes, Your Ignite logs will be there in /var/opt/ignite/logs

regards,
Syam
I.Delic
Super Advisor

Re: syslog / ignite

i see no log files in my directory and i did make an ignite tape

where are my log_files


idriz
Pete Randall
Outstanding Contributor

Re: syslog / ignite

Idriz,

From the man page:

The make_tape_recovery always stores the archive on the local tape but can store its configuration, log, and status files either locally or on an Ignite-UX server specified by the -s option. If make_tape_recovery stores its configuration files locally, the directory /var/opt/ignite/recovery is used to store the following files. If make_tape_recovery uses the server to store the files, the /var/opt/ignite/clients/0x{LLA}/recovery directory will be used.

Are you using the -s option?


Pete

Pete
Stf
Esteemed Contributor

Re: syslog / ignite

You doesn't have any make_rec.log1 make_rec.log2 in /var/opt/ignite/logs directory?

try to make a :

# find / -name *.log1
or # find / -name make*.log*

Stf ;-)
I.Delic
Super Advisor

Re: syslog / ignite

i did not use -s
i used

make_tape_recovery -x inc_entrie=vg00 command

I have all those file in de recovery directory

idriz