Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
remote shutdown
Name: omid Date: March 29, 2002 at 01:44:03 Pacific
Comment:
hi, I want to run a script to shutdown of a netware (5.0.1) server from a remote Windows2000 server. Is it possible to do it with a batch file (if yes, what would be the batch file) or do we have to write a netware script and then run it from a dos command line? Thanx Omid
Name: Rolf Kransse Date: April 11, 2002 at 04:51:07 Pacific
Reply:
Why don't you user rconsole to shutdown the server?
0
Response Number 2
Name: Marc Savereux Date: May 2, 2002 at 17:29:34 Pacific
Reply:
Using a web browser it would also be possible to shutdown the server remotely.
Another option, which would require scripting on the NetWare side, would be to create a repeating cron job that runs either a Perl, NetBasic or Java application that searches for a specific file on the server, and if it finds it, deletes it, and then proceeds to run a shutdown NCF script file or issues the DOWN command via the console directly.
From the remote side, you would then ftp a file matching the file name that triggers a shutdown.
Summary: I posted this once before with no luck - thought I would try again. I manage a Novell lab with about 25 clients, all running WinXP, and a Novell 5.7 server. When the lab closes, I would like to remo...
Summary: I help manage a Novell computer lab. We are running Netware 6 with the most recent clients on our XP boxes. What I'm trying to figure out how to do is to remotely shutdown all the clients when the l...