Wednesday 11 January 2017

vCenter 6 Windows Syslog Server Config

In vSphere 6 when deploying vCenter for Windows VMware syslog server is deployed with it by default. In this post I will describe how you can locate the config file and some of the changes I have performed for my setup

1) As you can see when you log in to vCenter and drill down to a particular vCenter instance and go to Manage > Settings > Syslog collector you will see the current settings. If you have selected, the default installation path of vCenter then you can see that the logs are stored at "C:\ProgramData\VMware\vCenterServer\data\vmsyslogcollector" otherwise it will be stored accordingly the drive you installed vCenter to. i.e. if you installed to the e:\ drive then your logs should default to "E:\ProgramData\.."

Also under Windows Services you should see the service "VMware Syslog Collector" running.

The first step would be to modify the log path to match your needs as you most likely not want it on your OS drive C:\.

2) Go to "C:\ProgramData\VMware\vCenterServer\cfg\vmsyslogcollector", use your favourite text editor to open config.xml file

3) Locate "<defaultDataPath> </defaultDataPath>" tag and you should see the current path of where the logs will go and it should match what you find in step 1

4) Edit the path to where you would like to store your logs, I have amended my one to point to my e:\vmsyslog folder and save the file.

5)Now restart the Windows Services for this component which is "VMware Syslog Collector"

6)If you drill back down to your vCenter settings Manage > Settings > Syslog Collector you should see the log path should have changed to reflect your new folder

7) If you look at the previous screenshot you can see that there are other settings such as ports to listen on, log file size rotations etc. All these settings are also within config.xml file which you can modify (Step 2 for path of config file).

If you do decide to change the default ports (UDP 514 or TCP 1514 for SSL) for syslog to listen on, then you need to make sure you change the Windows Firewall Rules (Windows Server 2012 R2) to allow the ports. There are 3 rule in Windows Firewall "VMware Common Logging Service", "VMware Syslog Collector" and "VMware Syslog Collector" which corresponds to the default syslog ports. The two rules that I would change would be "VMware Syslog Collector" and "VMware Syslog Collector" as I believe "VMware Common Logging Service" rule is used for other VMware related services as well. 

Other things to look out for is to make sure the rule is "Enabled" and also the "Profiles" that the rules apply to matches your Network Card Profile.

I will have another post which will document how you get your ESXi to send their logs across to this vCenter Syslog server.

No comments:

Post a Comment

New Azure KMS IP and domain Addresses for activation

For Windows virtual machines deployed into Azure using marketplace images you may have created rules in your NSG or firewalls to allow the s...