Clustering Services in VB.NET

L

Lucas Tam

Hi all,

Is there any clustering services available for .NET? As I understand it,
Windows servers ship with Microsoft Clustering Services, is there any way
to interface into it via .NET?

If not, has anyone wrote a .NET wrapper for MSCS?

Any other alternatives besides using C++?

Thanks : )
 
D

Daniel

Lucas said:
Hi all,

Is there any clustering services available for .NET? As I understand it,
Windows servers ship with Microsoft Clustering Services, is there any way
to interface into it via .NET?

If not, has anyone wrote a .NET wrapper for MSCS?

Any other alternatives besides using C++?

Thanks : )

yes, I cannot remember exactly, but on MSDN there is a page on how to do
this. It is very easy (although I did it in VB6!!!!).
 
L

Lucas Tam

yes, I cannot remember exactly, but on MSDN there is a page on how to do
this. It is very easy (although I did it in VB6!!!!).

Wow, good to know that you did in VB6... and it worked.

Do you remember any "Gotchas" with MSCS?
 
D

Daniel

Lucas said:
@TK2MSFTNGP14.phx.gbl:




Wow, good to know that you did in VB6... and it worked.

Do you remember any "Gotchas" with MSCS?

Not that I remember although I was only using it to read cluster info,
not change it.
 

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

Top