Remove Starport Storage Controller

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)

Post Reply
qionized
Posts: 3
Joined: Wed Aug 24, 2011 10:46 pm

Wed Aug 24, 2011 10:50 pm

i was evaluating an installation of starwind on windows 2008 r2 server core. after uninstalling the software, the Starport Storage Controller still shows up in device manager/System Information. How can i remove this from the system?
User avatar
anton (staff)
Site Admin
Posts: 4021
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Wed Aug 24, 2011 11:57 pm

Go to Control Panel, click System, open Device Manager, expand the tree, select "StarPort Storage Controller" and remove it checking "delete files" checkbox.

P.S. StarWind V5.8 and up should have no kernel components by default.
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
qionized
Posts: 3
Joined: Wed Aug 24, 2011 10:46 pm

Thu Aug 25, 2011 12:04 am

thank you for the quick reply. unfortunately, windows 2008 server core does not have control panel / device manager, so this method will not work. i'm thinking that i need to delete some registry keys and perhaps a .sys file or two, but i do not know precisely which ones and don't want to screw up the server.

ps. as an aside, it's not resource usage i'm concerned with so much as the fact that the starport driver causes microsoft's cluster validation tool to throw warnings (this server will be part of a failover cluster).
User avatar
anton (staff)
Site Admin
Posts: 4021
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Thu Aug 25, 2011 3:58 pm

It does not matter. You can remotely manage devices just fine. Here's step-by-step guide (just in case):

http://www.petri.co.il/remotely-manage- ... 8-core.htm

There's no way to bypass Microsoft limitations that's why we have to withdraw monolothic SCSI port based component from StarWind installation.
qionized wrote:thank you for the quick reply. unfortunately, windows 2008 server core does not have control panel / device manager, so this method will not work. i'm thinking that i need to delete some registry keys and perhaps a .sys file or two, but i do not know precisely which ones and don't want to screw up the server.

ps. as an aside, it's not resource usage i'm concerned with so much as the fact that the starport driver causes microsoft's cluster validation tool to throw warnings (this server will be part of a failover cluster).
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
qionized
Posts: 3
Joined: Wed Aug 24, 2011 10:46 pm

Thu Aug 25, 2011 5:57 pm

again, thanks for the follow-up.
anton (staff) wrote:You can remotely manage devices just fine.
unfortunately, Device Manager is always read-only when run remotely (i have seen postings that intimate otherwise, but they are incorrect--see section on device manager here: http://technet.microsoft.com/en-us/libr ... S.10).aspx), so this will not work.

I did find a solution, however:

1.) If necessary, re-install Starport iSCSI server and Starport Driver.
2.) open a command prompt and cd to the install directory (default: C:\Program Files\StarWind Software\StarWind\)
3.) uninstall the driver:

Code: Select all

DrvInst.exe -uninstall root\starport uninstall
[/b]
4.) uninstall everything else:

Code: Select all

unins000.exe
[/b]
5.) remove install dir:

Code: Select all

rmdir /s "C:\Program Files\StarWind Software\"
User avatar
Anatoly (staff)
Staff
Posts: 1675
Joined: Tue Mar 01, 2011 8:28 am
Contact:

Fri Aug 26, 2011 8:37 am

Nice!:)

That was next thing to be suggested :D
Best regards,
Anatoly Vilchinsky
Global Engineering and Support Manager
www.starwind.com
av@starwind.com
User avatar
anton (staff)
Site Admin
Posts: 4021
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Fri Aug 26, 2011 10:41 am

Know what? You're cheater Anatoly :) We all LOVE self-supporting customers but you do it in a very clumsy way :)
Anatoly (staff) wrote:Nice!:)

That was next thing to be suggested :D
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
Post Reply