Forum Discussion
Jason_L_40779
Nimbostratus
14 years agoLTM CPU utilization Question
I have a question and maybe someone can help me understand CPU utilization. I have a pair 0f 6900's (HA Pair) running 10.2.0 1755, which are provisioned as nominal Because of this, the CPU is gener...
Jason_L_40779
Nimbostratus
14 years agoAccording to the SOL, this is the file where you would make the changes...Unless i'm missing something else. When you say config file... is there somewhere else or would this would be the file?
Using a text editor, open the /usr/share/defaults/config/templates/logrotatecommon.tmpl file
This is my file...
Use the bigpipe shell utility to make changes to the system configuration.
@perl_begin
my $helpLine = "UNIX_CONFIG_LOGROTATECOMMON_REPLACE_TEMPLATEHELP";
print "\ For more information, see $helpLine.\n";
@perl_end
rotate log files daily
daily
logrotate_enhance controls the log files life cycle
rotate UNIX_CONFIG_LOGROTATECOMMON_DEFINE_BACKLOGS
create new (empty) log files after rotating old ones
create
compress
It will override the --force and daily, weekly... options
to rotate logs only when log file reaches certain size.
UNIX_CONFIG_LOGROTATECOMMON_REPLACE_INCLUDE