Sponsored Content
Full Discussion: Failed to power up
Operating Systems Solaris Failed to power up Post 302155422 by fredginting on Friday 4th of January 2008 12:28:23 AM
Old 01-04-2008
Failed to power up

Dear expert,

I have one server,in /var/adm/messages everyday present these messages:

Jan 3 06:01:30 SERVERGINTING genunix: [ID 353554 kern.warning] WARNING: Device /pci@1d,700000/pci@1/scsi@2,1/sd@5,0 failed to power up.
Jan 3 06:01:31 SERVERGINTING scsi: [ID 107833 kern.warning] WARNING: /pci@1d,700000/pci@1/scsi@2,1/sd@5,0 (sd45):
Jan 3 06:01:39 SERVERGINTING ip: [ID 766727 kern.warning] WARNING: The <if>:ip*_forwarding ndd variables are obsolete and may be removed in a future release of Solaris. Use ifconfig(1M) to manipulate the forwarding status of an interface.


I still confuse,please help me to search how these problem resolved,thank's for your attentions.

Last edited by fredginting; 04-11-2008 at 04:42 AM..
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Power Cycling

Hello Friends , I have been reading some of the Sys Admin notes when i came across a term "Power Cycling" Can anybody please explain what this means Thank You (1 Reply)
Discussion started by: DPAI
1 Replies

2. Shell Programming and Scripting

mdelete power

hi to all! im using hp-ux 10.2 is it posible for the mdelete command to execute on the root directory if it did not find any file on the specified sub-directory? this is my sample script USER=root PASSWD=root cd /u01/app/oralog/arch ftp -n 192.119.10.3 user $USER $PASSWD prompt... (2 Replies)
Discussion started by: gunsbong
2 Replies

3. AIX

How to tell Power 4/5/6

I'm looking for a way - from the command line - to tell whether a given AIX system I have is a Power5, Power4 or Power6 machine - it seems like there would be an option to 'uname' but I couldn't find one. Thanks! (3 Replies)
Discussion started by: thomn8r
3 Replies

4. AIX

SFTP Failed---Request for subsystem 'sftp' failed on channel 0

Hi, While I am trying SFTP my machine to another unix machine , it was working fine till 10 min back. But now i am getting the below error "Request for subsystem 'sftp' failed on channel 0" Could you please someone help me to solve or analyise the root cause... Cheers:b:, Mahiban (0 Replies)
Discussion started by: mahiban
0 Replies

5. AIX

POWER Hardware

I need book or any useful link about POWER hardware architecture .. Thanks :-) (4 Replies)
Discussion started by: Vit0_Corleone
4 Replies

6. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

7. Red Hat

Power Cut

Dear All I am using a redhat server for cdr billing and mediation device on a remote network. I am experiencing problem that I am suspicious it comes from main supply power cut at the remote site. The power supply to the remote site comes from battery charger that will be automatically switched in... (1 Reply)
Discussion started by: hadimotamedi
1 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 07:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy