|
Hi, Need to create a batch file for restarting some services remotely and restarting iis remotely in Admin mode.
Help would be appreciated
Thanks krish
Started by krish on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
+1 for SC
To elevate past UAC (if that....
There's also iisrest which is a command line utility specifically for IIS .
Technet on net commands.
MS KB link for SC.
Why not just use SC? http://ss64.com/nt/sc.html
SC and net start net stop are the way to go .
|
|
How do I load the edited .emacs file without restarting Emacs?
Answer Snippets (Read the full thread at stackoverflow):
Things ....
But be aware that some initialization is only done the first time through .
M-x eval-buffer
Open the .emacs file, select its contents and hit C-x,C-e
M-x load-file and then choose the .emacs file should also work
I usually use M-x load-file .
|
|
I have deployed some Eclipse plugins and I want them to take effect without restarting the Eclipse environment. Is it posssible?
Answer Snippets (Read the full thread at stackoverflow):
However, eclipse suggest a restart because it works in 100 the "Apply changes" button after installing a plugin - this tries to reload it without restart.
The need to restart the environment.
|
Ask your Facebook Friends
|
I would like to know if it is to view the RAID configuration of a server without restarting.
Is there any such utility for Windows?
Samuel.A
Started by Samuel A on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If the controller came with the server....
Usually RAID controllers are shipped with a piece of software for exactly that purpose (and more - think of alerts via mail and SNMP) .
You'll need to be more specific.
It depends on the RAID hardware being used.
|
|
I'm creating a JSF/Facelets web app in Eclipse. I've configured my project to use a Tomcat (6.0) server that is started/stopped by Eclipse.
Whenever I save a file (eg .xhtml) Eclipse restarts the app, trashing my HTTP session. This is annoying, because...
Started by harto on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As I am not sure of which parameter will help you to solve your problem, check the following options in the latter... .
This will open the properties of your Tomcat server.
Turn of "Build Automatically"
In the server View, double click on your Tomcat instance .
|
|
Say I have a web farm of six IIS 7 web servers, each running an identical ASP.NET application.
They are behind a hardware load balancer (say F5).
Can the load balancer detect when the ASP.NET application worker process is restarting and divert traffic...
Started by frankadelic on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A new IIS worker process starts that accepts new connections .
It depends a lot on the polling interval of the load balancer, a request restart is actually a roll-over process.
Is restarting (or down).
|
|
We are currently experiencing intermittent mail queue stoppages. I'm seeking diagnostic help in another area .
In the meantime, is there a way to restart the CF mail queue without restarting the service as a whole?
CF8 standard Win2k3
Solution: We are...
Started by Ben Doom on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<cfset sFactory = CreateObject("java","coldfusion.server.ServiceFactory")> <cfset MailSpoolService = sFactory.mailSpoolService> <cfset MailSpoolService.stop()> <cfset MailSpoolService.start()>
Unless Adobe's policy... .
Yes there is.
|
|
I have got a windows service written in .NET and I need to be able to implement a self-restarting feature for it.
E.g. service constantly monitors the environment in runs in and once a value of the environmental variable reaches its threashold value the...
Started by Kevin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can do.
When it should, set the service to restart under the recovery tab for the service.
|
|
We have a SmartClient built in C# that stubornly remains open when the PC its running on is being restarted. This halts the restart process unless the user first closes the SmartClient or there is some other manual intervention.
This is causing problems...
Started by ScottCher on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
My best guess without knowing anything more about your program is that you have a long-running process... .
If it's not, there could be a number of things going on .
Normally a .Net app would respond correctly- at least, that's the 'out of the box' behavior .
|
|
I have a Windows Server 2003 Enterprise active/passive cluster running SQL Server 2005. The "Cluster Service" service won't start on my passive node, and I'm pretty sure it's what's described in this MS KB article . However, it prescribes restarting the...
Started by rwmnau on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Best, Nick
It will cause the SQL Instance to restart as the Cluster service is what controls.
|