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
term::ansi::ctrl::unix(n)					 Terminal control					 term::ansi::ctrl::unix(n)

__________________________________________________________________________________________________________________________________________________

NAME
term::ansi::ctrl::unix - Control operations and queries SYNOPSIS
package require Tcl 8.4 package require term::ansi::ctrl::unix ?0.1? ::term::ansi::ctrl::unix::import ?ns? ?arg...? ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::columns ::term::ansi::ctrl::unix::rows _________________________________________________________________ DESCRIPTION
WARNING: This package is unix-specific and depends on the availability of two unix system commands for terminal control, i.e. stty and tput, both of which have to be found in the $PATH. If any of these two commands is missing the loading of the package will fail. The package provides commands to switch the standard input of the current process between raw and cooked input modes, and to query the size of terminals, i.e. the available number of columns and lines. API
INTROSPECTION ::term::ansi::ctrl::unix::import ?ns? ?arg...? This command imports some or all attribute commands into the namespace ns. This is by default the namespace ctrl. Note that this is relative namespace name, placing the imported command into a child of the current namespace. By default all commands are imported, this can howver be restricted by listing the names of the wanted commands after the namespace argument. OPERATIONS ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to raw input mode. This means that from then on all characters typed by the user are immediately reported to the application instead of waiting in the OS buffer until the Enter/Return key is received. ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to cooked input mode. This means that from then on all characters typed by the user are kept in OS buffers for editing until the Enter/Return key is received. ::term::ansi::ctrl::unix::columns This command queries the terminal connected to the standard input for the number of columns available for display. ::term::ansi::ctrl::unix::rows This command queries the terminal connected to the standard input for the number of rows (aka lines) available for display. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category term of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
ansi, columns, control, cooked, input mode, lines, raw, rows, terminal CATEGORY
Terminal control COPYRIGHT
Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net> term 0.1 term::ansi::ctrl::unix(n)
All times are GMT -4. The time now is 09:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy