- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel 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
08-20-2001 07:13 AM
08-20-2001 07:13 AM
kernel messages in syslog
An example for this would be:
vmunix: kthread: table is full
Thanks a bunch
Guru Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 07:39 AM
08-20-2001 07:39 AM
Re: kernel messages in syslog
You could modify your /etc/syslog.conf file adding the following line :
*.kern /var/adm/syslog/syslog.log
and restart your syslogd proc by sending a -1 SIG :
kill -HUP `cat /var/run/syslog.pid`
PJA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 08:01 AM
08-20-2001 08:01 AM
Re: kernel messages in syslog
I have seen a book compiled with all the syslog messages. But not able to find it at docs.hp.com website.
But the default template that is already there in IT/O template bank is more than sufficient.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 08:23 AM
08-20-2001 08:23 AM
Re: kernel messages in syslog
I have already done that and the messages do come up in syslog.log. What i was actually looking for was the list of type of kernel messages which come up in syslog. That way i can pattern match using openview`s log file encapsulator.
Sridhar: i did look at the default set, there is a template for dmesg output, but nothing for kernel messages in the syslog.log . If you or anyone happen to know of the book that you referred to that would be great
Thanks
Guru Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2001 02:11 PM
08-20-2001 02:11 PM
Re: kernel messages in syslog
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3929-90011/B3929-90011_top.html&con=/hpux/onlinedocs/B3929-90011/00/00/64-con.html&toc=/hpux/onlinedocs/B3929-90011/00/00/64-toc.html&searchterms=kernel%20messages&queryid=20010820-150615
-Sri