- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog listens on udp 514
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2005 09:21 PM
тАО03-14-2005 09:21 PM
syslog listens on udp 514
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2005 09:32 PM
тАО03-14-2005 09:32 PM
Re: syslog listens on udp 514
try add -N option to /etc/rc.config.d/syslogd
and restart syslogd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2005 10:34 PM
тАО03-14-2005 10:34 PM
Re: syslog listens on udp 514
/etc/syslogd
/usr/sbin/syslogd
/sbin/init.d/syslogd
a cut and paste from sbin/init.d/syslogd is as follows, should the -N be as highlithed or not
/usr/sbin/syslogd -D -N &&
echo "System message logger started"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2005 11:17 PM
тАО03-14-2005 11:17 PM
Re: syslog listens on udp 514
what hpux version do you have ?
in 11.X config file for startup script is always in
/etc/rc.config.d/syslogd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 12:10 AM
тАО03-15-2005 12:10 AM
Re: syslog listens on udp 514
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2005 12:12 AM
тАО03-16-2005 12:12 AM
Re: syslog listens on udp 514
SYSLOGD_OPTS="-D -N"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2005 05:09 AM
тАО03-21-2005 05:09 AM
Re: syslog listens on udp 514
/etc/syslogd (this is a link to /usr/sbin/syslogd)
/usr/sbin/syslogd
/sbin/init.d/syslogd
which file do i edit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2005 05:47 AM
тАО03-21-2005 05:47 AM
Re: syslog listens on udp 514
HP-UX 11.11 (and also in other 11i) version.
> /etc/syslogd
> /usr/sbin/syslogd
The above files are the syslogd binaries. The one in
/etc is symbolically linked to the one in /usr/sbin
> /sbin/init.d/syslogd
The is the init or RC scrip. There is a symbolic link
from /sbin/rc2.d/S220syslogd to this file.
If you open /sbin/init.d/syslogd file on an editor and
go to line starting with 'start', you can see that the
RC script reads file /etc/rc.config.d/syslogd file. This
file is supposed to have the starting configuration of
syslogd. You system must have this file. If it's not
there, you should create one with the following (only
one) line:
SYSLOGD_OPTS="-D -N"
By default, this file is shipped without the '-N' flag.
This flag asks syslogd not to listen to sockets (any
sockets).
Hope this is clear now.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2005 10:37 PM
тАО03-21-2005 10:37 PM
Re: syslog listens on udp 514
Strange that it didnt have the correct setup
does anyone see any issue with what I did before I close call ??
Note syslog is still logging to the /var/adm/syslog file and a netstat -na |grep 514 shows nothing listening