Sponsored Content
Full Discussion: Server Shutdown Problem
Operating Systems Solaris Server Shutdown Problem Post 302332597 by Tirmazi on Thursday 9th of July 2009 02:38:05 PM
Old 07-09-2009
Quote:
Originally Posted by frank_rizzo
sounds like your root file system is corrupt or the disk is bad. is this mirrored? do you have a backup? are you able to check /var/adm/messages ? can you boot off a cd or the network and check the file systems and or hardware?
Yes dmesg gives errors as follows- but they are not from today

Jul 5 05:10:42 deva scsi: [ID 107833 kern.warning] WARNING: /pci@1f,0/pci@1/scsi@8/sd@0,0 (sd0):
Jul 5 05:10:42 deva disk not responding to selection
Jul 5 05:10:55 dev scsi: [ID 107833 kern.warning] WARNING: /pci@1f,0/pci@1/scsi@8/sd@0,0 (sd0):
Jul 5 05:10:55 dev disk not responding to selection
Jul 5 05:11:13 dev scsi: [ID 107833 kern.warning] WARNING: /pci@1f,0/pci@1/scsi@8/sd@0,0 (sd0):
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Server shutdown Troubleshooting

SCO Unixware 7.1.1 Hi friends, At 11:30pm last night mymain Unix Server hung or rebooted (Unaware which one), and was bot available for 10 minutes. Is there a log file somewhere which will tell me what happened ? I have looked ad /var/adm/syslog, but cannot make head nor tail of it. ... (1 Reply)
Discussion started by: sureshy
1 Replies

2. UNIX for Advanced & Expert Users

shutdown a unix server

Hi, how to shutdown a unix machine ? We are on SunOS server15.8 Generic_108528-24 sun4u sparc SUNW,Ultra-Enterprise Many thanks. (2 Replies)
Discussion started by: big123456
2 Replies

3. UNIX for Advanced & Expert Users

Mysterious Server Shutdown

Virtually no UNIX admin experience. Any admin duties are shared by several folks with no special training. Today we had our Sun v880 server, running Solaris 5.8, shutdown for no apparent reason. When we checked on server we found it completely powered down, yet still connected to a fully... (6 Replies)
Discussion started by: buechler66
6 Replies

4. AIX

server is getting shutdown

Hi Guys, Please help in this...when we start HACMP services ..server is getting shutdon. Error mesg from cluster.log. Apr 14 08:43:27 bascop17 snmpd: NOTICE: SMUX trap: (0 0) (127.0.0.1+46302+1) Apr 14 08:43:33 bascop17 topsvcs: (Recorded using libct_ffdc.a cv 2):::Error ID:... (1 Reply)
Discussion started by: b_manu78
1 Replies

5. UNIX for Advanced & Expert Users

RHEL 4 U5 - Server immediate shutdown

Dear all, My server has shutdown frequently. It is AMD64, OS is RHEL 4 U5. I've seen the system log, before the shutdown occured: Jul 29 04:28:56 localhost kernel: EDAC k8 MC0: general bus error: participating processor(local node response), time-out(no timeout) memory transaction... (2 Replies)
Discussion started by: mr_bold
2 Replies

6. Solaris

Startup and shutdown a server

Are rc scripts executed serially or all at the same time. Is there a way to see this happen? A log file or the syslogd? This is Solaris 10. (2 Replies)
Discussion started by: djehresmann
2 Replies

7. UNIX for Advanced & Expert Users

Shutdown the Linux server if no one is using the server

Hi All, I want to shutdown the server if no one is actualy using it. Its a linux server. I thought of sending a msg on users terminal for those who all are logged in and expecting a input from them. If they will reply system should not get shutdown else it should not. Can any one... (2 Replies)
Discussion started by: Sadhana
2 Replies

8. AIX

Server Shutdown

Hi, is it possible to find out ip address of user who has shutdown or rebooted the server , I have used the command errpt -a , in that it is showing server rebooted but it is not showing ip address who has shutdown the serve, even I have used command last reboot. Please suggest. Regards, ... (3 Replies)
Discussion started by: manoj.solaris
3 Replies

9. Solaris

Server shutdown based on temperature

Working with a T5240/Solaris 10 and trying to figure out if there is a setting that will automatically shutdown the server if it hits a certain temperature. I'm just trying to identify if there is a setting in place and what that temperature is... Any help is much appreciated! (5 Replies)
Discussion started by: ojgraham
5 Replies

10. Red Hat

Shutdown server when network inactive

I was referring script to shutdown server from local interface ubuntuforums.org/archive/index.php/t-2017336.html. This is scheduled in CRON. It will run every 20 minutes and check for inactivity. It compares the RX and TX packets from 20 minutes ago to detect if they significantly increased. If... (0 Replies)
Discussion started by: sanjaymp
0 Replies
scsi_free_consistent_buf(9F)				   Kernel Functions for Drivers 			      scsi_free_consistent_buf(9F)

NAME
scsi_free_consistent_buf - free a previously allocated SCSI DMA I/O buffer SYNOPSIS
#include <sys/scsi/scsi.h> void scsi_free_consistent_buf(struct buf *bp); INTERFACE LEVEL
Solaris DDI specific (Solaris DDI). PARAMETERS
bp Pointer to the buf(9S) structure. DESCRIPTION
scsi_free_consistent_buf() frees a buffer header and consistent data buffer that was previously allocated using scsi_alloc_consis- tent_buf(9F). CONTEXT
scsi_free_consistent_buf() may be called from either the user or the interrupt levels. SEE ALSO
freerbuf(9F), scsi_alloc_consistent_buf(9F), buf(9S) Writing Device Drivers WARNING
scsi_free_consistent_buf() will call freerbuf(9F) to free the buf(9S) that was allocated before or during the call to scsi_alloc_consistent_buf(9F). If consistent memory is bound to a scsi_pkt(9S), the pkt should be destroyed before freeing the consistent memory. SunOS 5.10 20 Jul 1998 scsi_free_consistent_buf(9F)
All times are GMT -4. The time now is 03:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy