AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Crontab -Error

    Posted Sat February 25, 2012 09:35 AM

    Originally posted by: nimeshjoshi27


    Dear All

    I need to run cronnew.sh script at every 5 mins on all days , but I am getting below error

    A line of the crontab file:
    0,5,10,15,20,25,30,35,40,45,50,55,60 * * * * /u00/app/wl101310/OBIEE/domains/OBIDEV/cronnew.sh >/dev/null 2>&1

    contains the following error:
    0481-077 The date or time is either too large or too small.

    please advise


  • 2.  Re: Crontab -Error

    Posted Sat February 25, 2012 09:43 AM

    Originally posted by: nimeshjoshi27


    Can anyone please help me ASAP>?


  • 3.  Re: Crontab -Error

    Posted Sat February 25, 2012 09:58 AM

    Originally posted by: SystemAdmin


    Sure, IBM can - 1.800.IBM.SERV

    This isn't a free, on-demand support forum.


  • 4.  Re: Crontab -Error

    Posted Sat February 25, 2012 10:06 AM

    Originally posted by: SystemAdmin


    Can you try this.

    0,5,10,15,20,25,30,35,40,45,50,55 * * * * /scriptsl/alert.sh >> /dev/null 2>&1
    Kannan


  • 5.  Re: Crontab -Error

    Posted Sat February 25, 2012 10:15 AM

    Originally posted by: romeo_ninov


    60 minutes is = 0 so you
    1. start task twice
    2. minutes field in cron can be from 0 to 59


  • 6.  Re: Crontab -Error

    Posted Sat February 25, 2012 11:28 AM

    Originally posted by: nimeshjoshi27


    I have tried the option

    5,10,15,20,25,30,35,40,45,50,55,60 * * * * /u00/app/wl101310/OBIEE/domains/OBIDEV/cronnew.sh >/dev/null 2>&1

    but it is also not working . Any Suggestions ?


  • 7.  Re: Crontab -Error

    Posted Sat February 25, 2012 11:37 AM

    Originally posted by: nimeshjoshi27


    Hi Kannan,

    I have tried this also
    0,5,10,15,20,25,30,35,40,45,50,55 * * * * /scriptsl/alert.sh >> /dev/null 2>&1

    But No Luck


  • 8.  Re: Crontab -Error

    Posted Sun February 26, 2012 09:06 AM

    Originally posted by: Sireesha_dadi


    Once try this

    0,5,10,15,20,25,30,35,40,45,50,55 * * * * /scriptsl/alert.sh 1>/dev/null 2>/dev/null
    Siri