- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog.conf
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
Forums
Discussions
Discussions
Discussions
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
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
05-10-2004 08:24 PM
05-10-2004 08:24 PM
syslog.conf
my syslog.conf in the hp9000 is this
/etc-> cat syslog.conf
# @(#)B.11.11_LR
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
*.* @ajusa-servicios
the host ajusa-servicios is defined in the file hosts, but i don't see nothing in my server log.
thans and sorry by my english.
sistemas@ajusa.es
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:34 PM
05-10-2004 08:34 PM
Re: syslog.conf
1)
Could you check if there is a space or a tab between *.* and @ ( should be a tab ).
*.* @ajusa-servicios
2)
ajusa-servicios is a server ? can you ping the host ?
Kind regards
Robert-Jan
Ps Nothing wrong with your English :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:43 PM
05-10-2004 08:43 PM
Re: syslog.conf
ajusa-servicios.
i think that if this line is not operate, would be appears in some file log, but ' search it, but i don't find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:46 PM
05-10-2004 08:46 PM
Re: syslog.conf
# inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:55 PM
05-10-2004 08:55 PM
Re: syslog.conf
*.debug @ajusa-servicios
thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:58 PM
05-10-2004 08:58 PM
Re: syslog.conf
kill -HUP `cat /var/run/syslog.pid`
When you do this check for syslog.log file if you receive any error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 09:06 PM
05-10-2004 09:06 PM
Re: syslog.conf
I have append one line to syslog.conf :
*.* /var/adm/syslog/mylog.log
and after the restart the syslogd and inetd, the file mylog.log has empty and don't receive any message from syslog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 09:37 PM
05-10-2004 09:37 PM
Re: syslog.conf
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 10:37 PM
05-10-2004 10:37 PM
Re: syslog.conf
what you want is to be set by:
*.info@remote-host
(*.info not *.*)
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 10:58 PM
05-10-2004 10:58 PM
Re: syslog.conf
Check /etc/services file.
Then do inetd -c
Anil