Sponsored Content
Full Discussion: Power Cycling
Top Forums UNIX for Dummies Questions & Answers Power Cycling Post 3692 by Neo on Monday 9th of July 2001 07:12:22 PM
Old 07-09-2001
It means to turn off the power switch, allow the system to do completely down without power, and turn back on. Normally operating system shut down procedures are done before power cycling when possible (i.e. the system is not locked, panicked, or otherwise frozen).

That's it.... just turn it off and turn it back on. You do it all the time with many Microsoft products when you get the blue screen.
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How Can I To Power Off My Computer?

I have a SCO UNIX 5.0.6. and a computer ATX. My Question is: How can i to power off my computer without to push the power button? :confused: Please help me. :( Thanks :) (1 Reply)
Discussion started by: vhabalos
1 Replies

2. Shell Programming and Scripting

mdelete power

hi to all! im using hp-ux 10.2 is it posible for the mdelete command to execute on the root directory if it did not find any file on the specified sub-directory? this is my sample script USER=root PASSWD=root cd /u01/app/oralog/arch ftp -n 192.119.10.3 user $USER $PASSWD prompt... (2 Replies)
Discussion started by: gunsbong
2 Replies

3. AIX

How to tell Power 4/5/6

I'm looking for a way - from the command line - to tell whether a given AIX system I have is a Power5, Power4 or Power6 machine - it seems like there would be an option to 'uname' but I couldn't find one. Thanks! (3 Replies)
Discussion started by: thomn8r
3 Replies

4. Shell Programming and Scripting

KSH switches editin modes when cycling through history. Why?

Hello all, Working in KSH using Solaris, the default editor is VIM. So, per session, I run a small rc script which calls export editor=emacs This works for commands at the prompt. But if I cycle through command history (Using the up arrow) the command line editor defaults to VIM. How can I... (2 Replies)
Discussion started by: eggmatters
2 Replies

5. Linux

power off during weekend

Hello, I would like to turn off (mean no energy consumption) some servers during the weekend. I would like to do it automatically so i thought to create macro commands to a shell client.The problem is that giving shutdown (shutdown -h now) the server(Sun X4200 M2) turn off but the fans are still... (5 Replies)
Discussion started by: @dagio
5 Replies

6. Shell Programming and Scripting

WGET cycling on an updating page

Hello, I am experiencing an issue while downloading a few pages using wget. All of them work without a problem except one which is a page that does a tail on the log and as a result is constantly getting updated. wget here seems to run endlessly and needs to be manually killed. I wanted to... (0 Replies)
Discussion started by: prafulnama
0 Replies

7. What is on Your Mind?

Power Hour?

I had some free time at work today so I decided to get a little practice with my shell scripts (I'm pretty new to the whole UNIX thing). I'm sure I'm not the only college student here so maybe this code will come in handy for future weekends. #!/bin/sh if then echo "No playlist... (0 Replies)
Discussion started by: thedoobieman5
0 Replies

8. Hardware

USB power cycling poblem on RPI

I am having a problem with cycling USB bus power on the RPI B+ (3.18.7+). Each time I power the USB bus off and on, a device plugged into it gets a higher Device number, and eventually the bus crashes (does not enumerate new devices any more) As a demonstration, I wrote the python script... (4 Replies)
Discussion started by: vthielen
4 Replies
power_onoff(1M) 														   power_onoff(1M)

NAME
power_onoff - timed, automatic system power on, and power off SYNOPSIS
time [date] ] time_designation] DESCRIPTION
instructs the UPS monitor to shut down the system, and optionally informs the monitor when to power on the system again. The UPS monitor in turn instructs the uninterruptible power source (UPS) when to turn the power off and on. The UPS monitor then proceeds to shut down the system. The time to restart the system (power on) is specified with command-line arguments. Some UPS units limit the time that can elapse between the time the power is turned off and the time it is turned back on. Please see your UPS documentation for information about limitations. requires a UPS that is supported by the UPS monitor (see ups_mond(1M)). Command Line Arguments The command has two forms, and recognizes the following arguments: No power on. Causes the system to be shutdown and not be powered back on. time Can be specified as one, two, or four digits. One- and two-digit numbers represent hours; four digits represent hours and min- utes. time can also be specified as two numbers separated by a colon single quote the letter "h" a period or comma A suffix or can be appended. Otherwise a 24-hour clock time is understood. For example, and are read as 15 minutes after 8 in the morn- ing. The suffixes and can be used to indicate Coordinated Universal Time. The special names and are also recognized. date Can be specified as either a day of the week (fully spelled out or abbreviated) or a date consisting of a day, a month, and optionally a year. The day and year fields must be numeric, and the month can be fully spelled out, abbreviated, or numeric. These three fields can be in any order, and be separated by punctuation marks such as slash hyphen period or comma The years 00-68 would be interpreted as 2000-2068 and 69-99 would be 1969-1999. Two special ``days'', and are also recognized. If no date is given, is assumed if the given time is greater than the current time; is assumed if it is less. If the given month is less than the current month (and no year is given), next year is assumed. or If followed by a time_designation of or lets the user startup the system when the specified time_designation has elapsed. A numerical operator, enables the user to schedule the startup several hours, days, weeks, months, or years in advance (see EXAMPLES). Using the argument is equivalent to using an increment of Both plural and singular forms of time_designation are accepted. EXTERNAL INFLUENCES
International Code Set Support Single- and multi-byte character code sets are supported. RETURN VALUE
Exit code 0 is returned upon successful completion, otherwise non 0 is returned. DIAGNOSTICS
issues diagnostic messages when it encounters syntax errors and out-of-range times. EXAMPLES
To startup the system at 5:00 am next Tuesday, use To startup the system at 5:30 am tomorrow, use To make your system startup each weekday at 7:30 am and shutdown at 5:30 pm each week day, use to execute the first entry on Monday through Thursday and the second entry on Friday (see crontab(1)). To startup the system at 8:15 on January 24, use To startup the system at 5:15 on January 24, use To startup the system at 9:30 tomorrow, use To startup the system 24 hours from now, use To shutdown the system and not start it up, use WARNINGS
Jobs can be submitted up to 2037. If jobs were submitted any later than 2037, an error message will display "BAD DATE". Some UPS units limit the time that can elapse between the time the power is turned off and the time it is turned back on. Please see your UPS documentation for information about limitations. If the date argument begins with a number and the time argument is also numeric (and without suffix), the time argument should be a four- digit number that can be correctly interpreted as hours and minutes. Do not use both and within a single command; only the first operator is accepted and the trailing operator is ignored. No warning or error is produced. The power cord must be disconnected before servicing the unit. AUTHOR
was developed by HP. FILES
fifo for communicating with ups_mond. SEE ALSO
at(1), cron(1M), crontab(1), queuedefs(4), proto(4), kill(1), sam(1M), ups_mond(1M). power_onoff(1M)
All times are GMT -4. The time now is 11:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy