1825775 Members
2297 Online
109687 Solutions
New Discussion

fbackup

 
SOLVED
Go to solution
Vogra
Regular Advisor

fbackup

Hi all!
last night although my cron job worked normally, my fbackup schedulled job didn't. The root e-mail don't show anything; the SAM log (/var/sam/log) don't have alter. Can I find in another file some informations?
I do it now (scheduling) and works fine.
Thanx.
We are spirits in the material world
6 REPLIES 6
Krishna Prasad
Trusted Contributor

Re: fbackup

Does your cron log show your job trying to start? If you don't see it trying to start and other jobs start double check your crontab syntax.
Positive Results requires Positive Thinking
fg_1
Trusted Contributor

Re: fbackup

Claudio

Please list out your cron log so that we may double check the syntax.
Olivier LEGRAND
Frequent Advisor

Re: fbackup

Hi,

Verify that your standard output is not redirected.

Regards
Vogra
Regular Advisor

Re: fbackup


below is the problematic line
20 00 * * 2-6 /sbin/sam/lbin/br_backup DAT FULL Y /dev/rmt/3m /etc/sam/br/graphPCAa22593 root Y 1 N > /var/sam/S
AM_br_msgs 2>&1

below the new line I submited today
42 9 * * 5 /usr/sam/lbin/br_backup DLT FULL Y /dev/rmt/3m /etc/sam/br/graphZCAa28205 root Y 1 N > /var/sam/SAM_b
r_msgs 2>&1

I saw that the parameter before "FULL" is different. Both of them was criated via SAM. But the first line worked fine yesterday.
We are spirits in the material world
Olivier LEGRAND
Frequent Advisor
Solution

Re: fbackup

Hi,

br_backup is in /usr or /sbin ?

Olivier
Vogra
Regular Advisor

Re: fbackup

Legrand,
a hell changed the path...

Thanx so much
We are spirits in the material world