Clustering Services in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lucas Tam

    #1

    Clustering Services in VB.NET

    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 : )

    --
    Lucas Tam (REMOVEnntp@rog ers.com)
    Please delete "REMOVE" from the e-mail address when replying.
    http://members.ebay.com/aboutme/coolspot18/
  • Daniel

    #2
    Re: Clustering Services in VB.NET

    Lucas Tam wrote:[color=blue]
    > 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 : )
    >[/color]

    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!!!!).

    --

    Daniel
    MCSE, MCP+I, MCP in Windows 2000/NT

    --------------------------------------
    remove the 2nd madrid from my mail address to contact me.

    Comment

    • Lucas Tam

      #3
      Re: Clustering Services in VB.NET

      Daniel <daniel@madridm adridsoleado.co m> wrote in news:ugYfMKraFH A.2212
      @TK2MSFTNGP14.p hx.gbl:
      [color=blue]
      > 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!!!!).[/color]

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

      Do you remember any "Gotchas" with MSCS?

      --
      Lucas Tam (REMOVEnntp@rog ers.com)
      Please delete "REMOVE" from the e-mail address when replying.
      http://members.ebay.com/aboutme/coolspot18/

      Comment

      • Daniel

        #4
        Re: Clustering Services in VB.NET

        Lucas Tam wrote:[color=blue]
        > Daniel <daniel@madridm adridsoleado.co m> wrote in news:ugYfMKraFH A.2212
        > @TK2MSFTNGP14.p hx.gbl:
        >
        >[color=green]
        >>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!!!!).[/color]
        >
        >
        > Wow, good to know that you did in VB6... and it worked.
        >
        > Do you remember any "Gotchas" with MSCS?
        >[/color]

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

        --

        Daniel
        MCSE, MCP+I, MCP in Windows 2000/NT

        --------------------------------------
        remove the 2nd madrid from my mail address to contact me.

        Comment

        Working...