Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
SQL
ce
clients
clustering
connect
datamining
datawarehouse
dts
fulltext
jdbcdriver
msde
mseq
newusers
notificationsvcs
odbc
olap
programming
replication
reportingsvcs
security
securitytools
server
setup
sqlxml.viewmapper
tools
xml
  
 
date: Wed, 2 Jul 2008 03:57:01 -0700,    group: microsoft.public.sqlserver.clustering        back       


Moving system datbases on cluster   
I am just determining the necessary steps to move the  system datbases that I 
have on an Active/Passive cluster. I found the process to do this on a 
standalone SQL Server. 

What I don't know how to do is start SQL Server with the /f and /T3608. In 
the process I have found it says you can just use NET START MSSQLSERVER /f 
/T3608, but as I understand it all this would do would be to make the cluster 
failover to the passive node. 

How should I add these parameters on my cluster?
date: Wed, 2 Jul 2008 03:57:01 -0700   author:   Russell

Re: Moving system datbases on cluster   
> How should I add these parameters on my cluster?

In a clustered instance (and on a standalone instance too) you have to put 
these startup parameter in SQL Server Configuration Manager.
In "SQL Server 2005 Services" section right click the "SQL Server (instance 
name)" icon... Properties... and then in the "Advanced" tab there is 
"Startup Parameters".

Bye


-- 
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi
date: Wed, 2 Jul 2008 14:13:54 +0200   author:   Luca Bianchi

RE: Moving system datbases on cluster   
The current startup parameters  are:

-dH:\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eH:\Microsoft SQL 
Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lH:\Microsoft SQL 
Server\MSSQL.1\MSSQL\DATA\mastlog.ldf

Should I just add the /f /t3608 on the end separated by semi-colon's?

e.g.
-dH:\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eH:\Microsoft SQL 
Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lH:\Microsoft SQL 
Server\MSSQL.1\MSSQL\DATA\mastlog.ldf; /f ;/t3608

"Russell" wrote:

> I am just determining the necessary steps to move the  system datbases that I 
> have on an Active/Passive cluster. I found the process to do this on a 
> standalone SQL Server. 
> 
> What I don't know how to do is start SQL Server with the /f and /T3608. In 
> the process I have found it says you can just use NET START MSSQLSERVER /f 
> /T3608, but as I understand it all this would do would be to make the cluster 
> failover to the passive node. 
> 
> How should I add these parameters on my cluster?
date: Tue, 8 Jul 2008 03:56:00 -0700   author:   Russell

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us