- Stop the Vmware Syslog collector service
- back up :
- Now edit the vmconfig-syslog.xml file.
- Calculate usage
- Modify the values in note pad
- Start the syslog collector service
Go to your syslog collector machine.
%PROGRAMDATA%\VMware\VMware Syslog Collector\vmconfig-syslog.xml file.
I am using notepad
I want to modify the settings so that my logs size is upped from 2mb to 10mb and we rotate after 40 logs not 20.
Here we need to do some planning to see if we have enough free space.
Count hosts: 100
Current size log max: 2
Current rotation count: 20
Total possible MB used: 100x2x20 = 4,000MB (4gb)
Count hosts: 100
Desired size log max: 10
desired count: 40
Total possible MB used: 100x10x40=40,000MB (40GB)
So the drive where your logs are stored would need 40gbfree in the above example to be able to service future demands.
Modifying this:
<defaultValues>
<port>514</port>
<protocol>TCP,UDP</protocol>
<maxSize>10</maxSize>
<rotate>40</rotate>
<sslPort>1514</sslPort>
</defaultValues>
See also :
0 comments:
Post a Comment