Sponsored Content
Full Discussion: Log file not getting updated
Top Forums Programming Log file not getting updated Post 302249232 by KornFire on Tuesday 21st of October 2008 01:20:25 AM
Old 10-21-2008
Hi jim, i used following command:
Quote:
[monti@blr ~]$ df -m /home/monti/log
Filesystem 1M-blocks Used Available Use% Mounted on
miacc:/export/home/monti/log
100827 62970 36849 64% /home/monti
/log

I think, there is enough disk space for a log file.

i'm not sure how to use mtime to find out logfile is getting updated. I have little idea abt mtime, with that i think, it'll print same value if its getting updated by some function or printing same value again and again.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Creating an updated file

Hi, I would like to define a script in order to update a file with the last updated records: I wrote : #!/bin/sh YEAR=$(date +%Y) MONTH=$(date +%m) DAY=$(date +%d) COMM=/usr/bin/comm for file in * ; do if ] ; then FILE=${DPSTY} UNIQUE=Unique_${FILE} ... (4 Replies)
Discussion started by: dbfree
4 Replies

2. UNIX for Dummies Questions & Answers

Find last updated file

Hi all, my problem is teh following: I need to move a file from a folder to another and I usually do it by the get command but in this case I have a list of file in the source folder and I have to select only the lust updated one. Ho to do this? All the files have the same name followed... (4 Replies)
Discussion started by: callimaco0082
4 Replies

3. Shell Programming and Scripting

If File has been updated, do something??

Put this together from somewhere else on the forums, just modified it and added the loop. #!/bin/ksh localFile=$1 remoteFile=$2 #source FTP parameters . .ftp_put.cfg mylog=ftp_session.log echo "$(date "+%H:%M:%S") - Attempt to FTP $1 to $2" > $mylog machine="server1 server2... (5 Replies)
Discussion started by: cbo0485
5 Replies

4. Shell Programming and Scripting

Problem updated file with new entries

Hi, I have a file, fileA, that consists of two fields. Field 1 has an old object name, and field 2 has a new object name. I would like to search and replace a master file, FileB, by substituting the old object name (field 1 in fileA) with the new object name ( field 2 in fileA). FileA:... (16 Replies)
Discussion started by: pitccorp01
16 Replies

5. Shell Programming and Scripting

trying to check if the file is getting updated or not

#!/bin/sh #set -x Current_Date=`date +"%b %e"` Filepmdate=`ls -ltr /file/ | tail -5 | awk '{print $6,$7}'` if ; then echo " " exit 0 else echo "Log files are not updated please check" exit 0 fi done > sh -x l12.sh + + date +%b %e Current_Date=Aug... (2 Replies)
Discussion started by: arch12
2 Replies

6. Shell Programming and Scripting

Is there any command to know what updated last in file?

Is there any command to know what updated last in file? (3 Replies)
Discussion started by: anuragpgtgerman
3 Replies

7. Shell Programming and Scripting

Log search and mail it if the log is updated before 24 hours from the current time

Hi , We have around 22 logs , each has different entries. I have to automate this using shell script. The ideas which am sharing is given below 1) We use only TAIL -100 <location and name of the log> Command to check the logs. 2) We want to check whether the log was updated before 24... (13 Replies)
Discussion started by: Kalaihari
13 Replies

8. Shell Programming and Scripting

How to find the any log which is not updated since particular date?

Hello, Iam running with one issue, since particular date looks like one of the script vanished from the system after restarting of the system. I dont know which scrit it was but definatelt there should be one. but might be some logs would be there which have not updated from that day. so... (2 Replies)
Discussion started by: ajju
2 Replies

9. Shell Programming and Scripting

Log File updated time

hi can any one please help on below .im new to shell scrpting i need to write a shell script which will check particular log file is presented or not in specific location ,if yes how long it was not modified/not rolling ?if its not modified/log is not rolling script will have to send mail (9 Replies)
Discussion started by: 4Learning
9 Replies
isdnlog(5)						    Linux System Administration 						isdnlog(5)

NAME
/var/log/isdn.log - isdn log file DESCRIPTION
The main purpose of isdnlog is to create a log file with information about all incoming and outgoing calls, namely: this file. The file has 19 fields, separated by pipe characters "|" with fixed length. The fields are: 1 Time of connect 2 Caller's number (if transmitted) 3 Called number 4 Duration of connection in seconds 5 Duration of connection in 1/100 seconds 6 Time of connect (as usual in seconds since 1970) 7 Number of charge signals received (-1 if you don't get charge signals) 8 I = Incoming or O = Outgoing 9 Cause Code if connection was not established 10 Number of bytes transferred (incoming) 11 Number of bytes transferred (outgoing) 12 Version number of isdnlog 13 ISDN Service Code 14 1 = called by isdn user, 0 = called by analog user 15 Costs per charge unit (e.g. 0.062 in Germany) 16 Currency of charge unit (e.g. EUR in most parts of Europe) 17 Total cost of connection 18 Provider 19 Zone FILES
/var/log/isdn.log This file: isdnlog log file. SEE ALSO
isdnlog(8) AUTHOR
This manual page was written by Andreas Jellinghaus <aj@dungeon.inka.de>, for Debian GNU/Linux and isdn4linux. Now maintained by Paul Slootman <paul@debian.org>. ISDN 4 Linux 3.13 2002/01/31 isdnlog(5)
All times are GMT -4. The time now is 01:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy