![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| syslog-ng.conf | Tornado | SUN Solaris | 5 | 2 Weeks Ago 04:20 AM |
| Configuring snmpd.conf and snmptrapd.conf | jagdish.machhi@ | UNIX for Advanced & Expert Users | 2 | 04-17-2008 12:01 PM |
| AIX and cron logs filtering ?: /etc/cronlog.conf, /var/adm/cron/log | Keith Johnson | AIX | 0 | 01-09-2008 05:32 PM |
| /etc/modules/conf | jblank1234 | UNIX for Dummies Questions & Answers | 2 | 03-07-2002 07:35 AM |
| /etc/resolv.conf | rpnhavoc | IP Networking | 1 | 02-11-2002 10:04 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
/etc/cronlog.conf not working
I am trying to get the /etc/cronlog.conf working, but so far have not been able to.
I created the /etc/cronlog.conf file with the following entries. logfile=/var/adm/cron/log size=30k rotate=2 compress Then I kill the current cron daemon and check to make sure that it has respawned with a new pid. However, it still does not seem to work. I have tried pointing the logfile to another file to see if it is working, but it still points to the default cron log file. Any ideas? Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Is it possible that the initscript for cron is already specifying a alternate file for configuration? (cron -f /some/file). Try restarting cron forcing the configuration file location: cron -f /etc/cronlog.conf.
Cheers, Keith |
|
#3
|
|||
|
|||
|
the reason why it was not working is due to the fact this is a new option for Aix 5.3. I was trying to get this to work on Aix 5.2. The problem was I was doing a search on IBM' pSeries and Aix Information center and I could not tell which version this applied to.
|
|
#4
|
|||
|
|||
|
Would this cause cronjobs that ran fine under 4.3.3 to not run on 5.3 of AIX?
Mike |
|
#5
|
|||
|
|||
|
we only have gotten as high as Aix 5.2, so I am not sure about 5.3. Did you check the /var/adm/cron/log file?
|
|||
| Google The UNIX and Linux Forums |