HOWTO: Configure SYSLOG on Platform Services Controller via SSH



PSC SYSLOG VMware vSphere

Published on 19 September 2016 by Christopher Lewis. Words: 102. Reading Time: 1 mins.

If you plan to deploy the Platform Services Controller without using it with VMware vCenter, such as when deploying it for SSO for vRealize Automation 6. The options for configuring SYSLOG are not available through the GUI without the VMware vCenter Web GUI.

Problem:

How do you configure SYSLOG on a Platform Services Controller when its not deployed with VMware vCenter Server 6.x?

Solution:

  1. Log into the Platform Services Controller as Root via SSH.
  2. Type echo ‘. @SYSLOG-IP/FQDN:514;RSYSLOG_SyslogProtocol23Format’ » /etc/vmware-syslog/syslog.conf and press enter.
  3. Type /etc/init.d/vmware-syslog restart.

This will forward all messages to the target SYSLOG Server (such as VMware’s vRealize Log Insight).

Published on 19 September 2016 by Christopher Lewis. Words: 102. Reading Time: 1 mins.