AIX

AIX

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


#Power
#Power
 View Only
Expand all | Collapse all

tail -0f [file] |logger -p [priority] is cut

  • 1.  tail -0f [file] |logger -p [priority] is cut

    Posted Thu August 10, 2006 02:28 PM

    Originally posted by: SystemAdmin


    I must send the exit from a file to a remote server of logs using the commando tail -0f audit |logger -p local7.info but when it receives data is cut
    The file /etc/syslog.conf adds the line
    local7.info @ipaddress the logs server. Send the information but cut surprise. This commando works well in linux
    #AIX-Forum


  • 2.  Re: tail -0f [file] |logger -p [priority] is cut

    Posted Thu August 10, 2006 03:31 PM

    Originally posted by: SystemAdmin


    Copy the binary one of the commando logger of the 4.3.3 and walk perfect. I believe that aix 5,3 has a problem in this commando
    #AIX-Forum