I am trying to update SQL servers with Cumulative Update package 3 for SQL Server 2008 R2.
I have clustered environment (Active/Passive) SQL servers and I followed the following link to perform the update:
http://support.microsoft.
However, when I run the command "cluster.exe resource" I get the following results: Note that my active node is SQL-01.
Resource Group Node Status
-------------------- -------------------- --------------- ------
Analysis Services (ERPINSTANCE) SQL Server (ERPINSTANCE) SQL-01 Online
Cluster IP Address Cluster Group SQL-01 Online
Cluster Name Cluster Group SQL-01 Online
DATABASE SQL Server (ERPINSTANCE) SQL-01 Online
FileServer-(SQL-CLUSTER)(D
QUORUM Cluster Group SQL-01 Online
SQL IP Address 1 (SQL-CLUSTER) SQL Server (ERPINSTANCE) SQL-01 Online
SQL Network Name (SQL-CLUSTER) SQL Server (ERPINSTANCE) SQL-01 Online
SQL Server (ERPINSTANCE) SQL Server (ERPINSTANCE) SQL-01 Online
SQL Server Agent (ERPINSTANCE) SQL Server (ERPINSTANCE) SQL-01 Online
It shows that my current owner is SQL-01. Still when I run the update on the passive node (SQL-02) I can't select anything. If i click "Select All" and try to proceed I get the following error: [Error Message]
There are no SQL Server instances or shared features that can be updated on this computer.
Please let me know if I am missing anything here.
Tks.
Top