Hi,
AIX(10g)
Linux(12c)
I have done a migration from aix to Linux. I have to copy all scripts on crontab from aix to Linux. The issue is I am having error running the scripts.
contents of crontab linux
00,05,10,15,20,25,30,35,40,45,50,55 * * * * . /home/archicom/.profile; /archicom/appli/bin/lancer_application_mauritius >> /archicom/appli/tmp/lancer_application_mauritius.log 2>/dev/null
23 12 * * * . /home/archicom/.profile; /archicom/appli/bin/recyclePartitionedObject.sh -db ARCHICOM -u archicom/archicom > /tmp/test.log 2>&1
00 * * * * . /home/archicom/.profile; /archicom/appli/bin/archive_files.sh >/tmp/archive_files.log 2>&1
#30 03 * * * . /home/archicom/.profile; /archicom/cdr/check/jun13/today/runALL.sh
05 06,15 * * * . /home/archicom/.profile; /archicom/data/chrg/rejets/p.sh >/tmp/badp.log 2>&1
06 06,15 * * * . /home/archicom/.profile; /archicom/cdr/preeya/rej/bad.sh >/tmp/badpp.log 2>&1
07 06,15 * * * . /home/archicom/.profile; /archicom/cdr/preeya/rej/load.sh >/tmp/bapp.log 2>&1
00 03,14 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/voice.sh >/tmp/cdrp.log 2>&1
30 03,14 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/sms.sh >/tmp/cdrp.log 2>&1
30 02,14 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/logica.sh >/tmp/cdrp.log 2>&1
10 01,15 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/MMS.sh >/tmp/cdrp.log 2>&1
20 01,13 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/data.sh >/tmp/cdrp.log 2>&1
20 05,15 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/web.sh >/tmp/cdrp.log 2>&1
20 04,19 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/crbt.sh >/tmp/cdrp.log 2>&1
40 05,14 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/tap.sh >/tmp/cdrp.log 2>&1
20 02 * * * . /home/archicom/.profile; /archicom/cdr/preeya/script/seqcdr.sh >/tmp/cdrps.log 2>&1
03,08,13,18,23,28,33,38,43,48,53,58 * * * * . /home/archicom/.profile; /archicom/appli/bin/loadcrestelfile.sh
attached is the .profile which calls perso.profile
1. Do I need to copy all in profile and profile perso in bash_profile?
when I run the first script I get
/archicom/appli/bin/loadPartitionedObject.sh: ligne 900 : set: -A : option non valable
Please advise.
Regards,
Joe