Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Sun solaris server auto reboots Post 13756 by mnjanje on Wednesday 23rd of January 2002 08:50:20 AM
Old 01-23-2002
This is the /var/adm/messages file
Jan 21 01:03:54 MBIA-ORACLE unix: st0: <Vendor 'QUANTUM ' Product 'DLT7000
'>
Jan 21 01:03:54 MBIA-ORACLE unix: st0 at QLGC,isp0:
Jan 21 01:03:54 MBIA-ORACLE unix: target 0 lun 0
Jan 21 01:03:54 MBIA-ORACLE unix: st0 is /sbus@b,0/QLGC,isp@0,10000/st@0,0
Jan 21 01:03:59 MBIA-ORACLE unix: st0: Variable record length I/O
Jan 21 12:39:22 MBIA-ORACLE unix: ID[SUNWssa.socal.link.5010] socal1: port 0: Fi
bre Channel is OFFLINE
Jan 21 12:39:22 MBIA-ORACLE unix: ID[SUNWssa.socal.link.5010] socal3: port 0: Fi
bre Channel is OFFLINE
Jan 21 12:39:22 MBIA-ORACLE unix: ID[SUNWssa.socal.link.6010] socal1: port 0: Fi
bre Channel Loop is ONLINE
Jan 21 12:39:24 MBIA-ORACLE unix: sf2: INQUIRY to LUN 0x0 to target 0x5d alpa 0
x45 timed out
Jan 21 12:39:24 MBIA-ORACLE unix: sf2: INQUIRY to LUN 0x0 to target 0x5d retryi
ng
Jan 21 12:39:25 MBIA-ORACLE unix: ID[SUNWssa.socal.link.6010] socal3: port 0: Fi
bre Channel Loop is ONLINE
Jan 21 12:39:27 MBIA-ORACLE unix: sf6: REPORT_LUNS to target 0x5d alpa 0x45 tim
ed out
Jan 21 12:39:27 MBIA-ORACLE unix: sf6: REPORT_LUNS to target 0x5d retrying
Jan 22 13:05:54 MBIA-ORACLE login: REPEATED LOGIN FAILURES ON /dev/pts/11 FROM 1
0.1.7.4

Could someone tell me what is going on?
Thanks
Marie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

server reboots

Hi all i am using sun solaris 2.8 un sunultra10 sparc server.It is our firewall server. with check point firewall running. but the server suddenly halted several times with the same error as follows....and then there was no option but to reboot. the error was panic /thread=0*6115d360... (2 Replies)
Discussion started by: Prafulla
2 Replies

2. Solaris

Solaris 9.0 (x86 on AMD Opteron) reboots after i FTP through Telnet

Hi All, I have installed Solaris 9 on on an AMD Opteron based server. The server is rebooting after i perform the following: - Logon to Solaris 9 AMD box through telnet or putty - ftp to any other box suppose box A where the FTP server is running - After logging in to the box A through... (1 Reply)
Discussion started by: jsvarma
1 Replies

3. Solaris

Getting Server Model from Sun Solaris

What command to get server model from a solaris 5.10? (4 Replies)
Discussion started by: ryandegreat25
4 Replies

4. Solaris

Sun Server auto ping to 0.0.0.0

Hi All, 3 of my SAP sun server are continuosly pinging to the network address 0.0.0.0. I have no idea how this can happen, but they have something in common. All of them are clustered environment (Veritas Cluster). Anyone can help? rgds, (5 Replies)
Discussion started by: ronny_nch
5 Replies

5. Solaris

solaris reboots as it start loading

hello, my problem is the one of the title , as I press enter on Solaris voice in the grub, my computer reboots , is there an option, a flag ,I can add to the Solaris voice , that allow me to see where is the problem ? something that avoid the computer reboot on error? I can't find a way to know... (7 Replies)
Discussion started by: freeware
7 Replies

6. Solaris

Whether Sun studio is installed on my Solaris Server?

Hi All I want to confirm the installation of Sun Studio installation on my UNIX development server. Please suggest how to get that. Cheers, Ankur (4 Replies)
Discussion started by: sharmaankur85
4 Replies

7. AIX

How to run a script automatically when AIX version 7 server reboots?

Am new to AIX please help me. I have AIX7 server. When ever the system reboots my script need to run automatically. This will help me to start my application automatically after the server reboot. Thanks, Prince Wells (9 Replies)
Discussion started by: prince1987
9 Replies

8. Solaris

How to boot a sun Solaris server?

Hi everyone, I have searched on google and sun documentation but it's still not clear for me; how do we boot a sun Solaris server? I know what to do but only from this step: 1- start /SYS 2- start /SP/console The system go to to the prompt OK, then we use the BOOT command. My... (9 Replies)
Discussion started by: adilyos
9 Replies

9. Solaris

Backup sun Solaris Server

hello, I need to make a backup for my sever Sun Solaris 10, is there any propositions to realize this , or a control line assembly to have a copy of my server. waiting for your reply thank you in advance (5 Replies)
Discussion started by: Laila
5 Replies

10. Solaris

Sun Server and Solaris 7 Inquiry

Greetings! Will be firing up the good ole pizza box, soon. Does anyone know if Solaris 7 is still okay to use? Last time I attempted was 2006. Thank you in advance, ControlTomato (6 Replies)
Discussion started by: ControlTomato
6 Replies
img-sun(n)																img-sun(n)

NAME
img-sun - Img, Sun Raster Format (sun) SYNOPSIS
package require Tk package require img::sun ?1.3? image create photo ?name? ?options? DESCRIPTION
The package img::sun is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::sun. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the Sun Raster Format (sun). More specifically img::sun extends Tk's photo image type. The name of the new format handler is sun. This handler provides new additional configuration options. See section SUN OPTIONS for more detailed explanations. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in sun format (options -data and -file) is detected automatically. [2] The format name sun is recognized by the option -format. In addition the value for the option is treated as list and may contain any of the special options listed in section SUN OPTIONS. SUPPORTED SUN TYPES
1-bit pixels: Black and White. 8-bit pixels: Grayscale or indexed. 24-bit pixels: True-color (RGB, each channel 8 bit). 32-bit pixels: True-color with alpha channel (RGBA, each channel 8 bit). List of currently supported features: Type | Read | Write | | -file | -data | -file | -data | ---------------------------------------- 1-bit | Yes | Yes | No | No | 8-bit | Yes | Yes | No | No | 24-bit | Yes | Yes | Yes | Yes | 32-bit | Yes | Yes | Yes | Yes | All images types may be either uncompressed or run-length encoded. SUN OPTIONS
The handler provides the following options: -verbose bool This option is supported for reading and writing. If set to true, additional information about the loaded/stored image is printed to stdout. Default is false. -compression type This option is supported for writing only. Set the compression mode to either none or rle. Default is rle. -matte bool This option is supported for reading and writing. If set to false, a matte (alpha) channel is ignored during reading or writing. Default is true. SEE ALSO
img-bmp, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-sgi, img-sun, img-tga, img-tiff, img- window, img-xbm, img-xpm KEYWORDS
image handling, sun, tk COPYRIGHT
Copyright (c) 1995-2003 Jan Nijtmans <nijtmans@users.sourceforge.com> Img 1.3 img-sun(n)
All times are GMT -4. The time now is 12:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy