Sponsored Content
Operating Systems Solaris Netra 440 maintenance light on Post 302727235 by DouggieC on Tuesday 6th of November 2012 03:42:00 AM
Old 11-06-2012
[Solved] Netra 440 maintenance light on

Kannan - I have now reset the ALOM and the alarm is cleared. All logs are still clean, so I'm happy this problem is now resolved. Thanks for your help.

DukeNuke2 - Thanks for your help too.

Cheers
Doug

Last edited by DouggieC; 11-06-2012 at 04:47 AM..
 

7 More Discussions You Might Find Interesting

1. Solaris

440 MHz problems in UltraSparc 5 Computer

Hi all, I recently purchased a 440 MHz processor module for my Sun Ultrasparc 5 computer. I installed the module, updated the boot prom to the most recent version and when the machine starts up the initial white screen shows I have a 333 MHz processor installed ! I checked the details of the... (2 Replies)
Discussion started by: usparche
2 Replies

2. Solaris

Netra V440 & Netra 1290 keyswitch

Hello, I wrote a script which monitor the keyswitch state repeatedly each 10 minutes. I'm extracting the keyswitch status by using prtdiag. The script works fine for Netra v440 , but I found that prtdiag under Netra 1290 don't give keyswitch status. unlike Netra 440 server , I found that... (2 Replies)
Discussion started by: Alalush
2 Replies

3. Solaris

Hardware error in Netra 440 server

Dear All I am getting these error while I boot the Netra 440 server. Could anyone tell me what can be the problem Regards Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Sun(tm) Advanced Lights Out Manager 1.5.4 (indcc01ma02) ... (6 Replies)
Discussion started by: amity
6 Replies

4. Solaris

netra 440 - alom connection appears dead?

Hi All, I'm trying to telnet to my alom port, as I need to drop the box & carry out some changes in single user. But the connection appears to be dead. I get this far: Connected to server1-co Escape character is '^]'. and the connection just appears to hang there. I can ssh to the box... (1 Reply)
Discussion started by: badoshi
1 Replies

5. Solaris

errors on Netra-440: "IPC Warning: ipc: tcp_protocol: bad magic number"

I was asked to look into a problem with a Sun Netra 440 in another department. On the server in question, the relevant 'uname -a' information is, "SunOS host1 5.9 Generic_118558-16 sun4u sparc SUNW,Netra-440". That information aside, while the other admin is logged into the ALOM, these errors are... (0 Replies)
Discussion started by: Borealis
0 Replies

6. Solaris

part number for netra 440 dvd w

Hi i am accessing the server remotly. i want to replace bad dvd writer. how do i know the part number of the dvd drive for raising a spare. thanks (3 Replies)
Discussion started by: sunnybee
3 Replies

7. What is on Your Mind?

A little light entertainment... ;oD

New O'Reilly books... URL: New O'Reilly books - Album on Imgur I'll bet many of you have come across a few of these... ;oD (0 Replies)
Discussion started by: wisecracker
0 Replies
ALARM(2)						     Linux Programmer's Manual							  ALARM(2)

NAME
alarm - set an alarm clock for delivery of a signal SYNOPSIS
#include <unistd.h> unsigned int alarm(unsigned int seconds); DESCRIPTION
alarm() arranges for a SIGALRM signal to be delivered to the calling process in seconds seconds. If seconds is zero, no new alarm() is scheduled. In any event any previously set alarm() is canceled. RETURN VALUE
alarm() returns the number of seconds remaining until any previously scheduled alarm was due to be delivered, or zero if there was no pre- viously scheduled alarm. CONFORMING TO
SVr4, POSIX.1-2001, 4.3BSD. NOTES
alarm() and setitimer(2) share the same timer; calls to one will interfere with use of the other. sleep(3) may be implemented using SIGALRM; mixing calls to alarm() and sleep(3) is a bad idea. Scheduling delays can, as ever, cause the execution of the process to be delayed by an arbitrary amount of time. SEE ALSO
gettimeofday(2), pause(2), select(2), setitimer(2), sigaction(2), signal(2), sleep(3), time(7) COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2008-06-12 ALARM(2)
All times are GMT -4. The time now is 09:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy