Auto Power On on V440 Solaris system


 
Thread Tools Search this Thread
Operating Systems Solaris Auto Power On on V440 Solaris system
# 1  
Old 11-27-2015
Auto Power On on V440 Solaris system

Hi there,

I have a V440 Server based on Sun Microsystem with Solaris OS.

Is there any way to auto power on the system only with cabling the V440 with 220 v?

Thanks!
# 2  
Old 11-27-2015
Not that I know of... As far as I know, there are 2 ways. Button on the front and remotely with an sc> command.
Newer ILOM based systems (and only x86???) had the possibility to start after power was pluged in. I didn't checked for that feature in a long time.
# 3  
Old 11-27-2015
boot to ok prompt and set auto-boot flag to true:
Code:
setenv auto-boot? true

# 4  
Old 11-27-2015
It depends on what you mean.

The V440 has an ALOM which is an embedded (Linux type) appliance that controls the main hardware (including power). When you plug in the volts to the chassis the ALOM will boot but the main system will not (necessarily) unless it is configured to. You can communicate with the ALOM via (typically) the ser-mgt port using a terminal emulator. You are then talking to the ALOM only and the main power is still off.

At the ALOM prompt you can then issue a:

Code:
sc> poweron

command to turn on power to the main system. With planning you could be sat miles away doing that.

Does that help?
# 5  
Old 11-27-2015
Hi agent.kgb,

From memory the auto-boot was set to true by default, so it should boot if there is power applied. You'd need to connect to the ALOM with a serial device and access the SC> prompt, then type "console" to give you access to the running system if you don't have network connectivity.

Regards

Gull04

Last edited by gull04; 11-27-2015 at 11:26 AM.. Reason: Typo
# 6  
Old 11-27-2015
In the ALOM there is something like 'remember power state' that must be set to true.
Google for details!
# 7  
Old 11-30-2015
Hi all,

thanks for the helps, we found the problem.

The point is that we have a server which is connected to another device ( a battery with RS232) and, therefore that battery send a message to V440 to power-off, but not to power on.

So, wen the system power off all the instalation, we think the battery send a "Init 0" to the server, and after some minutes the server is powered off / plug out.

After that, we plug in the server and it power on automatically, and of course it boots with command
setenv auto-boot? true
But when we format the server we did a shutdown and power-off with console and, looks like that in that way the system does not power on automatically.....

Thanks anyway for the help
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

System can't boot up after power outage

Hello Forum, I am very newbie with AIX. We have 2 AIX 9111-285 servers. The OS version is 5.3. After the power outage, they did not come up. I try to unplug the power cable and re-connect after 1 minutes but do not help. Both display the same reference code 110000AC on the front panel... (6 Replies)
Discussion started by: lilyn
6 Replies

2. AIX

Determine power family of p system from the model #.

Folks, Again a very silly question :D Could someone tell me, how to determine the power family(540, 520, 575, 595 etc) just by looking into the model # info from prtconf/lsconf o/p of the lpar? I dont want run a search on any search engine to find out the power family or hit IBM website to... (3 Replies)
Discussion started by: thisissouvik
3 Replies

3. Solaris

Removing a disk from SUN Fire V440 running Solaris 8

Hi, I have a SUN Fire V440 server running Solaris 8. One of the 4 disks do not appear when issued the format command. The "ready to remove" LED is not on either. Metastat command warns that this disk "Needs maintenace". Can I just shutdown and power off the machine and then insert an... (5 Replies)
Discussion started by: Echo68
5 Replies

4. Solaris

Solaris V440 keeps crashing

Hi, I have Sun Solaris V440, every two days or so, the system crashes and it's at OK prompt. After that I do the FSCK and clear all the bad sectors. Then system stays up for close to 48 hours. Then it crashes again. I checked the logs and I don't see anything under /var/adm/messages file. ... (1 Reply)
Discussion started by: samnyc
1 Replies

5. Solaris

SAS drive USB caddy on Solaris V440

Got a T2000 which has got the 2.5" SAS drives. Want to be able, if I can, to connect to USB caddy and connect to a V440. Anyone ever tried this? To be honest, having problems even finding a SAS-USB caddy. (0 Replies)
Discussion started by: psychocandy
0 Replies

6. Solaris

Firmware password Solaris Sun Fire v440

Hi: I bougth an used Sun Fire v440, and It have a firmware password. When I turn on the server, it ask for firmware password. (I don 't know what is the correct password). I can access to SC, but when I want to access to OBP, Firmware Password appears again. I remove the battery for two hours,... (1 Reply)
Discussion started by: mguazzardo
1 Replies

7. AIX

Set up a Datacenter with Power System

Can u please help me in knowing the details of the servers needed, FIBRE CABLES, HA softwares, VIO Softwares and other details. I googled through out and couldnt get a clear idea of it. Please help me (6 Replies)
Discussion started by: Sounddappan
6 Replies

8. Solaris

Boot issues Solaris 10 + V440

Hello, I've a very weird problem with one of the machines. When I try to boot off a working DVD that I used to install another system with it spits out the following message: Sun Fire V440, No Keyboard Copyright 2007 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.22.33, 8192 MB... (14 Replies)
Discussion started by: stoci
14 Replies

9. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

10. Solaris

Solaris box V440 got stucked

Hi Friends, My solaris box V440 got stucked. I couldn't accessit from the remote console. Finally i restarted the box. Can you tell me what are the ways we can find out the issues and what are the logs we can check other than /var/log/messages. Thanks Jinu (1 Reply)
Discussion started by: Jinu
1 Replies
Login or Register to Ask a Question