Networking Forums

Networking Forums > Computer Networking > Windows Networking > Restart NIC on schedule?

Reply
Thread Tools Display Modes

Restart NIC on schedule?

 
 
Freedom
Guest
Posts: n/a

 
      01-19-2004, 10:55 PM
Hi,

Is it possible to stop and restart a NIC from a scheduled event, like a
Command batch file automatically executed by Windows Scheduler?

We have a standalone W2K SBS SP4 server that is acting very strange. About
every 24 hours, it just magically stops talking to the network. We've tried
replacing the built-in NIC with a new 3Com PCI NIC, and the same problem
happens. Nothing is registered in the event logs. The server does not seem
to notice that it is offline, but it won't communicate in or out unless it
is rebooted or the NIC is restarted. Power management is completely
disabled, Wake on LAN is enabled, and it still fails.

We're going to rebuild it soon, but in the meantime would like to have an
hourly routine to restart the NIC to keep it alive.

Thanks!
-- Freedom


 
Reply With Quote
 
 
 
 
Al Edlund
Guest
Posts: n/a

 
      01-20-2004, 01:41 AM
You might consider just using a WMI script, since AFAIK it can be called as
a file.
Al
"Freedom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Is it possible to stop and restart a NIC from a scheduled event, like a
> Command batch file automatically executed by Windows Scheduler?
>
> We have a standalone W2K SBS SP4 server that is acting very strange.

About
> every 24 hours, it just magically stops talking to the network. We've

tried
> replacing the built-in NIC with a new 3Com PCI NIC, and the same problem
> happens. Nothing is registered in the event logs. The server does not

seem
> to notice that it is offline, but it won't communicate in or out unless it
> is rebooted or the NIC is restarted. Power management is completely
> disabled, Wake on LAN is enabled, and it still fails.
>
> We're going to rebuild it soon, but in the meantime would like to have an
> hourly routine to restart the NIC to keep it alive.
>
> Thanks!
> -- Freedom
>
>



 
Reply With Quote
 
Michael Holzemer
Guest
Posts: n/a

 
      01-20-2004, 05:39 PM
Al Edlund wrote:
> You might consider just using a WMI script, since AFAIK it can be
> called as a file.
> Al
> "Freedom" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > Is it possible to stop and restart a NIC from a scheduled event,
> > like a Command batch file automatically executed by Windows
> > Scheduler?
> >
> > We have a standalone W2K SBS SP4 server that is acting very
> > strange. About every 24 hours, it just magically stops talking to
> > the network. We've tried replacing the built-in NIC with a new
> > 3Com PCI NIC, and the same problem happens. Nothing is registered
> > in the event logs. The server does not seem to notice that it is
> > offline, but it won't communicate in or out unless it is rebooted
> > or the NIC is restarted. Power management is completely disabled,
> > Wake on LAN is enabled, and it still fails.
> >
> > We're going to rebuild it soon, but in the meantime would like to
> > have an hourly routine to restart the NIC to keep it alive.
> >
> > Thanks!
> > -- Freedom


Have you tried changing the switch port and a different patch cable?

--
Regards,

Michael Holzemer
No email replies please - reply in newsgroup

Learn script faster by searching here
http://www.microsoft.com/technet/tre...er/default.asp



 
Reply With Quote
 
Freedom
Guest
Posts: n/a

 
      01-20-2004, 07:00 PM
Yes, we've changed both the switch and the cables, same problem. Thanks
though!
-- Freedom

"Michael Holzemer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Al Edlund wrote:
> > You might consider just using a WMI script, since AFAIK it can be
> > called as a file.
> > Al
> > "Freedom" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi,
> > >
> > > Is it possible to stop and restart a NIC from a scheduled event,
> > > like a Command batch file automatically executed by Windows
> > > Scheduler?
> > >
> > > We have a standalone W2K SBS SP4 server that is acting very
> > > strange. About every 24 hours, it just magically stops talking to
> > > the network. We've tried replacing the built-in NIC with a new
> > > 3Com PCI NIC, and the same problem happens. Nothing is registered
> > > in the event logs. The server does not seem to notice that it is
> > > offline, but it won't communicate in or out unless it is rebooted
> > > or the NIC is restarted. Power management is completely disabled,
> > > Wake on LAN is enabled, and it still fails.
> > >
> > > We're going to rebuild it soon, but in the meantime would like to
> > > have an hourly routine to restart the NIC to keep it alive.
> > >
> > > Thanks!
> > > -- Freedom

>
> Have you tried changing the switch port and a different patch cable?
>
> --
> Regards,
>
> Michael Holzemer
> No email replies please - reply in newsgroup
>
> Learn script faster by searching here
>

http://www.microsoft.com/technet/tre...er/default.asp
>
>
>



 
Reply With Quote
 
Freedom
Guest
Posts: n/a

 
      01-20-2004, 07:01 PM
Forgive me, but I'm not familiar with WMI scripts - I'll look them up on the
MS Knowledge Base. Also, what does AFAIK mean?

If you're willing to give a simple example, I'm all ears! But I'm not too
lazy to do my own homework!

Thanks!
-- Freedom


"Al Edlund" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You might consider just using a WMI script, since AFAIK it can be called

as
> a file.
> Al
> "Freedom" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > Is it possible to stop and restart a NIC from a scheduled event, like a
> > Command batch file automatically executed by Windows Scheduler?
> >
> > We have a standalone W2K SBS SP4 server that is acting very strange.

> About
> > every 24 hours, it just magically stops talking to the network. We've

> tried
> > replacing the built-in NIC with a new 3Com PCI NIC, and the same problem
> > happens. Nothing is registered in the event logs. The server does not

> seem
> > to notice that it is offline, but it won't communicate in or out unless

it
> > is rebooted or the NIC is restarted. Power management is completely
> > disabled, Wake on LAN is enabled, and it still fails.
> >
> > We're going to rebuild it soon, but in the meantime would like to have

an
> > hourly routine to restart the NIC to keep it alive.
> >
> > Thanks!
> > -- Freedom
> >
> >

>
>



 
Reply With Quote
 
Michael Holzemer
Guest
Posts: n/a

 
      01-20-2004, 07:12 PM
Freedom wrote:
> Yes, we've changed both the switch and the cables, same problem.
> Thanks though!
> -- Freedom


<snip>

Have you uninstalled the entire stack and reinstalled it? I have found that
this can cure many strange problems.

--
Regards,

Michael Holzemer
No email replies please - reply in newsgroup

Learn script faster by searching here
http://www.microsoft.com/technet/tre...er/default.asp



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Schedule a reboot George Schneider Windows Networking 2 08-15-2007 08:18 PM
want to schedule internet use: can any router do it? plh Network Routers 5 07-09-2007 03:13 AM
Schedule newsgroup service Chris H. Broadband Hardware 0 04-04-2006 12:44 AM
BT Schedule for exchange upgrade. Andrew Welham Broadband 4 02-25-2005 07:51 PM
DG834G schedule rules 1.04.01 Filthy Rich Broadband 0 04-28-2004 11:33 AM



1 2 3 4 5 6 7 8 9 10 11