Site Search

Joomla Templates and Joomla Extensions by JoomlaVision.Com

Latest Topics

Joomla Templates and Joomla Extensions by JoomlaVision.Com

[VMAX]VMAX Replication Technoledge - IBM Storage Line Product Counterparts 

[VMAX]VMAX Single Point of Failure - Engine 

[VMAX] Understand VMAX Virtualisation layers 

[VMAX]What is new with VMAX? 

[VMAX] EMC VMAX - Some Key Points about VMAX 

Pre 1 2 3 4 5 Next

You are here: Home UNIX AIX

[AIX]How to setup to enable syslog in AIX?

PDFPrintE-mail

syslog is one of the best logging utilities,The errpt logging is enabled by default in AIX. To enable syslog, /etc/syslog.conf file must be modified, here are the steps:
1. append follow in syslog.conf file:
*.debug /usr/syslog.log
*.info /usr/syslog.log

2. create the /usr/syslog.log
#touch /usr/syslog.log

3. refresh the syslog daemon
#refresh -s syslogd