Shutdown script


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Shutdown script
# 8  
Old 09-14-2005
indo1144, I suggest you test it.

Create only a S10test (as alpha_manic was doing) in /etc/rc6.d as a link to /etc/init.d. Put in a sleep statement so you don't miss the message. See if it shows up during a shutdown now -r and if it's after the system has completed the shutdown and has restarted or before.

While the server is changing run levels (shutting down) it runs the K scripts, killing off processes - if it also ran the S scripts (to start processes), then you would have processes still running when the server was attempting to reboot.
# 9  
Old 09-14-2005
indo1144,

I looked again at the output you posted for your /etc/rc6.d - very interesting. No wonder you state it will run (and probably will on Debian).

Here's Fedora's /etc/rc6.d listing
Code:
 rc6.d]# ls
K01yum                       K20nfs           K65krb524         K87portmap
K02cups-config-daemon        K20tomcat5       K65krb5kdc        K88syslog
K02haldaemon                 K24irda          K66mDNSResponder  K89named
K02NetworkManager            K25squid         K67nifd           K89netplugd
K02NetworkManagerDispatcher  K25sshd          K68rpcidmapd      K89rdisc
K03messagebus                K30sendmail      K69rpcgssd        K90bluetooth
K03rhnsd                     K30spamassassin  K69rpcsvcgssd     K90network
K05anacron                   K35smb           K72autofs         K91isdn
K05atd                       K35vncserver     K73ypbind         K92iptables
K05saslauthd                 K35winbind       K74apmd           K94diskdump
K10cups                      K36mysqld        K74nscd           K95kudzu
K10dc_server                 K50netdump       K74ntpd           K96pcmcia
K10psacct                    K50tux           K75netfs          K99cpuspeed
K10xfs                       K56acpid         K85mdmonitor      S00killall
K12dc_client                 K60crond         K85mdmpd          S01reboot
K15gpm                       K65kadmin        K86nfslock        S10test
K15httpd                     K65kprop         K87auditd

Note, that there are normally only two S scripts - killall and reboot - it would never get to S10test since the reboot script does a halt. Solaris doesn't have a /etc/rc6.d - it runs through the levels and runs all the K scripts and then reboots. So your information is correct for Debian - it may not be correct for any other UNIX OS.
# 10  
Old 09-14-2005
Some more info on the debian rc6.d - K and S scripts in rc6.d
# 11  
Old 09-14-2005
Quote:
Originally Posted by RTM
Note, that there are normally only two S scripts - killall and reboot - it would never get to S10test since the reboot script does a halt. Solaris doesn't have a /etc/rc6.d - it runs through the levels and runs all the K scripts and then reboots. So your information is correct for Debian - it may not be correct for any other UNIX OS.
I be~ieve that using K and S for starting and stopping daemon processes is standard for all Sys-V based OSes. In my experience with Solaris, and all Linuxes except Slackware, that's how it works. If you want to put a script before the reboot, you can just rename S01reboot to S02reboot and then make a new S01myscript. Unless you're sourcing /etc/init.d/functions in your script, you could even call it K??myscript (where ?? is an unused location) and it will just run the script at its turn. The S and K magic only happens if you include the init.d/functions file.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Interactive Shutdown script

Hello folks. I will start out by saying as far as unix/linux scripting goes I know less about it than i do about giving birth (I'm a guy hehe). I am looking to make a shutdown script that will either shut down the system or reboot it using one of the shutdown run methods IE init 2 - 5 or a base... (1 Reply)
Discussion started by: azurie
1 Replies

2. Shell Programming and Scripting

Script to shutdown XP clients

My staff seem to have a habit of leaving thier PCs on over night so I need to write a short script to shutdown any XP clients logged into the local samba domain that I can run as a cron job at a set time. I can list the connected clients and their IP addresses with: $ smbstatus -b Samba... (6 Replies)
Discussion started by: barrydocks
6 Replies

3. Shell Programming and Scripting

Startup and shutdown script

Hi all, I'm writing a script to stop & start oracle: su - oracle -c "sqlplus / as sysdba" -c "shutdown immediate">> ${log} 2>&1 The {log} refers to the log file. The part in bold gives error: /usr/sbin/shutdown: Only root can run /usr/sbin/shutdown Pls suggest how to correct this. ... (5 Replies)
Discussion started by: frum
5 Replies

4. Shell Programming and Scripting

db shutdown script

I am going to create shutdown database script. We have dabase shutdown script. But i need take dabase which online and make it down. I got user id which needs to dabase to down ID=`ps -ef | grep -i pmon | grep -v grep | awk '{print $1}'` ( got orace side DB=`ps -ef | grep -i pmon |... (1 Reply)
Discussion started by: allwin
1 Replies

5. 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

6. 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

7. Shell Programming and Scripting

Script sh for shutdown

Hi, i need shutdown a pc, is in the same network what command i can use in the script :o ? (1 Reply)
Discussion started by: Dymblos
1 Replies

8. HP-UX

Shutdown script

Hi, I am on Alpha Server with HP Tru64 system. I wish to setup shutdown to automatically and cleanly shutdown informix during the shutting down of the system. Ie. I was trying to use rc0.d to do this but failed. Has anyone tried doing this before? I already have the script and linked it to... (0 Replies)
Discussion started by: kingsto88
0 Replies

9. 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

10. UNIX for Dummies Questions & Answers

logout/shutdown script

I am running JDictd (http://www.informatik.uni-leipzig.de/~duc/Java/JDictd/) from tcsh in Terminal on Mac OS X (:=Darwin=FreeBSD/Mach). I am trying to get it to exit cleanly silently upon Mac OS X system shutdown. My idea was that if there was a logout script in FreeBSD (basically a script... (1 Reply)
Discussion started by: ropers
1 Replies
Login or Register to Ask a Question