To log events from an ESX host to a remote syslog server:
- Log in to the ESX host as root using an SSH client.
- Open the /etc/syslog.conf file using a text editor.
- 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