December 30, 2006 at 7:42 am
I have SQL Server 2000 SP4
Cluster Services running data on SAN
I have two groups SQL1 owner SQLCL1, SQL2 owner SQLCL2
Active resources
SQLCL1 owner SQLCL1 group SQL1
SQLCL2 ower SQLCL2 group SQL2
Every 2 weeks at 1:30 on a friday of all days The active resources for SQL1CL1 switch to SQLCL2 so under active resources i have all of SQL1 in there.
I then decided to flip flop everything SQL1 to SQLCL2
Then again 2 weeks later again SQL1 fails over .....
I cannot figure out why that every 2 weeks this is failing over to the other nodes.
Any advice is appreciated
December 30, 2006 at 8:56 am
i would suspect something shutting the service down - look for a sheduled job in sql agent or windows sheduled tasks that does something along the lines of
xp_cmdshell 'net stop mssqlserver'
MVDBA
December 30, 2006 at 2:17 pm
Nothing in the jobs or agents at all
Nothing in the event logs.....its almost like a manual process someones comes along and moves the groups over and shuts the sql down.
December 30, 2006 at 2:56 pm
Just found this 1:17 and then at 1:30 system reboots....
The system failed to register host (A) resource records (RRs) for network adapter
with settings:
The reason the system could not register these RRs was because of a security related problem. The cause of this could be (a) your computer does not have permissions to register and update the specific DNS domain name set for this adapter, or (b) there might have been a problem negotiating valid credentials with the DNS server during the processing of the update request.
You can manually retry DNS registration of the network adapter and its settings by typing "ipconfig /registerdns" at the command prompt. If problems still persist, contact your DNS server or network systems administrator. For specific error code, see the record data displayed below.
hmm is it something with the DNS
But it happens every 2nd friday 1:30
January 2, 2007 at 6:30 am
does your DNS server/PDC reboot at any point?
MVDBA
January 2, 2007 at 9:42 am
im looking now at DNS and see if anything thanks
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply