night-time auto-reboot?
Yoon Jae Ho
yoon at bh.kyungpook.ac.kr
Sun Oct 29 16:36:58 PST 2000
Thank you very much Thomas Lovie.
I try to make it out of Windows 98(not Window 2000) to Redhat6.1 Linux at 8pm, into Windows at 6am.
In the Linux, I didn't change the /ect/crontab. instead, I made a script called "dos" and put it /etc/cron.daily/ directory.
the dos script is like below;
#/bin/sh
0 6 * * 0-7 /sbin/lilo -R dos; /sbin/shutdown -r 6:05
It worked nicely.
but in the Windows98, I can't find the "shudown.exe".
So I donwload "shutdown.exe" from http://mvmpc9.ciw.uni-karlsruhe.de/Help/Shutdown.htm
and using the win98 Scheduled Task manager. I made a schedule to shutdown 8pm.
shutdown /l /r /y /t:5 /c
But When times come, Win98 just shutdown only without Reboot.(Just Power off).
I need your advice.
thank you very much
------------------------------------------------------------------------------------------------------------
Yoon Jae Ho
Economist.
Seoul, Korea
yoon at bh.kyungpook.ac.kr
Imagination is more important than knowledge. A. Einstein
----- Original Message -----
From: Thomas Lovie <tlovie at cr434095-a.glph1.on.wave.home.com>
To: <beowulf at beowulf.org>
Sent: Friday, October 27, 2000 11:49 PM
Subject: RE: night-time auto-reboot?
>
> The linux side is easy, you just put an entry in root's crontab like this:
> 0 6 * * 1-5 /sbin/lilo -R dos; /sbin/shutdown -r
>
> This will reboot the machine into the 'dos' operating system at 6:00 am each
> Monday to Friday morning.
>
> In windows 2000, you can use the SHUTDOWN.EXE command from the windows 2000
> resource kit called from the Scheduled Task manager. The command should be
> called as follows:
> shutdown /l /r /y /t:5 /c
> where,
> /l = local
> /r = reboot?
> /y = yes
> /t = time
> /c = close(?)
>
> With lilo set up to boot Linux by default, the machine will boot into Linux
> when called from windows 2000, and the cron script will make sure that the
> machine boots into windows when rebooted via cron.
>
> Tom Lovie.
>
>
> > > Our department is picking up a few decent PC's for staff. I'm
> > > wondering about the current feasibility of auto-booting in and out of
> > Windows 2000 and Linux on a set schedule (say, out of Windows to Linux
> > > at 8pm, into Windows at 6am, or something like that). We've got a
> > > small cluster, and this would be just to augment that.
> > >
> >
> > It's great idea if we got the automatic multi-booting when expect time
> comes.
> >
> > Because now the PC rooms is occupied by MS. maybe in the fisrt step we
> need
> > coexistence in the ordinary PC.
> >
> > I try to find out the the above funtion from lilo & Grub. but failed until
> now.
> >
> > Will any Beowulfin has idea or script to automatic booting when some time
> comes > ?
>
>
> _______________________________________________
> Beowulf mailing list
> Beowulf at beowulf.org
> http://www.beowulf.org/mailman/listinfo/beowulf
More information about the Beowulf
mailing list