dbTalk Databases Forums  

Single node cluster with multiple instances but all as default ins

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Single node cluster with multiple instances but all as default ins in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SQL Question
 
Posts: n/a

Default Single node cluster with multiple instances but all as default ins - 01-14-2008 , 10:04 AM






Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance (during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.


Reply With Quote
  #2  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM






The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #3  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #4  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #5  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #6  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #7  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #8  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #9  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
  #10  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Single node cluster with multiple instances but all as default ins - 01-14-2008 , 11:00 AM



The short answer is "no".

Even though each SQL instance lives in its own virtual space, there can be
only one default SQL instance per cluster.

You can use a DNS alias to map a short name to the clustered instance name
so when a Client connects to SQL1, they are redirected to the appropriate IP
address and port number.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"SQL Question" <SQLQuestion (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to install multiple SQL 2005 instances onto one machine, which
has been configured as a single node cluster. Multiple virtual servers
have
been created, and I am trying to install one instance onto each virtual
server set up for SQL installation, and the instance should all be default
so
that when referencing the sql instance only the virtual server's name is
needed. Is this possible at all?

The scenario:

Server box name: ServerA
Virtual server names:
1. SQL1
2. SQL2
3. SQL3

I logged into virtual server SQL1, installed a default sql instance
(during
the intallation the Virtual SQL Server Name page never appeared, an
indication that the MSCS was not set up properly?). Then I (successfully,
indicating that the cluster/virtual machine set up is done (probably)
correctly?) logged in to SQL2, but when trying to install a default sql
instance on this virtual server, the intallation recognizes an existing
default intance and would not do the next default installation.

There are a few reasons that I am not successful so far:
1. Single node cluster would not support this at all
2. The cluster service was not set up right
3. I am doing something wrong

I just can not see what I am doing is wrong. Anyone can help pointing out
what I should look at? Much thanks.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.