Re: about another instance of virtual server on sql2000 cluster



:-)
Thanks for you time.


"Geoff N. Hiten" <sqlcraftsman@xxxxxxxxx> wrote in message
news:uwzLStpzFHA.2132@xxxxxxxxxxxxxxxxxxxxxxx
> Precisely. Multiple instances on a cluster look and act just like
> multiple instances on a stand-alone box. I typically use only named
> instances on a cluster just to avoid naming confusion.
>
> --
> Geoff N. Hiten
> Senior Database Administrator
> Microsoft SQL Server MVP
>
> <io.com> wrote in message news:%233DO2ipzFHA.268@xxxxxxxxxxxxxxxxxxxxxxx
>> Sorry , a lat question :
>>
>> i have isntalled the new virtual server and it work fine but i see that
>> the new instance of sql virtual server is myclustersql02\myclustersql02
>>
>> Why ?
>>
>> The first instance was call only "mycluster01" ....
>> Perhaps because all new instance of virtual server that i install are a
>> "sql named instance" ?
>>
>> Thanks.
>>
>> "Linchi Shea" <linchi_shea@xxxxxxxxxxxx> wrote in message
>> news:ex9%23QsezFHA.3924@xxxxxxxxxxxxxxxxxxxxxxx
>>> No matter whether it's clustered or not, each SQL2000 instance has its
>>> own location for its binaries (well some binaries for the tools are
>>> shared). You can specify the same path, and the install will create a
>>> different folder under that path for each instance. For instance, if you
>>> specify D:\MyDir for the binaries (program files), the install will
>>> place the binaries under D:\MyDir\MSSQL for the default instance, and
>>> under D:\MyDir\MSSQL$<InstanceName> for a named instance.
>>>
>>> Check out the section titled "File Paths for SQL Server 2000" in BOL.
>>>
>>> Also, technically you don't really install another virtual server on the
>>> passive node. Rather, you install another virtual server in the cluster,
>>> and when you install it, the binaries are placed on all the nodes. You
>>> can configure the virtual server to run on a particular node in its
>>> normal operating mode.
>>>
>>> Linchi
>>>
>>> <io.com> wrote in message news:%23c$txrdzFHA.460@xxxxxxxxxxxxxxxxxxxxxxx
>>>> Hi,
>>>>
>>>> i have a cluster a/p windows 2000 & SQL2000 , now i would like install
>>>> another virtual sever SQL on passive node for make this cluster
>>>> active/active.
>>>>
>>>> The question is :
>>>>
>>>> When i start a SQL wizard for add a new virtual server when
>>>> installation wizard aask me a path for sql binary i must use the same
>>>> exist path use for the virtual sql server installed or i must choice
>>>> another path for ex. c:\.....\SQL\Virtual2 ?!?!?
>>>>
>>>> Thanks.
>>>>
>>>>
>>>> --
>>>> ---
>>>>
>>>>
>>>
>>>
>>
>>
>
>


.



Relevant Pages

  • Re: about another instance of virtual server on sql2000 cluster
    ... Multiple instances on a cluster look and act just like multiple ... Microsoft SQL Server MVP ... > the new instance of sql virtual server is myclustersql02\myclustersql02 ... You can specify the same path, and the install will create a ...
    (microsoft.public.sqlserver.clustering)
  • Re: Default or named instances??
    ... I've setup the cluster and tried to install the second instance as default ... According to your explanation about the relationship between SQL instance ... and virtual server I would change the analogy to say I could treat the ...
    (microsoft.public.sqlserver.clustering)
  • Re: SQL2005 Clustering Under Virtual Server Release 2
    ... I would need an explanation of your entire Virtual environment and the steps ... you took to setup the cluster within Virtual Server. ... your cluster so that the install isn't recognizing it as valid to install ...
    (microsoft.public.sqlserver.clustering)
  • Re: Exchange install failed
    ... By reinstall I mean running the install again and it picking up where it ... The MS documentation indicates that this is possible in a failed ... In fact the cluster itself passed all readiness checks ... an error that the computer account for the Exchange virtual server could ...
    (microsoft.public.exchange.setup)
  • Re: Newbie question: Installing two node(Active-passive) test envi
    ... Using Microsoft Virtual Server 2005 to Create and Configure a Two-Node ... Microsoft Windows Server 2003 Cluster ... I neither have the hardware that matches HCL nor the budget to ... I will post more questions as I continue to install them. ...
    (microsoft.public.windows.server.clustering)

Loading