Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Thursday, March 29, 2012

Cluster under sqlserver 2000

I would like to know if the clustering under sqlserver 2000 works fine.
Could you give some pointers in order to install a cluster under sqlserver ?
Best regardsorion30,
Yes SQL Server has fault tolerance capabilities which can be implemented with
the help of its clustering feature. SQL Server has two types of cluster
configuration ie Active/Active and Active/Passive cluster.
A cluster is a safeguard for fault tolerance for the servers, the operating
system, and the software. You can safeguard the data with the help of shared
disk arrays.
MS has a clustering feature to its operating system in Windows NT 4.0 Enterprise
Edition / WIN2K advanced & datacenter servers, this clustering feature is called
MSCS ie Microsoft Clustering Server. SQL Server's enterprise edition ships with
Clustering feature(Virtual Server).
For more information on cluster visit this url
http://www.sql-server-performance.com/clustering_intro1.asp
Also you can post your queries to more relevent newgroup
microsoft.public.sqlserver.clustering
-- Vishal
"orion30" <orion30@.ifrance.com> wrote in message
news:bri7f1$bvi$1@.news-reader5.wanadoo.fr...
> I would like to know if the clustering under sqlserver 2000 works fine.
> Could you give some pointers in order to install a cluster under sqlserver ?
> Best regards
>

cluster sql server 2000

Hi,

I need manuals, tecnical papres, instalation guide, etc about
how to install one cluster sql server 2000 64 bits with
windows server 2003.

It`s posible a need one document step by step about this

Thanks,

RaulGZ."raulgz" <ragaza@.ozu.es> wrote in message
news:9b551742.0402270130.5c1c5655@.posting.google.c om...
> Hi,
> I need manuals, tecnical papres, instalation guide, etc about
> how to install one cluster sql server 2000 64 bits with
> windows server 2003.
> It`s posible a need one document step by step about this
>
> Thanks,
> RaulGZ.

http://www.microsoft.com/technet/tr...at/failclus.asp

Simonsqlsql

Tuesday, March 27, 2012

Cluster Server Planning.

I would like some advise on my plan to install an active/active sql cluster.
The plan is to build 2 boxes with W2k3 server and SQL2003. I'll have 13
drives on a shared disk storage (two sets of mirrored drives) (two sets of
Raid 5 [4 drives each]) (1 global hot spare). I'll create a 1 Gig logical
drive (Q & P)on each of the mirrored sets (P will be a right-off but will
keep everything looking the same). The Q drive is for the Quorum. So I'll
have C: and D: on each machine, (Q: Emirrored drives F: Raid5 (P: G
mirrored drives H: Raid5. SQL1 will own Q: E: and F:, SQL2 will own P: G:
and H:. E: and G: will be for transaction logs while F: and H: are for the
databases. I'll install instances of sql running on each server and spilt
the databases between the two (we have around fifty). Is this a sound plan,
or have I just wasted my time?
That sounds pretty good. I would seriously look at RAID 10 rather than RAID
5. The difference in write performance can be huge.
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com
I support the Professional Association for SQL Server
www.sqlpass.org
"Wayne" <Wayne@.discussions.microsoft.com> wrote in message
news:9AD5CF79-5664-466C-AB15-F48C4F99972C@.microsoft.com...
> I would like some advise on my plan to install an active/active sql
cluster.
> The plan is to build 2 boxes with W2k3 server and SQL2003. I'll have 13
> drives on a shared disk storage (two sets of mirrored drives) (two sets of
> Raid 5 [4 drives each]) (1 global hot spare). I'll create a 1 Gig logical
> drive (Q & P)on each of the mirrored sets (P will be a right-off but will
> keep everything looking the same). The Q drive is for the Quorum. So I'll
> have C: and D: on each machine, (Q: Emirrored drives F: Raid5 (P: G
> mirrored drives H: Raid5. SQL1 will own Q: E: and F:, SQL2 will own P:
G:
> and H:. E: and G: will be for transaction logs while F: and H: are for
the
> databases. I'll install instances of sql running on each server and spilt
> the databases between the two (we have around fifty). Is this a sound
plan,
> or have I just wasted my time?
|||I do not understand the Q and P drive assignment.
I have a Q (Quorum) in a seperate cluster resource group (with seperate
ip-address an networkname)
I have a X (MSDTC) in a seperate cluster resource group (with seperate
ip-address an networkname)
The Q and X drive do not come back in the SQL cluster resource group's
You do not mention a seperate cluster resource group for MSDTC. You should
do that.
Gr. G
(more info on MSDTC: http://sswug.org/blogging/gbrander/)
"Wayne" <Wayne@.discussions.microsoft.com> wrote in message
news:9AD5CF79-5664-466C-AB15-F48C4F99972C@.microsoft.com...
>I would like some advise on my plan to install an active/active sql
>cluster.
> The plan is to build 2 boxes with W2k3 server and SQL2003. I'll have 13
> drives on a shared disk storage (two sets of mirrored drives) (two sets of
> Raid 5 [4 drives each]) (1 global hot spare). I'll create a 1 Gig logical
> drive (Q & P)on each of the mirrored sets (P will be a right-off but will
> keep everything looking the same). The Q drive is for the Quorum. So I'll
> have C: and D: on each machine, (Q: Emirrored drives F: Raid5 (P: G
> mirrored drives H: Raid5. SQL1 will own Q: E: and F:, SQL2 will own P:
> G:
> and H:. E: and G: will be for transaction logs while F: and H: are for
> the
> databases. I'll install instances of sql running on each server and spilt
> the databases between the two (we have around fifty). Is this a sound
> plan,
> or have I just wasted my time?
|||I am not planning going to use and entire physical disk for the Quorum. I'm
going to make a partition on a mirrored set (that will be a physical disk)
that will be the Q: drive. The P: drive is just my way of keeping
everything looking the same. My plan is to have only 2 cluster groups.
Group 1 be will the Cluster IP, Cluster Name, the Physical Disk (E: Q, the
Physical Disk (F, the MSDTC, and the first instance of SQL. Group 1 will
be owned by server1. Group 2 be will the Physical Disk (G: P, the
Physical Disk (H, and the second instance of SQL. Group 2 will be owned by
server2. Will this work ?
"Gé Brander" wrote:

> I do not understand the Q and P drive assignment.
> I have a Q (Quorum) in a seperate cluster resource group (with seperate
> ip-address an networkname)
> I have a X (MSDTC) in a seperate cluster resource group (with seperate
> ip-address an networkname)
> The Q and X drive do not come back in the SQL cluster resource group's
> You do not mention a seperate cluster resource group for MSDTC. You should
> do that.
> Gr. Gé
> (more info on MSDTC: http://sswug.org/blogging/gbrander/)
> "Wayne" <Wayne@.discussions.microsoft.com> wrote in message
> news:9AD5CF79-5664-466C-AB15-F48C4F99972C@.microsoft.com...
>
>
|||I too and lost by your wording I think, or maybe cause its Monday here. Are
you saying you will split a LUN into 2 or more partitions and then try to
use different partitions with different nodes? Clustering does not deal with
partitions, only drives. So a node or instance will not be able to share a
drive (and one or more partitions) with another node/instance.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Wayne" <Wayne@.discussions.microsoft.com> wrote in message
news:3AA6C951-0E13-4619-906F-BB0B0DB0C463@.microsoft.com...[vbcol=seagreen]
>I am not planning going to use and entire physical disk for the Quorum.
>I'm
> going to make a partition on a mirrored set (that will be a physical disk)
> that will be the Q: drive. The P: drive is just my way of keeping
> everything looking the same. My plan is to have only 2 cluster groups.
> Group 1 be will the Cluster IP, Cluster Name, the Physical Disk (E: Q,
> the
> Physical Disk (F, the MSDTC, and the first instance of SQL. Group 1
> will
> be owned by server1. Group 2 be will the Physical Disk (G: P, the
> Physical Disk (H, and the second instance of SQL. Group 2 will be owned
> by
> server2. Will this work ?
> "G Brander" wrote:
|||Good catch Rodney.
Clustering looks at physical disks (LUNs in SAN-speak). If you partition
the disk, clustering still sees the underlying physical disk.
Also, you don't want your Quorum disk to be part of your SQL Resource group.
That is a Low-Availability approach. Putting MSDCT in with a SQL instance
is an even worse approach. You need one disk for the Quorum, preferably one
disk for MSDTC (although it can be the same as the Quorum disk), and at
least one (preferably two or more) disks per SQL instance. These must be
physical disks or separate LUNs from a SAN device. Anything else will
compromise availability to the point that a cluster won't buy you any higher
availability.
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com
I support the Professional Association for SQL Server
www.sqlpass.org
"Wayne" <Wayne@.discussions.microsoft.com> wrote in message
news:3AA6C951-0E13-4619-906F-BB0B0DB0C463@.microsoft.com...
> I am not planning going to use and entire physical disk for the Quorum.
I'm
> going to make a partition on a mirrored set (that will be a physical disk)
> that will be the Q: drive. The P: drive is just my way of keeping
> everything looking the same. My plan is to have only 2 cluster groups.
> Group 1 be will the Cluster IP, Cluster Name, the Physical Disk (E: Q,
the
> Physical Disk (F, the MSDTC, and the first instance of SQL. Group 1
will
> be owned by server1. Group 2 be will the Physical Disk (G: P, the
> Physical Disk (H, and the second instance of SQL. Group 2 will be owned
by[vbcol=seagreen]
> server2. Will this work ?
> "G Brander" wrote:
should[vbcol=seagreen]
13[vbcol=seagreen]
sets of[vbcol=seagreen]
logical[vbcol=seagreen]
will[vbcol=seagreen]
I'll[vbcol=seagreen]
G[vbcol=seagreen]
P:[vbcol=seagreen]
for[vbcol=seagreen]
spilt[vbcol=seagreen]
|||Rodney and Geoff, I admit my terminology was bad. I 'AM' going to have 2
physical disks (LUNs in SAN-speak) per instance of SQL. One for databases
and one for transaction logs. I was trying to see if I could cheat and 'NOT'
use an entire disk for the quorum, but looks like that will not work (or not
work very well) in a multiple instance cluster. So it looks like I'll need
14, probably 15 disks on my shared storage to make this work.
So how about plan B:
Setup one physical disk (probably mirrored) for the quorum and the MSDTC.
Setup one physical disk (mirrored) for the transaction logs for each instance
of SQL. Setup one physical disk (Raid 5 or maybe 10) for the databases for
each instance of SQL. And if I can afford it a global hot spare. Better to
get it right in the planning stage than looking like an idiot trying to get a
bad design to work.
Thanks
"Geoff N. Hiten" wrote:

> Good catch Rodney.
> Clustering looks at physical disks (LUNs in SAN-speak). If you partition
> the disk, clustering still sees the underlying physical disk.
> Also, you don't want your Quorum disk to be part of your SQL Resource group.
> That is a Low-Availability approach. Putting MSDCT in with a SQL instance
> is an even worse approach. You need one disk for the Quorum, preferably one
> disk for MSDTC (although it can be the same as the Quorum disk), and at
> least one (preferably two or more) disks per SQL instance. These must be
> physical disks or separate LUNs from a SAN device. Anything else will
> compromise availability to the point that a cluster won't buy you any higher
> availability.
> --
> Geoff N. Hiten
> Microsoft SQL Server MVP
> Senior Database Administrator
> Careerbuilder.com
> I support the Professional Association for SQL Server
> www.sqlpass.org
> "Wayne" <Wayne@.discussions.microsoft.com> wrote in message
> news:3AA6C951-0E13-4619-906F-BB0B0DB0C463@.microsoft.com...
> I'm
> the
> will
> by
> should
> 13
> sets of
> logical
> will
> I'll
> G
> P:
> for
> spilt
>
>
|||I like plan B, and not just cause I fully understand it. Question, are your
SQL applications going to use MSDTC? If so, for performance reasons you may
want to have a mirror just for the log and extend the default log size.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Wayne" <Wayne@.discussions.microsoft.com> wrote in message
news:4B6F25F5-FB78-4023-AE65-6F4335DA4940@.microsoft.com...[vbcol=seagreen]
> Rodney and Geoff, I admit my terminology was bad. I 'AM' going to have 2
> physical disks (LUNs in SAN-speak) per instance of SQL. One for databases
> and one for transaction logs. I was trying to see if I could cheat and
> 'NOT'
> use an entire disk for the quorum, but looks like that will not work (or
> not
> work very well) in a multiple instance cluster. So it looks like I'll need
> 14, probably 15 disks on my shared storage to make this work.
> So how about plan B:
> Setup one physical disk (probably mirrored) for the quorum and the MSDTC.
> Setup one physical disk (mirrored) for the transaction logs for each
> instance
> of SQL. Setup one physical disk (Raid 5 or maybe 10) for the databases for
> each instance of SQL. And if I can afford it a global hot spare. Better
> to
> get it right in the planning stage than looking like an idiot trying to
> get a
> bad design to work.
> Thanks
> "Geoff N. Hiten" wrote:
|||Rodney, yes I plan on the SQL applications using the MSDTC. Where can I find
info on how to extend the default log size.
Thanks for the heads up.
"Rodney R. Fournier [MVP]" wrote:

> I like plan B, and not just cause I fully understand it. Question, are your
> SQL applications going to use MSDTC? If so, for performance reasons you may
> want to have a mirror just for the log and extend the default log size.
> Cheers,
> Rod
> MVP - Windows Server - Clustering
> http://www.nw-america.com - Clustering
> http://msmvps.com/clustering - Blog
> "Wayne" <Wayne@.discussions.microsoft.com> wrote in message
> news:4B6F25F5-FB78-4023-AE65-6F4335DA4940@.microsoft.com...
>
>
|||First follow http://support.microsoft.com/kb/817064 on each machine BEFORE
you install the cluster service.
Then on each node - open component services - Computers - My Computer -
Properties - MSDTC tab - Capacity = 12 or 16 or anything larger then 4 MB,
close it out. Make both machines the same size log.
Install Microsoft clustering.
Finally follow
http://support.microsoft.com/default...b;en-us;301600
Then Install SQL in the Cluster.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Wayne" <Wayne@.discussions.microsoft.com> wrote in message
news:AD40F458-65B9-45DC-8CA0-5031975CD3DD@.microsoft.com...[vbcol=seagreen]
> Rodney, yes I plan on the SQL applications using the MSDTC. Where can I
> find
> info on how to extend the default log size.
> Thanks for the heads up.
> "Rodney R. Fournier [MVP]" wrote:

Cluster questions

First of all, excuse me if my English isn't too correct.
I need to install a portal infrastructure that was developed with ASP
and SQL Server. The system would like to be redundant and scalable.
To do that, I have in mind, the following diagram :
- 2 W2003 Servers with IIS6 and NLB ( frontend )
- 2 W2003 Servers with MS-SQL and MSCS with a SAN connected ( backend
).
I have read Microsoft and others documentation, and I have questions
that I would like to know.
I have worked with NLB and I understand how it works, but I'm new with
MSCS, and I must need to know to cluster SQL servers.
In SQL 2000, the cluster can be active/pasive or active/active.
If it is active/pasive, one of the two nodes, assumes all work, and
the second node is waiting that the first node goes down, when that
happens the second node assumes all work, this is the failover. Every
node has got one IP and the two nodes have a IP that they share (
Virtual Server), like NLB.
The ASP applications connect to the IP of Virtual Server. No problem.
The cluster is transparent to the ASP aplication.
But if I have active/active mode, the application must see two SQL
Server, not one like active/pasive mode, it's true ? The cluster isn't
transparent to the ASP aplication ?
The developement of the ASP application is different that the
active/pasive and active/active modes ?
With MSCS is possible to make the system scalable or only the failover
is possible ? If it's possible the scalability, is necessary to modify
the ASP developement or it's transparent ?
I read that MSCS is necesary that the servers must be joined in a
domain, it can't work in a Workgroup.
If I install AD in the 2 web servers, the performance will decrease,
there won't be users and permissions, it's only a web portal.
Is it possible to work in a Workgroup ?
And at the end, give me your opinion about :
- Install SQL 2000 SP4 or SQL 2005 ?
- Install MSCS or a third party software, like Computer associates ?
Thanks in advance,
Xavi.
You seem to have a misunderstanding of what MSCS does and how it works with
SQL. That is not unexpected since the terminoloty is very confusing, even
to clustering veterans.
Here is an excellent starting point for understanding SQL Clustering.
http://www.microsoft.com/technet/pro.../failclus.mspx
The document describes SQL 2000 clustering but it applies to SQL 2005 as
well.
As for your questions, Active-Active and Active-Passive are no longer valid
terms to describe SQL Clusters. You now have single- or multi- instance
clusters. It sounds like you are looking for a single instance cluster with
two nodes. Aclustered instance looks just like any other SQL instance from
the client. There is no difference from an application perspective whether
a SQL instnace is clustered or not. An application should handle brief
database connection disruptions gracefully in case there is a cluster
failover, but that is part of good application design anyway.
If I was starting from scratch, I would use SQL 2005.
MSCS does require a domain and will not work in a Workgroup. Anytime I
build a highly available application system, I prefer to build a monitoring
and management console as part of the system. That can be your primary AD
controller. I also use it to manage backups and system monitoring/alerting
tools.
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
"xavi" <xavi@.comb.es> wrote in message
news:1130854797.337258.155860@.g49g2000cwa.googlegr oups.com...
> First of all, excuse me if my English isn't too correct.
> I need to install a portal infrastructure that was developed with ASP
> and SQL Server. The system would like to be redundant and scalable.
> To do that, I have in mind, the following diagram :
> - 2 W2003 Servers with IIS6 and NLB ( frontend )
> - 2 W2003 Servers with MS-SQL and MSCS with a SAN connected ( backend
> ).
> I have read Microsoft and others documentation, and I have questions
> that I would like to know.
> I have worked with NLB and I understand how it works, but I'm new with
> MSCS, and I must need to know to cluster SQL servers.
> In SQL 2000, the cluster can be active/pasive or active/active.
> If it is active/pasive, one of the two nodes, assumes all work, and
> the second node is waiting that the first node goes down, when that
> happens the second node assumes all work, this is the failover. Every
> node has got one IP and the two nodes have a IP that they share (
> Virtual Server), like NLB.
> The ASP applications connect to the IP of Virtual Server. No problem.
> The cluster is transparent to the ASP aplication.
> But if I have active/active mode, the application must see two SQL
> Server, not one like active/pasive mode, it's true ? The cluster isn't
> transparent to the ASP aplication ?
> The developement of the ASP application is different that the
> active/pasive and active/active modes ?
> With MSCS is possible to make the system scalable or only the failover
> is possible ? If it's possible the scalability, is necessary to modify
> the ASP developement or it's transparent ?
> I read that MSCS is necesary that the servers must be joined in a
> domain, it can't work in a Workgroup.
> If I install AD in the 2 web servers, the performance will decrease,
> there won't be users and permissions, it's only a web portal.
> Is it possible to work in a Workgroup ?
> And at the end, give me your opinion about :
> - Install SQL 2000 SP4 or SQL 2005 ?
> - Install MSCS or a third party software, like Computer associates ?
> Thanks in advance,
> Xavi.
>
|||As you can see, I'm not a cluster veteran :-)
Thanks for the info, and the link documentation is very good.
I understand the single-instance failover cluster, but I don't
understand too much multi-instance cluster.
Is there no difference from the application prespective in a
multi-instance cluster ?
It is possible to do in the scenario descrived ?
Is there any example of a multi-instance cluster ?
Thanks,
Xavi.
|||Each extra instance looks like another SQL Server as far as the clients are
concerned. Each clustered instance has independent disk resources, IP
address(es), and unique network name. You connect to a Virtual SQL Server,
not to the underlying host node.
You need to differentiate between Nodes (host computers) and instances
(Virtual SQL Servers) in a cluster. They exist independently.in a cluster.
You can have up to 16 instances and eight nodes in a cluster (SQL 2005).
You get four nodes under SQL 2000. If you need multiple clustered SQL
Servers, you can create multiple instances on a cluster and save some money.
If you need only one SQL Server, then you create a single-instance cluster.
SQL Clustering is a failover technology, not a scale-up technology. You
cannot have two host nodes connected to the same database for scale out.
That is why the Active-Active terminology is misleading.
Your general idea looks good.
GNH
"xavi" <xavi@.comb.es> wrote in message
news:1130878710.578655.77290@.f14g2000cwb.googlegro ups.com...
> As you can see, I'm not a cluster veteran :-)
> Thanks for the info, and the link documentation is very good.
> I understand the single-instance failover cluster, but I don't
> understand too much multi-instance cluster.
> Is there no difference from the application prespective in a
> multi-instance cluster ?
> It is possible to do in the scenario descrived ?
> Is there any example of a multi-instance cluster ?
> Thanks,
> Xavi.
>
|||You can run SQL Server in NLB, which is known as a Federation of Servers.
Server clusters are for redundancy and high availability, not scalability.
If you are looking for scalability, which does provide some high
availability, you should look at server federations and distributed
partitioned views. This is most often used for partitioned VLB
installations, mostly warehouse, read-only type systems, rarely OLTP
systems.
Sincerely,
Anthony Thomas

"Geoff N. Hiten" <SRDBA@.Careerbuilder.com> wrote in message
news:OuR$Tw13FHA.3600@.TK2MSFTNGP12.phx.gbl...
> Each extra instance looks like another SQL Server as far as the clients
are
> concerned. Each clustered instance has independent disk resources, IP
> address(es), and unique network name. You connect to a Virtual SQL
Server,
> not to the underlying host node.
> You need to differentiate between Nodes (host computers) and instances
> (Virtual SQL Servers) in a cluster. They exist independently.in a
cluster.
> You can have up to 16 instances and eight nodes in a cluster (SQL 2005).
> You get four nodes under SQL 2000. If you need multiple clustered SQL
> Servers, you can create multiple instances on a cluster and save some
money.
> If you need only one SQL Server, then you create a single-instance
cluster.
> SQL Clustering is a failover technology, not a scale-up technology. You
> cannot have two host nodes connected to the same database for scale out.
> That is why the Active-Active terminology is misleading.
> Your general idea looks good.
> GNH
> "xavi" <xavi@.comb.es> wrote in message
> news:1130878710.578655.77290@.f14g2000cwb.googlegro ups.com...
>
|||I see that, in the main schema, the SQL servers that use MSCS must be
joined in a domain.
The Geoff N. Hiten suggestion about using an other server as a DC seems
a good idea, but what does it happens if this DC server fails? Does the
SQL cluster continue alive ?
What are the consecuences of a DC failure ?
I would not like using 2 aditional servers for 2 DCs just for DC
redundance.
Thanks,
Xavi.
|||Hi
You loose your DC, your cluster goes down.
If you need the resilience of a cluster, and can afford all that expensive
hardware, having small servers as 2 DC's is not much to ask for.
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"xavi" <xavi@.comb.es> wrote in message
news:1133345191.463210.32350@.g47g2000cwa.googlegro ups.com...
>I see that, in the main schema, the SQL servers that use MSCS must be
> joined in a domain.
> The Geoff N. Hiten suggestion about using an other server as a DC seems
> a good idea, but what does it happens if this DC server fails? Does the
> SQL cluster continue alive ?
> What are the consecuences of a DC failure ?
> I would not like using 2 aditional servers for 2 DCs just for DC
> redundance.
> Thanks,
> Xavi.
>

Sunday, March 25, 2012

Cluster or Mirror

Hi,
I'm currently looking in the possiblities for a SQL server install. The web
project needs a SQL database with a high availability. Speed and size are not
that important as the load will be medium (especially for the new enterprise
class servers), but it cannot eb offline for more then minutes. Assuming
there is suffient budget what option would be preferred:
HP DL380 cluster with SAN : diskset in SAN RAID 1+0 with SQL enterprise and
SQL virtual server setup
OR
2x Fully redundent HP DL380's with own diskset (RAID 1+0), one active SQL
Std, and one passive. Replication using DoubleTake or Neverfail alikes.
The fail-switch should also be automatic and should react within max 5
minutes.
Any idea's pro + cons?
Thanks
Have you looked at Log Shipping as an alternative?
Regards
Darryl Pollock
Squirrel Consulting
www.remotesquirrel.com - Performance Monitoring - Anytime ! Anywhere!
"christophe" <christophe@.discussions.microsoft.com> wrote in message
news:250E4D88-6464-4E88-80AA-E0D8262B4CD1@.microsoft.com...
> Hi,
> I'm currently looking in the possiblities for a SQL server install. The
> web
> project needs a SQL database with a high availability. Speed and size are
> not
> that important as the load will be medium (especially for the new
> enterprise
> class servers), but it cannot eb offline for more then minutes. Assuming
> there is suffient budget what option would be preferred:
> HP DL380 cluster with SAN : diskset in SAN RAID 1+0 with SQL enterprise
> and
> SQL virtual server setup
> OR
> 2x Fully redundent HP DL380's with own diskset (RAID 1+0), one active SQL
> Std, and one passive. Replication using DoubleTake or Neverfail alikes.
> The fail-switch should also be automatic and should react within max 5
> minutes.
> Any idea's pro + cons?
> Thanks
|||yes, but the data can only be out of sync for max a few minutes and from what
I read replication is faster for something like that. I also need an
automated switch to the standby server in case of a failure of the primary
server. The application only knows 1 SQL server connection.
"Darryl Pollock" wrote:

> Have you looked at Log Shipping as an alternative?
> Regards
> Darryl Pollock
> Squirrel Consulting
> www.remotesquirrel.com - Performance Monitoring - Anytime ! Anywhere!
>
> "christophe" <christophe@.discussions.microsoft.com> wrote in message
> news:250E4D88-6464-4E88-80AA-E0D8262B4CD1@.microsoft.com...
>
>
|||Hi
Just remember, Cluster or disk/volume replication level does not protect you
against database/disk corruption. The corruption is faithfully propogated to
the other drives in the case of replication and is on the single copy on the
SAN.
For SQL 2000, Microsoft Windows Clustering is the way for the least downtime
and no human intervention is required. Clusters typically fail over in <20
seconds, depending on how many transactions need to rolled forward/back.
Regards
Mike
"christophe" wrote:
[vbcol=seagreen]
> yes, but the data can only be out of sync for max a few minutes and from what
> I read replication is faster for something like that. I also need an
> automated switch to the standby server in case of a failure of the primary
> server. The application only knows 1 SQL server connection.
> "Darryl Pollock" wrote:
|||I would argue that the time required to failover is a function of how long
it takes for the transaction log to be applied from the failed node to the
failed over node.
For most production systems with VLDBs you should be dumping the log very
frequently, ie under 5 minutes.
While 20 s is an often quoted statistic, I think 1 - 2 minutes might be more
realistic.
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"Mike Epprecht (SQL MVP)" <mike@.epprecht.net> wrote in message
news:0B6AD0FE-AFC4-46F3-AAAD-031C1F179600@.microsoft.com...
> Hi
> Just remember, Cluster or disk/volume replication level does not protect
you
> against database/disk corruption. The corruption is faithfully propogated
to
> the other drives in the case of replication and is on the single copy on
the
> SAN.
> For SQL 2000, Microsoft Windows Clustering is the way for the least
downtime[vbcol=seagreen]
> and no human intervention is required. Clusters typically fail over in <20
> seconds, depending on how many transactions need to rolled forward/back.
> Regards
> Mike
> "christophe" wrote:
what[vbcol=seagreen]
primary[vbcol=seagreen]
The[vbcol=seagreen]
size are[vbcol=seagreen]
Assuming[vbcol=seagreen]
enterprise[vbcol=seagreen]
active SQL[vbcol=seagreen]
alikes.[vbcol=seagreen]
5[vbcol=seagreen]

cluster installing also have some errors

When i tried to install a virtue sql server on just one node(the other was
evicted and shutdown), i also encountered the same errors just as before.
So i'm confused.
I have read a lot of docs about sql cluster, and most of them told me that
it's simple to install sql cluster after the mscs and msdtc r installed.
hp proliant dl580+ raid array 4100 / 2 xeon cpus(so the hypethreading may
appear 4 cups and i have tried 2-cpu licence and 4-cpu licence, both fails)
win2k ad
Thanks
"Rand Boyd [MSFT]" <rboyd@.onlinemicrosoft.com> д?
news:6kS2Lo%23REHA.2260@.cpmsftngxa10.phx.gbl...
> There should be other sqlstp.logs on the systems. Possibly SQLstp0.log.
> Each node should have one. If you can post these we can get a better idea
> of what went wrong.
> Rand
> This posting is provided "as is" with no warranties and confers no rights.
>
"Sanjoy Wong" <sanjoy@.sinolines.com> д?
news:uEqMA4JSEHA.628@.TK2MSFTNGP11.phx.gbl...
> When i tried to install a virtue sql server on just one node(the other was
> evicted and shutdown), i also encountered the same errors just as before.
> So i'm confused.
> I have read a lot of docs about sql cluster, and most of them told me that
> it's simple to install sql cluster after the mscs and msdtc r installed.
> hp proliant dl580+ raid array 4100 / 2 xeon cpus(so the hypethreading may
> appear 4 cups and i have tried 2-cpu licence and 4-cpu licence, both
fails)[vbcol=seagreen]
> win2k ad
>
> Thanks
> "Rand Boyd [MSFT]" <rboyd@.onlinemicrosoft.com> д?
> news:6kS2Lo%23REHA.2260@.cpmsftngxa10.phx.gbl...
idea[vbcol=seagreen]
rights.
>
begin 666 sqlstp.log
M,C Z,3 Z,3<@.0F5G:6X@.4V5T=7 -"C(P.C$P.C$W(#@.N,# N,3DT#0HR,#HQ
M,#HQ-R!-;V1E(#T@.3F]R;6%L#0HR,#HQ,#HQ-R!-;V1E5'EP92 ]($Y/4DU!
M3 T*,C Z,3 Z,3@.@.1V5T1&5F:6YI=&EO;D5X(')E='5R;F5D.B P+"!%>'1E
M;F1E9#H@.,'@.P#0HR,#HQ,#HQ."!686QU94944R!R971U<FYE9 #H@.,0T*,C Z
M,3 Z,3@.@.5F%L=650240@.<F5T=7)N960Z(#$-"C(P.C$P.C$X(%9A;'5E3&EC
M(')E='5R;F5D.B Q#0HR,#HQ,#HQ."!3>7-T96TZ(%=I;F1O=W,@.3E0@.16YT
M97)P<FES92!397)V97(-"C(P.C$P.C$X(%-13"!397)V97(@.4')O9'5C=%1Y
M<&4Z($5N=&5R<')I<V4@.161I=&EO;B!;,'@.S70T*,C Z,3 Z,3@.@.27-.5$-L
M=7-T97(@.<F5T=7)N960Z(#$-"C(P.C$P.C$X($)E9VEN($%C=&EO;CH@.4V5T
M=7!);FET:6%L:7IE( T*,C Z,3 Z,3@.@.16YD($%C=&EO;B!3971U<$EN:71I
M86QI>F4-"C(P.C$P.C$X($)E9VEN($%C=&EO;CH@.(%-E='5P26YS=&%L; T*
M,C Z,3 Z,3@.@.4F5A9&EN9R!3;V9T=V%R95Q-:6-R;W-O9G1<5VEN9&]W<UQ#
M=7)R96YT5F5R<VEO;EQ#;VUM;VY&:6QE<T1I<B N+BX-"C(P.C$P.C$X($-O
M;6UO;D9I;&5S1&ER/4,Z7%!R;V=R86T@.1FEL97-<0V]M;6]N($9I;&5S#0HR
M,#HQ,#HQ."!7:6YD;W=S($1I<F5C=&]R>3U#.EQ724Y.5%P-"C(P.C$P.C$X
M(%!R;V=R86T@.1FEL97,]0SI<4')O9W)A;2!&:6QE<UP-"C(P.C$P.C$X(%1%
M35!$25(]0SI<5TE.3E1<5$5-4%P-"C(P.C$P.C$X($)E9VEN($%C=&EO;CH@.
M(%-E='5P26YS=&%L; T*,C Z,3 Z,3@.@.9&EG<&ED('-I>F4@..B R-38-"C(P
M.C$P.C$X(&1I9W!I9"!S:7IE(#H@.,38T#0HR,#HQ,#HQ."!"9 6=I;B!!8W1I
M;VXZ("!#:&5C:T9I>&5D4F5Q=6ER96UE;G1S#0HR,#HQ,#HQ. "!0;&%T9F]R
M;2!)1#H@.,'AF,# P,# -"C(P.C$P.C$X(%9E<G-I;VXZ(#4N,"XR,3DU#0HR
M,#HQ,#HQ."!&:6QE(%9E<G-I;VX@.+2!#.EQ724Y.5%QS>7-T96TS,EQS:&1O
M8W9W+F1L;#H@.-2XP+C,W,# N-C8V. T*,C Z,3 Z,3@.@.16YD($%C=&EO;CH@.
M($-H96-K1FEX961297%U:7)E;65N=',-"C(P.C$P.C$X($)E9VEN($%C=&EO
M;CH@.(%-H;W=$:6%L;V=S#0HR,#HQ,#HQ."!);FET:6%L($1I86QO9R!-87-K
M.B P>#$X,S P,&8W+"!$:7-A8FQE($)A8VL],'@.Q#0HR,#HQ,#HQ."!"96=I
M;B!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R.B P>#$-"C(P.C$P.C$X($)E9VEN
M($%C=&EO;CH@.($1I86QO9U-H;W=39%=E;&-O;64-"C(P.C$P.C$Y($5N9"!!
M8W1I;VX@.($1I86QO9U-H;W=39%=E;&-O;64-"C(P.C$P.C$Y($1I86QO9R P
M>#$@.<F5T=7)N960Z(#$-"C(P.C$P.C$Y($5N9"!!8W1I;VX@.4VAO=T1I86QO
M9W-(;'!R#0HR,#HQ,#HQ.2!3:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE
M9#H@.;D-U<G)E;G0],'@.R+&EN9&5X/3$-"C(P.C$P.C$Y($)E9VEN($%C=&EO
M;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,@.T*,C Z,3 Z,3D@.0F5G:6X@.06-T:6]N
M.B @.1&EA;&]G4VAO=U-D36%C:&EN94YA;64-"C(P.C$P.C(V(%-H;W=$;&=-
M86-H:6YE(')E='5R;F5D.B Q#0HR,#HQ,#HR-B!.86UE(#T@.4U%,5$535"P@.
M5'EP92 ](#!X,3 P,# P,#@.-"C(P.C$P.C(V($)E9VEN($%C=&EO;CH@.($-H
M96-K4F5Q=6ER96UE;G1S#0HR,#HQ,#HR-B!0<F]C97-S;W(@.07)C:&ET96-T
M=7)E.B!X.#8@.*%!E;G1I=6TI#0HR,#HQ,#HR-B!397)V:6-E(%!A8VLZ(" Q
M,#(T#0HR,#HQ,#HR-B!#;VUP=71E<DYA;64Z($$-"C(P.C$P.C(V(%5S97(@.
M3F%M93H@.061M:6YI<W1R871O<@.T*,C Z,3 Z,C8@.27-!;&Q!8V-E<W-!;&QO
M=V5D(')E='5R;F5D.B Q#0HR,#HQ,#HR-B!/4R!,86YG=6%G93H@.,'@.X,#0-
M"C(P.C$P.C(V($5N9"!!8W1I;VX@.0VAE8VM297%U:7)E;65N= ',-"C(P.C$P
M.C(V(%1H:7,@.8V]M8FEN871I;VX@.;V8@.4&%C:V%G92!A;F0@.3W!E<F%T:6YG
M(%-Y<W1E;2!A;&QO=W,@.82!F=6QL('!R;V1U8W0@.:6YS=&%L;"X-"C(P.C$P
M.C(V($5N9"!!8W1I;VX@.($1I86QO9U-H;W=39$UA8VAI;F5.86UE#0HR,#HQ
M,#HR-B!B96=I;B!3:&]W1&EA;&]G<U5P9&%T94UA<VL-"C(P.C$P.C(V(&Y&
M=6QL36%S:R ](#!X,3@.S,# P9C<L(&Y#=7)R96YT(#T@.,'@.R+"!N1&ER96-T
M:6]N(#T@., T*,C Z,3 Z,C8@.57!D871E9"!$:6%L;V<@.36%S:SH@.,'AB9C-C
M,#,W+"!$:7-A8FQE($)A8VL@./2 P>#$-"C(P.C$P.C(V($1I86QO9R P>#(@.
M<F5T=7)N960Z(# -"C(P.C$P.C(V($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(
M;'!R#0HR,#HQ,#HR-B!3:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.
M;D-U<G)E;G0],'@.T+&EN9&5X/3(-"C(P.C$P.C(V($)E9VEN($%C=&EO;B!3
M:&]W1&EA;&]G<TAL<'(Z(#!X- T*,C Z,3 Z,C8@.0F5G:6X@.06-T:6]N.B @.
M1&EA;&]G4VAO=U-D26YS=&%L;$UO9&4-"C(P.C$P.C(V($EN<W1A;&Q-;V1E
M(#H@.,'@.Q#0HR,#HQ,#HR-B!%;F0@.06-T:6]N("!$:6%L;V=3:&]W4V1);G-T
M86QL36]D90T*,C Z,3 Z,C8@.8F5G:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K
M#0HR,#HQ,#HR-B!N1G5L;$UA<VL@./2 P>&)F,V,P,S<L(&Y#=7)R96YT(#T@.
M,'@.T+"!N1&ER96-T:6]N(#T@.,0T*,C Z,3 Z,C8@.57!D871E9"!$:6%L;V<@.
M36%S:SH@.,'@.Q8F8W8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q#0HR,#HQ,#HR
M-B!$:6%L;V<@.,'@.T(')E='5R;F5D.B Q#0HR,#HQ,#HR-B!%;F0@.06-T:6]N
M(%-H;W=$:6%L;V=S2&QP<@.T*,C Z,3 Z,C8@.4VAO=T1I86QO9W-'971$:6%L
M;V<@.<F5T=7)N960Z(&Y#=7)R96YT/3!X,3 L:6YD97@.]- T*,C Z,3 Z,C8@.
M0F5G:6X@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<CH@.,'@.Q, T*,C Z,3 Z,C8@.
M0F5G:6X@.06-T:6]N.B @.1&EA;&]G4VAO=U-D4F5G:7-T97)5<V5R17@.-"C(P
M.C$P.C(W($5N9"!!8W1I;VX@.1&EA;&]G4VAO=U-D4F5G:7-T97)5<V5R17@.-
M"C(P.C$P.C(W(&)E9VEN(%-H;W=$:6%L;V=S57!D871E36%S:PT*,C Z,3 Z
M,C<@.;D9U;&Q-87-K(#T@.,'@.Q8F8W8S S-RP@.;D-U<G)E;G0@./2 P>#$P+"!N
M1&ER96-T:6]N(#T@.,0T*,C Z,3 Z,C<@.57!D871E9"!$:6%L;V<@.36%S:SH@.
M,'@.Q8F8W8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q#0HR,#HQ,#HR-R!$:6%L
M;V<@.,'@.Q,"!R971U<FYE9#H@.,0T*,C Z,3 Z,C<@.16YD($%C=&EO;B!3:&]W
M1&EA;&]G<TAL<'(-"C(P.C$P.C(W(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E
M='5R;F5D.B!N0W5R<F5N=#TP>#(P+&EN9&5X/34-"C(P.C$P.C(W($)E9VEN
M($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,C -"C(P.C$P.C(W($)E9VEN
M($%C=&EO;CH@.($1I86QO9U-H;W=39$QI8V5N<V4-"C(P.C$P.C(X($5N9"!!
M8W1I;VX@.1&EA;&]G4VAO=U-D3&EC96YS90T*,C Z,3 Z,C@.@.1&EA;&]G(#!X
M,C @.<F5T=7)N960Z(#$-"C(P.C$P.C(X($5N9"!!8W1I;VX@.4VAO=T1I86QO
M9W-(;'!R#0HR,#HQ,#HR."!3:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE
M9#H@.;D-U<G)E;G0],'@.T,# P+&EN9&5X/3$T#0HR,#HQ,#HR."!"96=I;B!!
M8W1I;VX@.4VAO=T1I86QO9W-(;'!R.B P>#0P,# -"C(P.C$P.C(X($)E9VEN
M($%C=&EO;CH@.($1I86QO9U-H;W=39%9I<G1U86Q397)V97(-"C(P.C$P.C0W
M(%-H;W=$;&=6:7)T=6%L4V5R=F5R(')E='5R;F5D.B P#0HR,#HQ,#HT-R!)
M<&%D9')E<W,@./2 Q.3(N,38X+C N,C$P+#(U-2XR-34N,C4U+C L<'5B;&EC
M#0HR,#HQ,#HT-R!S>DYE=TQI<W0@./2 Q.3(N,38X+C N,C$P+#(U-2XR-34N
M,C4U+C L<'5B;&EC#0HR,#HQ,#HT-R!S>DUO9&EF:65D3&ES=" ]( T*,C Z
M,3 Z-#<@.<WI296UO=F5D3&ES=" ]( T*,C Z,3 Z-#<@.16YD($%C=&EO;B @.
M1&EA;&]G4VAO=U-D5FER='5A;%-E<G9E<@.T*,C Z,3 Z-#<@.8F5G:6X@.4VAO
M=T1I86QO9W-5<&1A=&5-87-K#0HR,#HQ,#HT-R!N1G5L;$UA<VL@./2 P>#%B
M9C=C,#,W+"!N0W5R<F5N=" ](#!X-# P,"P@.;D1I<F5C=&EO;B ](#$-"C(P
M.C$P.C0W(%5P9&%T960@.1&EA;&]G($UA<VLZ(#!X,6)F-V,P,S<L($1I<V%B
M;&4@.0F%C:R ](#!X,0T*,C Z,3 Z-#<@.1&EA;&]G(#!X-# P,"!R971U<FYE
M9#H@.,0T*,C Z,3 Z-#<@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-"C(P
M.C$P.C0W(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R<F5N
M=#TP>#@.P,# L:6YD97@.],34-"C(P.C$P.C0W($)E9VEN($%C=&EO;B!3:&]W
M1&EA;&]G<TAL<'(Z(#!X.# P, T*,C Z,3 Z-#<@.0F5G:6X@.06-T:6]N(#H@.
M($1I86QO9U-H;W=39$1I<VM'<F]U<',-"C(P.C$P.C4P(%-H;W=$;&=$:7-K
M1W)O=7!S(')E='5R;F5D.B Q#0HR,#HQ,#HU,"!$:7-K($=R;W5P(#T@.1&ES
M:R!'<F]U<" Q#0HR,#HQ,#HU,"!%;F0@.06-T:6]N(#H@.($1I86QO9U-H;W=3
M9$1I<VM'<F]U<',-"C(P.C$P.C4P(&)E9VEN(%-H;W=$:6%L;V=S57!D871E
M36%S:PT*,C Z,3 Z-3 @.;D9U;&Q-87-K(#T@.,'@.Q8F8W8S S-RP@.;D-U<G)E
M;G0@./2 P>#@.P,# L(&Y$:7)E8W1I;VX@./2 Q#0HR,#HQ,#HU,"!5<&1A=&5D
M($1I86QO9R!-87-K.B P>#%B9C=C,#,W+"!$:7-A8FQE($)A8VL@./2 P>#$-
M"C(P.C$P.C4P($1I86QO9R P>#@.P,# @.<F5T=7)N960Z(#$-"C(P.C$P.C4P
M($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R#0HR,#HQ,#HU,"!3:&]W1&EA
M;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.;D-U<G)E;G0],'@.Q,# P,"QI;F1E
M>#TQ-@.T*,C Z,3 Z-3 @.0F5G:6X@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<CH@.
M,'@.Q,# P, T*,C Z,3 Z-3 @.0F5G:6X@.06-T:6]N.B @.1&EA;&]G4VAO=U-D
M0VQU<W1E<D1E9@.T*,C Z,3 Z-3$@.4VAO=T1L9T-L=7-T97)$968@.<F5T=7)N
M960Z(#$-"C(P.C$P.C4Q(%!R969/=VYE<G,@./2!!+"!.=6U)<" ](#$-"C(P
M.C$P.C4Q($)E9VEN($%C=&EO;B Z(%9A;&ED871E3F]D94%C=&EO;G,-"C(P
M.C$P.C4Q($)E9VEN($%C=&EO;B Z(%9A;&ED871E3F]D94%C=&EO;G,-"C(P
M.C$P.C4Q($5N9"!!8W1I;VX@..B!686QI9&%T94YO9&5!8W1I; VYS#0HR,#HQ
M,#HU,2!%;F0@.06-T:6]N(#H@.5F%L:61A=&5.;V1E06-T:6]N<PT*,C Z,3 Z
M-3$@.16YD($%C=&EO;B @.1&EA;&]G4VAO=U-D0VQU<W1E<D1E9@.T*,C Z,3 Z
M-3$@.8F5G:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K#0HR,#HQ,#HU,2!N1G5L
M;$UA<VL@./2 P>#%B9C=C,#,W+"!N0W5R<F5N=" ](#!X,3 P,# L(&Y$:7)E
M8W1I;VX@./2 Q#0HR,#HQ,#HU,2!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B
M9C=C,#,W+"!$:7-A8FQE($)A8VL@./2 P>#$-"C(P.C$P.C4Q($1I86QO9R P
M>#$P,# P(')E='5R;F5D.B Q#0HR,#HQ,#HU,2!%;F0@.06-T:6]N(%-H;W=$
M:6%L;V=S2&QP<@.T*,C Z,3 Z-3$@.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T
M=7)N960Z(&Y#=7)R96YT/3!X,C P,# L:6YD97@.],3<-"C(P.C$P.C4Q($)E
M9VEN($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,C P,# -"C(P.C$P.C4Q
M($)E9VEN($%C=&EO;B Z($-L=7-T97(@.4V5C=7)I='D@.+2!$;&=!8V-T#0HR
M,#HQ,3HP,B!3:&]W1&QG06-C="!R971U<FYE9#H@.,0T*,C Z,3$Z,#(@.6T1L
M9T%C8V]U;G1=#0HR,#HQ,3HP,B!$;VUA:6X@./2!324Y/3$E.15,-"C(P.C$Q
M.C R($1O;6%I;D%C8W0@./2!C;'5S=&5R#0HR,#HQ,3HP,B!$;VUA:6Y0=V0-
M"C(P.C$Q.C R(%)E<W5L=" ](#$-"C(P.C$Q.C R($5N9"!!8W1I;VX@..B!#
M;'5S=&5R(%-E8W5R:71Y("T@.1&QG06-C= T*,C Z,3$Z,#(@.8F5G:6X@.4VAO
M=T1I86QO9W-5<&1A=&5-87-K#0HR,#HQ,3HP,B!N1G5L;$UA<VL@./2 P>#%B
M9C=C,#,W+"!N0W5R<F5N=" ](#!X,C P,# L(&Y$:7)E8W1I;VX@./2 Q#0HR
M,#HQ,3HP,B!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B9C=C,#,W+"!$:7-A
M8FQE($)A8VL@./2 P>#$-"C(P.C$Q.C R($1I86QO9R P>#(P,# P(')E='5R
M;F5D.B Q#0HR,#HQ,3HP,B!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<@.T*
M,C Z,3$Z,#(@.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N960Z(&Y#=7)R
M96YT/3!X-# P,# L:6YD97@.],3@.-"C(P.C$Q.C R($)E9VEN($%C=&EO;B!3
M:&]W1&EA;&]G<TAL<'(Z(#!X-# P,# -"C(P.C$Q.C R($)E9VEN($%C=&EO
M;CH@.($1I86QO9U-H;W=39$-L:5-V<@.T*,C Z,3$Z,#(@.1&ES<&QA>5-Y<W1E
M;5!R95)E<0T*,C Z,3$Z,#(@.4VAO=T1L9T-L:65N=%-E<G9E<E-E;&5C="!R
M971U<FYE9#H@.,0T*,C Z,3$Z,#(@.5'EP92 Z(#!X,@.T*,C Z,3$Z,#(@.16YD
M($%C=&EO;B @.1&EA;&]G4VAO=U-D0VQI4W9R#0HR,#HQ,3HP,B!B96=I;B!3
M:&]W1&EA;&]G<U5P9&%T94UA<VL-"C(P.C$Q.C R(&Y&=6QL36%S:R ](#!X
M,6)F-V,P,S<L(&Y#=7)R96YT(#T@.,'@.T,# P,"P@.;D1I<F5C=&EO;B ](#$-
M"C(P.C$Q.C R(%5P9&%T960@.1&EA;&]G($UA<VLZ(#!X,6)F9F,P,S<L($1I
M<V%B;&4@.0F%C:R ](#!X,0T*,C Z,3$Z,#(@.1&EA;&]G(#!X-# P,# @.<F5T
M=7)N960Z(#$-"C(P.C$Q.C R($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R
M#0HR,#HQ,3HP,B!3:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.;D-U
M<G)E;G0],'@.X,# P,"QI;F1E>#TQ.0T*,C Z,3$Z,#(@.0F5G:6X@.06-T:6]N
M(%-H;W=$:6%L;V=S2&QP<CH@.,'@.X,# P, T*,C Z,3$Z,#(@.0F5G:6X@.06-T
M:6]N.B @.1&EA;&]G4VAO=U-D26YS=&%N8V5.86UE#0HR,#HQ,3HP,B!"96=I
M;B!!8W1I;VXZ(%-H;W=$;&=);G-T86YC94YA;64-"C(P.C$Q.C S($5N9"!!
M8W1I;VXZ(%-H;W=$;&=);G-T86YC94YA;64-"C(P.C$Q.C S(%-H;W=$;&=)
M;G-T86YC94YA;64@.<F5T=7)N960@..B Q#0HR,#HQ,3HP,R!);G-T86YC94YA
M;64@..B!-4U-13%-%4E9%4@.T*,C Z,3$Z,#8@.0W)E871E4V5T=7!4;W!O;&]G
M>2A344Q415-4*2P@.2&%N9&QE(#H@.,'@.Q.3@.T,&8P+"!R971U<FYE9" Z(# -
M"C(P.C$Q.C V($-R96%T95-E='5P5&]P;VQO9WD@.<F5T=7)N960@..B P+"!(
M86YD;&4@..B P>#$Y.#0P9C -"C(P.C$Q.C V(%1O<&]L;V=Y(%1Y<&4@..B S
M-"P@.4F5T=7)N(%9A;'5E(#H@., T*,C Z,3$Z,#8@.4U1?1V5T4&AY<VEC86Q.
M;V1E(')E='5R;F5D(#H@.,"P@.4$Y(86YD;&4@..B P>#$Y.#0Q,3@.-"C(P.C$Q
M.C V(%!.7T5N=6UE<F%T945X(')E='5R;F5D(#H@., T*,C Z,3$Z,#8@.4$Y?
M1V5T4U%,4W1A=&5S(')E='5R;F5D(#H@.,"P@.4W%L4W1A=&5S( #H@.,'@.P#0HR
M,#HQ,3HP-B!03E]3=&%R=%-C86X@.6S!X,3DX-#$Q.%T@.<F5T=7)N960@..B P
M#0HR,#HQ,3HP-B!03E]'971.97AT(%LP>#$Y.#0Q,3A=(')E='5R;F5D(#H@.
M,3@.L($AA;F1L93H@.6S!X,%T-"C(P.C$Q.C V($YO(&UO<F4@.:71E;7,@.:6X@.
M96YU;65R871I;VXN#0HR,#HQ,3HP-B!296QE87-E4V5T=7!4;W!O;&]G>0T*
M,C Z,3$Z,#8@.16YD($%C=&EO;B @.1&EA;&]G4VAO=U-D26YS=&%N8V5.86UE
M#0HR,#HQ,3HP-B!B96=I;B!3:&]W1&EA;&]G<U5P9&%T94UA<VL-"C(P.C$Q
M.C V(&Y&=6QL36%S:R ](#!X,6)F9F,P,S<L(&Y#=7)R96YT(#T@.,'@.X,# P
M,"P@.;D1I<F5C=&EO;B ](#$-"C(P.C$Q.C V(%5P9&%T960@.1&EA;&]G($UA
M<VLZ(#!X,6)F9F,P,S<L($1I<V%B;&4@.0F%C:R ](#!X,0T*,C Z,3$Z,#8@.
M1&EA;&]G(#!X.# P,# @.<F5T=7)N960Z(#$-"C(P.C$Q.C V($5N9"!!8W1I
M;VX@.4VAO=T1I86QO9W-(;'!R#0HR,#HQ,3HP-B!3:&]W1&EA;&]G<T=E=$1I
M86QO9R!R971U<FYE9#H@.;D-U<G)E;G0],'@.Q,# P,# L:6YD97@.],C -"C(P
M.C$Q.C V($)E9VEN($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,3 P,# P
M#0HR,#HQ,3HP-B!"96=I;B!!8W1I;VXZ("!$:6%L;V=3:&]W4V13971U<%1Y
M<&4-"C(P.C$Q.C V($)E9VEN($%C=&EO;CH@.4V5T=7 @.5'EP90T*,C Z,3$Z
M,#<@.4U%,('!R;V=R86T@.9F]L9&5R.B!#.EQ0<F]G<F%M($9I;&5S7$UI8W)O
M<V]F="!344P@.4V5R=F5R#0HR,#HQ,3HP-R!344P@.9&%T82!F;VQD97(Z(%HZ
M7%!R;V=R86T@.1FEL97-<36EC<F]S;V9T(%-13"!397)V97(-"C(P.C$Q.C W
M(%=I;F1O=W,@.<WES=&5M(&9O;&1E<CH@.0SI<5TE.3E1<<WES= &5M,S)<#0HR
M,#HQ,3HP-R!0<F]G(')E<3H@.,S@.R,#4L($1A=&$@.<F5Q.B S-C4T-"P@.4WES
M(')E<3H@.,3DS-3<Y#0HR,#HQ,3HP-R!0<F]G(&%V86EL.B Q,C T,34U-BP@.
M1&%T82!A=F%I;#H@.,30R,3@.U,3DV+"!3>7,@.879A:6PZ(#$R, #0Q-34V#0HR
M,#HQ,3HP-R!0<F]G(')E<2!V<RX@.879A:6PL(#(S,3<X-"P@.,3(P-#$U-38-
M"C(P.C$Q.C W($1A=&$@.<F5Q('9S+B!A=F%I;"P@.,S8U-#0L(#$T,C$X-3$Y
M-@.T*,C Z,3$Z,#<@.4WES(')E<2!V<RX@.879A:6PL(#$Y,S4W.2P@.,3(P-#$U
M-38-"C(P.C$Q.C W($1I<W!L87E3>7-T96U0<F5297$-"C(P.C$Q.C W(%M3
M971U<%1Y<&5344Q=#0HR,#HQ,3HP-R!S>D1I<B ]($,Z7%!R;V=R86T@.1FEL
M97-<36EC<F]S;V9T(%-13"!397)V97(-"C(P.C$Q.C W('-Z1&ER(#T@.0SI<
M4')O9W)A;2!&:6QE<UQ-:6-R;W-O9G0@.4U%,(%-E<G9E<@.T*,C Z,3$Z,#<@.
M4F5S=6QT(#T@.,S Q#0HR,#HQ,3HP-R!S>D1A=&%$:7(@./2!:.EQ0<F]G<F%M
M($9I;&5S7$UI8W)O<V]F="!344P@.4V5R=F5R#0HR,#HQ,3HP-R!S>D1A=&%$
M:7(@./2!:.EQ0<F]G<F%M($9I;&5S7$UI8W)O<V]F="!344P@.4V5R=F5R#0HR
M,#HQ,3HP-R!%;F0@.06-T:6]N.B!3971U<"!4>7!E#0HR,#HQ,3HP-R!3971U
M<"!4>7!E.B!4>7!I8V%L("@.S,#$I#0HR,#HQ,3HP-R!%;F0@.06-T:6]N("!$
M:6%L;V=3:&]W4V13971U<%1Y<&4-"C(P.C$Q.C W(&)E9VEN(%-H;W=$:6%L
M;V=S57!D871E36%S:PT*,C Z,3$Z,#<@.;D9U;&Q-87-K(#T@.,'@.Q8F9F8S S
M-RP@.;D-U<G)E;G0@./2 P>#$P,# P,"P@.;D1I<F5C=&EO;B ](#,P,0T*,C Z
M,3$Z,#<@.57!D871E9"!$:6%L;V<@.36%S:SH@.,'@.Q8F1F8S S-RP@.1&ES86)L
M92!"86-K(#T@.,'@.Q#0HR,#HQ,3HP-R!$:6%L;V<@.,'@.Q,# P,# @.<F5T=7)N
M960Z(#,P,0T*,C Z,3$Z,#<@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-
M"C(P.C$Q.C W(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R
M<F5N=#TP>#0P,# P,"QI;F1E>#TR,@.T*,C Z,3$Z,#<@.0F5G:6X@.06-T:6]N
M(%-H;W=$:6%L;V=S2&QP<CH@.,'@.T,# P,# -"C(P.C$Q.C W($)E9VEN($%C
M=&EO;CH@.($1L9U-E<G9I8V5S#0HR,#HQ,3HQ-R!3:&]W1&QG4V5R=FEC97,@.
M<F5T=7)N960Z(#$-"C(P.C$Q.C$W(%M$;&=397)V:6-E<UT-"C(P.C$Q.C$W
M($QO8V%L+41O;6%I;@.D](#8Q-C@.P#0HR,#HQ,3HQ-R!!=71O4W1A<G0)"3T@.
M, T*,C Z,3$Z,3<@.4U%,1&]M86EN"0D](%-)3D],24Y%4PT*,C Z,3$Z,3<@.
M4U%,1&]M86EN06-C= D](&-L=7-T97(-"C(P.C$Q.C$W(%-13$1O;6%I;E!W
M9 T*,C Z,3$Z,3<@.06=T1&]M86EN"0D](%-)3D],24Y%4PT*,C Z,3$Z,3<@.
M06=T1&]M86EN06-C= D](&-L=7-T97(-"C(P.C$Q.C$W($%G=$1O;6%I;E!W
M9 T*,C Z,3$Z,3<@.4F5S=6QT"3T@.,0T*,C Z,3$Z,3<@.16YD($%C=&EO;B!$
M;&=397)V:6-E<PT*,C Z,3$Z,3<@.8F5G:6X@.4VAO=T1I86QO9W-5<&1A=&5-
M87-K#0HR,#HQ,3HQ-R!N1G5L;$UA<VL@./2 P>#%B9&9C,#,W+"!N0W5R<F5N
M=" ](#!X-# P,# P+"!N1&ER96-T:6]N(#T@.,0T*,C Z,3$Z,3<@.57!D871E
M9"!$:6%L;V<@.36%S:SH@.,'@.Q8F1F8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q
M#0HR,#HQ,3HQ-R!$:6%L;V<@.,'@.T,# P,# @.<F5T=7)N960Z(#$-"C(P.C$Q
M.C$W($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R#0HR,#HQ,3HQ-R!3:&]W
M1&EA;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.;D-U<G)E;G0],'@.X,# P,# L
M:6YD97@.],C,-"C(P.C$Q.C$W($)E9VEN($%C=&EO;B!3:&]W1&EA;&]G<TAL
M<'(Z(#!X.# P,# P#0HR,#HQ,3HQ-R!"96=I;B!!8W1I;VXZ("!$;&=344Q3
M96-U<FET>0T*,C Z,3$Z,C0@.4VAO=T1L9U-13%-E8W5R:71Y(')E='5R;F5D
M.B Q#0HR,#HQ,3HR-"!,;V=I;DUO9&4@./2 R+'-Z4'=D#0HR,#HQ,3HR-"!%
M;F0@.06-T:6]N($1L9U-13%-E8W5R:71Y#0HR,#HQ,3HR-"!B96=I;B!3:&]W
M1&EA;&]G<U5P9&%T94UA<VL-"C(P.C$Q.C(T(&Y&=6QL36%S:R ](#!X,6)D
M9F,P,S<L(&Y#=7)R96YT(#T@.,'@.X,# P,# L(&Y$:7)E8W1I;VX@./2 Q#0HR
M,#HQ,3HR-"!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B9&9C,#,W+"!$:7-A
M8FQE($)A8VL@./2 P>#$-"C(P.C$Q.C(T($1I86QO9R P>#@.P,# P,"!R971U
M<FYE9#H@.,0T*,C Z,3$Z,C0@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-
M"C(P.C$Q.C(T(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R
M<F5N=#TP>#$P,# P,# L:6YD97@.],C0-"C(P.C$Q.C(T($)E9VEN($%C=&EO
M;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,3 P,# P, T*,C Z,3$Z,C0@.0F5G:6X@.
M06-T:6]N.B @.1&QG0V]L;&%T:6]N#0HR,#HQ,3HR-R!3:&]W1&QG0V]L;&%T
M:6]N(')E='5R;F5D.B Q#0HR,#HQ,3HR-R!C;VQL871I;VY?;F%M92 ]($-H
M:6YE<V5?4%)#7T-)7T%3+&QO8V%L95]N86UE(#T@.0VAI;F5S95]04D,L;&-I
M9" ](#!X.# T+%-O<G1)9" ](# L9'=#;VUP1FQA9W,@./2 P>#,P,# Q#0HR
M,#HQ,3HR-R!%;F0@.06-T:6]N($1L9T-O;&QA=&EO;@.T*,C Z,3$Z,C<@.8F5G
M:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K#0HR,#HQ,3HR-R!N1G5L;$UA<VL@.
M/2 P>#%B9&9C,#,W+"!N0W5R<F5N=" ](#!X,3 P,# P,"P@.;D1I<F5C=&EO
M;B ](#$-"C(P.C$Q.C(W(%5P9&%T960@.1&EA;&]G($UA<VLZ(#!X,6)D9F,P
M,S<L($1I<V%B;&4@.0F%C:R ](#!X,0T*,C Z,3$Z,C<@.1&EA;&]G(#!X,3 P
M,# P,"!R971U<FYE9#H@.,0T*,C Z,3$Z,C<@.16YD($%C=&EO;B!3:&]W1&EA
M;&]G<TAL<'(-"C(P.C$Q.C(W(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R
M;F5D.B!N0W5R<F5N=#TP>#(P,# P,# L:6YD97@.],C4-"C(P.C$Q.C(W($)E
M9VEN($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,C P,# P, T*,C Z,3$Z
M,C<@.0F5G:6X@.06-T:6]N.B @.1&QG3F5T=V]R:PT*,C Z,3$Z,C<@.4VAO=T1L
M9TYE='=O<FL@.<F5T=7)N960Z(#$-"C(P.C$Q.C(W(%M$;&=397)V97).971W
M;W)K70T*,C Z,3$Z,C<@.3F5T=V]R:TQI8G,@./2 R-34-"C(P.C$Q.C(W(%1#
M4%!O<G0@./2 Q-#,S#0HR,#HQ,3HR-R!40U!0<GAY(#T@.1&5F875L= T*,C Z
M,3$Z,C<@.3DU04&EP94YA;64@./2!<7"Y<<&EP95QS<6Q<<75E<GD-"C(P.C$Q
M.C(W(%)E<W5L=" ](#$-"C(P.C$Q.C(W($5N9"!!8W1I;VX@.1&QG3F5T=V]R
M:PT*,C Z,3$Z,C<@.8F5G:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K#0HR,#HQ
M,3HR-R!N1G5L;$UA<VL@./2 P>#%B9&9C,#,W+"!N0W5R<F5N=" ](#!X,C P
M,# P,"P@.;D1I<F5C=&EO;B ](#$-"C(P.C$Q.C(W(%5P9&%T960@.1&EA;&]G
M($UA<VLZ(#!X,6)D9F,P,S<L($1I<V%B;&4@.0F%C:R ](#!X,0T*,C Z,3$Z
M,C<@.1&EA;&]G(#!X,C P,# P,"!R971U<FYE9#H@.,0T*,C Z,3$Z,C<@.16YD
M($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-"C(P.C$Q.C(W(%-H;W=$:6%L;V=S
M1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R<F5N=#TP>#@.P,# P,# L:6YD97@.]
M,C<-"C(P.C$Q.C(W($)E9VEN($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X
M.# P,# P, T*,C Z,3$Z,C<@.0F5G:6X@.06-T:6]N.B @.1&EA;&]G4VAO=U-D
M4W1A<G1#;W!Y#0HR,#HQ,3HR."!%;F0@.06-T:6]N($1I86QO9U-H;W=39%-T
M87)T0V]P>0T*,C Z,3$Z,C@.@.8F5G:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K
M#0HR,#HQ,3HR."!N1G5L;$UA<VL@./2 P>#%B9&9C,#,W+"!N0W5R<F5N=" ]
M(#!X.# P,# P,"P@.;D1I<F5C=&EO;B ](#$-"C(P.C$Q.C(X(%5P9&%T960@.
M1&EA;&]G($UA<VLZ(#!X,6)D9F,P,S<L($1I<V%B;&4@.0F%C:R ](#!X,0T*
M,C Z,3$Z,C@.@.1&EA;&]G(#!X.# P,# P,"!R971U<FYE9#H@.,0T*,C Z,3$Z
M,C@.@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-"C(P.C$Q.C(X(%-H;W=$
M:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R<F5N=#TP>#$P,# P,# P
M+&EN9&5X/3(X#0HR,#HQ,3HR."!"96=I;B!!8W1I;VX@.4VAO=T1I86QO9W-(
M;'!R.B P>#$P,# P,# P#0HR,#HQ,3HR."!"96=I;B!!8W1I;VXZ("!$:6%L
M;V=3:&]W4V1,:6-E;G-E36]D90T*,C Z,3$Z,S @.4VAO=T1L9TQI8V5N<V4@.
M<F5T=7)N960Z(#$-"C(P.C$Q.C,P(%-H;W=$;&=,:6-E;G-E(')E='5R;F5D
M.B!,:6-E;G-E36]D92 ](#(L($QI8V5N<V5,:6UI=" ](#(-"C(P.C$Q.C,P
M($5N9"!!8W1I;VX@.1&EA;&]G4VAO=U-D3&EC96YS94UO9&4-"C(P.C$Q.C,P
M($1I86QO9R P>#$P,# P,# P(')E='5R;F5D.B Q#0HR,#HQ,3HS,"!%;F0@.
M06-T:6]N(%-H;W=$:6%L;V=S2&QP<@.T*,C Z,3$Z,S @.4VAO=T1I86QO9W-'
M971$:6%L;V<@.<F5T=7)N960Z(&Y#=7)R96YT/3!X,"QI;F1E>#TP#0HR,#HQ
M,3HS,"!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S#0HR,#HQ,3HS,"!.;W<@.8F5G
M:6X@.:6YS=&%L;&EN9R!-:6-R;W-O9G0@.1&ES=')I8G5T960@.5')A;G-A8W1I
M;VX@.0V]O<F1I;F%T;W(@.*$U31%1#*2 N+BX-"C(P.C$Q.C,P("!#.EQ724Y.
M5%Q414U07%-Q;%-E='5P7$)I;EQC;&1T8W-T<"YE>&4@.+5-U<'!O<G1$:7(@.
M(D,Z7%=)3DY47%1%35!<4W%L4V5T=7!<0FEN(B M1%1#4&MG(")#.EQ%3E1<
M>#@.V7$]T:&5R7&1T8W-E='5P+F5X92(@.+4QO9T9I;&4@.(D,Z7%=)3DY47'-Q
M;'-T<"YL;V<B("U#='A!8V-T(")324Y/3$E.15-<8VQU<W1E<B(@.+4-T>$50
M=V0-"C(P.C$Q.C,P(%!R;V-E<W,@.17AI="!#;V1E.B H,"D@.#0HR,#HQ,3HS
M,"!"96=I;B!!8W1I;VX@..B!#;'5S=&5R4V5T=7!(96QP97( -"C(P.C$Q.C,P
M($)E9VEN($%C=&EO;B Z($-R96%T94-L=7-T25-31FEL97,-"C(P.C$Q.C,P
M($5N9"!!8W1I;VX@..B!#<F5A=&5#;'5S=$E34T9I;&5S#0HR, #HQ,3HS,"!"
M96=I;B!!8W1I;VX@..B!#;'5S=&5R5W)I=&5296U);FD-"C(P.C$Q.C,P($5N
M9"!!8W1I;VX@..B!#;'5S=&5R5W)I=&5296U);FD-"C(P.C$Q.C,P($)E9VEN
M($%C=&EO;B Z(%)U;B!S971U<"!O;B!C;'5S=&5R(&YO9&5S#0I;87)G<UT-
M"DYU;5)E;6]T95-E<G9E<G,],@.T*6U-E<G9E<BXQ70T*3G5M4F5M;W1E4V5R
M=FEC97,],0T*,2YA<' ]7%Q!7$,D7$5.5%QX.#9<<V5T=7!<<V5T=7!S<6PN
M97AE#0HQ+G-C<FEP=#U<7$%<861M:6XD7%]-4U-13%-%4E9%4BYI<W,-"C$N
M8VUD;&EN969O<FUA=#TE<R!K/4-L4V5C(&L]4FT@.:SU#;" M4TU3("US("UF
M,2 E<R M;R B<W%L<W1P+F5X92(@.#0HQ+G5S97(]4TE.3TQ)3D537&-L=7-T
M97(-"C$N<&%S<W=O<F0],3,W8S4R8S8Q,V5A8C-B,6$Y-6$W-35A-#)C9 T*
M,2YN86UE/5-13%-E='5P,0T*,2YS<6QS971U<#U9#0HQ+F-O<'EE>&4]8VYV
M<W9C,2YE>&4-"EM397)V97(N,ET-"DYU;5)E;6]T95-E<G9I8V5S/3$-"C$N
M87!P/5Q<05Q#)%Q%3E1<>#@.V7'-E='5P7'-E='5P<W%L+F5X90T*,2YS8W)I
M<'0]7%Q!7&%D;6EN)%Q?35-344Q315)615(N:7-S#0HQ+F-M9&QI;F5F;W)M
M870])7,@.:SU#;%-E8R!K/5)M(&L]0VP@.+5--4R M<R M9B B7%Q!7$,D7$5.
M5%QX.#9<<V5T=7!<<V5T=7 N:6YS(B M9C$@.)7,@.+68R(")<7%QA9&UI;B1<
M<V5T=7 N;&]G(B M92 B<W1P<VEL;G0N7V5X(B @.+7@.@.(D,Z7"(-"C$N=7-E
M<CU324Y/3$E.15-<8VQU<W1E<@.T*,2YP87-S=V]R9#TQ,S=C-3)C-C$S96%B
M,V(Q83DU83<U-6$T,F-D#0HQ+FYA;64]4U%,4V5T=7 R#0HQ+G-Q;'-E='5P
M/5D-"C$N8V]P>65X93UC;G9S=F,R+F5X90T*,C Z,3$Z,S @.($EN<W1A;&QS
M:&EE;&0@.:7,@.:6YS=&%L;&EN9R!S;VUE('!R;V=R86T@.;VX@.= &AE(&YO9&4L
M('1H:7,@.;6%Y(&YE960@.<V]M92!M:6YU=&5S*+"RU["SS-#RU?W4VLBZO*^]
MVK7CR<_6M-#0T.C2JK7$LMG7]Z&CU>*_R<3<T.C2JLK]M];6TRXN+BD-"C(P
M.C$Q.C,P("!#.EQ724Y.5%Q414U07%-Q;%-E='5P7$)I;EQR96US971U<"YE
M>&4@.0SI<5TE.3E1<<F5M<V5T=7 N:6YI#0HR,#HQ,3HS,"!0<F]C97-S($5X
M:70@.0V]D93H@.*"TQ*2 -"C(P.C$Q.C,P($)E9VEN($%C=&EO;B Z($=E=%)E
M;7-E='5P4F5T0V]D90T*,C Z,3$Z,S @.26YS=&%L;&%T:6]N(')E='5R;B!S
M=&%T=7,@.;VX@.(#H@.+3$-"C(P.C$Q.C,P($EN<W1A;&QA=&EO;B!R971U<FX@.
M<W1A='5S(&]N(" Z("TQ#0HR,#HQ,3HS,"!%;F0@.06-T:6]N(#H@.1V5T4F5M
M<V5T=7!2971#;V1E#2,C(R,@.4U%,(%-E<G9E<B#4MK/,L++7L+/,T/(@.H:H@.
MOZK*O,JQO.0@.,#8O,#(O,#0@.,C Z,3$Z,S @.(R,C(PT*#0IT:&4@.9VEV96X@.
M87)G=6UE;G1S(&%R92!I;G9A;&ED*,OYS.&YJ;7$RN3(Z]:USM[0IRFCH0T*
M#0K+^=*JQ_.UQ++.ROT@.4V5R=F5R+C$@.U-J]VJ.H87)G<Z.IUM##N]/0U=*U
MO:.A#0I4:&4@.<F5Q=65S=&5D(&%R9W5M96YT('-E<G9E<BYS(&-A;FYO="!B
M92!F;W5N9"!I;B!A<F=S#0K+^<SAN:FUQ,KDR.O6M<[>T*>CH 0T*#0K+^=*J
MQ_.UQ++.ROT@.4V5R=F5R+C(@.U-J]VJ.H87)G<Z.IUM##N]/0U=*UO:.A#0H-
M"M3:U,O0T-2VL\POSM[6M;NDL++7L+/,T/+*L;>BR?K2N[CVN_*VX+CVM.W.
M\Z&C#0H-"B @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.
M(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.(" @.
M(" @.(" @.(" @.(" -"C(P.C$Q.C,P($5N9"!!8W1I;VX@..B!2=6X@.<V5T=7 @.
M;VX@.8VQU<W1E<B!N;V1E<PT*,C Z,3$Z,S @.96YC;W5N=&5R(&]N92!O<B!S
M;VUE(&9A=6QT<R!W:&5N(')U;B!S;VUE(')E;6]T92!P<F]G<F%M;65S(-3:
MR+J\K[7$O,;+X[OZR<_4R]#0U+:SS+"RU["SS-#RRK&CK+/VS];2N[CVN_*V
MX+CVM.W.\Z&C#0HR,#HQ,3HS,2!3971U<"!F86EL960@.=&\@.< &5R9F]R;2!T
M:&4@.<F5Q=6ER960@.;W!E<F%T:6]N(&]N('1H92!C;'5S=&5R(&YO9&5S(+"R
MU["SS-#RU-K(NKROO=JUX\G/UK30T-*JQ_.UQ++9U_?*I[#<H:,-"C(P.C$Q
M.C,Q($)E9VEN($%C=&EO;B Z($-L=7-T97)%<G)O<D-L96%N=7 -"C(P.C$Q
M.C,Q($5N9"!!8W1I;VX@..B!#;'5S=&5R17)R;W)#;&5A;G5P# 0HR,#HQ,3HS
C,2!%;F0@.06-T:6]N(#H@.0VQU<W1E<E-E='5P2&5L<&5R#0H`
`
end

cluster installing

I have installed mscs correctly according the checklist.
But i cannot install sql en server on the cluster.
The attached is the log.
win2k ad sp4/sql en
Thanks
Sanjoy
begin 666 sqlstp.log
M,38Z-3 Z-#0@.0F5G:6X@.4V5T=7 -"C$V.C4P.C0T(#@.N,# N,3DT#0HQ-CHU
M,#HT-"!-;V1E(#T@.3F]R;6%L#0HQ-CHU,#HT-"!-;V1E5'EP92 ]($Y/4DU!
M3 T*,38Z-3 Z-#4@.1V5T1&5F:6YI=&EO;D5X(')E='5R;F5D.B P+"!%>'1E
M;F1E9#H@.,'@.P#0HQ-CHU,#HT-2!686QU94944R!R971U<FYE9#H@.,0T*,38Z
M-3 Z-#4@.5F%L=650240@.<F5T=7)N960Z(#$-"C$V.C4P.C0U(%9A;'5E3&EC
M(')E='5R;F5D.B Q#0HQ-CHU,#HT-2!3>7-T96TZ(%=I;F1O=W,@.3E0@.16YT
M97)P<FES92!397)V97(-"C$V.C4P.C0U(%-13"!397)V97(@.4')O9'5C=%1Y
M<&4Z($5N=&5R<')I<V4@.161I=&EO;B!;,'@.S70T*,38Z-3 Z-#4@.27-.5$-L
M=7-T97(@.<F5T=7)N960Z(#$-"C$V.C4P.C0U($)E9VEN($%C=&EO;CH@.4V5T
M=7!);FET:6%L:7IE( T*,38Z-3 Z-#4@.16YD($%C=&EO;B!3971U<$EN:71I
M86QI>F4-"C$V.C4P.C0U($)E9VEN($%C=&EO;CH@.(%-E='5P26YS=&%L; T*
M,38Z-3 Z-#4@.4F5A9&EN9R!3;V9T=V%R95Q-:6-R;W-O9G1<5VEN9&]W<UQ#
M=7)R96YT5F5R<VEO;EQ#;VUM;VY&:6QE<T1I<B N+BX-"C$V.C4P.C0U($-O
M;6UO;D9I;&5S1&ER/4,Z7%!R;V=R86T@.1FEL97-<0V]M;6]N($9I;&5S#0HQ
M-CHU,#HT-2!7:6YD;W=S($1I<F5C=&]R>3U#.EQ724Y.5%P-"C$V.C4P.C0U
M(%!R;V=R86T@.1FEL97,]0SI<4')O9W)A;2!&:6QE<UP-"C$V.C4P.C0U(%1%
M35!$25(]0SI<5TE.3E1<5$5-4%P-"C$V.C4P.C0U($)E9VEN($%C=&EO;CH@.
M(%-E='5P26YS=&%L; T*,38Z-3 Z-#4@.9&EG<&ED('-I>F4@..B R-38-"C$V
M.C4P.C0U(&1I9W!I9"!S:7IE(#H@.,38T#0HQ-CHU,#HT-2!"96=I;B!!8W1I
M;VXZ("!#:&5C:T9I>&5D4F5Q=6ER96UE;G1S#0HQ-CHU,#HT-2!0;&%T9F]R
M;2!)1#H@.,'AF,# P,# -"C$V.C4P.C0U(%9E<G-I;VXZ(#4N,"XR,3DU#0HQ
M-CHU,#HT-2!&:6QE(%9E<G-I;VX@.+2!#.EQ724Y.5%QS>7-T96TS,EQS:&1O
M8W9W+F1L;#H@.-2XP+C,W,# N-C8V. T*,38Z-3 Z-#4@.16YD($%C=&EO;CH@.
M($-H96-K1FEX961297%U:7)E;65N=',-"C$V.C4P.C0U($)E9VEN($%C=&EO
M;CH@.(%-H;W=$:6%L;V=S#0HQ-CHU,#HT-2!);FET:6%L($1I86QO9R!-87-K
M.B P>#$X,S P,&8W+"!$:7-A8FQE($)A8VL],'@.Q#0HQ-CHU,#HT-2!"96=I
M;B!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R.B P>#$-"C$V.C4P.C0U($)E9VEN
M($%C=&EO;CH@.($1I86QO9U-H;W=39%=E;&-O;64-"C$V.C4P.C0V($5N9"!!
M8W1I;VX@.($1I86QO9U-H;W=39%=E;&-O;64-"C$V.C4P.C0V($1I86QO9R P
M>#$@.<F5T=7)N960Z(#$-"C$V.C4P.C0V($5N9"!!8W1I;VX@.4VAO=T1I86QO
M9W-(;'!R#0HQ-CHU,#HT-B!3:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE
M9#H@.;D-U<G)E;G0],'@.R+&EN9&5X/3$-"C$V.C4P.C0V($)E9VEN($%C=&EO
M;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,@.T*,38Z-3 Z-#8@.0F5G:6X@.06-T:6]N
M.B @.1&EA;&]G4VAO=U-D36%C:&EN94YA;64-"C$V.C4P.C4S(%-H;W=$;&=-
M86-H:6YE(')E='5R;F5D.B Q#0HQ-CHU,#HU,R!.86UE(#T@.4TY,+"!4>7!E
M(#T@.,'@.Q,# P,# P. T*,38Z-3 Z-3,@.0F5G:6X@.06-T:6]N.B @.0VAE8VM2
M97%U:7)E;65N=',-"C$V.C4P.C4S(%!R;V-E<W-O<B!!<F-H:71E8W1U<F4Z
M('@.X-B H4&5N=&EU;2D-"C$V.C4P.C4S(%-E<G9I8V4@.4&%C:SH@.(#$P,C0-
M"C$V.C4P.C4S($-O;7!U=&5R3F%M93H@.00T*,38Z-3 Z-3,@.57-E<B!.86UE
M.B!A9&UI;FES=')A=&]R#0HQ-CHU,#HU,R!)<T%L;$%C8V5S<T%L;&]W960@.
M<F5T=7)N960Z(#$-"C$V.C4P.C4S($]3($QA;F=U86=E.B P>#@.P- T*,38Z
M-3 Z-3,@.16YD($%C=&EO;B!#:&5C:U)E<75I<F5M96YT<PT*,38Z-3 Z-3,@.
M5&AI<R!C;VUB:6YA=&EO;B!O9B!086-K86=E(&%N9"!/<&5R871I;F<@.4WES
M=&5M(&%L;&]W<R!A(&9U;&P@.<')O9'5C="!I;G-T86QL+@.T*,38Z-3 Z-3,@.
M16YD($%C=&EO;B @.1&EA;&]G4VAO=U-D36%C:&EN94YA;64-"C$V.C4P.C4S
M(&)E9VEN(%-H;W=$:6%L;V=S57!D871E36%S:PT*,38Z-3 Z-3,@.;D9U;&Q-
M87-K(#T@.,'@.Q.#,P,#!F-RP@.;D-U<G)E;G0@./2 P>#(L(&Y$:7)E8W1I;VX@.
M/2 P#0HQ-CHU,#HU,R!5<&1A=&5D($1I86QO9R!-87-K.B P>&)F,V,P,S<L
M($1I<V%B;&4@.0F%C:R ](#!X,0T*,38Z-3 Z-3,@.1&EA;&]G(#!X,B!R971U
M<FYE9#H@., T*,38Z-3 Z-3,@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-
M"C$V.C4P.C4S(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R
M<F5N=#TP>#0L:6YD97@.],@.T*,38Z-3 Z-3,@.0F5G:6X@.06-T:6]N(%-H;W=$
M:6%L;V=S2&QP<CH@.,'@.T#0HQ-CHU,#HU,R!"96=I;B!!8W1I;VXZ("!$:6%L
M;V=3:&]W4V1);G-T86QL36]D90T*,38Z-3 Z-3,@.26YS=&%L;$UO9&4@..B P
M>#$-"C$V.C4P.C4S($5N9"!!8W1I;VX@.($1I86QO9U-H;W=39$EN<W1A;&Q-
M;V1E#0HQ-CHU,#HU,R!B96=I;B!3:&]W1&EA;&]G<U5P9&%T94UA<VL-"C$V
M.C4P.C4S(&Y&=6QL36%S:R ](#!X8F8S8S S-RP@.;D-U<G)E;G0@./2 P>#0L
M(&Y$:7)E8W1I;VX@./2 Q#0HQ-CHU,#HU,R!5<&1A=&5D($1I86QO9R!-87-K
M.B P>#%B9C=C,#,W+"!$:7-A8FQE($)A8VL@./2 P>#$-"C$V.C4P.C4S($1I
M86QO9R P>#0@.<F5T=7)N960Z(#$-"C$V.C4P.C4S($5N9"!!8W1I;VX@.4VAO
M=T1I86QO9W-(;'!R#0HQ-CHU,#HU,R!3:&]W1&EA;&]G<T=E=$1I86QO9R!R
M971U<FYE9#H@.;D-U<G)E;G0],'@.Q,"QI;F1E>#TT#0HQ-CHU,#HU,R!"96=I
M;B!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R.B P>#$P#0HQ-CHU,#HU,R!"96=I
M;B!!8W1I;VXZ("!$:6%L;V=3:&]W4V1296=I<W1E<E5S97)%> T*,38Z-3 Z
M-38@.16YD($%C=&EO;B!$:6%L;V=3:&]W4V1296=I<W1E<E5S97)%> T*,38Z
M-3 Z-38@.8F5G:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K#0HQ-CHU,#HU-B!N
M1G5L;$UA<VL@./2 P>#%B9C=C,#,W+"!N0W5R<F5N=" ](#!X,3 L(&Y$:7)E
M8W1I;VX@./2 Q#0HQ-CHU,#HU-B!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B
M9C=C,#,W+"!$:7-A8FQE($)A8VL@./2 P>#$-"C$V.C4P.C4V($1I86QO9R P
M>#$P(')E='5R;F5D.B Q#0HQ-CHU,#HU-B!%;F0@.06-T:6]N(%-H;W=$:6%L
M;V=S2&QP<@.T*,38Z-3 Z-38@.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N
M960Z(&Y#=7)R96YT/3!X,C L:6YD97@.]-0T*,38Z-3 Z-38@.0F5G:6X@.06-T
M:6]N(%-H;W=$:6%L;V=S2&QP<CH@.,'@.R, T*,38Z-3 Z-38@.0F5G:6X@.06-T
M:6]N.B @.1&EA;&]G4VAO=U-D3&EC96YS90T*,38Z-3 Z-3<@.16YD($%C=&EO
M;B!$:6%L;V=3:&]W4V1,:6-E;G-E#0HQ-CHU,#HU-R!$:6%L;V<@.,'@.R,"!R
M971U<FYE9#H@.,0T*,38Z-3 Z-3<@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL
M<'(-"C$V.C4P.C4W(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N
M0W5R<F5N=#TP>#0P,# L:6YD97@.],30-"C$V.C4P.C4W($)E9VEN($%C=&EO
M;B!3:&]W1&EA;&]G<TAL<'(Z(#!X-# P, T*,38Z-3 Z-3<@.0F5G:6X@.06-T
M:6]N.B @.1&EA;&]G4VAO=U-D5FER='5A;%-E<G9E<@.T*,38Z-3$Z,C<@.4VAO
M=T1L9U9I<G1U86Q397)V97(@.<F5T=7)N960Z(# -"C$V.C4Q.C(W($EP861D
M<F5S<R ](#$Y,BXQ-C@.N,"XV+#(U-2XR-34N,C4U+C L<'5B;&EC#0HQ-CHU
M,3HR-R!S>DYE=TQI<W0@./2 Q.3(N,38X+C N-BPR-34N,C4U+C(U-2XP+'!U
M8FQI8PT*,38Z-3$Z,C<@.<WI-;V1I9FEE9$QI<W0@./2 -"C$V.C4Q.C(W('-Z
M4F5M;W9E9$QI<W0@./2 -"C$V.C4Q.C(W($5N9"!!8W1I;VX@.($1I86QO9U-H
M;W=39%9I<G1U86Q397)V97(-"C$V.C4Q.C(W(&)E9VEN(%-H;W=$:6%L;V=S
M57!D871E36%S:PT*,38Z-3$Z,C<@.;D9U;&Q-87-K(#T@.,'@.Q8F8W8S S-RP@.
M;D-U<G)E;G0@./2 P>#0P,# L(&Y$:7)E8W1I;VX@./2 Q#0HQ-CHU,3HR-R!5
M<&1A=&5D($1I86QO9R!-87-K.B P>#%B9C=C,#,W+"!$:7-A8FQE($)A8VL@.
M/2 P>#$-"C$V.C4Q.C(W($1I86QO9R P>#0P,# @.<F5T=7)N960Z(#$-"C$V
M.C4Q.C(W($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R#0HQ-CHU,3HR-R!3
M:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.;D-U<G)E;G0],'@.X,# P
M+&EN9&5X/3$U#0HQ-CHU,3HR-R!"96=I;B!!8W1I;VX@.4VAO=T1I86QO9W-(
M;'!R.B P>#@.P,# -"C$V.C4Q.C(W($)E9VEN($%C=&EO;B Z("!$:6%L;V=3
M:&]W4V1$:7-K1W)O=7!S#0HQ-CHU,3HU,"!3:&]W1&QG1&ES:T=R;W5P<R!R
M971U<FYE9#H@.,0T*,38Z-3$Z-3 @.1&ES:R!'<F]U<" ]($1I<VL@.1W)O=7 @.
M,0T*,38Z-3$Z-3 @.16YD($%C=&EO;B Z("!$:6%L;V=3:&]W4V1$:7-K1W)O
M=7!S#0HQ-CHU,3HU,"!B96=I;B!3:&]W1&EA;&]G<U5P9&%T94UA<VL-"C$V
M.C4Q.C4P(&Y&=6QL36%S:R ](#!X,6)F-V,P,S<L(&Y#=7)R96YT(#T@.,'@.X
M,# P+"!N1&ER96-T:6]N(#T@.,0T*,38Z-3$Z-3 @.57!D871E9"!$:6%L;V<@.
M36%S:SH@.,'@.Q8F8W8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q#0HQ-CHU,3HU
M,"!$:6%L;V<@.,'@.X,# P(')E='5R;F5D.B Q#0HQ-CHU,3HU,"!%;F0@.06-T
M:6]N(%-H;W=$:6%L;V=S2&QP<@.T*,38Z-3$Z-3 @.4VAO=T1I86QO9W-'971$
M:6%L;V<@.<F5T=7)N960Z(&Y#=7)R96YT/3!X,3 P,# L:6YD97@.],38-"C$V
M.C4Q.C4P($)E9VEN($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,3 P,# -
M"C$V.C4Q.C4P($)E9VEN($%C=&EO;CH@.($1I86QO9U-H;W=39$-L=7-T97)$
M968-"C$V.C4Q.C4V(%-H;W=$;&=#;'5S=&5R1&5F(')E='5R;F5D.B Q#0HQ
M-CHU,3HU-B!0<F5F3W=N97)S(#T@.02Q"+"!.=6U)<" ](#(-"C$V.C4Q.C4V
M($)E9VEN($%C=&EO;B Z(%9A;&ED871E3F]D94%C=&EO;G,-"C$V.C4Q.C4V
M($)E9VEN($%C=&EO;B Z(%9A;&ED871E3F]D94%C=&EO;G,-"C$V.C4Q.C4V
M($5N9"!!8W1I;VX@..B!686QI9&%T94YO9&5!8W1I;VYS#0HQ-CHU,3HU-B!%
M;F0@.06-T:6]N(#H@.5F%L:61A=&5.;V1E06-T:6]N<PT*,38Z-3$Z-38@.16YD
M($%C=&EO;B @.1&EA;&]G4VAO=U-D0VQU<W1E<D1E9@.T*,38Z-3$Z-38@.8F5G
M:6X@.4VAO=T1I86QO9W-5<&1A=&5-87-K#0HQ-CHU,3HU-B!N1G5L;$UA<VL@.
M/2 P>#%B9C=C,#,W+"!N0W5R<F5N=" ](#!X,3 P,# L(&Y$:7)E8W1I;VX@.
M/2 Q#0HQ-CHU,3HU-B!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B9C=C,#,W
M+"!$:7-A8FQE($)A8VL@./2 P>#$-"C$V.C4Q.C4V($1I86QO9R P>#$P,# P
M(')E='5R;F5D.B Q#0HQ-CHU,3HU-B!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S
M2&QP<@.T*,38Z-3$Z-38@.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N960Z
M(&Y#=7)R96YT/3!X,C P,# L:6YD97@.],3<-"C$V.C4Q.C4V($)E9VEN($%C
M=&EO;B!3:&]W1&EA;&]G<TAL<'(Z(#!X,C P,# -"C$V.C4Q.C4V($)E9VEN
M($%C=&EO;B Z($-L=7-T97(@.4V5C=7)I='D@.+2!$;&=!8V-T#0HQ-CHU,CHQ
M,B!3:&]W1&QG06-C="!R971U<FYE9#H@.,0T*,38Z-3(Z,3(@.6T1L9T%C8V]U
M;G1=#0HQ-CHU,CHQ,B!$;VUA:6X@./2!324Y/3$E.15,-"C$V.C4R.C$R($1O
M;6%I;D%C8W0@./2!!9&UI;FES=')A=&]R#0HQ-CHU,CHQ,B!$;VUA:6Y0=V0-
M"C$V.C4R.C$R(%)E<W5L=" ](#$-"C$V.C4R.C$R($5N9"!!8W1I;VX@..B!#
M;'5S=&5R(%-E8W5R:71Y("T@.1&QG06-C= T*,38Z-3(Z,3(@.8F5G:6X@.4VAO
M=T1I86QO9W-5<&1A=&5-87-K#0HQ-CHU,CHQ,B!N1G5L;$UA<VL@./2 P>#%B
M9C=C,#,W+"!N0W5R<F5N=" ](#!X,C P,# L(&Y$:7)E8W1I;VX@./2 Q#0HQ
M-CHU,CHQ,B!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B9C=C,#,W+"!$:7-A
M8FQE($)A8VL@./2 P>#$-"C$V.C4R.C$R($1I86QO9R P>#(P,# P(')E='5R
M;F5D.B Q#0HQ-CHU,CHQ,B!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<@.T*
M,38Z-3(Z,3(@.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N960Z(&Y#=7)R
M96YT/3!X-# P,# L:6YD97@.],3@.-"C$V.C4R.C$R($)E9VEN($%C=&EO;B!3
M:&]W1&EA;&]G<TAL<'(Z(#!X-# P,# -"C$V.C4R.C$R($)E9VEN($%C=&EO
M;CH@.($1I86QO9U-H;W=39$-L:5-V<@.T*,38Z-3(Z,3(@.1&ES<&QA>5-Y<W1E
M;5!R95)E<0T*,38Z-3(Z,3(@.4VAO=T1L9T-L:65N=%-E<G9E<E-E;&5C="!R
M971U<FYE9#H@.,0T*,38Z-3(Z,3(@.5'EP92 Z(#!X,@.T*,38Z-3(Z,3(@.16YD
M($%C=&EO;B @.1&EA;&]G4VAO=U-D0VQI4W9R#0HQ-CHU,CHQ,B!B96=I;B!3
M:&]W1&EA;&]G<U5P9&%T94UA<VL-"C$V.C4R.C$R(&Y&=6QL36%S:R ](#!X
M,6)F-V,P,S<L(&Y#=7)R96YT(#T@.,'@.T,# P,"P@.;D1I<F5C=&EO;B ](#$-
M"C$V.C4R.C$R(%5P9&%T960@.1&EA;&]G($UA<VLZ(#!X,6)F9F,P,S<L($1I
M<V%B;&4@.0F%C:R ](#!X,0T*,38Z-3(Z,3(@.1&EA;&]G(#!X-# P,# @.<F5T
M=7)N960Z(#$-"C$V.C4R.C$R($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R
M#0HQ-CHU,CHQ,B!3:&]W1&EA;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.;D-U
M<G)E;G0],'@.X,# P,"QI;F1E>#TQ.0T*,38Z-3(Z,3(@.0F5G:6X@.06-T:6]N
M(%-H;W=$:6%L;V=S2&QP<CH@.,'@.X,# P, T*,38Z-3(Z,3(@.0F5G:6X@.06-T
M:6]N.B @.1&EA;&]G4VAO=U-D26YS=&%N8V5.86UE#0HQ-CHU,CHQ,B!"96=I
M;B!!8W1I;VXZ(%-H;W=$;&=);G-T86YC94YA;64-"C$V.C4R.C(R($5N9"!!
M8W1I;VXZ(%-H;W=$;&=);G-T86YC94YA;64-"C$V.C4R.C(R(%-H;W=$;&=)
M;G-T86YC94YA;64@.<F5T=7)N960@..B Q#0HQ-CHU,CHR,B!);G-T86YC94YA
M;64@..B!-4U-13%-%4E9%4@.T*,38Z-3(Z,C0@.0W)E871E4V5T=7!4;W!O;&]G
M>2A33DPI+"!(86YD;&4@..B P>#$Y-S0V93@.L(')E='5R;F5D(#H@., T*,38Z
M-3(Z,C0@.0W)E871E4V5T=7!4;W!O;&]G>2!R971U<FYE9" Z(# L($AA;F1L
M92 Z(#!X,3DW-#9E. T*,38Z-3(Z,C0@.5&]P;VQO9WD@.5'EP92 Z(#,T+"!2
M971U<FX@.5F%L=64@..B P#0HQ-CHU,CHR-"!35%]'9710:'ES:6-A;$YO9&4@.
M<F5T=7)N960@..B P+"!03DAA;F1L92 Z(#!X,3DW-#<Q, T*,38Z-3(Z,C0@.
M4$Y?16YU;65R871E17@.@.<F5T=7)N960@..B P#0HQ-CHU,CHR-"!03E]'9713
M44Q3=&%T97,@.<F5T=7)N960@..B P+"!3<6Q3=&%T97,@..B P># -"C$V.C4R
M.C(T(%!.7U-T87)T4V-A;B!;,'@.Q.3<T-S$P72!R971U<FYE9" Z(# -"C$V
M.C4R.C(T(%!.7T=E=$YE>'0@.6S!X,3DW-#<Q,%T@.<F5T=7)N960@..B Q."P@.
M2&%N9&QE.B!;,'@.P70T*,38Z-3(Z,C0@.3F\@.;6]R92!I=&5M<R!I;B!E;G5M
M97)A=&EO;BX-"C$V.C4R.C(T(%)E;&5A<V53971U<%1O<&]L;V=Y#0HQ-CHU
M,CHR-"!%;F0@.06-T:6]N("!$:6%L;V=3:&]W4V1);G-T86YC94YA;64-"C$V
M.C4R.C(T(&)E9VEN(%-H;W=$:6%L;V=S57!D871E36%S:PT*,38Z-3(Z,C0@.
M;D9U;&Q-87-K(#T@.,'@.Q8F9F8S S-RP@.;D-U<G)E;G0@./2 P>#@.P,# P+"!N
M1&ER96-T:6]N(#T@.,0T*,38Z-3(Z,C0@.57!D871E9"!$:6%L;V<@.36%S:SH@.
M,'@.Q8F9F8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q#0HQ-CHU,CHR-"!$:6%L
M;V<@.,'@.X,# P,"!R971U<FYE9#H@.,0T*,38Z-3(Z,C0@.16YD($%C=&EO;B!3
M:&]W1&EA;&]G<TAL<'(-"C$V.C4R.C(T(%-H;W=$:6%L;V=S1V5T1&EA;&]G
M(')E='5R;F5D.B!N0W5R<F5N=#TP>#$P,# P,"QI;F1E>#TR, T*,38Z-3(Z
M,C4@.0F5G:6X@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<CH@.,'@.Q,# P,# -"C$V
M.C4R.C(U($)E9VEN($%C=&EO;CH@.($1I86QO9U-H;W=39%-E='5P5'EP90T*
M,38Z-3(Z,C4@.0F5G:6X@.06-T:6]N.B!3971U<"!4>7!E#0HQ-CHU,CHS,"!3
M44P@.<')O9W)A;2!F;VQD97(Z($,Z7%!R;V=R86T@.1FEL97-<36EC<F]S;V9T
M(%-13"!397)V97(-"C$V.C4R.C,P(%-13"!D871A(&9O;&1E<CH@.6CI<4')O
M9W)A;2!&:6QE<UQ-:6-R;W-O9G0@.4U%,(%-E<G9E<@.T*,38Z-3(Z,S @.5VEN
M9&]W<R!S>7-T96T@.9F]L9&5R.B!#.EQ724Y.5%QS>7-T96TS,EP-"C$V.C4R
M.C,P(%!R;V<@.<F5Q.B S.#(P-2P@.1&%T82!R97$Z(#,V-30T+"!3>7,@.<F5Q
M.B Q.3,U-SD-"C$V.C4R.C,P(%!R;V<@.879A:6PZ(#$W.#,W.3,R+"!$87 1A
M(&%V86EL.B Q-#(Q.#4Q.38L(%-Y<R!A=F%I;#H@.,3<X,S<Y,S(-"C$V.C4R
M.C,P(%!R;V<@.<F5Q('9S+B!A=F%I;"P@.,C,Q-S@.T+" Q-S@.S-SDS,@.T*,38Z
M-3(Z,S @.1&%T82!R97$@.=G,N(&%V86EL+" S-C4T-"P@.,30R,3@.U,3DV#0HQ
M-CHU,CHS,"!3>7,@.<F5Q('9S+B!A=F%I;"P@.,3DS-3<Y+" Q-S@.S-SDS,@.T*
M,38Z-3(Z,S @.1&ES<&QA>5-Y<W1E;5!R95)E<0T*,38Z-3(Z,S @.6U-E='5P
M5'EP95-13%T-"C$V.C4R.C,P('-Z1&ER(#T@.0SI<4')O9W)A;2!&:6QE<UQ-
M:6-R;W-O9G0@.4U%,(%-E<G9E<@.T*,38Z-3(Z,S @.<WI$:7(@./2!#.EQ0<F]G
M<F%M($9I;&5S7$UI8W)O<V]F="!344P@.4V5R=F5R#0HQ-CHU,CHS,"!297-U
M;'0@./2 S,#$-"C$V.C4R.C,P('-Z1&%T841I<B ](%HZ7%!R;V=R86T@.1FEL
M97-<36EC<F]S;V9T(%-13"!397)V97(-"C$V.C4R.C,P('-Z1&%T841I<B ]
M(%HZ7%!R;V=R86T@.1FEL97-<36EC<F]S;V9T(%-13"!397)V97(-"C$V.C4R
M.C,P($5N9"!!8W1I;VXZ(%-E='5P(%1Y<&4-"C$V.C4R.C,P(%-E='5P(%1Y
M<&4Z(%1Y<&EC86P@.*#,P,2D-"C$V.C4R.C,P($5N9"!!8W1I;VX@.($1I86QO
M9U-H;W=39%-E='5P5'EP90T*,38Z-3(Z,S @.8F5G:6X@.4VAO=T1I86QO9W-5
M<&1A=&5-87-K#0HQ-CHU,CHS,"!N1G5L;$UA<VL@./2 P>#%B9F9C,#,W+"!N
M0W5R<F5N=" ](#!X,3 P,# P+"!N1&ER96-T:6]N(#T@.,S Q#0HQ-CHU,CHS
M,"!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B9&9C,#,W+"!$:7-A8FQE($)A
M8VL@./2 P>#$-"C$V.C4R.C,P($1I86QO9R P>#$P,# P,"!R971U<FYE9#H@.
M,S Q#0HQ-CHU,CHS,"!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<@.T*,38Z
M-3(Z,S @.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N960Z(&Y#=7)R96YT
M/3!X-# P,# P+&EN9&5X/3(R#0HQ-CHU,CHS,"!"96=I;B!!8W1I;VX@.4VAO
M=T1I86QO9W-(;'!R.B P>#0P,# P, T*,38Z-3(Z,S @.0F5G:6X@.06-T:6]N
M.B @.1&QG4V5R=FEC97,-"C$V.C4R.C0T(%-H;W=$;&=397)V:6-E<R!R971U
M<FYE9#H@.,0T*,38Z-3(Z-#0@.6T1L9U-E<G9I8V5S70T*,38Z-3(Z-#0@.3&]C
M86PM1&]M86EN"3T@.-C$V.# -"C$V.C4R.C0T($%U=&]3=&%R= D)/2 P#0HQ
M-CHU,CHT-"!344Q$;VUA:6X)"3T@.4TE.3TQ)3D53#0HQ-CHU,CHT-"!344Q$
M;VUA:6Y!8V-T"3T@.061M:6YI<W1R871O<@.T*,38Z-3(Z-#0@.4U%,1&]M86EN
M4'=D#0HQ-CHU,CHT-"!!9W1$;VUA:6X)"3T@.4TE.3TQ)3D53#0HQ-CHU,CHT
M-"!!9W1$;VUA:6Y!8V-T"3T@.061M:6YI<W1R871O<@.T*,38Z-3(Z-#0@.06=T
M1&]M86EN4'=D#0HQ-CHU,CHT-"!297-U;'0)/2 Q#0HQ-CHU,CHT-"!%;F0@.
M06-T:6]N($1L9U-E<G9I8V5S#0HQ-CHU,CHT-"!B96=I;B!3:&]W1&EA;&]G
M<U5P9&%T94UA<VL-"C$V.C4R.C0T(&Y&=6QL36%S:R ](#!X,6)D9F,P,S<L
M(&Y#=7)R96YT(#T@.,'@.T,# P,# L(&Y$:7)E8W1I;VX@./2 Q#0HQ-CHU,CHT
M-"!5<&1A=&5D($1I86QO9R!-87-K.B P>#%B9&9C,#,W+"!$:7-A8FQE($)A
M8VL@./2 P>#$-"C$V.C4R.C0T($1I86QO9R P>#0P,# P,"!R971U<FYE9#H@.
M,0T*,38Z-3(Z-#0@.16YD($%C=&EO;B!3:&]W1&EA;&]G<TAL<'(-"C$V.C4R
M.C0U(%-H;W=$:6%L;V=S1V5T1&EA;&]G(')E='5R;F5D.B!N0W5R<F5N=#TP
M>#@.P,# P,"QI;F1E>#TR,PT*,38Z-3(Z-#4@.0F5G:6X@.06-T:6]N(%-H;W=$
M:6%L;V=S2&QP<CH@.,'@.X,# P,# -"C$V.C4R.C0U($)E9VEN($%C=&EO;CH@.
M($1L9U-13%-E8W5R:71Y#0HQ-CHU,SHP-B!3:&]W1&QG4U%,4V5C=7)I='D@.
M<F5T=7)N960Z(#$-"C$V.C4S.C V($QO9VEN36]D92 ](#(L<WI0=V0-"C$V
M.C4S.C V($5N9"!!8W1I;VX@.1&QG4U%,4V5C=7)I='D-"C$V.C4S.C V(&)E
M9VEN(%-H;W=$:6%L;V=S57!D871E36%S:PT*,38Z-3,Z,#8@.;D9U;&Q-87-K
M(#T@.,'@.Q8F1F8S S-RP@.;D-U<G)E;G0@./2 P>#@.P,# P,"P@.;D1I<F5C=&EO
M;B ](#$-"C$V.C4S.C V(%5P9&%T960@.1&EA;&]G($UA<VLZ(#!X,6)D9F,P
M,S<L($1I<V%B;&4@.0F%C:R ](#!X,0T*,38Z-3,Z,#8@.1&EA;&]G(#!X.# P
M,# P(')E='5R;F5D.B Q#0HQ-CHU,SHP-B!%;F0@.06-T:6]N(%-H;W=$:6%L
M;V=S2&QP<@.T*,38Z-3,Z,#8@.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N
M960Z(&Y#=7)R96YT/3!X,3 P,# P,"QI;F1E>#TR- T*,38Z-3,Z,#8@.0F5G
M:6X@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<CH@.,'@.Q,# P,# P#0HQ-CHU,SHP
M-B!"96=I;B!!8W1I;VXZ("!$;&=#;VQL871I;VX-"C$V.C4S.C X(%-H;W=$
M;&=#;VQL871I;VX@.<F5T=7)N960Z(#$-"C$V.C4S.C X(&-O;&QA=&EO;E]N
M86UE(#T@.0VAI;F5S95]04D-?0TE?05,L;&]C86QE7VYA;64@./2!#:&EN97-E
M7U!20RQL8VED(#T@.,'@.X,#0L4V]R=$ED(#T@.,"QD=T-O;7!&;&%G<R ](#!X
M,S P,#$-"C$V.C4S.C X($5N9"!!8W1I;VX@.1&QG0V]L;&%T:6]N#0HQ-CHU
M,SHP."!B96=I;B!3:&]W1&EA;&]G<U5P9&%T94UA<VL-"C$V.C4S.C X(&Y&
M=6QL36%S:R ](#!X,6)D9F,P,S<L(&Y#=7)R96YT(#T@.,'@.Q,# P,# P+"!N
M1&ER96-T:6]N(#T@.,0T*,38Z-3,Z,#@.@.57!D871E9"!$:6%L;V<@.36%S:SH@.
M,'@.Q8F1F8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q#0HQ-CHU,SHP."!$:6%L
M;V<@.,'@.Q,# P,# P(')E='5R;F5D.B Q#0HQ-CHU,SHP."!%;F0@.06-T:6]N
M(%-H;W=$:6%L;V=S2&QP<@.T*,38Z-3,Z,#@.@.4VAO=T1I86QO9W-'971$:6%L
M;V<@.<F5T=7)N960Z(&Y#=7)R96YT/3!X,C P,# P,"QI;F1E>#TR-0T*,38Z
M-3,Z,#@.@.0F5G:6X@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<CH@.,'@.R,# P,# P
M#0HQ-CHU,SHP."!"96=I;B!!8W1I;VXZ("!$;&=.971W;W)K#0HQ-CHU,SHP
M."!3:&]W1&QG3F5T=V]R:R!R971U<FYE9#H@.,0T*,38Z-3,Z,#@.@.6T1L9U-E
M<G9E<DYE='=O<FM=#0HQ-CHU,SHP."!.971W;W)K3&EB<R ](#(U-0T*,38Z
M-3,Z,#@.@.5$-04&]R=" ](#$T,S,-"C$V.C4S.C X(%1#4%!R>'D@./2!$969A
M=6QT#0HQ-CHU,SHP."!.35!0:7!E3F%M92 ](%Q<+EQP:7!E7'-Q;%QQ=65R
M>0T*,38Z-3,Z,#@.@.4F5S=6QT(#T@.,0T*,38Z-3,Z,#@.@.16YD($%C=&EO;B!$
M;&=.971W;W)K#0HQ-CHU,SHP."!B96=I;B!3:&]W1&EA;&]G<U5P9&%T94UA
M<VL-"C$V.C4S.C X(&Y&=6QL36%S:R ](#!X,6)D9F,P,S<L(&Y#=7)R96YT
M(#T@.,'@.R,# P,# P+"!N1&ER96-T:6]N(#T@.,0T*,38Z-3,Z,#@.@.57!D871E
M9"!$:6%L;V<@.36%S:SH@.,'@.Q8F1F8S S-RP@.1&ES86)L92!"86-K(#T@.,'@.Q
M#0HQ-CHU,SHP."!$:6%L;V<@.,'@.R,# P,# P(')E='5R;F5D.B Q#0HQ-CHU
M,SHP."!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<@.T*,38Z-3,Z,#@.@.4VAO
M=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N960Z(&Y#=7)R96YT/3!X.# P,# P
M,"QI;F1E>#TR-PT*,38Z-3,Z,#@.@.0F5G:6X@.06-T:6]N(%-H;W=$:6%L;V=S
M2&QP<CH@.,'@.X,# P,# P#0HQ-CHU,SHP."!"96=I;B!!8W1I;VXZ("!$:6%L
M;V=3:&]W4V13=&%R=$-O<'D-"C$V.C4S.C(P($5N9"!!8W1I;VX@.1&EA;&]G
M4VAO=U-D4W1A<G1#;W!Y#0HQ-CHU,SHR,"!B96=I;B!3:&]W1&EA;&]G<U5P
M9&%T94UA<VL-"C$V.C4S.C(P(&Y&=6QL36%S:R ](#!X,6)D9F,P,S<L(&Y#
M=7)R96YT(#T@.,'@.X,# P,# P+"!N1&ER96-T:6]N(#T@.,0T*,38Z-3,Z,C @.
M57!D871E9"!$:6%L;V<@.36%S:SH@.,'@.Q8F1F8S S-RP@.1&ES86)L92!"86-K
M(#T@.,'@.Q#0HQ-CHU,SHR,"!$:6%L;V<@.,'@.X,# P,# P(')E='5R;F5D.B Q
M#0HQ-CHU,SHR,"!%;F0@.06-T:6]N(%-H;W=$:6%L;V=S2&QP<@.T*,38Z-3,Z
M,C @.4VAO=T1I86QO9W-'971$:6%L;V<@.<F5T=7)N960Z(&Y#=7)R96YT/3!X
M,3 P,# P,# L:6YD97@.],C@.-"C$V.C4S.C(P($)E9VEN($%C=&EO;B!3:&]W
M1&EA;&]G<TAL<'(Z(#!X,3 P,# P,# -"C$V.C4S.C(P($)E9VEN($%C=&EO
M;CH@.($1I86QO9U-H;W=39$QI8V5N<V5-;V1E#0HQ-CHU,SHU-2!3:&]W1&QG
M3&EC96YS92!R971U<FYE9#H@.,0T*,38Z-3,Z-34@.4VAO=T1L9TQI8V5N<V4@.
M<F5T=7)N960Z($QI8V5N<V5-;V1E(#T@.,BP@.3&EC96YS94QI;6ET(#T@.- T*
M,38Z-3,Z-34@.16YD($%C=&EO;B!$:6%L;V=3:&]W4V1,:6-E;G-E36]D90T*
M,38Z-3,Z-34@.1&EA;&]G(#!X,3 P,# P,# @.<F5T=7)N960Z(#$-"C$V.C4S
M.C4U($5N9"!!8W1I;VX@.4VAO=T1I86QO9W-(;'!R#0HQ-CHU,SHU-2!3:&]W
M1&EA;&]G<T=E=$1I86QO9R!R971U<FYE9#H@.;D-U<G)E;G0],'@.P+&EN9&5X
M/3 -"C$V.C4S.C4U($5N9"!!8W1I;VX@.4VAO=T1I86QO9W,-"C$V.C4S.C4U
M(+"RU["SS-#RU?W4VK"RU[ @.36EC<F]S;V9T(+?6LKS*O<K"SO&TIL#MT*VU
M]\;W("A-4T140RD@.+BXN#0HQ-CHU,SHU-2 @.0SI<5TE.3E1<5$5-4%Q3<6Q3
M971U<%Q":6Y<8VQD=&-S=' N97AE("U3=7!P;W)T1&ER(")#.EQ724Y.5%Q4
M14U07%-Q;%-E='5P7$)I;B(@.+4140U!K9R B1#I<>#@.V7$]T:&5R7&1T8W-E
M='5P+F5X92(@.+4QO9T9I;&4@.(D,Z7%=)3DY47'-Q;'-T<"YL;V<B("U#='A!
M8V-T(")324Y/3$E.15-<061M:6YI<W1R871O<B(@.+4-T>$50=V0-"C$V.C4S
M.C4V(%!R;V-E<W,@.17AI="!#;V1E.B H,"D@.#0HQ-CHU,SHU-B!"96=I;B!!
M8W1I;VX@..B!#;'5S=&5R4V5T=7!(96QP97(-"C$V.C4S.C4V($)E9VEN($%C
M=&EO;B Z($-R96%T94-L=7-T25-31FEL97,-"C$V.C4S.C4V($5N9"!!8W1I
M;VX@..B!#<F5A=&5#;'5S=$E34T9I;&5S#0HQ-CHU,SHU-B!"96=I;B!!8W1I
M;VX@..B!#;'5S=&5R5W)I=&5296U);FD-"C$V.C4S.C4V($5N9"!!8W1I;VX@.
M.B!#;'5S=&5R5W)I=&5296U);FD-"C$V.C4S.C4V($)E9VEN($%C=&EO;B Z
M(%)U;B!S971U<"!O;B!C;'5S=&5R(&YO9&5S#0I;87)G<UT-"DYU;5)E;6]T
M95-E<G9E<G,],PT*4V5R=F5R+C,]0@.T*6U-E<G9E<BXQ70T*3G5M4F5M;W1E
M4V5R=FEC97,],0T*,2YA<' ]7%Q!7$0D7'@.X-EQS971U<%QS971U<'-Q;"YE
M>&4-"C$N<V-R:7!T/5Q<05QA9&UI;B1<7TU34U%,4T525D52+FES<PT*,2YC
M;61L:6YE9F]R;6%T/25S(&L]0VQ396,@.:SU2;2!K/4-L("U335,@.+7,@.+68Q
M("5S("UO(")S<6QS=' N97AE(B -"C$N=7-E<CU324Y/3$E.15-<061M:6YI
M<W1R871O<@.T*,2YP87-S=V]R9#TQ,S=C-3)C-C$S96%B,V(Q83DU83<U-6$T
M,F-D#0HQ+FYA;64]4U%,4V5T=7 Q#0HQ+G-Q;'-E='5P/5D-"C$N8V]P>65X
M93UC;G9S=F,Q+F5X90T*6U-E<G9E<BXR70T*3G5M4F5M;W1E4V5R=FEC97,]
M,0T*,2YA<' ]7%Q!7$0D7'@.X-EQS971U<%QS971U<'-Q;"YE>&4-"C$N<V-R
M:7!T/5Q<05QA9&UI;B1<7TU34U%,4T525D52+FES<PT*,2YC;61L:6Y E9F]R
M;6%T/25S(&L]0VQ396,@.:SU2;2!K/4-L("U335,@.+7,@.+68@.(EQ<05Q$)%QX
M.#9<<V5T=7!<<V5T=7 N:6YS(B M9C$@.)7,@.+68R(")<7%QA9&UI;B1<<V5T
M=7 N;&]G(B M92 B<W1P<VEL;G0N7V5X(B @.+7@.@.(D,Z7"(-"C$N=7-E<CU3
M24Y/3$E.15-<061M:6YI<W1R871O<@.T*,2YP87-S=V]R9#TQ,S=C-3)C-C$S
M96%B,V(Q83DU83<U-6$T,F-D#0HQ+FYA;64]4U%,4V5T=7 R#0HQ+G-Q;'-E
M='5P/5D-"C$N8V]P>65X93UC;G9S=F,R+F5X90T*6U-E<G9E<BXS70T*3G5M
M4F5M;W1E4V5R=FEC97,],0T*,2YA<' ]7%Q!7$0D7'@.X-EQS971U<%QS971U
M<'-Q;"YE>&4-"C$N<V5R=F5R/4(-"C$N<V-R:7!T/5Q<05QA9&UI;B1<0E]-
M4U-13%-%4E9%4BYI<W,-"C$N8VUD;&EN969O<FUA=#TE<R!K/4-L4V5C(&L]
M4FT@.:SU#;" M4TU3("US("UF(")<7$%<1"1<>#@.V7'-E='5P7'-E='5P+FEN
M<R(@.+68Q("5S("UF,B B7%Q"7&%D;6EN)%QS971U<"YL;V<B("UE(")S='!S
M:6QN="Y?97@.B(" M>" B0SI<(@.T*,2YU<V5R/5-)3D],24Y%4UQ!9&UI;FES
M=')A=&]R#0HQ+G!A<W-W;W)D/3$S-V,U,F,V,3-E86(S8C%A.35A-S4U830R
M8V0-"C$N;F%M93U344Q3971U<#,-"C$N<W%L<V5T=7 ]60T*,2YC;W!Y97AE
M/6-N=G-V8S,N97AE#0HQ-CHU,SHU-R"PLM>PL\S0\M7]U-K(NKROO=JUX\G/
MUK30T-#HTJJUQ++9U_>AH]7BO\G$W-#HTJK*_;?6UM,N+BX-"C$V.C4S.C4W
M("!#.EQ724Y.5%Q414U07%-Q;%-E='5P7$)I;EQR96US971U<"YE>&4@.0SI<
M5TE.3E1<<F5M<V5T=7 N:6YI#0HQ-CHU.#HR,"!0<F]C97-S($5X:70@.0V]D
M93H@.*# I( T*,38Z-3@.Z,C @.0F5G:6X@.06-T:6]N(#H@.1V5T4F5M<V5T=7!2
M971#;V1E#0HQ-CHU.#HR,"!);G-T86QL871I;VX@.<F5T=7)N('-T871U<R!O
M;B @..B M,0T*,38Z-3@.Z,C @.26YS=&%L;&%T:6]N(')E='5R;B!S=&%T=7,@.
M;VX@.(#H@.+3$-"C$V.C4X.C(P($EN<W1A;&QA=&EO;B!R971U<FX@.<W1A=' 5S
M(&]N($(@..B P#0HQ-CHU.#HR,"!%;F0@.06-T:6]N(#H@.1V5T4F5M<V5T=7!2
M971#;V1E#2,C(R,@.4U%,(%-E<G9E<B#4MK/,L++7L+/,T/(@.H:H@.OZK*O,JQ
MO.0@.,#8O,#$O,#0@.,38Z-3,Z-3<@.(R,C(PT*#0K+^<SAN:FUQ,KDR.O6M<[>
MT*>CH0T*#0K+^=*JQ_.UQ++.ROT@.4V5R=F5R+C$@.U-J]VJ.H87)G<Z.IUM##
MN]/0U=*UO:.A#0H-"LOYS.&YJ;7$RN3(Z]:USM[0IZ.A#0H-"LOYTJK'\[7$
MLL[*_2!397)V97(N,B#4VKW:HZAA<F=SHZG6T,.[T]#5TK6]HZ$-"@.T*0U1H
M<F5A9%!O;VPZ.E)U;E5N=&EL0V]M<&QE=&5(;'!R(&-R96%T92!T:')E860L
M(&EN9&5X/3 -"D-4:')E860Z.E)U;B!T:')E860@.6S!X831=(&-R96%T960@.
M9F]R(&5X96-U=&EO;BX-"D-4:')E860Z.E!R;V-E<W,@.6S!X831=#0I#5&AR
M96%D4&]O;#HZ4G5N56YT:6Q#;VUP;&5T94AL<'(@.<W1A<G0@.=&AR96%D( %LP
M>&$T72QI;F1E>#TP#0J]Q;&^SL2\_M+1L\FYIKBTUL:UO:&P7%Q"7$%$34E.
M)%Q"7TU34U%,4T525D52+FES<Z&QUM"AHPT*#0K5_=3:L++7L -2VL\RW_L[Q
MHZA"HZDN+BX-"@.T*U?W4VM3+T-"AL%Q<05Q$)%QX.#9<<V5T=7!<<V5T=7!S
M<6PN97AE(&L]0VQ396,@.:SU2;2!K/4-L("U335,@.+7,@.+68@.(EQ<05Q$)%QX
M.#9<<V5T=7!<<V5T=7 N:6YS(B M9C$@.7%Q"7$%$34E.)%Q"7TU34U%,4T52
M5D52+FES<R M9C(@.(EQ<0EQA9&UI;B1<<V5T=7 N;&]G(B M92 B<W1P<VEL
M;G0N7V5X(B @.+7@.@.(D,Z7"*AL:.H0J.I+BXN#0H-"D-296UO=&50<F]C97-S
M.CI2=6Y5;G1I;$-O;7!L971E(%LP>&$T72!E>&ET(&-O9&4Z(# -"M2VL\R]
M^+/,S<NS]K3ZPNO.JJ&P,*&QHZA"HZFAHPT*#0I#5&AR96%D4&]O;#HZ4G5N
M56YT:6Q#;VUP;&5T94AL<'(@.5V%I=$9O<DUU;'1I<&QE3V)J9 6-T<R!R971U
M<FYE9#H@., T*0U1H<F5A9%!O;VPZ.E)U;E5N=&EL0V]M<&QE=&5(;'!R('-I
M9VYA;&5D('1H<F5A9"!;,'AA-%T-"E1H<F5A9"!;,'AA-%T@.97AI="!C;V1E
M.B!;,'@.P70T*0U1H<F5A9%!O;VPZ.E)U;E5N=&EL0V]M<&QE=&4@.<F5T=7)N
M960@., T*0U1H<F5A9%!O;VPZ.E)U;E5N=&EL0V]M<&QE=&4@.97AE8W5T:6]N
M(&QE=F5L/3$L(&YE960@.97AE8W5T:6]N.B P#0K5_=3:ML^_JM/KU+:SS+S&
MR^.[^J.H0J.IM<3!K+W3+BXN#0H-"M+1L\FYILF^L_VW_L[QH:,-"@.T*TM&S
MR;FFR;ZS_=2VL\S.Q+S^H:,-"@.T*(R,C(R!344P@.4V5R=F5R(-2VL\RPLM>P
ML\S0\B"AJB#-H]:YRK&\Y" P-B\P,2\P-" Q-CHU.#HR," C(R,C#0H-"@.``
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` `````````T*
M,38Z-3@.Z,C @.16YD($%C=&EO;B Z(%)U;B!S971U<"!O;B!C;'5S=&5R(&YO
M9&5S#0HQ-CHU.#HR,"#4VLBZO*^UQ+S&R^.[^LG/U,O0T-2VL\RPLM>PL\S0
M\LJQHZRS]L_6TKNX]KORMN"X]K3MSO.AHPT*,38Z-3@.Z-#(@.L++7L+/,T/+4
MVLBZO*^]VK7CR<_6M-#0TJK'\[7$LMG7]\JGL-RAHPT*,38Z-3@.Z-#(@.0F5G
M:6X@.06-T:6]N(#H@.0VQU<W1E<D5R<F]R0VQE86YU< T*,38Z-3@.Z-#4@.0W)E
M871E4V5T=7!4;W!O;&]G>2A33DPI+"!(86YD;&4@..B P>#$Y-S0V93@.L(')E
M='5R;F5D(#H@., T*,38Z-3@.Z-#4@.0W)E871E4V5T=7!4;W!O;&]G>2!R971U
M<FYE9" Z(# L($AA;F1L92 Z(#!X,3DW-#9E. T*,38Z-3@.Z-#4@.5&]P;VQO
M9WD@.5'EP92 Z(#,T+"!2971U<FX@.5F%L=64@..B P#0HQ-CHU.#HT-2!35%]'
M9710:'ES:6-A;$YO9&4@.<F5T=7)N960@..B P+"!03DAA;F1L92 Z(#!X,3DW
M-#<Q, T*,38Z-3@.Z-#4@.4$Y?16YU;65R871E17@.@.<F5T=7)N960@..B P#0HQ
M-CHU.#HT-2!03E]'971344Q3=&%T97,@.<F5T=7)N960@..B P+"!3<6Q3=&%T
M97,@..B P># -"C$V.C4X.C0U(%!.7T=E=$EN<W1A;F-E(&9O<B!-4U-13%-%
M4E9%4B!;,'@.Q.3<T-S$P72!R971U<FYE9" Z(#$V,#D-"C$V.C4X.C0U(%)E
M;&5A<V53971U<%1O<&]L;V=Y#0I;87)G<UT-"DYU;5)E;6]T95-E<G9E<G,]
M,0T*4V5R=F5R+C$]0@.T*6U-E<G9E<BXQ70T*3G5M4F5M;W1E4V5R=FEC97,]
M,0T*,2YA<' ]7%Q!7$0D7'@.X-EQS971U<%QS971U<'-Q;"YE>&4-"C$N<V5R
M=F5R/4(-"C$N<V-R:7!T/2 -"C$N8VUD;&EN969O<FUA=#TE<R M=2 B0SI<
M5TE.3E1<25-53C X,#0N15A%(B M9B B7%Q"7$,D7%!R;V=R86T@.1FEL97-<
M36EC<F]S;V9T(%-13"!397)V97)<35-344Q<=6YI;G-T+FES=2(@.+4,@.(EQ<
M0EQ#)%Q0<F]G<F%M($9I;&5S7$UI8W)O<V]F="!344P@.4V5R=F5R7$U34U%,
M7'-Q;'-U;BYD;&PB("UM(")-4U-13%-%4E9%4BY-248B("UI($U34U%,4T52
M5D52#0HQ+G5S97(]4TE.3TQ)3D537$%D;6EN:7-T<F%T;W(-"C$N<&%S<W=O
M<F0],3,W8S4R8S8Q,V5A8C-B,6$Y-6$W-35A-#)C9 T*,2YN86UE/5-13%5N
M:6YS=&%L;#$-"C$N<W%L<V5T=7 ]( T*,2YC;W!Y97AE/6-N=G-V8S$N97AE
M#0HQ-CHU.#HT-2"PLM>PL\S0\M7]U-K(NKROO=JUX\G/UK30T,?EL_VRV=?W
MHZRRHL?2TKNUJ<?EL_W-ZK/)OLV]J\W+L_8N+BX-"C$V.C4X.C0U("!#.EQ7
M24Y.5%Q414U07%-Q;%-E='5P7$)I;EQR96US971U<"YE>&4@.0SI<5TE.3E1<
M<F5M<V5T=7 N:6YI#0HQ-SHP-#HT,2!0<F]C97-S($5X:70@.0V]D93H@.*#,P
M,3 I(,?KQ_.UQ++9U_>SR;FFH:/6L;6]UMC0PL;TMJ_/M<VSQ["X_+C$O:NR
MN[OAR?K0IZ&C#0H-"C$W.C T.C0Q($)E9VEN($%C=&EO;B Z($=E=%)E;7-E
M='5P4F5T0V]D90T*,3<Z,#0Z-#$@.56YI;G-T86QL('-T871U<R!O;B!"("A-
M4U-13%-%4E9%4BY-248I(#H@.,S Q, T*,3<Z,#0Z-#$@.56YI;G-T86QL(&UE
M<W-A9V4@.;VX@.0B H35-344Q315)615(N34E&*2 Z(%5N:6YS=&%L;"!C;VUP
M;&5T960N("!3;VUE(&5L96UE;G1S(&-O=6QD(&YO="!B92!R96UO=F5D+B @.
M66]U('-H;W5L9"!M86YU86QL>2!R96UO=F4@.:71E;7,@.<F5L871E9"!T; R!T
M:&4@.87!P;&EC871I;VXN#0HQ-SHP-#HT,2!/;F4@.;W(@.;6]R92!N;V1E<R!O
M9B!T:&4@.8VQU<W1E<B!N965D('1O(&)E(')E8F]O=&5D#0HQ-SHP-#HT,2!%
M;F0@.06-T:6]N(#H@.1V5T4F5M<V5T=7!2971#;V1E#2,C(R,@.4U%,(%-E<G9E
M<B#4MK/,L++7L+/,T/(@.H:H@.OZK*O,JQO.0@.,#8O,#$O,#0@.,38Z-3@.Z-#4@.
M(R,C(PT*#0I#5&AR96%D4&]O;#HZ4G5N56YT:6Q#;VUP;&5T94AL<'(@.8W)E
M871E('1H<F5A9"P@.:6YD97@.], T*0U1H<F5A9#HZ4G5N('1H<F5A9"!;,'AA
M-%T@.8W)E871E9"!F;W(@.97AE8W5T:6]N+@.T*0U1H<F5A9#HZ4')O8V5S<R!;
M,'AA-%T-"D-4:')E8610;V]L.CI2=6Y5;G1I;$-O;7!L971E2&QP<B!S=&%R
M="!T:')E860@.6S!X831=+&EN9&5X/3 -"M7]U-JPLM>PU+:SS+?^SO&CJ$*C
MJ2XN+@.T*#0K5_=3:U,O0T*&P7%Q!7$0D7'@.X-EQS971U<%QS971U<'-Q;"YE
M>&4@.+74@.(D,Z7%=)3DY47$E354XP.# T+D5812(@.+68@.(EQ<0EQ#)%Q0<F]G
M<F%M($9I;&5S7$UI8W)O<V]F="!344P@.4V5R=F5R7$U34U%,7'5N:6YS="YI
M<W4B("U#(")<7$)<0R1<4')O9W)A;2!&:6QE<UQ-:6-R;W-O9G0@.4U%,(%-E
M<G9E<EQ-4U-13%QS<6QS=6XN9&QL(B M;2 B35-344Q315)615(N34E&(B M
M:2!-4U-13%-%4E9%4J&QHZA"HZDN+BX-"@.T*0U)E;6]T95!R;V-E<W,Z.E)U
M;E5N=&EL0V]M<&QE=&4@.6S!X831=(&5X:70@.8V]D93H@.,S Q, T*U+:SS+WX
ML\S-R[/VM/K"Z\ZJH; S,#$PH;&CJ$*CJ:&C#0H-"D-4:')E8610;V]L.CI2
M=6Y5;G1I;$-O;7!L971E2&QP<B!786ET1F]R375L=&EP;&5/8FIE8W1S(')E
M='5R;F5D.B P#0I#5&AR96%D4&]O;#HZ4G5N56YT:6Q#;VUP;&5T94AL<'(@.
M<VEG;F%L960@.=&AR96%D(%LP>&$T70T*5&AR96%D(%LP>&$T7 2!E>&ET(&-O
M9&4Z(%LP>&)C,ET-"D-4:')E8610;V]L.CI2=6Y5;G1I;$-O;7!L971E(')E
M='5R;F5D(#,P,3 -"D-4:')E8610;V]L.CI2=6Y5;G1I;$-O;7!L971E(&5X
M96-U=&EO;B!L979E;#TQ+"!N965D(&5X96-U=&EO;CH@., T*U?W4VK;/OZK3
MZ]2VL\R\QLOCN_JCJ$*CJ;7$P:R]TRXN+@.T*#0K2T;/)N:;)OK/]M_[.\:&C
M#0H-"M+1L\FYILF^L_W4MK/,SL2\_J&C#0H-"B,C(R,@.4U%,(%-E<G9E<B#4
MMK/,L++7L+/,T/(@.H:H@.S:/6N<JQO.0@.,#8O,#$O,#0@.,3<Z,#0Z-#$@.(R,C
M(PT*#0H`````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````````````` ```````````
M````````````````````````````````````````#0HQ-SHP-#HT,2!%;F0@.
M06-T:6]N(#H@.0VQU<W1E<D5R<F]R0VQE86YU< T*,3<Z,#0Z-#$@.16YD($%C
;=&EO;B Z($-L=7-T97)3971U<$AE;'!E<@.T*
`
end
Can't read some of the log, strangeness. Have you already installed MSDTC in
the cluster? http://support.microsoft.com/default...b;en-us;290624
Any messages that SQL Install gives you would also me nice.
Cheers,
Rod
"Sanjoy Wong" <sanjoy@.sinolines.com> wrote in message
news:OFnTjn7REHA.1036@.TK2MSFTNGP10.phx.gbl...
> I have installed mscs correctly according the checklist.
> But i cannot install sql en server on the cluster.
> The attached is the log.
>
> win2k ad sp4/sql en
> Thanks
> Sanjoy
>
>
|||There should be other sqlstp.logs on the systems. Possibly SQLstp0.log.
Each node should have one. If you can post these we can get a better idea
of what went wrong.
Rand
This posting is provided "as is" with no warranties and confers no rights.