System got restarted unexpectedly


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers System got restarted unexpectedly
# 1  
Old 10-18-2011
System got restarted unexpectedly

One of our Host server got restarted unexpectedly and all we got is this.
Not able to guess the root cause behind this .Please help.



Before restart
Code:
Oct 17 19:56:06 SERVER1 kernel: suspend: event channel 75
Oct 17 19:56:10 SERVER1 smartd[5781]: smartd version 5.38 [i686-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Oct 17 19:56:10 SERVER1 smartd[5781]: Home page is http://smartmontools.sourceforge.net/
Oct 17 19:56:10 SERVER1 smartd[5781]: Opened configuration file /etc/smartd.conf
Oct 17 19:56:10 SERVER1 smartd[5781]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Oct 17 19:56:10 SERVER1 smartd[5781]: Problem creating device name scan list
Oct 17 19:56:10 SERVER1 smartd[5781]: Device: /dev/sda, opened
Oct 17 19:56:10 SERVER1 smartd[5781]: Device: /dev/sda, Bad IEC (SMART) mode page, err=4, skip device
Oct 17 19:56:10 SERVER1 smartd[5781]: Monitoring 0 ATA and 0 SCSI devices
Oct 17 19:56:10 SERVER1 smartd[5784]: smartd has fork()ed into background mode. New PID=5784.
Oct 17 19:56:12 SERVER1 kernel: FS-Cache: Loaded
Oct 17 19:56:21 SERVER1 modprobe: FATAL: Module ocfs2_stackglue not found.

After restart

Code:
Oct 18 09:11:38 SERVER1 kernel: tun: Universal TUN/TAP device driver, 1.6
Oct 18 09:11:38 SERVER1 kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Oct 18 09:11:38 SERVER1 kernel: device tap1.0 entered promiscuous mode
Oct 18 09:11:38 SERVER1 kernel: type=1700 audit(1318909298.444:8): dev=tap1.0 prom=256 old_prom=0 auid=4294967295 ses=429
4967295


Distribution details:

Code:
# lsb_release -a
LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: OracleVMserver
Description:    Oracle VM server release 2.2.0
Release:        2.2.0
Codename:       n/a

# 2  
Old 10-18-2011
If that's oracle VM server, then you should raise a ticket to oracle for help.
This User Gave Thanks to rdcwayx For This Post:
# 3  
Old 10-18-2011
Quote:
Originally Posted by rdcwayx
If that's oracle VM server, then you should raise a ticket to oracle for help.
No support here Smilie
# 4  
Old 10-18-2011
smartd problem

"SCSI error: <0 0 0 0> return code = 0x70000"

such the keywords "Device: /dev/sda, Bad IEC (SMART) mode page" in google, you will get more.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

List out Process ids restarted today

Hi, I need to list out the processes which are started/restarted today in my Solaris box. If not possible need to convert the process uptime in minutes or seconds and compare it with a configurable value to list out those process ids for further processing in my scripting. Can any one guide... (7 Replies)
Discussion started by: ananan
7 Replies

2. Red Hat

How to know which user has restarted or shutdown the redhat box?

hi guys! I like to know which user has rebooted or shutdown a redhat box ? the thing is wanted to know the exact user name who has done this action, ofcourse an admin privileged user only can do this. from a list of admin privileged user to find the exact one. i used to go with last... (4 Replies)
Discussion started by: redhatlbug
4 Replies

3. UNIX for Dummies Questions & Answers

[Solved] when server restarted ?

Hi, we are in HP-UX MYSERVER B.11.31 U ia64. Is there any way to see when server restarted for the last time ? Thank you. (3 Replies)
Discussion started by: big123456
3 Replies

4. UNIX for Advanced & Expert Users

problem with restarted I/O system calls

Greetings. Suppose I have a UNIX OS with automatic-restart (by default) of interrupted system calls, or I use sigaction() with SA_RESTART flag. If I am in the middle of a read(fd1, buf1, MAXSIZE) or a write(fd2, buf2, MAXSIZE), and I am interrupted by a signal, then the system will... (1 Reply)
Discussion started by: aigoia
1 Replies

5. UNIX for Dummies Questions & Answers

Machine shutdown unexpectedly

Hi One of our Linux box got shutdown unexpectedly . I have noticed that 4 out of 8 nic ports were not blinking . I m not sure where to search logs . Any help would be appreciated. Please find the var/log/message Is it a case of power failure as nothing specific is getting logged(Just a... (7 Replies)
Discussion started by: pinga123
7 Replies

6. Solaris

Solaris server restarted

Hi All, I Am facing a problem that Solaris blade server is getting restarted again again in the mean while. For some continuous time period its works fine but in mean while automatically get restarted. Checked with vendor they told there is no any H/W problem. Please help me out in to this. (2 Replies)
Discussion started by: sunray
2 Replies

7. Shell Programming and Scripting

tr command behaving unexpectedly

Im trying to execute the below command on our server to list files and replace the newline in the file list with spaces, but the character 'n' is getting replaced with a space, is there any environment variable that needs to be set in UNIX? sh -c 'ls -trx... (1 Reply)
Discussion started by: rameshrr3
1 Replies

8. AIX

Aix Server Restarted

Hi, I want to know how can we come to know who has system rebooted, I have given the command last but it showing the last user has login and logout after some time,but reboot command is showing after 10 mins,how can we trace that it is automatically rebooted or rebooted by some person, (2 Replies)
Discussion started by: manoj.solaris
2 Replies
Login or Register to Ask a Question