Custom Log File Revisited I’m always up for increasing the UNIX skills, so I took on this challenge. After several hours of research and tweaking, I’ve got a solution that works nicely. Hardcore command line geeks can start laughing here—for those in the know, ...RE: New Appender: PatternFileAppender LOGFILE.forceRollTime=03:00 log4j.appender.LOGFILE.zipAfterDays=1 log4j.appender.LOGFILE.disposeAfterDays=6 Note: My appender does not limit the number of concurrent open files. May I ask what is the limit in Unix/Linux if anyone knows? ... Rescheduling perl script using at command My requirement is, if the input file is not available then reschedule the script after 30 minutes.I tried to implement this logic using 'at' command by including the below statement in the script : ... List Installed Packages on Your Ubuntu Linux While managing software packages, it stores all the files it depends upon in a /var/lib/dpkg directory. Most of these files you can look into using basic Unix commands, but there's really no need because dpkg does it for you. ... Manual Testing of Terracotta Clustering 2 Server was shutdown using the Unix kill -9 pid command 3 Either no JAVA_OPTS flags were used, or the sakai.cluster.terracotta flag was set to false 4 The sakai.cluster.terracotta JAVA_OPT was used and set to true along with the other ... What's good about 11.50.xC2 One usability issue with the Config Wizard on Windows in xC1 was that the onconfig file it would generate would have some UNIX specific values for parameters such as for Java stored procedures (JVPJAVAVM etc) which would mean extra work ... URGENT-Jobs on AIX executes but does not terminate correctly 11) Days To Retain Log Files. . . . . : [1] 12) Daily Log File Enabled. . . (Y|N): [Y] 13) Timeout for Agent utilities . . . : [30] 14) Locale. . . . . . . . . . . . . . : [] 15) Common Event mechanism. . . . . . : [Y] ... bash: tips and how-tos (1 of n) If you find yourself running the same command with a different argument most of the time, you can find this trick useful. user@localhost~$ wget http://file.example.com/file01.log user@localhost~$ wget http://file.example.com/file06.log ... Top DBA Shell Scripts for Monitoring the Database UNIX Basics for the DBA. Basic UNIX Command. The following is a list of commonly used Unix command:. ps - Show process; grep - Search files for text patterns; mailx - Read or send mail; cat - Join files or display them ... ORACLE interview questions(261-280) Taking backup of archive log files when database is open. For this the ARCHIVELOG mode should be enabled. The following files need to be backed up. All data files. All Archive log, redo log files. All control files. ...
|