Check if server on the network up

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

Is there a way to check to programmatically see if a server is up or not?

Also, is how would I remotely start a server programmatically?

Thanks,

Tom
 
Hello tshad,

t> Is there a way to check to programmatically see if a server is up or
t> not?

ping or better way - SNMP


t> Also, is how would I remotely start a server programmatically?

some network adapters capable to start the machine by network call
See server hardware spec for this

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
| Hello tshad,
|
| t> Is there a way to check to programmatically see if a server is up or
| t> not?
|
| ping or better way - SNMP
|
|

Why? SNMP isn't a standard product on windows, it has to be installed and
configured and doesn't offer half of the capabilities offered by WMI.
Sure, if the remote server isn't a windows box youre best bet is SNMP.
Note also that ping isn't a solution in some cases, ping packets can be
blocked at the router(s), NAT or at the firewall. And if it succeeds, it
only tells you that the destination NIC is up and running, that's all.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top