Shutdown


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Shutdown
# 1  
Old 08-02-2006
Shutdown and turn off

Firstly uname -a = UnixWare companyname 5 7.1.4 i386 x86at SCO UNIX_SVR5

Server is an HP Proliant ML350 G4 Tower

Right, now to the problem.
We frequently have power outtages and lightning strikes here due to our location in a VERY rural part of the UK.
As such, I need to be able to remotely shutdown our Unix server.
I cannot use software from our UPS as that is connected to a Windows server.
Currently, from home, I VPN to the network, remote control the Windows server and use a Hyperterminal session to connect to the Unix server.
The company that provided us with the server created a text menu for us so that when we connect via telnet and login as root we get a few options.
One of them is to check who is connected. Once we are sure all users are out, we can proceed.
Another option is to shutdown the server.
When we select this option the server shuts down to a message something like 'it is now safe to turn your system off'.

This isn't really too much of a problem due to the fact that if the UPS runs out of power, the box will turn off the same as pressing the button.
However, doing it this way means that the UPS batteries are getting more 'stressed' than they should and will need to be replaced.
Also, should the bulding be struck, there is a higher risk of damage due to transient voltages if the system is turned on.

I just want the server to turn off when shutdown.

I have spoken to the company who supplied the server, but they say that due to the HP ware used to install SCO, it is impossible.
I don't wish to call them liars, but if Windows 98 can shutdown a PC completely, shouldn't UNIX be able to?

I have not yet had a chance to simply try shutdown 0 from the command line yet, but will next chance I get.
Does anyone have any other ideas?
Is this something anyone else has come across?

All help is appreciated, (unless you are trying to get me to rethink the companies procedures or trying to get me to spend money)
Smilie

Thanks

Adrian
# 2  
Old 08-02-2006
There should be a poweroff command - but that doesn't mean it will work for that hardware but it's worth a shot.

Of course, I don't know what will happen if you don't lose power - how does the server come back up?
# 3  
Old 08-02-2006
The person on call who shuts down the servers comes in early.

What is this poweroff command?
# 4  
Old 08-03-2006
Shutdown

Hi,

Not sure if I posted a message in the right place yesterday.

It is regarding shutting down and powering off my Sco server.
I would be grateful is anyone could take a look at it.

https://www.unix.com/showthread.php?t=29772

Thanks

(Sorry if this is now in the wrong place and I was right the first time)
# 5  
Old 08-03-2006
I have merged the two threads.
# 6  
Old 08-03-2006
After looking through the SCO man pages I don't see a poweroff command. The only mention of 'power' in the init man page is as follows:

Quote:
If init receives a power failure signal (SIGPWR), it scans /etc/inittab for special entries of the type powerfail or powerwait. These entries are invoked (if the run-level permits this) before any further processing takes place. In this way init can perform various cleanup and recording functions during the powerdown of the operating system.
The 'poweroff' command was mention in a few articles on aplawrence.com (example ). Although I admit it's almost impossible to read with the new set up the site has. They may not even be writing about SCO in this article, which I must apoligize for.

There is a haltsys and uadmin command which normally should not be used - but the uadmin man page shows an option for pwrnap - A UPS or the BIOS-APM has detected a power outage; do not reboot until power returns. If possible, the machine is turned off.

Note, the uadmin man page states "if possible, the machine is turned off" - it all comes back to the hardware.

Last edited by RTM; 08-03-2006 at 10:19 AM..
# 7  
Old 08-03-2006
I guess this means it is a no go then. Smilie

I will make the assumption that if a regular shutdown doesn't power the system off, that uadmin won't either.

Unless anyone knows of a setting somewhere that might tell the OS that the BIOS won't accept the power off command or something?
The server is modern enough to be able to do this and in fact I have seen it do so with a Windows OS a while ago.

Should I be putting this down to an SCO limitation?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

plink shutdown

Hi, I'm testing out this plink script - which will be executed to shutdown multiple LPARs. This consists from: plink -i /path/ssh/cert/ root@host shutdown -F plink -i /path/ssh/cert/ root@host2 shutdown -F The commands gets executed, however it stops on one host, and does not move... (6 Replies)
Discussion started by: ollie01
6 Replies

2. AIX

Server Shutdown

Hi, is it possible to find out ip address of user who has shutdown or rebooted the server , I have used the command errpt -a , in that it is showing server rebooted but it is not showing ip address who has shutdown the serve, even I have used command last reboot. Please suggest. Regards, ... (3 Replies)
Discussion started by: manoj.solaris
3 Replies

3. Shell Programming and Scripting

Shutdown Script

Im writing a script to read a file called shutdown.cf and shut down any scripts that are listed there. I have came up with the following based on things I saw in similar programs but it doesn not work: Has anybody any idea what I may be doing wrong? Cheers Paul (4 Replies)
Discussion started by: runnerpaul
4 Replies

4. UNIX for Dummies Questions & Answers

Script to force Oracle database shutdown when shutdown immediate does not work

I have Oracle 9i R2 on AIX 5.2. My Database is running in shared server mode (MTS). Sometimes when I shutdown the database it shutsdown cleanly in 4-5 mints and sometimes it takes good 15-20 minutes and then I get some ora-600 errors and only way to shutdown is by opening another session and... (7 Replies)
Discussion started by: aixhp
7 Replies

5. UNIX for Dummies Questions & Answers

'shutdown' and 'cat'

Hi All, This is actually a good interview question. On linux, the permissions and group for 'shutdown' and 'cat' is the same. -rwxr-xr-x 1 root root 18K 2008-05-21 10:43 shutdown -rwxr-xr-x 1 root root 17K 2007-01-30 19:51 cat Then why is it that a... (5 Replies)
Discussion started by: scottsiddharth
5 Replies

6. AIX

server is getting shutdown

Hi Guys, Please help in this...when we start HACMP services ..server is getting shutdon. Error mesg from cluster.log. Apr 14 08:43:27 bascop17 snmpd: NOTICE: SMUX trap: (0 0) (127.0.0.1+46302+1) Apr 14 08:43:33 bascop17 topsvcs: (Recorded using libct_ffdc.a cv 2):::Error ID:... (1 Reply)
Discussion started by: b_manu78
1 Replies

7. UNIX for Dummies Questions & Answers

A script for shutdown

I want to make a script to shutdown a unixware computer from other user then root. In Sco version i use "as root" but in the unixware i don't know. Please help me. 10x (12 Replies)
Discussion started by: kelu
12 Replies

8. UNIX for Dummies Questions & Answers

True Shutdown help!

ok, i know the syntax that goes along with the Shutdown command... but my box never wants to ... well... shutdown.. it only halts, kills all the process's, stalls the comp to a complete stop, but does actually kill the monitor and/or shut off the physical computer. it will reboot properly though,... (3 Replies)
Discussion started by: 01000101
3 Replies

9. UNIX for Advanced & Expert Users

Shutdown script

Hi Guys, I want to execute few of my bash script, so that whenever someone calls shutdown now -r command, I want my script to execute first before shutting down. Any help please????? I've just started playing with the unix system, so far its been brilliant.... (10 Replies)
Discussion started by: alpha_manic
10 Replies

10. UNIX for Advanced & Expert Users

to shutdown

Hai Could somebody tell me the solution to my problem. the question is as follows there is one unix server and 100 dummy terminals connected to my server, i want to shutdown client system if some of the client forgetten to power down their system. plez provide me the code for that. (2 Replies)
Discussion started by: rajashekaran
2 Replies
Login or Register to Ask a Question