1833398 Members
3029 Online
110052 Solutions
New Discussion

ignite -ux log files

 
SOLVED
Go to solution
Tvs
Regular Advisor

ignite -ux log files

hai,

where we can find out the ignite-ux log file.


thanks in advance
8 REPLIES 8
Pat Lieberg
Valued Contributor

Re: ignite -ux log files

Try:

/var/opt/ignite/server
Raj D.
Honored Contributor

Re: ignite -ux log files

Hi Tvs ,

You can find in :

/var/opt/ignite/recovery/latest/recovery.log

And the file will contain the detials of Ignite backup log.

Cheers ,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
RAC_1
Honored Contributor

Re: ignite -ux log files

/var/opt/ignite
There is no substitute to HARDWORK
Pat Lieberg
Valued Contributor
Solution

Re: ignite -ux log files

I typed it wrong, for the Ignite server log its:

/var/opt/ignite/logs/ignite
Uday_S_Ankolekar
Honored Contributor

Re: ignite -ux log files

/var/opt/ignite/recovery/latest/recovery.log

-USA..
Good Luck..
Raj D.
Honored Contributor

Re: ignite -ux log files

Hi Tvs ,

To check whether the Ignite Backup completed successfully or not you can do the following:

$ cat /var/opt/ignite/recovery/latest/recovery.log | grep -i complete


Cheers ,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Devender Khatana
Honored Contributor

Re: ignite -ux log files

Hi TVS,

The directory /var/opt/ignite/recovery is the directory which will have different directory for various sessions. The directory syntax will be YYYY-MM-DD,HH:MM . The recent backup directory will be linked to latest in the same directory.

Also only two recent directories will be visible in this directory as others will get removed by itself.

HTH,
Devender
Impossible itself mentions "I m possible"
Tvs
Regular Advisor

Re: ignite -ux log files

thanks to all