Tuesday, October 30, 2012

Enable Syslogging on Vmware ESX 3.5

To log events from an ESX host to a remote syslog server:
  1. Log in to the ESX host as root using an SSH client.
  2. Open the /etc/syslog.conf file using a text editor.
  3. Add this entry at the end of the file:
    *.* @
    For example:
    *.* @192.168.10.1


           to open file "vi  /etc/syslog.conf"
           add line
           press esc
           type :wq and press enter
           type service syslog restart  press enter

No comments:

Post a Comment

 
span.fullpost {display:inline;}