AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Operatingsystems
#Servers
#AIX
#AIX
#AIX
#AIX
#AppPerformanceManagement
#Power
 View Only
  • 1.  AIX syslog

    Posted Thu October 26, 2006 09:06 PM

    Originally posted by: SystemAdmin


    Dear,

    We are using AIX 5L , I want to enable the syslog and sedn the log to one log server. How can i do? I can enable the log but how can i send the log to log server? also update the syslog.conf or i need modify another file?

    TKS
    #AIX-Forum


  • 2.  Re: AIX syslog

    Posted Fri October 27, 2006 11:16 AM

    Originally posted by: SystemAdmin


    To send the output of a type of syslog logging to another server, edit the /etc/syslog.conf file, and add a line such as this:
    *.notice @centhost
    This will send all notice level messages to the syslog daemon on the host namec centhost.

    Remember to have syslog running on centhost, and that after changing the syslog.conf file you need to refresh syslogd (refresh -s syslogd).

    #AIX-Forum


  • 3.  Re: AIX syslog

    Posted Fri August 07, 2009 12:15 PM

    Originally posted by: SystemAdmin


    What do I need to setup on centhost in order for it to accept syslog messages from other hosts?
    #AIX-Forum