Archive for February, 2009

บันทึกเกี่ยวกับ Syslog ใน AIX

February 1, 2009

AIX syslog
By default, syslog is not enabled on an AIX system. The default install
on an AIX install will not place entry’s in /etc/syslog.conf, leaving
it empty. So to make sure that your syslog works, you need to do the
following.
สำหรับ AIX 5.3
สร้างไฟล์ที่เกี่ยวข้องขึ้นมาก่อนtouch /tmp/auth.logchmod 760 /tmp/auth.logcreate /etc/syslog.conf
ตัวอย่างการเขียน /etc/syslog.conf ซึ่งจะต้องสร้างขึ้นมาเอง เพราะโดย Default AIX จะไม่มี
kern.debug;mail.none      /var/adm/messages       rotate size 2m files [...]

  • Share/Bookmark

Posted in Uncategorized No Comments »