Tagged Questions
1
vote
2answers
205 views
How to kick off a batch file on server restart?
When the server restarts, I need to kick off a process in a form of a batch file (that basically preloads a bunch of data that will be needed later).
I haven't found an effective way to do this ...
2
votes
2answers
473 views
Run a command on Windows startup (not login!)
How do you tell Windows to run a command on each system startup?
I have a large number of servers on which I will need to run a command on system startup that makes a non-persistent configuration ...
0
votes
3answers
248 views
Having trouble getting startup scripts to work in Server 2003
Thanks for taking the time to read this.
I am having trouble getting my startup scripts to run correctly on the domain I am administering. Before anyone gets upset and says "go read xxx article from ...
2
votes
4answers
992 views
Need a way to run a script on windows boot up prior to a user logging in
I need to run a custom script which runs when Windows boots up.I know its possible to run it when a user logs in but I want to run it when the system reboots i.e. prior to a user logging in.
The OS in ...
1
vote
3answers
18k views
How do I fix “ORA-01033: ORACLE initialization or shutdown in progress” error?
I have an Oracle 9.2 database. The server has crashed. After rebooting any attempt to connect to the Oracle server returns error ORA-01033 (as in title).
I've tried stopping and starting the Oracle ...
1
vote
2answers
313 views
Configuring Windows Server 2003 to start the administrator account even with no session?
I need the administrator account on a 2003 machine to start without a password, or even a session. That is, once the machine is powered on, it should boot into the administrator account and run ...
1
vote
4answers
1k views
Server 2003: login delay while service starting
On Windows Server 2003, we have an occasional condition where an application service fails to start immediately, and the service stays in the “Starting” state for 20 minutes, after which it times out ...