Browse Community
Help
Log In
Responses(5)
Solutions(0)
ionthegeek
2 Intern
•
2K Posts
1
March 26th, 2013 05:00
This is caused by a known issue in certain versions of the Avamar kickstart. Please open an SR and ask them to follow KB esg133746 to correct this issue on your system.
3
March 26th, 2013 07:00
Also, the hotfix for this issue is 46987 and it is customer installable.
rmartin3_d223b2
1 Rookie
28 Posts
April 2nd, 2013 08:00
Hi,
I opened a SR and support modified this file:
root@avamar:/etc/logrotate.d/#: cat aide
/var/log/secure.* {
compress
weekly
maxage 90
rotate 5
notifempty
missingok
create 640 root root
postrotate
endscript
}
After
/var/log/secure {
rotate 12
create 640 admin admin
Thanks so much for your help.
Best Regards
Thilek
2 Posts
0
April 28th, 2013 23:00
I have had the same issue as above and edited the aide file. Do we have to restart the mcs service ?
April 29th, 2013 01:00
It is not necessary restart MCS.
Dell Support Resources
View All
Top
ionthegeek
2 Intern
•
2K Posts
1
March 26th, 2013 05:00
This is caused by a known issue in certain versions of the Avamar kickstart. Please open an SR and ask them to follow KB esg133746 to correct this issue on your system.
ionthegeek
2 Intern
•
2K Posts
3
March 26th, 2013 07:00
Also, the hotfix for this issue is 46987 and it is customer installable.
rmartin3_d223b2
1 Rookie
•
28 Posts
1
April 2nd, 2013 08:00
Hi,
I opened a SR and support modified this file:
root@avamar:/etc/logrotate.d/#: cat aide
/var/log/secure.* {
compress
weekly
maxage 90
rotate 5
notifempty
missingok
create 640 root root
postrotate
endscript
}
After
root@avamar:/etc/logrotate.d/#: cat aide
/var/log/secure {
compress
weekly
maxage 90
rotate 12
notifempty
missingok
create 640 admin admin
postrotate
endscript
}
Thanks so much for your help.
Best Regards
Thilek
2 Posts
0
April 28th, 2013 23:00
I have had the same issue as above and edited the aide file. Do we have to restart the mcs service ?
rmartin3_d223b2
1 Rookie
•
28 Posts
0
April 29th, 2013 01:00
Hi,
It is not necessary restart MCS.
Best Regards