Unsolved
This post is more than 5 years old
8 Posts
0
726
January 23rd, 2008 13:00
SQL 2005 Module
Hi,
I am using the newly release SQL 2005 module and having problem with the failover test where my user database goes into suspect mode once the secondary server takes over. My user database is on the mirror drive while my system database is on the local drive. I configured the instance to monitor the data source and my also user database. I did my test by bring the instance online on the primary server and relocate the instance to my secondary server. Everything switch over correctly from the SQL services, to the manage IP, node alias, and datasource. However, if I bring up SQL Management Studio to view the user db, it is marked as "suspect". Am I doing something wrong?
thanks.
I am using the newly release SQL 2005 module and having problem with the failover test where my user database goes into suspect mode once the secondary server takes over. My user database is on the mirror drive while my system database is on the local drive. I configured the instance to monitor the data source and my also user database. I did my test by bring the instance online on the primary server and relocate the instance to my secondary server. Everything switch over correctly from the SQL services, to the manage IP, node alias, and datasource. However, if I bring up SQL Management Studio to view the user db, it is marked as "suspect". Am I doing something wrong?
thanks.
No Events found!


ecervant
63 Posts
0
January 23rd, 2008 13:00
When configuring a SQL Server module, the master and msdb database should also be replicated on the mirror drive as they contain information about the MS SQL server configuration. If the master and msdb are not replicated, the target node will have an independent database and will not get updated with the changes that were performed on the partner node. This could be causing your user databases to go suspect as the master database has different information/states for the database.
Regards,
Emilio
BBH2
8 Posts
0
January 23rd, 2008 13:00
I have a question concerning this. The SQL2005 module installation instructions that I have contains the following steps as I understand it.
1. Set up all the mirroring disks on the 1st node and attach.
2. Change the server name to a virtual SQL server name and reboot
3. Install SQL server and all the patches.
4. Restore any user database as needed.
5. Change server name back to original name
5. Repeat for the 2nd node.
The issue that I ran into following this instruction is the mirror datasource is no longer active and accessible since the server name have change and the agent can no longer start up. Therefore, I cannot put the data in the mirror drive. Did I not read the instructions right or misinterpret something?
thanks.
ecervant
63 Posts
0
January 24th, 2008 16:00
This appears to be a documentation error with the SQL 2005 installation steps. You may perform the steps provided, but leave the data source creation to after you have successfully installed SQL 2005 on both nodes and moved the data files. The problem is that after the reboot the data source does not automatically re-attach on the node. It is also not possible to attach the data source after the reboot, as the AutoStart agent will not restart while renamed to the virtual name.
I hope this helps and please open a support case to file the documentation bug.
Regards,
Emilio
BBH2
8 Posts
0
January 25th, 2008 08:00
I reinstalled SQL server with the vritual name on both servers with the data being on the drive to be mirrored, renamed the servers back to their original name, rebooted, reinstalled Autostart 53, created the datasource and SQL module instance. The failover is still not working in that the SQL server service will not startup on the secondary node. The only way to get the service to start is copying the original data files, which I saved after the SQL install, to the mirrored drive. This, however, causes the primary node SQL server service to not startup if failed back to the primary node. Again, the only way to get it to start is copying the original data files to the mirrored drive. I think I am a step or 2 from getting it to work.
Thanks.
ecervant
63 Posts
0
February 1st, 2008 15:00
Emilio
wangyd
1 Rookie
•
65 Posts
0
February 1st, 2008 21:00
When I configurate the services for SQL Server2005,and failover is conrect,but when failover to the seconed node,the application can no login the sql server2005.and when it locate the node1,application can login the database.
Is there any qustion of SQL Server2005 or AS5.3?or installation of SQL Server2005 on node2's step is wrong?
ecervant
63 Posts
0
February 5th, 2008 14:00
I have seen this occur with the SQL 2000 module when the master and msdb database were not replicated in the cluster. The master database contains all of the security information for SQL server; therefore it should be moved to the shared partition so both nodes have access to the same master database. If you already have the master database on the shared partition, verify that the SQL installation on the troubled node is pointing the master database correctly.
Emilio
wangyd
1 Rookie
•
65 Posts
0
April 3rd, 2008 02:00
I had replcated the master and msdb database.but I used the services of SQL Server Services,not the module of AS Module 1.0 for SQL Server 2005.Because
I did not know the EVAL license of the AS module 1.0 SQL Server 2005.
Can you tell me the EVAL license of the AS module 1.0 SQL Server 2005?
thanks.
yito1
262 Posts
0
April 3rd, 2008 03:00
The evaluation key to SQL2005Module doesn't have the description anywhere.
I was able to obtain it by guessing the evaluation key from the experience.
evaluation key is s5eval.
Try this.
wangyd
1 Rookie
•
65 Posts
0
April 3rd, 2008 08:00