SPARC Enterprise T5440 Server, can not power off


 
Thread Tools Search this Thread
Operating Systems Solaris SPARC Enterprise T5440 Server, can not power off
# 1  
Old 07-06-2012
SPARC Enterprise T5440 Server, can not power off

SPARC Enterprise T5440 Server, can not power off

I connect to Service Processor via serial port and submit the following to boot the system, it boots fine but can not power off the system. Can someone help?

The following takes me to unix login

-> start /SYS

-> start /SP/console

{0} ok boot

console login:
- I login here

# /usr/sbin/shutdown -g0 -i5 -y
- this command initiates the shutdown process, but reboots automatically after reaching "syncing file systems... done"
- the admin manual says the following
syncing file systems... done
Program terminated
r)eboot, o)k prompt, h)alt?

- but it does not show the last 2 lines above, and proceeds to restart, eventually reaching the "{0} ok" prompt

I also tried to go to #. to stop the /SYS
-> stop /SYS
Are you sure you want to stop /SYS (y/n)? y
Stopping /SYS

- but again it restarts automatically

Can someone tell me how to poweroff and stay power off this unix server?

Thanks in advance
Paul
# 2  
Old 07-07-2012
I'm not sure that I fully understand what you are saying so this is not intended to be an answer to your question but might just tell you something that you don't already know.

I believe this box has a System Controller (that's an underlying Linux appliance that controls the hardware platform and boot process.

The serial console connection can talk to the console OR the System Controller. If you are connected to the system console and you want to talk to the System Controller then you enter #. (hash-dot), no return needed. You then get the SC> prompt. If you are connected to the System Controller and you want to talk to the console then you enter the command "console" at the SC> prompt and it connects you to the console.

There are two ways to power off the box (other than the shutdown command you posted).

1. Enter "init 5" at the session level. Run-level 5 means shutdown & power off. For this to work the some System Controller commands must be configured properly.

2. Enter "init 0" at the session level. This will take the system down to the "ok" prompt. At this prompt enter #. to switch to the SC. At the SC> prompt enter the command "poweroff". It will ask you to confirm that you really really mean it but if you confirm and just wait for about 60 seconds, you will get confirmation that power to the box is gone.

Hope that helps.
# 3  
Old 07-10-2012
Thank you for the reply.

This machine has Service Processor with the prompt ->

"stop /SYS" is the command to stop the system, but it automatically restarts to {0} ok prompt.

power-off command at {0} ok prompt also restarts back to {0} ok prompt.

Any help would be much appreciated.
Thanks
# 4  
Old 07-10-2012
your first try should be a firmware update... behavior like that might be a bug...
# 5  
Old 07-10-2012
What happens if you enter this at the Service Processor prompt:

Code:
 
stop -force -script /SYS

Ensure the O/S is down (and all data saved) before this.
# 6  
Old 07-10-2012
I did try that command.

stop -force -script /SYS
I can see the it goes to power off status momentarily and then it proceeds to power on status automatically.
# 7  
Old 07-12-2012
hi
type this cmd on ALOM
type set /HOST/bootmode script="setenv auto-boot? false"

this stop automatically goto ok prompt
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

-> start /SYS Are you sure you want to start /SYS (y/n)? y Starting /SYS ]-> show HOST /HOST Targets: bootmode diag domain Properties: autorestart = reset autorunonerror = false bootfailrecovery = poweroff ... (29 Replies)
Discussion started by: z_haseeb
29 Replies

2. Solaris

Test program running taking much more time on high end server T5440 than low end server T5220

Hi all, I have written the following program and run on both T5440 and T5220 on same OS version. I found that T5540 server takes more time than T5220. Please find below the details. test1.cpp #include <iostream> #include <pthread.h> using namespace std; #define NUM_OF_THREADS 20... (17 Replies)
Discussion started by: sanjay_singh85
17 Replies

3. Solaris

Unplug power from Sparc Server T5440 when in OpenBoot

show /HOST command shows that status = OpenBoot Running when in this state, can the power be unplugged from the server ? we are unable to bring the status to "powered off". Even if we issue "stop /SYS" it will momentarily be in the powered off status and then go back to power on... (1 Reply)
Discussion started by: paulk93
1 Replies

4. Solaris

Application running too slow on Sun SPARC T5440 but run normal on sun M3000

Hi all, I have application running on sun server T5440 4x8x1.4 GHz, 64 GB RAM, application running very slow though load average too low. when I install my application on another server SUN M3000 (One CPU 1x8x2.5GHz, 8GB RAM), application run smoothly. Here is my server T5440 info: ... (6 Replies)
Discussion started by: insatiable1610
6 Replies

5. Solaris

Adding new hard drives on Sun SPARC T5440 server with Solaris 10

I need to add two new hard drives of 300 GB capacity to a SunSPARC T5440 server. The server currently has two hard drives of 146 GB each. How do I add the new drives to the existing UFS? What are the procedures involved in setting this server with the new hard drives? I am very new to Solaris... (6 Replies)
Discussion started by: ramatnmcc
6 Replies

6. UNIX for Dummies Questions & Answers

Sun ultra enterprise 450 power issue

I've search the forum and came up with someone having the same issue where the power does not going to the main board. I turn the key and nothing, no lights or anything moving. I have another board put it in the same system and it works just fine. Please help, thank you in advance. (2 Replies)
Discussion started by: vhtran
2 Replies

7. Solaris

Sun ultra enterprise 450 server does not power on

Hi, I have a sun ultra enterprise 450 server. There is no power supply to the peripheral components. Can anyone suggest what might be the problem with the server? What do i have to check for? I am new to the solaris and server world. Please suggest in detail. :) Thanks, Ashwini (5 Replies)
Discussion started by: tgashwini
5 Replies
Login or Register to Ask a Question