![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#3
| |||
| |||
|
|
It seems like you don't have administrative privilege on nodes. Make sure you have admin privilege on both nodes. User a Domain account with local admin rights.. -- Santhosh Sivarajan | MCTS, MCSE (W2K3/W2K/NT4), MCSA (W2K3/W2K/MSG), CCNA Houston, TX http://blogcastrepository.com/blogs/santhosh/ http://www.sivarajan.com/publications.html "Loren Z" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:u5LzgFtFKHA.4732 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#4
| |||
| |||
|
|
The account I am running under does have administrative priviledges on both nodes. However, this message is still appearing. Has anyone seen this before? "Santhosh Sivarajan" <Santhoshetmr (AT) Hotmail (DOT) com> wrote in message news:E917E85C-18BE-43C7-A112-F759605615DF (AT) microsoft (DOT) com... It seems like you don't have administrative privilege on nodes. Make sure you have admin privilege on both nodes. User a Domain account with local admin rights.. -- Santhosh Sivarajan | MCTS, MCSE (W2K3/W2K/NT4), MCSA (W2K3/W2K/MSG), CCNA Houston, TX http://blogcastrepository.com/blogs/santhosh/ http://www.sivarajan.com/publications.html "Loren Z" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:u5LzgFtFKHA.4732 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#5
| |||
| |||
|
|
I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#6
| |||
| |||
|
|
I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#7
| |||
| |||
|
|
Start here: http://support.microsoft.com/kb/936302 You need to explicitly add the install execution account to the administrators group on both nodes. Sometimes the inheritance from the Domain Admins group doesn't work. To be safe, I would manually log in to each node using the install account. Finally, you can have no users on remote consoles on either node during the installation. Anyone left logged in and the installation fails. -- Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Loren Z" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:u5LzgFtFKHA.4732 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#8
| |||
| |||
|
|
Here is a twist for you. I have a domain account I'm using to install SQL 2005 in every server's Local Admin group. I have confirmed I can log into the server using that account. I am logged in with the account when I attempt to install SQL 2005. I get all the way to the REMOTE ACCOUNT INFORMATION window, which populates the account information for me. I type in the proper password and click NEXT. I get an error stating SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has admnistrator permssions on every cluster node, and then run SQL Server Setup again. I am going to try to add some Local Security Policy roles to see if that fixes it. Otherwise, I am stumped. Any help would be appreciated. -- Troy "Geoff N. Hiten" wrote: Start here: http://support.microsoft.com/kb/936302 You need to explicitly add the install execution account to the administrators group on both nodes. Sometimes the inheritance from the Domain Admins group doesn't work. To be safe, I would manually log in to each node using the install account. Finally, you can have no users on remote consoles on either node during the installation. Anyone left logged in and the installation fails. -- Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Loren Z" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:u5LzgFtFKHA.4732 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#9
| |||
| |||
|
|
And here is a webcast on exactly how to do that install: http://support.microsoft.com/kb/953170 -- Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Loren Z" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:u5LzgFtFKHA.4732 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
#10
| |||
| |||
|
|
And here is a webcast on exactly how to do that install: http://support.microsoft.com/kb/953170 -- Geoff N. Hiten Principal SQL Infrastructure Consultant Microsoft SQL Server MVP "Loren Z" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:u5LzgFtFKHA.4732 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I am attempting to install 64 bit SQL Server 2005 on a two node Windows Server 2008 SP2 cluster. I get to the part of the install "Remote Account Information" where I am required to enter an user name and password that is a valid administrator on both nodes. I enter the information of an account that is an administrator on both nodes and I get this message: ================================================== ============================ SQL Server 2005 Setup requires administrator permissions on every cluster node. To continue, update permissions for the account currently running Setup, or log in with an account that has administrator permissions on every cluster node, and then run SQL Server Setup again. ================================================== ============================ I am unable to get further in the installation. I have done many successful cluster intalls on Windows 2003 clusters. Does anyone have any ideas on how to solve this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |