- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- kernel messages in /var/log/message
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
11-30-2008 08:16 PM
11-30-2008 08:16 PM
kernel messages in /var/log/message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2008 09:41 PM
11-30-2008 09:41 PM
Re: kernel messages in /var/log/message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2008 10:38 PM
11-30-2008 10:38 PM
Re: kernel messages in /var/log/message
1) Why is there a segfault for vgdisplay when there were no problem before. And everything works fine after reboot.
2) 3 seconds after the SysRq: Show Memory and the read write starts to have problem. (I didn't invoke the sysrq. is there a process that will invoke it?)
3) Why do I get the cpu .. hot/cold messages.
4) Is it possible that the cause of the problem is cause by the segfault (Q1) or the SysRq (Q2).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 05:16 AM
12-01-2008 05:16 AM
Re: kernel messages in /var/log/message
If it is before reboot log, I am able to see
1. Oracle cluster monitoring (clsomon) failed with fatal status 12 bye dec 1 00:5:03
2. CRS failed & rebooted initiated by dec 1 00:5:04
3. After that the cluster didâ t come up fully â ¦ & was waiting on dependencies bye dec 1 00:5:10
4. And syslogd restrted by dec 1 00:15:42
We can assume that , the system reboot root cause is from oracle cluster side.
So please check
System kernel parameters value & verify with DBA
Sysm processor / memory utilization before reboot ( may mlsomon was consuming more resources)
Emcpower driver & filesystem status by the reboot time.
Regards
Prasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 06:56 PM
12-01-2008 06:56 PM
Re: kernel messages in /var/log/message
The log was before reboot. Thanks for the reply.
This is a oracle RAC primary node in a 2 node cluster. And you were right, when the Oracle cluster detected the problem, that's when it rebooted this machine at 00:05 and the machine came back alive at 00:15 (after reboot). As for the kernel parameters, they are already correct according to the dba. Here's the settings:
128G Physical RAM
128G Swap
fs.file-max = 262144
kernel.msgmax = 16384
kernel.msgmnb = 32768
kernel.shmall = 33554432
kernel.shmmax = 137438953472
kernel.shmmni = 4096
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.wmem_max = 262144
fs.aio-max-nr = 1048576
kernel.sem=250 32000 128 128
Too bad I can't really tell what's the memory utilization before that happened. Any reason why the SysRq was invoked by itself? and does it normally show the cpu-hot/cold when invoked? What about the vgdisplay segfaulting?