Help!
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Help!

 
Post new topic   Reply to topic    Windows Server Forum Index -> Small Business Server 2000
Author Message
Aussie Doug
Guest





Posted: Fri Jan 07, 2005 7:23 am    Post subject: Help! Reply with quote

Hi,

I have just suffered my first M/B failure on SBS 2000 that required me to
install my SCSI drives on another MB.

Everything has been bedded down and is working OK except that the system
still thinks that the old network cards are necessary and not able to be
'uninstalled'?? The report is that they are 'hidden' and are associated with
the previous IP addresses which I have reused with the new network cards.

Can anyone give me a clue on how to remove the old network card information?

Doug
Back to top
Merv Porter [SBS-MVP]
Guest





Posted: Fri Jan 07, 2005 7:50 am    Post subject: Re: Help! Reply with quote

Any help here...

Swapping NICs
http://www.windowsitpro.com/Windows/Article/ArticleID/20284/20284.html

And...
http://groups-beta.google.com/group/microsoft.public.windows.server.sbs/browse_frm/thread/62e87a9750c907ce/454b72f5f5629add?q=sbs+hidden+nic&_done=%2Fgroups%3Fhl%3Den%26q%3Dsbs+hidden+nic%26&_doneTitle=Back+to+Search&&d#454b72f5f5629add

--
Merv Porter [SBS MVP]
===================================

"Aussie Doug" <dgrady@intelesys.com.au> wrote in message
news:e2PO$WF9EHA.4004@tk2msftngp13.phx.gbl...
Quote:
Hi,

I have just suffered my first M/B failure on SBS 2000 that required me to
install my SCSI drives on another MB.

Everything has been bedded down and is working OK except that the system
still thinks that the old network cards are necessary and not able to be
'uninstalled'?? The report is that they are 'hidden' and are associated
with
the previous IP addresses which I have reused with the new network cards.

Can anyone give me a clue on how to remove the old network card
information?

Doug

Back to top
Paul
Guest





Posted: Fri Jan 07, 2005 8:06 am    Post subject: Re: Help! Reply with quote

This is scary because it involves going into safe mode and removing the
entries using regedit.



I has the same situation after replacing a network card in the server and
had a similier problem - I could not uninstall the old network card
driver....

Here's my recollection of what I did.
Follow these instructions at your own risk. No warranty is stated or
implied.

Note: If in a production environment you may have to do this after hours -
depending on how generous you boss is 8-).

1) Performed a full verified backup
2) Go to Device manager and take a note of the name of the driver(s) that
you want to remove, you may have to view hidden devices to see this
3) Reboot the server in safe mode
4) Enter regedit and navigate to
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum]
5) Perform an export of this key - in case you need to reinport
5) Perform a search for the name of the driver(s) as noted in step 2)
6) When it is found look in the left column and delete the key starting
with "VENxxxxxxxx SUBSYSxxxxxxx" that is on the line above the key that you
found.
7) Look in the device manager to make sure the old driver is removed.
8) Once confirmed reboot the system normally

Note: If you have problems after doing this then double click on the export
file you created in step 5) and reboot.

This is how I did it - if anyone has an easier way, I'm all ears! 8-)

"Aussie Doug" <dgrady@intelesys.com.au> wrote in message
news:e2PO$WF9EHA.4004@tk2msftngp13.phx.gbl...
Quote:
Hi,

I have just suffered my first M/B failure on SBS 2000 that required me to
install my SCSI drives on another MB.

Everything has been bedded down and is working OK except that the system
still thinks that the old network cards are necessary and not able to be
'uninstalled'?? The report is that they are 'hidden' and are associated
with the previous IP addresses which I have reused with the new network
cards.

Can anyone give me a clue on how to remove the old network card
information?

Doug
Back to top
SuperGumby [SBS MVP]
Guest





Posted: Fri Jan 07, 2005 2:12 pm    Post subject: Re: Help! Reply with quote

PIFFLE to the other replies.

start the system in DSRM mode and run this batch file.

--------bat file starts after this line-------
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
----------bat file finishes before this line------------

in the console it produces View/Show hidden devices.

remove the nonpresent nics (and other nonpresent devices, carefully, there's
some show as nonpresent which you actually want to keep).

Start the system in DSRM mode several more times, allowing any hardware
changes to be detected.

Configure your NICs.

restart normally.

NOTE: This may not in fact be the whole procedure, but it's close. If you're
in Sydney I can be contacted and will either get the system up or eat crow.


"Aussie Doug" <dgrady@intelesys.com.au> wrote in message
news:e2PO$WF9EHA.4004@tk2msftngp13.phx.gbl...
Quote:
Hi,

I have just suffered my first M/B failure on SBS 2000 that required me to
install my SCSI drives on another MB.

Everything has been bedded down and is working OK except that the system
still thinks that the old network cards are necessary and not able to be
'uninstalled'?? The report is that they are 'hidden' and are associated
with the previous IP addresses which I have reused with the new network
cards.

Can anyone give me a clue on how to remove the old network card
information?

Doug
Back to top
Aussie Doug
Guest





Posted: Mon Jan 10, 2005 3:10 am    Post subject: Re: Help! Reply with quote

Thanks guys!

I actually thought of trying Sup's method but got scared off of the Dos bit
and went for Safe Mode, view/hidden and removed the unwanted NIC card info,
even thought it would appear that Sup's a fellow crow eater!! (small world)

I was amazed about the number of duplicates when I clicked on show hidden!

Is there a safe way of going through and removing the majority of these
unnecessary 'hidden' unnecessary resources??

Doug

"SuperGumby [SBS MVP]" <not@your.nellie> wrote in message
news:%23wxsgCJ9EHA.2804@TK2MSFTNGP15.phx.gbl...
Quote:
PIFFLE to the other replies.

start the system in DSRM mode and run this batch file.

--------bat file starts after this line-------
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
----------bat file finishes before this line------------

in the console it produces View/Show hidden devices.

remove the nonpresent nics (and other nonpresent devices, carefully,
there's some show as nonpresent which you actually want to keep).

Start the system in DSRM mode several more times, allowing any hardware
changes to be detected.

Configure your NICs.

restart normally.

NOTE: This may not in fact be the whole procedure, but it's close. If
you're in Sydney I can be contacted and will either get the system up or
eat crow.


"Aussie Doug" <dgrady@intelesys.com.au> wrote in message
news:e2PO$WF9EHA.4004@tk2msftngp13.phx.gbl...
Hi,

I have just suffered my first M/B failure on SBS 2000 that required me to
install my SCSI drives on another MB.

Everything has been bedded down and is working OK except that the system
still thinks that the old network cards are necessary and not able to be
'uninstalled'?? The report is that they are 'hidden' and are associated
with the previous IP addresses which I have reused with the new network
cards.

Can anyone give me a clue on how to remove the old network card
information?

Doug


Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Small Business Server 2000 All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB