StarWind Virtual SAN SQL Server HADR using Availability Groups and Failover Cluster Instance

Size: px
Start display at page:

Download "StarWind Virtual SAN SQL Server HADR using Availability Groups and Failover Cluster Instance"

Transcription

1 One Stop Virtualization Shop SQL Server HADR using Availability Groups and Failover Cluster Instance JUNE 2017 TECHNICAL PAPER Written by Shashank Singh Microsoft MVP (Data Platform), MCC and SQL Server Architect

2 Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind Software. StarWind LSFS is a trademark of StarWind Software which may be registered in some jurisdictions. All other trademarks are owned by their respective owners. Changes The material in this document is for information only and is subject to change without notice. While reasonable efforts have been made in the preparation of this document to assure its accuracy, StarWind Software assumes no liability resulting from errors or omissions in this document, or from the use of the information contained herein. StarWind Software reserves the right to make changes in the product design without reservation and without notification to its users. Technical Support and Services If you have questions about installing or using this software, check this and other documents first - you will find answers to most of your questions on the Technical Papers webpage or in StarWind Forum. If you need further assistance, please contact us. In 2016, Gartner named StarWind Cool Vendor for Compute Platforms. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose. About StarWind StarWind is a pioneer in virtualization and a company that participated in the development of this technology from its earliest days. Now the company is among the leading vendors of software and hardware hyper-converged solutions. The company s core product is the years-proven StarWind Virtual SAN, which allows SMB and ROBO to benefit from cost-efficient hyperconverged IT infrastructure. Having earned a reputation of reliability, StarWind created a hardware product line and is actively tapping into hyperconverged and storage appliances market. In 2016, Gartner named StarWind Cool Vendor for Compute Platforms following the success and popularity of StarWind HyperConverged Appliance. StarWind partners with world-known companies: Microsoft, VMware, Veeam, Intel, Dell, Mellanox, Citrix, Western Digital, etc. Copyright StarWind Software Inc. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without the prior written consent of StarWind Software. TECHNICAL PAPER 2

3 Contents Introduction... 4 Prerequisites for FCI Availability Group... 5 Creating SQL Server FCI... 7 Adding node 2 to the SQL Server FC Installing a SQL Server stand-alone instance Adding node S3 to a WSFC cluster Configuring Availability Group on SQL Server FCI and node S Configuring Listener Contacts TECHNICAL PAPER 3

4 Introduction This technical paper describes how to configure High Availability Disaster Recovery (HADR) using Availability Groups. Availability groups were introduced in SQL Server 2012 and serve as a big paradigm shift in HA and DR technology provided by Microsoft. An availability group supports a replicated environment for a discrete set of user databases known as availability databases. An HA availability group is a group of databases that fail over together. An availability group supports one set of primary databases and one to eight sets of corresponding secondary databases. This guide is intended for experienced Windows system administrators and IT professionals who would like to set up an SQL Server Failover Cluster Instance (FCI). The document provides a step-by-step guidance on how to deploy the SQL Server FCI, add node to the Windows Server Failover Clustering (WSFC), as well as enable and configure Availability Group in a 3-node Disaster Recovery scenario. A full set of up-to-date technical documentation can always be found here, or by pressing the Help button in the StarWind Management Console. For any technical inquiries please visit our online community, Frequently Asked Questions page, or use the support form to contact our technical support department. TECHNICAL PAPER 4

5 Prerequisites for FCI Availability Group This guide assumes that Windows Server Failover Cluster (WSFC) is configured and nodes S1 and S2 are added to a Windows Cluster. Thus, SQL Server Failover Cluster is ready for the deployment while the S3 node will be added to WSFC after the installation of SQL Server on the stand-alone S3 node. NOTE: DO not add node S3 or the stand-alone node into the cluster before installing SQL Server on it. This will create problems with DISK availability. Prerequisites for FCI Availability Group are listed below: 1. All the nodes must belong to the same Windows Server Failover Cluster. 2. All the nodes must be running the same version of SQL Server and Enterprise edition. (Developer edition can be used for testing) 3. The data and log file paths for user databases of SQL Server should be same on both FCI and stand-alone machine. As a best practice, it is advised to keep disk structure same for all nodes participating in Availability Group FCI. In this guide, a 2-node WSFC will be built and SQL Server FCI configured on top of it. The configuration is shown on the diagram below: TECHNICAL PAPER 5

6 The setup consists of a domain controller and three servers: S1, S2 and S3. S1 and S2 will be a part of SQL Server FCI holding the primary replica of Availability Group, and S3 will be a standalone server holding the secondary replica of Availability Group. S1, S2, and S3 will be a part of the same WSFC. TECHNICAL PAPER 6

7 Creating SQL Server FCI 1. Create SQL Server FCI on S1 and S2. Log in to one of the servers. S1 locates the SQL Server executable: right-click on it and select run as administrator. TECHNICAL PAPER 7

8 2. Select installation, then, on the right side, select New SQL Server Failover Cluster Installation. 3. On the page that will appear, enter the product key and click NEXT. Product keys are usually embedded in the installation provided. If you don t have a product key, please contact an MS licensing specialist of your region. TECHNICAL PAPER 8

9 4. In this guide, the developer edition is used, and a product key is not required. Please note that the developer edition can be used only for testing and is not allowed for production. TECHNICAL PAPER 9

10 5. Go through the MS licensing, accept the Licensing Terms, and click NEXT. TECHNICAL PAPER 10

11 6. On the page that appears, you can select the checkbox Use Microsoft Update to Check for Updates. This will force installation to download the latest security patches, but since the developer edition with Sp1 built-in is used, it is not required. You can skip it and click NEXT. TECHNICAL PAPER 11

12 7. The page shows various tests SQL Server Failover Cluster installation does to check the consistency. Also, note the MSFC warning: if you click on it, you will see that there was a warning when Windows Cluster was installed. It may be ignored, but before proceeding, it is advised to contact the Windows specialist who configured Windows Cluster for you. Click NEXT. TECHNICAL PAPER 12

13 8. Select the features you want to install on the feature selection page. Make sure you do not select C drive for system files in a cluster as it is recommended to install system databases on a local Drive, in our case it is D drive. Click NEXT. NOTE: This is SQL Server 2016, and there is no option to select SSMS for installation. Starting from SQL Server 2016 and onward, SSMS comes as a separate download. TECHNICAL PAPER 13

14 9. On the instance configuration page, enter a unique SQL Server network name as SQL Server Network Name. Select Default instance. If choosing Named instance, the instance name must be specified. Click NEXT. Also note that the SQL Server directory where system databases will be installed is D:\Program Files\... drive. TECHNICAL PAPER 14

15 10. On the next page, leave the SQL Server resource group name by default. If you have an available storage that is not added as a shared storage, it will appear in the section Available storage. Click NEXT: TECHNICAL PAPER 15

16 11. On the Cluster Disk Selection page, select the disks to add into the cluster as a shared storage. One shared drive is CSV1 and another one is MSDTC. Select both. TECHNICAL PAPER 16

17 12. On the Cluster Network Configuration page, select the top check box which will enable the option below and then add a static IP address to which the SQL Server network name will listen. This IP should be a free one. DHCP is not recommended. Also note that Network 3 will be used by the cluster for communication. Click NEXT. TECHNICAL PAPER 17

18 13. Select the Service Account you want to run the SQL Server and Agent Account Name and enter the password. Check the Grant Perform Volume Maintenance Task to SQL Server box. This will ensure the Instance file initialization for SQL Server and that it can perform restoring and outgrowth faster. TECHNICAL PAPER 18

19 14. On the Database Engine Configuration page, under Server Configuration Tab, select Mixed Mode authentication and give a strong password for SA account. Also click on Add Current User to add the current Windows login into SQL Server as administrator. Adding current account is optional, and you can omit it. DO NOT CLICK NEXT. 15. On the same Database Engine Configuration window, select Data Directory tab and specify the drive where you want to keep data, log, and Tempdb. Both can be allocated on the same or different drives. As for MS best practice, they should be on different drives, but since this is for testing, they will be kept on the same drive. TECHNICAL PAPER 19

20 16. Also note that F:\ is the same CSV1 drive which we added as a shared storage. Do not click NEXT. TECHNICAL PAPER 20

21 17. Click Tempdb tab and configure Tempdb as it is shown on the picture below. The configuration can vary as per logical cores present in the system. To configure Tempdb, please refer to How to correctly Add Files to Tempdb. Now you can click NEXT. TECHNICAL PAPER 21

22 18. After that, the install screen will appear, showing the parameters you have selected and which you can check. Click NEXT to start the installation, and after a few minutes, you will see the installation progress. 19. When the installation is finished, everything will appear green, and then you can click 'Close'. This means the installation is completed successfully. If it fails, you will see a red cross on the features you are trying to install. TECHNICAL PAPER 22

23 Adding node 2 to the SQL Server FC SQL Server is successfully installed on S1 which is the node 1 of the cluster. Now, the second node S2 must be added to the cluster. The process is described below. The steps are similar to the installation procedure on the node Right-click on the SQL Server installation file setup.exe and select run as administrator and select Add Node to SQL Server Failover Cluster as it s shown below. TECHNICAL PAPER 23

24 21. Enter the product key. In case Developer edition is used, it is not required. TECHNICAL PAPER 24

25 22. Click NEXT and the installation will check the prerequisites. If there are no failed checks, click NEXT. TECHNICAL PAPER 25

26 23. On the Cluster Node Configuration page, you will see: The Instance name of SQL Server specified during SQL Server installation on the node 1. Since the default instance has been selected, MSSQLSERVER name will appear. Name of the Node you are adding to the cluster. Information about the Node you are adding at the bottom. Click NEXT. TECHNICAL PAPER 26

27 24. On the Cluster Network Configuration page, the options are greyed out. This is mostly the information showing that you are adding a node to the cluster with certain details. Mark the check box and click NEXT. TECHNICAL PAPER 27

28 25. On the next window, add the password for SQL Server and Agent service account and select check box Grant Perform Volume Maintenance Task. Click NEXT. TECHNICAL PAPER 28

29 26. On the Complete page, you can see the features update status. When the check is complete, click NEXT and then, after few more NEXT clicks, the installation will start. The node has been added successfully. SQL Server FCI is configured completely. TECHNICAL PAPER 29

30 Installing the SQL Server stand-alone instance 27. To install the SQL Server as stand-alone on Node S3, which will be later added into the Windows Cluster, log onto S3 server, right-click on setup.exe and select 'run as administrator'. Select New SQL Server stand-alone Installation or Add feature to Already existing installation. TECHNICAL PAPER 30

31 28. Now, on the Feature Selection page, select the same features which you have specified for SQL Server FCI. Select D drive for system databases and files. Click NEXT. NOTE: The drive letter and location, where SQL Server data, log, and Tempdb will reside, should be the same for the FCI and stand-alone database, otherwise the failover will not work. TECHNICAL PAPER 31

32 29. On the Server Configuration page, enter the same service accounts which you specified for SQL Server and agent in FCI. Don t forget to select check box to Perform Volume maintenance task. Click Next. TECHNICAL PAPER 32

33 30. On the Database Engine Configuration page, in the Server Configuration tab, select mixed mode authentication and provide password. On the Data Directories tab, select F drive as location for data, log, and Tempdb. TECHNICAL PAPER 33

34 31. Select the same drive for Tempdb Configuration: TECHNICAL PAPER 34

35 32. Click NEXT to start the installation process. After the SQL Server Cluster is installed on all the 3 nodes, the node S3 must be added into the Windows Cluster. TECHNICAL PAPER 35

36 Adding node S3 to a WSFC cluster Windows Server configuration. Current WSFC configuration has two nodes: S1 and S2, as it is shown on the screenshot below: 33. Now, add the node to the cluster, which will act as the secondary replica. Right-click and select Add Node. TECHNICAL PAPER 36

37 34. Check the information on the new window and click NEXT. 35. Enter the name of the Server which you want to add as the secondary replica, and click Add. TECHNICAL PAPER 37

38 36. Select the first option as it s shown below and click NEXT. TECHNICAL PAPER 38

39 37. The Wizard will run few mandatory cluster configuration tests. The validation tests must be run in order to pass the MS verification. To run it, click NEXT. TECHNICAL PAPER 39

40 38. Select the first option. All the tests must be run. Click NEXT to start the validation process. TECHNICAL PAPER 40

41 TECHNICAL PAPER 41

42 39. Before proceeding, it is recommended to VIEW REPORT. TECHNICAL PAPER 42

43 40. The text with yellow exclamation mark states that the secondary replica S3 is reachable only by one pair of networks and could be a single point of failure. Since this is testing, there is one network for replication between the replicas and cluster communication. In the production environments, one NIC card can be used for the cluster communication and another one for the replication between Availability Group replicas. As for now, you can ignore the warnings. TECHNICAL PAPER 43

44 41. Click Finish. Do not select Add All Eligible Storage to the cluster. Click NEXT. TECHNICAL PAPER 44

45 42. Click Finish. The node has been added to WSFC. As a result, all 3 nodes are joined to WSFC and 2 nodes are acting as SQL Server FCI with node S3 as stand-alone. TECHNICAL PAPER 45

46 Configuring Availability Group on SQL Server FCI and node S3 Now, Availability Group must be configured and enabled on SQL Server FCI and S3 node. Before proceeding, please download SSMS 17 and install it on all 3 nodes. Right-click and select run as administrator. Click NEXT to install the SSMS. 43. Log onto S1 node, which is the owner of SQLFCI, and open SQL Server Configuration Manager. Right-click on the SQL Server services and select Properties. TECHNICAL PAPER 46

47 44. Select AlwaysOn High Availability tab, and you will see the Windows Failover Cluster name (SQLTEST). Check the box Enable AlwaysOn Availability Groups for all the servers (S1, S2 and S3). 45. Now, when Always On Availability Group is enabled on all the nodes, the next step is configuring Availability Group between SQL Server FCI and the node S3. TECHNICAL PAPER 47

48 46. Log in to the Node S1 and open the SSMS (you can find it in the installed programs). Log in to the server using the SSMS. Use SQL 2016 Availability Group to connect to the SQL Server Cluster. This is the cluster where 2 nodes are combined virtually to form one machine, where the Virtual name is used for connection After the successful connection, you will see the following window: TECHNICAL PAPER 48

49 48. Download the Adventureworks.Bak file from the Codeplex Website and restore the.bak file to create a database. 49. Click on the New Query above the Object Explorer and run the following query to create the database. Make sure the file location is: 'C:\Install\SQL Server 2016 Developer Edition\Adventure Works 2014 Full Database Backup\AdventureWorks2014.bak' Or change the script accordingly: restore DATABASE [AdventureWorks2014] from disk='c:\install\sql Server 2016 Developer Edition\Adventure Works 2014 Full Database Backup\AdventureWorks2014.bak' with MOVE 'AdventureWorks2014_Data' to 'F:\SQLDATA\Adventureworks2016_data.mdf', move 'AdventureWorks2014_Log' to 'F:\SQLLOG\AdventureWorks2016_log.ldf', recovery go ALTER DATABASE [AdventureWorks2014] SET COMPATIBILITY_LEVEL = 120 GO 50. After restoring, expand the Databases and you will see the AdventureWorks2014 database. TECHNICAL PAPER 49

50 51. After the database is restored, make sure that: Database is in the full recovery model. To do this, run Alter database adventureworks2014 set recovery full in the SSMS query window. Take full and log backup of the database to take it out of Pseudo Simple recovery model. Backup database adventureworks2014 to disk= backup location Go Backup log adventureworks2014 to disk= backup location You can specify any backup location. 52. After this, right-click on AlwaysOn High Availability. TECHNICAL PAPER 50

51 53. Click NEXT on the following page. TECHNICAL PAPER 51

52 54. In the Availability group name, enter a unique name for your Availability Group, for example, SQLCLUST. Check the box Database Level Health Detection. This will force SQL Server to run health checkup for Availability Group internally. Click NEXT. TECHNICAL PAPER 52

53 55. The Select Databases tab allows you selecting the databases which you want to put under this Availability group. You will see MEETS PREREQUISITES in the Status tab, In case you don t make full and log backup and database recovery model is not full, you will see Does not meet the prerequisites. Click NEXT. The Specify replica page allows you: Selecting the Synchronous or Asynchronous Commit. Specifying when the Secondary database should be readable. Adding the secondary replica. TECHNICAL PAPER 53

54 56. Check the Synchronous Commit and select YES for the Readable Secondary. Click Add Replica. TECHNICAL PAPER 54

55 57. Enter the server name of the secondary replica in the SSMS box. Specify S3 as the Server name and click Connect. TECHNICAL PAPER 55

56 58. You will be redirected to the Specify replica page with the S3 replica added. Select Synchronous Commit and Yes for the Readable Secondary. NOTE: the Availability Group FCI automatic failover is not possible. It is intended to avoid Split Brain Scenario and Race conditions. TECHNICAL PAPER 56

57 59. Click on the Endpoints tab and note the endpoints for Availability Group communication. Note that 5022 is the default communication port number. On the Select Initial Data Sync page, select Automatic Seeding. This option should be used for the small databases (3 MB to 5 GB) and will automatically create a database on the secondary replica. TECHNICAL PAPER 57

58 60. In case of selecting other options, full and log backup with NO RECOVERY on S3 secondary replica should be restored beforehand. Click NEXT. TECHNICAL PAPER 58

59 61. The Listener should be setup after configuring the Availability Group. Otherwise, you will see the warning message on the Validation page. Click NEXT. TECHNICAL PAPER 59

60 62. On the Summary page, you will see all the options you have selected. There is an option to script out all the configuration in the form of TSQL. If you want to use TSQL to configure Availability Group, run the script. In this case, you can cancel the wizard. TECHNICAL PAPER 60

61 63. The wizard is completed successfully. Now, the Availability Group FCI with the node S3 as the secondary replica is configured. TECHNICAL PAPER 61

62 Configuring the Listener Next, the Listener must be configured. Independent of the primary replica node, the Listener is a name used to connect to it. It is also recommended for an application to be connected using the Listener Name/IP. 64. To add the Listener to the Availability Group FCI, expand the AlwaysOn High Availability, right-click the Availability Group Listeners, and select Add Listener. TECHNICAL PAPER 62

63 65. Specify the Unique Listener DNS Name, which is basically the Listener name. You can select 1433 port or any free one. Click Add. NOTE: According to the MS documentation: If one of the instances of SQL Server is already listening on TCP port 1433 via the instance listener and there are no other services (including additional instances of SQL Server) on the computer listening on port 1433, this will not cause a port conflict with the availability group listener. This is because the availability group listener can share the same TCP port inside the same service process. However, multiple instances of SQL Server (side-by-side) should not be configured to listen on the same port. TECHNICAL PAPER 63

64 66. Add the IP address of the Listener. This IP should be a free one. Click OK. 67. To check that the Listener is added, expand the Availability Group Listeners tab. TECHNICAL PAPER 64

65 Conclusion SQL Server Failover Cluster Instance is a part of the SQL Server Always On offering, which leverages Windows Server Failover Clustering functionality to provide local high availability through redundancy at the server-instance level. On the other hand, the Always On Availability Group is a group of one or more databases configured on a primary replica (or SQL Server instance) for high availability. As a result, the combination of Failover Cluster Instance and Availability Groups provides a comprehensive high availability and disaster recovery solution in a 3-node scenario, where S1 and S2 nodes create the Failover Cluster with node S3 serving as a Secondary Database for the Availability Group. TECHNICAL PAPER 65

66 Shashank Singh Shashank Singh Shashank can be best described as TechNet Wiki Ninja, who loves working on SQL Server. He is multiple times TechNet Guru award winner. He started working on SQL Server from the year 2008 as a Database administrator after that was so much fascinated by Database engine and its complexities, he made it as part and parcel of his life. Shashank likes working on Database internals, SQL Server memory and has good knowledge on performance troubleshooting of SQL Server. He has also worked a lot on Installation and migration of SQL Server. With Technet Wiki arrival in late 2012, he was actively involved in writing articles on TechNet Wiki. LinkedIn: MVP Profile: Stackexchange Profile: Microsoft TechNet Profile: Contacts US Headquarters EMEA and APAC (UK) (Germany) (France) (Spain and Portugal) Support Portal: Sales: sales@starwind.com Support Forum: General Information: info@starwind.com StarWind Software, Inc. 35 Village Rd., Suite 100, Middleton, MA USA , StarWind Software Inc. All rights reserved. TECHNICAL PAPER 66

Quick Start Guide: Creating HA Device with StarWind Virtual SAN

Quick Start Guide: Creating HA Device with StarWind Virtual SAN One Stop Virtualization Shop Quick Start Guide: August 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

StarWind Virtual SAN Compute and Storage Separated 3 Nodes with VMware vsphere

StarWind Virtual SAN Compute and Storage Separated 3 Nodes with VMware vsphere #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Compute and Storage Separated JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

StarWind Virtual SAN Creating Stand-Alone Image File device

StarWind Virtual SAN Creating Stand-Alone Image File device One Stop Virtualization Shop StarWind Virtual SAN Creating Stand-Alone Image File device JULY 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos

More information

StarWind Virtual SAN Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016

StarWind Virtual SAN Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016 One Stop Virtualization Shop Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

Quick Start Guide: Creating VTL device with StarWind Virtual SAN

Quick Start Guide: Creating VTL device with StarWind Virtual SAN #1 HyperConverged Appliance for SMB and ROBO Quick Start Guide: Creating VTL device with StarWind Virtual SAN JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the

More information

StarWind Virtual SAN Installing and Configuring SQL Server 2019 (TP) Failover Cluster Instance on Windows Server 2016

StarWind Virtual SAN Installing and Configuring SQL Server 2019 (TP) Failover Cluster Instance on Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Installing and Configuring SQL Server 2019 (TP) Failover Cluster Instance on Windows Server 2016 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster

StarWind Virtual SAN Installing & Configuring a SQL Server 2012 Failover Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installing & Configuring a SQL JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

StarWind Virtual SAN Working with StarWind LSFS Snapshots in ESXi

StarWind Virtual SAN Working with StarWind LSFS Snapshots in ESXi One Stop Virtualization Shop StarWind Virtual SAN Working with StarWind LSFS Snapshots in ESXi MARCH 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

StarWind Virtual SAN. Installing and Configuring SQL Server 2014 Failover Cluster Instance on Windows Server 2012 R2. One Stop Virtualization Shop

StarWind Virtual SAN. Installing and Configuring SQL Server 2014 Failover Cluster Instance on Windows Server 2012 R2. One Stop Virtualization Shop One Stop Virtualization Shop StarWind Virtual SAN Installing and Configuring SQL Server 2014 Failover Cluster Instance on Windows Server 2012 R2 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

StarWind Virtual SAN HA Devices Configuration Changes

StarWind Virtual SAN HA Devices Configuration Changes One Stop Virtualization Shop StarWind Virtual SAN HA Devices Configuration Changes MARCH 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are

More information

StarWind Virtual SAN Installing and Configuring SQL Server 2012 Failover Cluster Instance on Windows Server 2012

StarWind Virtual SAN Installing and Configuring SQL Server 2012 Failover Cluster Instance on Windows Server 2012 One Stop Virtualization Shop StarWind Virtual SAN Installing and Configuring SQL Server 2012 Failover Cluster Instance on Windows Server 2012 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2 DECEMBER 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software

More information

StarWind Virtual Storage Appliance v2.0 Installation Guide with VMware vsphere

StarWind Virtual Storage Appliance v2.0 Installation Guide with VMware vsphere One Stop Virtualization Shop StarWind Virtual Storage Appliance v2.0 Installation Guide with VMware vsphere MAY 2018 TECHNICAL PAPER V2.0 Trademarks StarWind, StarWind Software and the StarWind and the

More information

One Stop Virtualization Shop. StarWind RAM Disk FEBRUARY 2018 TECHNICAL PAPER

One Stop Virtualization Shop. StarWind RAM Disk FEBRUARY 2018 TECHNICAL PAPER One Stop Virtualization Shop StarWind RAM Disk FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

StarWind Virtual SAN Virtual Tape Library used with Veeam Backup & Replication

StarWind Virtual SAN Virtual Tape Library used with Veeam Backup & Replication One Stop Virtualization Shop StarWind Virtual SAN Virtual Tape Library used with Veeam Backup & Replication JUNE 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN Compute and Storage Separated 3-Node Setup with Hyper-V

StarWind Virtual SAN Compute and Storage Separated 3-Node Setup with Hyper-V #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Compute and Storage Separated 3-Node Setup with Hyper-V MAY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

StarWind Virtual SAN Virtual Tape Library on Amazon Web Services with Microsoft System Center Data Protection Manager 2016

StarWind Virtual SAN Virtual Tape Library on Amazon Web Services with Microsoft System Center Data Protection Manager 2016 One Stop Virtualization Shop StarWind Virtual SAN Virtual Tape Library on Amazon Web Services with Microsoft System Center Data Protection Manager 2016 MAY 2017 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2012 R2

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2012 R2 One Stop Virtualization Shop StarWind Virtual SAN Compute and Storage Separated with Windows Server 2012 R2 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the

More information

StarWind Virtual SAN Compute and Storage Separated 2-Node Cluster. Creating Scale- Out File Server with Hyper-V.

StarWind Virtual SAN Compute and Storage Separated 2-Node Cluster. Creating Scale- Out File Server with Hyper-V. #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Compute and Storage Separated 2-Node Cluster. Creating Scale- Out File Server with Hyper-V. MARCH 2015 TECHNICAL PAPER Trademarks StarWind,

More information

StarWind Appliances Quick Start Guide

StarWind Appliances Quick Start Guide One Stop Virtualization Shop StarWind Appliances Quick Start Guide MAY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks

More information

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2016

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Compute and Storage Separated with Windows Server 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN Installation and Configuration of HyperConverged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of HyperConverged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN of HyperConverged 2 Nodes with Hyper-V Cluster AUGUST 2016 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and

More information

StarWind Virtual SAN ODX (Off-loaded Data Transfer) Configuration and Performance Tuning Guide

StarWind Virtual SAN ODX (Off-loaded Data Transfer) Configuration and Performance Tuning Guide #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Configuration and Performance Tuning Guide APRIL 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN for vsphere Software RAID Configuration Guide

StarWind Virtual SAN for vsphere Software RAID Configuration Guide One Stop Virtualization Shop StarWind Virtual SAN for vsphere Software RAID Configuration Guide NOVEMBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2016

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and

More information

StarWind Storage Gateway for Backblaze Getting Started

StarWind Storage Gateway for Backblaze Getting Started One Stop Virtualization Shop StarWind Storage Gateway for Backblaze JUNE 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks

More information

StarWind Virtual Storage Appliance Installation Guide with KVM

StarWind Virtual Storage Appliance Installation Guide with KVM One Stop Virtualization Shop StarWind Virtual Storage Appliance APRIL 2017 TECHNICAL PAPER V 1.0 Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks

More information

StarWind Virtual SAN AWS EC2 Deployment Guide

StarWind Virtual SAN AWS EC2 Deployment Guide One Stop Virtualization Shop StarWind Virtual SAN AUGUST 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

StarWind Virtual SAN Creating HA device using Node Majority Failover Strategy

StarWind Virtual SAN Creating HA device using Node Majority Failover Strategy One Stop Virtualization Shop StarWind Virtual SAN Creating HA device using Node Majority Failover Strategy MARCH 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN Windows Geo-Clustering: SQL Server

StarWind Virtual SAN Windows Geo-Clustering: SQL Server #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Windows Geo-Clustering: SQL Server FEBRUARY 2016 TECHNICAL PAPER EDWIN SARMIENTO, Microsoft SQL Server MVP, Microsoft Certified Master

More information

StarWind Virtual SAN Configuring HA SMB File Server in Windows Server 2016

StarWind Virtual SAN Configuring HA SMB File Server in Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA SMB File Server in Windows Server 2016 APRIL 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN Getting Started

StarWind Virtual SAN Getting Started #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN JUNE 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks

More information

StarWind Virtual SAN. HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2. One Stop Virtualization Shop MARCH 2018

StarWind Virtual SAN. HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2. One Stop Virtualization Shop MARCH 2018 One Stop Virtualization Shop StarWind Virtual SAN HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2 MARCH 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

StarWind Virtual SAN VAAI (vstorage API for Array Integration) Configuration and Performance Tuning Guide

StarWind Virtual SAN VAAI (vstorage API for Array Integration) Configuration and Performance Tuning Guide One Stop Virtualization Shop StarWind Virtual SAN VAAI (vstorage API for Array Integration) Configuration and Performance Tuning Guide FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software

More information

StarWind Virtual Tape Library Used with Veritas Backup Exec

StarWind Virtual Tape Library Used with Veritas Backup Exec One Stop Virtualization Shop StarWind Virtual Tape Library SEPTEMBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks

More information

StarWind VTL Storage Gateway for Azure and Veeam Installation and Configuration Guide

StarWind VTL Storage Gateway for Azure and Veeam Installation and Configuration Guide One Stop Virtualization Shop StarWind VTL OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, Starind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind Software.

More information

StarWind Virtual SAN Automating Management with SMI-S in System Center Virtual Machine Manager 2016

StarWind Virtual SAN Automating Management with SMI-S in System Center Virtual Machine Manager 2016 One Stop Virtualization Shop StarWind Virtual SAN Automating Management with SMI-S in System Center Virtual Machine Manager 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and

More information

#1 HyperConverged Appliance for SMB and ROBO. StarWind Virtual SAN. Hyper-Converged 2 Nodes Scenario with VMware vsphere NOVEMBER 2016 TECHNICAL PAPER

#1 HyperConverged Appliance for SMB and ROBO. StarWind Virtual SAN. Hyper-Converged 2 Nodes Scenario with VMware vsphere NOVEMBER 2016 TECHNICAL PAPER #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Hyper-Converged 2 Nodes Scenario with VMware vsphere NOVEMBER 2016 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

StarWind Virtual SAN Hyperconverged 2-Node Scenario with Hyper-V Server 2016

StarWind Virtual SAN Hyperconverged 2-Node Scenario with Hyper-V Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Hyperconverged 2-Node Scenario with Hyper-V Server 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN. Installing and Configuring a SQL Server 2014 Multi-Subnet Cluster on Windows Server 2012 R2

StarWind Virtual SAN. Installing and Configuring a SQL Server 2014 Multi-Subnet Cluster on Windows Server 2012 R2 #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installing and Configuring a SQL Server 2014 Multi-Subnet Cluster on Windows Server 2012 R2 FEBRUARY 2016 TECHNICAL PAPER Trademarks StarWind,

More information

StarWind Virtual SAN 2-Node Stretched Hyper-V Cluster on Windows Server 2016

StarWind Virtual SAN 2-Node Stretched Hyper-V Cluster on Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN 2-Node Stretched Hyper-V Cluster on Windows Server 2016 APRIL 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

One Stop Virtualization Shop. StarWind Virtual SAN. Hyperconverged 2-Node Scenario with VMware vsphere 6.5 MARCH 2019 TECHNICAL PAPER

One Stop Virtualization Shop. StarWind Virtual SAN. Hyperconverged 2-Node Scenario with VMware vsphere 6.5 MARCH 2019 TECHNICAL PAPER One Stop Virtualization Shop Hyperconverged 2-Node Scenario with VMware vsphere 6.5 MARCH 2019 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are

More information

One Stop Virtualization Shop. StarWind Virtual SAN. Hyperconverged 2-Node Scenario with VMware vsphere 6.0 APRIL 2018 TECHNICAL PAPER

One Stop Virtualization Shop. StarWind Virtual SAN. Hyperconverged 2-Node Scenario with VMware vsphere 6.0 APRIL 2018 TECHNICAL PAPER One Stop Virtualization Shop StarWind Virtual SAN Hyperconverged 2-Node Scenario with VMware vsphere 6.0 APRIL 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Native SAN Configuring HA File Server for SMB NAS

StarWind Native SAN Configuring HA File Server for SMB NAS Hardware-less VM Storage StarWind Native SAN Configuring HA File Server for SMB NAS DATE: FEBRUARY 2012 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

StarWind Virtual SAN Hyperconverged 3-node Scenario with VMware vsphere 6.5

StarWind Virtual SAN Hyperconverged 3-node Scenario with VMware vsphere 6.5 One Stop Virtualization Shop StarWind Virtual SAN Hyperconverged 3-node Scenario with VMware vsphere 6.5 AUGUST 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN Hybrid Cloud for Azure

StarWind Virtual SAN Hybrid Cloud for Azure One Stop Virtualization Shop StarWind Virtual SAN OCTOBER 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

Developing a Complete RTO/RPO Strategy for Your Virtualized Environment

Developing a Complete RTO/RPO Strategy for Your Virtualized Environment #1 HyperConverged Appliance for SMB and ROBO Developing a Complete RTO/RPO Strategy for Your Virtualized Environment NOVEMBER 2014 WHITE PAPER BY GEORGE CRUMP Lead Analyst Storage Switzerland, LLC Virtualization,

More information

StarWind Virtual SAN Supports HA Storage for a vsphere VI with Virtualized iscsi Devices on DAS

StarWind Virtual SAN Supports HA Storage for a vsphere VI with Virtualized iscsi Devices on DAS #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Supports HA Storage for a vsphere VI with Virtualized iscsi Devices on DAS Cost Effective HA Storage for Critical Business Applications

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

StarWind iscsi SAN & NAS:

StarWind iscsi SAN & NAS: This document refers to the previous StarWind Virtual SAN version. To view the document for the current version, please follow this link StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October

More information

StarWind Hyper-Converged Platform: Data Sheet

StarWind Hyper-Converged Platform: Data Sheet Hardware-less VM Storage StarWind Hyper-Converged Platform: LAST UPDATED: MAY 2015 Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

StarWind Native SAN for Hyper-V:

StarWind Native SAN for Hyper-V: This document refers to the previous StarWind Virtual SAN version. To view the document for the current version, please follow this link StarWind Native SAN for Hyper-V: Configuring HA Storage for Live

More information

StarWind iscsi SAN Software: Using StarWind to provide Cluster Shared Disk resources for Hyper-V Failover Clusters

StarWind iscsi SAN Software: Using StarWind to provide Cluster Shared Disk resources for Hyper-V Failover Clusters StarWind iscsi SAN Software: Using StarWind to provide Cluster Shared Disk resources for Hyper-V Failover Clusters www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright

More information

StarWind Virtual SAN 2-Node Stretched Cluster on VMware vsphere 6.5

StarWind Virtual SAN 2-Node Stretched Cluster on VMware vsphere 6.5 One Stop Virtualization Shop 2-Node Stretched Cluster on VMware vsphere 6.5 JULY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered

More information

StarWind iscsi SAN Software: Getting Started with V5

StarWind iscsi SAN Software: Getting Started with V5 StarWind iscsi SAN Software: Getting Started with V5 www.starwindsoftware.com Copyright 2008-2009. All rights reserved. COPYRIGHT Copyright 2008-2009. All rights reserved. No part of this publication may

More information

SQL Server AlwaysOn setup on ObserveIT environment

SQL Server AlwaysOn setup on ObserveIT environment SQL Server AlwaysOn setup on ObserveIT environment Overview ObserveIT can be easily installed on a SQL Server AlwaysOn environment. The AlwaysOn is part of Microsoft SQL Server Enterprise Edition and should

More information

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability with VMWare vsphere and ESX server

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability with VMWare vsphere and ESX server StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability with VMWare vsphere and ESX server www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright

More information

StarWind iscsi SAN & NAS:

StarWind iscsi SAN & NAS: This document refers to the previous StarWind Virtual SAN version. To view the document for the current version, please follow this link StarWind iscsi SAN & NAS: Configuring HA Shared Storage for vsphere

More information

StarWind iscsi SAN Software: ESX Storage Migration

StarWind iscsi SAN Software: ESX Storage Migration StarWind iscsi SAN Software: ESX Storage Migration www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved. No part of this publication may

More information

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition One Stop Virtualization Shop Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition Written by Edwin M Sarmiento, a Microsoft Data Platform

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

StarWind Virtual SAN Free

StarWind Virtual SAN Free #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Free Value Proposition For virtualization admins, IT geeks, bloggers, students or those who look to build and maintain virtualization infrastructure

More information

StarWind iscsi SAN & NAS: Configuring 3-node HA Shared Storage for vsphere December 2012

StarWind iscsi SAN & NAS: Configuring 3-node HA Shared Storage for vsphere December 2012 StarWind iscsi SAN & NAS: Configuring 3-node HA Shared Storage for vsphere December 2012 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks of StarWind

More information

StarWind iscsi SAN Software: Virtual Tape Library (Part 1)

StarWind iscsi SAN Software: Virtual Tape Library (Part 1) StarWind iscsi SAN Software: Virtual Tape Library (Part 1) www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved. No part of this publication

More information

StarWind Virtual SAN Installing and Configuring SQL Server Failover Clustered Instance on Microsoft Azure Virtual Machines

StarWind Virtual SAN Installing and Configuring SQL Server Failover Clustered Instance on Microsoft Azure Virtual Machines One Stop Virtualization Shop StarWind Virtual SAN Installing and Configuring SQL Server Failover Clustered Instance on Microsoft Azure Virtual Machines MARCH 2018 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

StarWind iscsi SAN Software: Using StarWind Tape Redirector and CA ARCserve Backup

StarWind iscsi SAN Software: Using StarWind Tape Redirector and CA ARCserve Backup StarWind iscsi SAN Software: Using StarWind Tape Redirector and CA ARCserve Backup www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

SQL AlwaysOn - Skype for Business

SQL AlwaysOn - Skype for Business 2018 SQL AlwaysOn - Skype for Business DINESH SINGH Contents Before Starting... 2 Windows Failover Clustering... 2 IPs Address and DNS... 2 SQL AlwaysOn... 2 Service Accounts... 2 Network Configuration...

More information

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI /

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI / Index A Active node, 10 Advanced Encryption Standard (AES), 95 AlwaysOn administration Availability Group (see AlwaysOn Availability Groups) cluster maintenance, 149 Cluster Node Configuration page, 153

More information

SQL Server 2012 virtually out, Microsoft talks features, licensing

SQL Server 2012 virtually out, Microsoft talks features, licensing SQL Server 2012 virtually out, Microsoft talks features, licensing If you had to pick one or two features that are most important in SQL Server 2012, what are they and why? Mark Kromer: If I had to pick

More information

Are AGs A Good Fit For Your Database? Doug Purnell

Are AGs A Good Fit For Your Database? Doug Purnell Are AGs A Good Fit For Your Database? Doug Purnell About Me DBA for Elon University Co-leader for WinstonSalem BI User Group All things Nikon Photography Bring on the BBQ! Goals Understand HA & DR Types

More information

StarWind Virtual SAN Gentle Shutdown with PowerChute

StarWind Virtual SAN Gentle Shutdown with PowerChute Gentle Shutdown with PowerChute JULY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind Software. StarWind

More information

Microsoft Clustered Storage Spaces and StarWind Virtual SAN for a Complete Software-Defined Storage Solution

Microsoft Clustered Storage Spaces and StarWind Virtual SAN for a Complete Software-Defined Storage Solution #1 HyperConverged Appliance for SMB and ROBO Microsoft Clustered Storage Spaces and StarWind Virtual SAN for a Complete Software-Defined Storage Solution JANUARY 2015 WHITE PAPER BY JON TOIGO WHITE PAPER

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5 User Guide 302-003-931 REV 01 Copyright 2001-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2017 Dell believes the information in this

More information

StarWind iscsi SAN Software: Using MetaSAN to Share iscsi Volumes

StarWind iscsi SAN Software: Using MetaSAN to Share iscsi Volumes StarWind iscsi SAN Software: Using MetaSAN to Share iscsi Volumes www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved. No part of this

More information

StarWind Virtual SAN Installing and Configuring a SQL Server Failover Clustered Instance on Microsoft Azure Virtual Machines

StarWind Virtual SAN Installing and Configuring a SQL Server Failover Clustered Instance on Microsoft Azure Virtual Machines #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installing and Configuring a SQL Server Failover Clustered Instance on Microsoft Azure Virtual Machines AUGUST 2015 TECHNICAL PAPER BY

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5.1 User Guide 302-004-292 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the information

More information

Dell EMC vsan Ready Nodes for VDI

Dell EMC vsan Ready Nodes for VDI Dell EMC vsan Ready Nodes for VDI Integration of VMware Horizon on Dell EMC vsan Ready Nodes April 2018 H17030.1 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

StarWind iscsi Target for Microsoft Windows: StarWind and Double-Take

StarWind iscsi Target for Microsoft Windows: StarWind and Double-Take Rocket Division Software Technical Reference Series StarWind iscsi Target for Microsoft Windows: StarWind and Double-Take May 1, 2007 Rocket Division Software www.rocketdivision.com Copyright Rocket Division

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for VMware Horizon 7 on Dell EMC XC Family September 2018 H17387 Deployment Guide Abstract This deployment guide provides instructions for deploying VMware

More information

Microsoft SQL Server

Microsoft SQL Server Microsoft SQL Server Abstract This white paper outlines the best practices for Microsoft SQL Server Failover Cluster Instance data protection with Cohesity DataPlatform. December 2017 Table of Contents

More information

Introduction Chapter 1. General Information Chapter 2. Servers Used... 9

Introduction Chapter 1. General Information Chapter 2. Servers Used... 9 Chapter 1 General Information Contents Contents Introduction... 5 Chapter 1. General Information... 6 Chapter 2. Servers Used... 9 Chapter 3. Installing and Configuring Failover Cluster for MS SQL Databases...

More information

Quick Start Guide For Ipswitch Failover v9.0.1

Quick Start Guide For Ipswitch Failover v9.0.1 For Ipswitch Failover v9.0.1 Copyright 1991-2015 All rights reserved. This document, as well as the software described in it, is furnished under license and may be used or copied only in accordance with

More information

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings by Joseph D Antoni Microsoft Data Platform MVP Significant savings in both SQL licensing and SAN TCO. As companies become increasingly

More information

Using VERITAS Volume Replicator for Disaster Recovery of a SQL Server Application Note

Using VERITAS Volume Replicator for Disaster Recovery of a SQL Server Application Note Using VERITAS Volume Replicator for Disaster Recovery of a SQL Server Application Note February 2002 30-000632-011 Disclaimer The information contained in this publication is subject to change without

More information

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5.9. 0. 1 Ascertia Limited. All

More information

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Windows Server 2003 Windows Server 2008 5.1 Application Pack 1 Veritas Storage Foundation

More information

Securing VSPEX VMware View 5.1 End- User Computing Solutions with RSA

Securing VSPEX VMware View 5.1 End- User Computing Solutions with RSA Design Guide Securing VSPEX VMware View 5.1 End- User Computing Solutions with RSA VMware vsphere 5.1 for up to 2000 Virtual Desktops EMC VSPEX Abstract This guide describes required components and a configuration

More information

EMC VSPEX FOR VIRTUALIZED MICROSOFT EXCHANGE 2013 WITH MICROSOFT HYPER-V

EMC VSPEX FOR VIRTUALIZED MICROSOFT EXCHANGE 2013 WITH MICROSOFT HYPER-V IMPLEMENTATION GUIDE EMC VSPEX FOR VIRTUALIZED MICROSOFT EXCHANGE 2013 WITH MICROSOFT HYPER-V EMC VSPEX Abstract This describes the steps required to deploy a Microsoft Exchange Server 2013 solution on

More information

Implementation of Microsoft SQL Server using AlwaysOn for High Availability and Disaster Recovery without Shared Storage

Implementation of Microsoft SQL Server using AlwaysOn for High Availability and Disaster Recovery without Shared Storage International Journal of Experiential Learning & Case Studies 3 : 1 ( June 2018) pp. 09-17 Implementation of Microsoft SQL Server using AlwaysOn for High Availability and Disaster Recovery without Shared

More information

Installing PI AF with SQL Server 2012 AlwaysOn Availability Group Feature. Version 1.0

Installing PI AF with SQL Server 2012 AlwaysOn Availability Group Feature. Version 1.0 Installing PI AF with SQL Server 2012 AlwaysOn Availability Group Feature Version 1.0 OSIsoft, LLC 777 Davis St., Suite 250 San Leandro, CA 94577 USA Tel: (01) 510-297-5800 Fax: (01) 510-357-8136 Web:

More information

WANSyncHA Microsoft Exchange Server. Operations Guide

WANSyncHA Microsoft Exchange Server. Operations Guide WANSyncHA Microsoft Exchange Server Operations Guide About This Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user

More information

StarWind iscsi Target for Microsoft Windows: Using StarWind iscsi Target and VMware Workstation Virtual Machines

StarWind iscsi Target for Microsoft Windows: Using StarWind iscsi Target and VMware Workstation Virtual Machines Using StarWind iscsi Target and VMware Workstation Virtual Machines May 1, 2007 Rocket Division Software www.rocketdivision.com Copyright Rocket Division Software 2001-2007. All rights reserved. Page 1

More information

Installing DPM 2012 R2

Installing DPM 2012 R2 Installing DPM 2012 R2 This document covers the installation/upgrade of System Center 2012 R2 Data Protection Manager (DPM 2012 R2, or simply DPM). While the installation and upgrade process is similar,

More information

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange Enabled by MirrorView/S

EMC CLARiiON CX3-40. Reference Architecture. Enterprise Solutions for Microsoft Exchange Enabled by MirrorView/S Enterprise Solutions for Microsoft Exchange 2007 EMC CLARiiON CX3-40 Metropolitan Exchange Recovery (MER) for Exchange in a VMware Environment Enabled by MirrorView/S Reference Architecture EMC Global

More information

Veritas Desktop and Laptop Option 9.2

Veritas Desktop and Laptop Option 9.2 1. Veritas Desktop and Laptop Option 9.2 Quick Reference Guide for DLO Installation and Configuration 24-Jan-2018 Veritas Desktop and Laptop Option: Quick Reference Guide for DLO Installation and Configuration.

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization on two separate

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE 1.0 Quest Enterprise Reporter Discovery Manager USER GUIDE 2012 Quest Software. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization on two separate

More information