duplicate message log when use NFS and rsyslog
Re: duplicate message log when use NFS and rsyslog
yes i did, restarted and pushed log bro
Re: duplicate message log when use NFS and rsyslog
What OS is running rsyslog and what version of rsyslog? I can find bugs regarding duplicate messages from rsyslog so you may need to upgrade it to get a fix.
Is there anything more to the configuration other than what was posted? Typically there is more in the the rsyslog.conf file and often times it will try to load configuration files from /etc/rsyslog.d/ as well.
Is there anything more to the configuration other than what was posted? Typically there is more in the the rsyslog.conf file and often times it will try to load configuration files from /etc/rsyslog.d/ as well.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: duplicate message log when use NFS and rsyslog
hi bro,
Only one conf file have been used to push log.
pls find attach file.
We using AIX 7.2
bash-4.3# oslevel -s
7200-00-01-1543
Only one conf file have been used to push log.
pls find attach file.
We using AIX 7.2
bash-4.3# oslevel -s
7200-00-01-1543
You do not have the required permissions to view the files attached to this post.
Re: duplicate message log when use NFS and rsyslog
Thanks for the info. At this point I would try changing the configuration to just send a single file. For example:
and if that works, create another rsyslog.conf to process another of the logs, and so forth.
Code: Select all
$ModLoad imfile
$InputFileName /logbk/runtime.log
$InputFileTag runtime:
$InputFileStateFile /tmp/runtime
$InputFileSeverity info
$InputFileFacility local2
$InputRunFileMonitor
$InputUDPServerKeepalive on
template (name="TraditionalFormat" type="string" string="%msg%\n")
local2.* @192.168.xxx.xx:5050;TraditionalFormatAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: duplicate message log when use NFS and rsyslog
hi bro,
we have to change to use GPFS instead NFS, and do not facing with this issue anymore.
thanks for your support. pls close the ticket
we have to change to use GPFS instead NFS, and do not facing with this issue anymore.
thanks for your support. pls close the ticket
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: duplicate message log when use NFS and rsyslog
Locking threadsacom01 wrote:hi bro,
we have to change to use GPFS instead NFS, and do not facing with this issue anymore.
thanks for your support. pls close the ticket