SQL Server 2012 Always on Availability Groups安裝Step by step 2
Part1中我們已經配置了Cluster,Part2 我們安裝SQL Server 2012 評估版(要使用64位的SQLServer, X86不支援Always On)並且配置Alaways On Group.
1. 以管理員身份安裝
2.選擇單機安裝(不是叢集安裝)
3.SQL Server 2012的新功能,可以在安裝的時候搜尋最新的補丁,將補丁也以前安裝(這個是可選項)
4.規則檢測
5.選擇安裝元件
6.例項名:
7.計算需要的磁碟空間:
8.Service賬戶(域賬戶):
9.排序規則(可以根據自己需要選擇):
10.設定許可權,資料庫檔案備份地址以及Filestream選項:
11.安裝後需要重新啟動(可以檢視安裝日誌):
12.在ConfigurationManager中對SQL Server開啟Always OnHigh Availability(可以自動檢測到前面我們建立的Cluster名字)
設定更改後需要重啟Service.現在一切都具備了,我們可以配置Always On group了。
1.建立新的可用性組(可用性組嚮導,也可以用下面的選型):
2.輸入可用性組的名字:
3.選擇組中的資料庫:
4.Replica 選擇Node2(選擇自動Failover/可讀資料庫):
5.點選下一步,Node1將會備份資料庫到Share Folder然後還原到Node2做同步 (Node1為主,Node2為輔助)
下一步就是測試Node2資料可讀已經Failover.
Part1:http://blog.csdn.net/smithliu328/article/details/7886455
Part3:http://blog.csdn.net/smithliu328/article/details/7886656
相關文章
- Sql Server Linux(Redhat) Distributed Availability Group Setup — step by stepSQLServerLinuxRedhatAI
- Step by Step 安裝 BizTalk Server 2009Server
- 安裝linux(step by step)(轉)Linux
- Linux 上配置 SQL Server Always On Availability GroupLinuxSQLServerAI
- Learn C++ step by step(2) (轉)C++
- Step by Step TimesTen ----- 配置client-server連線clientServer
- Team Foundation Server 2005 (Chs) Setup Step by StepServer
- 使用Eclipse 安裝 構建Maven專案 (step-by-step)EclipseMaven
- Oracle 12c GI/RAC Step-by-Step安裝指南(一)Oracle
- Oracle 12c GI/RAC Step-by-Step安裝指南(二)Oracle
- Oracle 12c GI/RAC Step-by-Step安裝指南(三)Oracle
- Oracle 12c GI/RAC Step-by-Step安裝指南(四)Oracle
- Oracle 12c GI/RAC Step-by-Step安裝指南(五)Oracle
- Oracle 12c GI/RAC Step-by-Step安裝指南(六)Oracle
- React Step by StepReact
- Oracle 11gR2 Active DataGuard配置Step By Step(一)Oracle
- Oracle 11gR2 Active DataGuard配置Step By Step(二)Oracle
- Oracle 11gR2 Active DataGuard配置Step By Step(三)Oracle
- Command 模式 Step by Step模式
- BAPI Step by step GuidanceAPIGUI
- Step by Step TimesTen --- ttIsqlSQL
- SQL Server 2012 安裝——安裝 OR 解除安裝SQLServer
- Promise的實現(step by step)Promise
- Learn c++ step by step (轉)C++
- Step by Step, 為OSRFX2建立一個KMDF驅動程式
- Linux Software RAID step by stepLinuxAI
- Git Step by Step (3):Git物件模型Git物件模型
- Oracle高階複製Step by StepOracle
- 單步除錯 step into/step out/step over 區別詳解除錯
- Oracle 10g R2建立ASM例項Step By Step(一)Oracle 10gASM
- Oracle 10g R2建立ASM例項Step By Step(四)Oracle 10gASM
- ABP應用開發(Step by Step)-下篇
- ABP應用開發(Step by Step)-上篇
- TIDB DM資料同步step by stepTiDB
- Git Step by Step (4):探索.git目錄Git
- ClearCase使用入門--step by step(序) (轉)
- Windows Server 2012安裝SQL 2012WindowsServerSQL
- SQL server2012解除安裝SQLServer