Re: Log Shipping share on cluster

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



In a cluster, SQL Server can only address drive letters that are a
dependency of the SQL Server resource. So, that pretty much answers all of
the questions.

It has to be on a drive letter that is within the SQL Server group AND has a
dependency on the SQL Server resource. If it doesn't meet these
requirements, SQL Server won't even see the drive letter. You could still
stuff it anywhere by specifying a UNC path, but that isn't recommended. A
local disk should NEVER be used, because if you lose node in the cluster you
are dumping backups to (the whole reason you have log shipping in place),
you lose all of the backups on that local drive that hadn't been applied.

--
Mike
http://www.solidqualitylearning.com
Disclaimer: This communication is an original work and represents my sole
views on the subject. It does not represent the views of any other person
or entity either by inference or direct reference.


"vkb" <vkb@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7532F776-2707-4CAA-871A-5643FBFFD062@xxxxxxxxxxxxxxxx
I am setting up log shipping of SharePoint databases from a two node
active/passive cluster to a stand alone instance of SQL. Versions are SQL
2000 w/ SP 3a on Windows 2003 SP1. Questions:
- When I setup log shipping and designate a shared folder, what is the
best
practice for the location of the folder on the cluster?
- Should it be a share disk in order to make sure it is available in the
event of cluster failover?
- If so, what resource group should it reside in?
- If not and it should be local disk, how is this config affected by
cluster
failover?

Thanks.


.



Relevant Pages

  • Re: Passive node starting the SQL Server services - services set to ma
    ... Manual start for services is correct for a cluster. ... Look at the applicaiotn logs on both ... The SQL Server services are set to manual on both nodes. ... IE (SQL Server resource group has NODE1/NODE2; ...
    (microsoft.public.sqlserver.clustering)
  • Re: Unable to Apply SP4 to SQL 2000 Cluster (new Node)
    ... Now, for the first problem, adding the 3rd node as a member of the cluster. ... You then installed a 2nd instance of SQL Server. ... DBC01 (Disks, SQL Server resources) ... Install RTM SS2K and designate the node membership. ...
    (microsoft.public.sqlserver.clustering)
  • Re: Cluster will not fail over.
    ... > As far as the TCP/IP issue goes, you had to rebuild the cluster and were ... > able to restore the master database. ... > a cluster installation you'll have to revisit. ... >> This worked bringing up the sql server in minimal mode. ...
    (microsoft.public.sqlserver.clustering)
  • Re: active/passive with multiple instances
    ... An Active/Passive cluster is always called that and never Passive/Active. ... There is only 1 SQL Server per instance:) Just so other don't get confused. ... It does matter about the hardware, to achieve true HA it needs to happen at ... a SQL Server DBA plain and simply doesn't care about it being ...
    (microsoft.public.sqlserver.clustering)
  • Re: High Availability
    ... The cluster uses heartbeat to detect whether a node is alive or not responding. ... You may want to research SQL Server Replication/ Log Shipping if you can have some latency. ... Typical Uses of Replication ... Introducing New Features in Microsoft SQL Server 2000 Transactional Replication ...
    (microsoft.public.sqlserver.clustering)