Sponsored Content
Full Discussion: various restart commands ?
Top Forums UNIX for Dummies Questions & Answers various restart commands ? Post 27692 by Perderabo on Thursday 5th of September 2002 08:50:58 AM
Old 09-05-2002
On solaris, "shutdown -i6 -g0 -y" is very close to "init 6". But with shutdown, you could have used -g60. You can't do that calling init directly. The reboot command basicly just invokes the uadmin system call. It is a rough shutdown, but it is a bit better than just letting power drop so it might be used by a ups with only a few seconds of battery power or something.

I prefer the shutdown command. A SunOS dude tried the init thing on HP-UX...which is a very bad move. HP has a poor inittab structure and changing run levels via init will bypass the shutdown scripts. So (I think) the shutdown command may be more universal. But my universe is just SunOS and HP-UX...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how can I restart X server ?

WITHOUT shutdown X ??? thanks , Ivan (6 Replies)
Discussion started by: oneivan
6 Replies

2. Programming

code that reads commands from the standard i/p and executes the commands

Hello all, i've written a small piece of code that will read commands from standard input and executes the commands. Its working fine and is execting the commands well. Accepting arguments too. e.g #mkdir <name of the directory> The problem is that its not letting me change the directory i.e... (4 Replies)
Discussion started by: Phrozen Smoke
4 Replies

3. UNIX for Dummies Questions & Answers

How to restart a CRON

If my cron has recieved a SIGTERM. How do I restart the cron? (7 Replies)
Discussion started by: ddrivera
7 Replies

4. UNIX for Dummies Questions & Answers

Postfix Restart

I am really really new on UNIX system. I am trying to update our e-mail list. I added/deleted new members at etc/aliases but e-amil always got old e-mail lists. I reloaded postmaster but does not seem to be working. Anybody has any idea? (4 Replies)
Discussion started by: kumarrana
4 Replies

5. Shell Programming and Scripting

Can BASH execute commands on a remote server when the commands are embedded in shell

I want to log into a remote server transfer over a new config and then backup the existing config, replace with the new config. I am not sure if I can do this with BASH scripting. I have set up password less login by adding my public key to authorized_keys file, it works. I am a little... (1 Reply)
Discussion started by: bash_in_my_head
1 Replies

6. Shell Programming and Scripting

Any Restart Script?

Hi, I would like to check if there's any sample of restart script for my AIX server. I'm planning to restart it every month. Thanks. (5 Replies)
Discussion started by: ademah
5 Replies

7. Shell Programming and Scripting

How to restart a script?

Hello, I created a shell script in /etc/init.d and it already runs at boot. However I cannot figure out how to make it run just like typing "scrip_name start" I can run it like this ./script_name but since I am doing remote log in whenever I log off the script stops and I also don't want to run... (8 Replies)
Discussion started by: kizofilax
8 Replies

8. Shell Programming and Scripting

restart parameter

I have a shell script with 4 separate functions taking place, one after the other. Is there a way to introduce a parameter so that if the job fails, then I can restart it at a specific point in the script ? Ideally, the default will be null (or 1), so that it will not normally be set, and the... (4 Replies)
Discussion started by: malts18
4 Replies

9. AIX

HACMP: difference between 'cl' commands and 'cli' commands

Hi all, I'm new in this forum. I'm looking for the difference between the HACMP commands with the prefix "cl" and "cli". The first type are under /usr/es/sbin/cluster/sbin directory and the second are under /usr/es/sbin/cluster/cspoc directory. I know that the first are called HACMP for AIX... (0 Replies)
Discussion started by: peppix
0 Replies

10. Solaris

sshd not able to restart

Hi, I was able to putty a few server (Solaris 10) of mine using hostname, but when i change to ip address, it shows login as: root Using keyboard-interactive authentication. Password: Access denied I change PermitRootLogin to yes. I tried to do a sshd restart, however ... (6 Replies)
Discussion started by: beginningDBA
6 Replies
asadmin-hadbm-restart(1ASS)					   User Commands				       asadmin-hadbm-restart(1ASS)

NAME
asadmin-hadbm-restart, hadbm-restart, restart - restarts the database SYNOPSIS
restart [--no-rolling] [database_name] Use the restart command to restart the database. Once the database is restarted, the database should return to the previous state. If the database name is specified, the database should exist. If a database is not identified, the default database is restarted. The default database is hadb. In interactive mode, the restart command prompts for a confirmation before restarting the database. OPTIONS
-g --no-rolling restarts all nodes in HADB at once with possible loss of service. OPERANDS
database_name name of the database. The default database is hadb. Example 1: Using restart with a database identified hadbm> restart --rolling mydatabase This command will restart the named database. Type "yes" or "y" to confirm this operation, anything else to cancel:y Database successfully restarted EXIT STATUS
105 database is not running 106 database could not be restarted 107 database could not return to a previous state asadmin-hadbm-status(1ASS), asadmin-hadbm-nodestatus(1ASS), asadmin-hadbm-list(1ASS), asadmin-hadbm-addnodes(1ASS), asadmin-hadbm- clear(1ASS), asadmin-hadbm-refragment(1ASS), asadmin-hadbm-delete(1ASS), asadmin-hadbm-start(1ASS), asadmin-hadbm-stop(1ASS) Sun ONE Application Server 7 Enterprise Edition Early Access 7 March 2003 asadmin-hadbm-restart(1ASS)
All times are GMT -4. The time now is 08:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy