- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: type of messages in syslog
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-19-2003 12:56 AM
05-19-2003 12:56 AM
type of messages in syslog
i have a que. on syslog .
i know that the messages that come to the syslog is applic. that used the syslog system call to report to the syslog about a problem .
but i m looking for a doc that will tell me what applic is using in hp-ux the syslog by detault to report there messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 01:01 AM
05-19-2003 01:01 AM
Re: type of messages in syslog
man 3C syslog
for info on how applications write to the syslog.
The /etc/syslog.conf can filter what alert levels get written. see syslogd(1M) for more info on that file.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 01:11 AM
05-19-2003 01:11 AM
Re: type of messages in syslog
facility/priority messages.
/sbin/init/syslogd stop
/usr/sbin/syslogd -k
Now watch syslog.log
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 03:09 AM
05-19-2003 03:09 AM
Re: type of messages in syslog
Stop present syslog service. You start Syslog with -d option
#syslog -d
it will start syslog in debugging in mode, which gives details about each message that is written to syslog.log
Also check the following link.
http://userpages.umbc.edu/~jack/ifsm498d/syslog.html
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 03:13 AM
05-19-2003 03:13 AM
Re: type of messages in syslog
syslogd -d of course not -k
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 03:13 AM
05-19-2003 03:13 AM
Re: type of messages in syslog
If I understand you right you are looking for the tool "logger". This is a way to handy tool I always use, please look at the examples of the man-page. It's as easy as that.
Best Regs David