Home » Infrastructure » Unix » Crontab Not Fire (merged)
icon5.gif  Crontab Not Fire (merged) [message #395314] Wed, 01 April 2009 02:20 Go to next message
madhavamanohar
Messages: 58
Registered: February 2009
Member
Hi All,

In My server four crontab entries are there One for Physical Rman Bkp,Export,archive,Cross check.

But Only Archive log Backup Is not Fire.

All Jobs Are WOrking Exept this Archive JOb.

Note:In this server two instances are there for both instances its not working.

Can Any One Help Me... Smile

Crontab Not Fire [message #395320 is a reply to message #395314] Wed, 01 April 2009 02:30 Go to previous messageGo to next message
madhavamanohar
Messages: 58
Registered: February 2009
Member
Hi All,

In My server four crontab entries are there One for Physical Rman Bkp,Export,archive,Cross check.

But Only Archive log Backup Is not Fire.

All Jobs Are WOrking Exept this Archive JOb.

Note:In this server two instances are there for both instances its not working.

Can Any One Help Me... Smile
Re: Crontab Not Fire [message #395328 is a reply to message #395314] Wed, 01 April 2009 02:40 Go to previous messageGo to next message
tahpush
Messages: 961
Registered: August 2006
Location: Stockholm/Sweden
Senior Member

Won't be easy since your not posting the crontab entries nor log files..
Re: Crontab Not Fire [message #395329 is a reply to message #395320] Wed, 01 April 2009 02:42 Go to previous messageGo to next message
tahpush
Messages: 961
Registered: August 2006
Location: Stockholm/Sweden
Senior Member

No need to double post
Re: Crontab Not Fire [message #395334 is a reply to message #395328] Wed, 01 April 2009 03:00 Go to previous messageGo to next message
madhavamanohar
Messages: 58
Registered: February 2009
Member
eaitnacc:EAITEST:>crontab -l|grep EAITEST
30 18 * * * /opt/oracle/edt/bin/ora_export_dp -s EAITEST -p /opt/oracle/edt/etc/exp_parfile.EAITEST -o consistent=y -o direct=y  > /tmp/fullexp_EAITEST.log 2>&1
08 00 * * * RETRIES=1;export RETRIES;/opt/oracle/edt/bin/rman_backup.ksh -s EAITEST -c rman_EAITEST_backup.cmd  -u rman -k Y -r RCAT > /dev/null 2>&1
17 06,09,12,15,18,21,00,03 * * * /opt/oracle/edt/bin/rman_archive.ksh -s EAITEST -c rman_EAITEST_archive.cmd  -u rman -r RCAT -k n > /dev/null 2>&1
##15 * * * * /opt/oracle/edt/bin/rman_resync.ksh -s EAITEST  -u rman -r RCAT > /dev/null 2>&1
##05 16 * * * RETRIES=1;export RETRIES;/opt/oracle/edt/bin/rman_crosscheck.ksh -s EAITEST -c rman_EAITEST_crosscheck.cmd  -u rman -r RCAT > /dev/null 2>&1
0,15,30,45 08-17 * * 1-5 /opt/oracle/edt/bin/alertscan -s EAITEST
30 19 * * * /opt/oracle/edt/bin/ora_export_dp -s EAITEST1 -p /opt/oracle/edt/etc/exp_parfile.EAITEST1 -o consistent=y -o direct=y  > /tmp/fullexp_EAITEST1.log 2>&1


These Are Crontab Entries..

IN LOg Files its Sttrin that..

eaitnacc:EAITEST:>more rman_archive_EAITEST_20090401_0942.log
09:42:31 start rman archive backup for database EAITEST .

eaitnacc:EAITEST:>

[Updated on: Wed, 01 April 2009 13:08] by Moderator

Report message to a moderator

Re: Crontab Not Fire (merged) [message #395468 is a reply to message #395314] Wed, 01 April 2009 09:29 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
You need to help us by following the Posting Guidelines as stated below.
http://www.orafaq.com/forum/t/88153/0/


>Note:In this server two instances are there for both instances its not working.
Not a valid Oracle error code/message

One possible culprit is that the process's environment is not established for Oracle.

post results from

env | sort
Previous Topic: TOP Command
Next Topic: How to get Duplicate rows in a file
Goto Forum:
  


Current Time: Thu Mar 28 04:42:47 CDT 2024