Windows Server 2012 Scale-Out File Server for SQL Server Step-by-step Installation

Size: px
Start display at page:

Download "Windows Server 2012 Scale-Out File Server for SQL Server 2012 - Step-by-step Installation"

Transcription

1 Windows Server 2012 Scale-Out File Server for SQL Server Step-by-step Installation By Jose Barreto. Originally posted at Contents 1. Introduction Overview Hardware Software Notes and disclaimers Install Windows Server Preparations Install the OS Rename the computer Enable Remote Desktop Configure the Hyper-V Host Install the Hyper-V role to the server Create the VM switches Rename the network adapters Assign static IP addresses for the Hyper-V host Create the Base VM Preparations Create a Base VM Install Windows Server 2012 on the VM Sysprep the VM Remove the base VM Configure the 4 VMs Create 4 new differencing VHDs using the Base VHD Create 4 similarly configured VMs Start the 4 VMs Complete the mini-setup for the 4 VMs Change the computer name for each VM For each VM, configure the networks Review VM name and network configuration Configure DNS and Active Directory... 18

2 6.1. Install DNS and Active Directory Domain Services Configure Active Directory Join the other VMs to the domain Create the SQL Service account Configure iscsi Add the iscsi Software Target Create the LUNs and Target Configure the iscsi Initiators Configure the disks Configure the File Server Install the required roles and features Validate the Failover Cluster Configuration Create a Failover Cluster Configure the Cluster Networks Create the Scale-Out File Server Create the folders and shares Configure the SQL Server Mount the SQL Serve ISO file Run SQL Server Setup Create a database using the clustered file share Verify SMB features Verify that SMB Multichannel is working Query the SMB Sessions and Open Files Planned move of a file server node (with SMB Transparent Failover of SQL Client) Unplanned failure of a file server node (with SMB Transparent Failover of SQL Client) Surviving the loss of a client NIC Shut down, startup and install final notes Conclusion... 38

3 1. Introduction 1.1. Overview In this document, I am sharing all the steps I used to create a Windows Server 2012 File Server demo or test environment, so you can experiment with some of the new technologies yourself. You only need a single computer (the specs are provided below) and the ISO file with the Windows Server 2012 evaluation version available as a free download. For the SQL part, you will need the SQL Server 2012 evaluation version, which is also available as a free download. The demo setup includes 4 virtual machines: one domain controller and iscsi target, two file servers and a SQL server. You need the iscsi target and two file servers because we re using Failover Clustering to showcase SMB Transparent Failover and SMB Scale-Out. We ll also use multiple Hyper-V virtual networks, so we can showcase SMB Multichannel. This will probably require a few hours of work end-to-end, but it is a great way to experiment with a large set of Microsoft technologies in Windows Server 2012, including: Hyper-V Networking Domain Name Services (DNS) Active Directory Domain Services (AD-DS) iscsi Target iscsi Initiator Failover Clustering File Servers PowerShell Follow the steps and let me know how it goes in the comment section. If you run into any issues or found anything particularly interesting, don t forget to mention the number of the step.

4 1.2. Hardware You will need the following hardware to perform the steps described here: Computer capable of running Windows Server 2012 and Hyper-V (64-bit, virtualization technology) with at least 8GB of RAM An 8GB USB stick, if you re installing Windows Server from USB and copying the downloaded software around (you can also burn the software to a DVD) Internet connection for downloading software and updates (DHCP enabled) 1.3. Software You will need the following software to perform the steps described here: Windows Server 2012 Evaluation (provided as an ISO file). Download from SQL Server 2012 Evaluation (provided as an ISO file). Download from Notes and disclaimers The text for each step also focuses on the specific actions that deviate from the default or where a clear default is not provided. If you are asked a question or required to perform an action that you do not see described in these steps, go with the default option. Obviously, a single-computer solution can never be tolerant to the failure of that computer. So, the configuration described here is not really continuously available. It s just a simulation. The configuration described here is for demo, testing or learning. You would definitely need a different configuration for a production deployment. A certain familiarity with Windows administration and configuration is assumed. If you're new to Windows, this document is not for you. Sorry... There are usually several ways to perform a specific configuration or administration task. What I describe here is one of those many ways. It's not necessarily the best way, just the one I personally like best at the moment. In theory, you could run this demo on a host computer with only 4GB of RAM, but you would need to configure each VM to run with only 512MB of RAM, which is the bare minimum required. It works, but it will run slower. This blog post is an update on a previous blog post that provided similar steps for Windows Server 2012 Beta. This post supersedes the old one.

5 2. Install Windows Server Preparations Format a USB disk using Windows 8 or Windows Server Copy the contents of the Windows Server 2012 ISO file to the USB disk. To read the files from within the ISO file using Windows 8 or Windows Server 2012, just double click the ISO file to mount it. Make sure the computer BIOS is configured for Virtualization. Each computer BIOS is different, so you need to find the right settings Install the OS Use your computer s BIOS option to boot from the USB disk. After Windows Setup starts from the USB disk, enter the required information to install the OS: Select language, time and currency format and keyboard. Then click Next. Click Install Now. Select the Windows Server Datacenter - Server with a GUI option and click Next. Accept the license agreement and click Next. Select the Custom: Install Windows only option. Select the install location for Windows Server and click Next. Wait for the installation to complete. This will take a few minutes. After the installation is completed, the OS will boot. Type the administrator password twice, then click on Finish Rename the computer Login to the computer using the Administrator password and rename the computer. 2.3.PS. Using PowerShell Rename-Computer DEMO-HV0 -Restart 2.3.GUI. Using Server Manager In Server Manager, click on Local Server on the list on left. Click on the default name next to Computer Name. Click on Change. Enter DEMO-HV0 as the new Computer Name and click OK. Accept the option to restart the computer.

6 2.4. Enable Remote Desktop Log in using the Administrator account and enable Remote Desktop. After completing this step, you will be able work from a Remote Desktop connection. 2.4.PS. Using SCONFIG.EXE Use a command prompt to start SCONFIG.EXE Use option 7 in SCONFIG to enable remote desktop 2.4.GUI. Using Server Manager In Server Manager, click on Local Server on the list on left. Click on the Disabled item next to Remote Desktop. Select the option to Allow connections from computers running any version Click OK multiple times until you re back to the Local Server screen.

7 3. Configure the Hyper-V Host 3.1. Install the Hyper-V role to the server Install the Hyper-V role and the required management tools. The computer will restart. 3.1.PS. Using PowerShell Install-WindowsFeature Hyper-V, Hyper-V-PowerShell, Hyper-V-Tools -Restart 3.2.OUT. Sample output PS C:\> Get-WindowsFeature *Hyper* Display Name Name Install State [X] Hyper-V Hyper-V Installed [X] Hyper-V Management Tools RSAT-Hyper-V-Tools Installed [X] Hyper-V GUI Management Tools Hyper-V-Tools Installed [X] Hyper-V Module for Windows PowerShell Hyper-V-PowerShell Installed 3.1.GUI. Using Server Manager In Server Manager, click on Dashboard on the list on left. Click on the Add Roles and Features, which is option 2 under Configure this local server. On the Before You Begin page, just click Next. On the Installation Type page, click Role-base or feature-based installation and click Next. On the Server Selection page, select your server and click Next. On the Server Role page, select Hyper-V. On the Add features that are required for Hyper-V dialog, click Add features, then click Next. On the Features page, just click Next. On the Hyper-V page, just click Next. On the Create Virtual Switches page, just click Next. On the Virtual Machine Migration page, just click Next. On the Default Stores page, just click Next. On the Confirmation page, click Restart target machine automatically if needed, click Yes to confirm and then click Install. The role will be installed and the computer will restart in the end.

8 3.2. Create the VM switches Create one external virtual network (VM switch that is connected to the external network interface). Create three internal virtual networks (VM switches used just to communicate between the VMs). 3.2.PS. Using PowerShell Get-NetAdapter Rename-NetAdapter InterfaceDescription *Gigabit* -NewName External New-VMSwitch Name External -NetAdapterName External 1..3 % { New-VMSwitch -Name Internal$_ -SwitchType Internal } Get-VMSwitch Get-NetAdapter Note: If you re connected via Remote Desktop to the server, you might temporarily lose the connection when you create the External VMSwitch. If using DHCP on that interface, you will be able to reconnect. If you re using static IP addresses, you should run this step locally, not via Remote Desktop. 3.2.GUI. Using Hyper-V Manager In Server Manager, click on Tools in the upper left and select Hyper-V Manager In Hyper-V Manager, click on the server name (DEMO-HV0) on the pane on the left On the task pane on the right, click on the Virtual Switch Manager Use the New virtual switch option to add 1 network named External, select External for type and select your physical NIC. Click Apply to confirm. Use the New virtual switch option to add 3 networks named Internal1, Internal2 and Internal3, each of type Internal. After creating the four new NICs, you should see the four new NICs in Server Manager, under Local Server

9 3.3. Rename the network adapters You should now configure the 4 virtual network interfaces on the parent. This includes renaming them to the names of the switches and configuring static IP addresses for the 3 internal NICs (the external NIC should be DHCP enabled, so it does not need IP address configuration). 3.3.PS. Using PowerShell 1..3 % {Rename-NetAdapter *Internal$_* -NewName ParentInternal$_} Rename-NetAdapter "vethernet (External)" -NewName ParentExternal Get-NetAdapter 3.3.OUT. Sample Output PS C:\> Get-NetAdapter Name InterfaceDescription ifindex Status MacAddress LinkSpeed ParentInternal3 Hyper-V Virtual Ethernet Adapter #5 45 Up D-B5-AE Gbps ParentInternal2 Hyper-V Virtual Ethernet Adapter #4 36 Up D-B5-AE Gbps ParentInternal1 Hyper-V Virtual Ethernet Adapter #3 20 Up D-B5-AE Gbps ParentExternal Hyper-V Virtual Ethernet Adapter #2 16 Up B-31-BA Gbps External Intel(R) 82566DM-2 Gigabit Network C Up B-31-BA-15 1 Gbps 3.3.GUI. Using Server Manager In Server Manager, click on Local Server on the list on left. In the properties pane on the right, scroll to see the list of Wired Internet Connections (there will be 4 of them, as we showed in the previous Server Manager screenshot). Click on the Ipv4 address link next to one of the interfaces, the Network Connections window will show. Select the interface that shows as Enabled and click on Rename this connection to rename it to External. Rename the 3 interfaces on an Unidentified network to Internal1, Internal2 and Internal3 Close the Network Connections and refresh the Local Server view.

10 3.4. Assign static IP addresses for the Hyper-V host In this step, you will assign a static IP address to the 3 internal virtual NICs on the parent partition. These NICs initially use the default setting (DHCP), but there is no DHCP server for the internal network. The table below shows the desired configuration for each interface. Machine Parent External Parent Internal1 Parent Internal2 Parent Internal3 Parent DHCP Note 1: The ParentExternal network does not need any further configuration, since the default is already to use DHCP. Note 2: The preferred DNS IP address for all 3 internal interfaces should be set to (that will be the IP address of the DNS server we will configure later). 3.4.PS. Using PowerShell 1..3 % { Set-NetIPInterface InterfaceAlias ParentInternal$_ -DHCP Disabled Remove-NetIPAddress InterfaceAlias ParentInternal$_ -AddressFamily IPv4 -Confirm:$false New-NetIPAddress InterfaceAlias ParentInternal$_ -IPAddress " $_.100" -PrefixLength 24 -Type Unicast Set-DnsClientServerAddress InterfaceAlias ParentInternal$_ -ServerAddresses } Get-NetIPAddress AddressFamily Ipv4 FT 3.4.OUT. Sample Output PS C:\> Get-NetIPAddress AddressFamily Ipv4 Format-Table ifindex IPAddress PrefixLength PrefixOrigin SuffixOrigin AddressState PolicyStore Manual Manual Preferred ActiveStore Manual Manual Preferred ActiveStore Manual Manual Preferred ActiveStore Dhcp Dhcp Preferred ActiveStore WellKnown WellKnown Preferred ActiveStore 3.4.GUI. Using Server Manager In Server Manager, click on Local Server on the list on left. In the properties pane on the right, scroll to see the list of Ethernet interfaces (there will be 4 of them) Click on the Ipv4 address link next to one of the interfaces, the Network Connections window will show On the list of network connections, right click the Internal1 interface and click Properties On the ParentInternal1 Properties window, select Internet Protocol Version 4 (TCP/IPv4) and click Properties. On TCP/IPv4 Properties window, select the option to Use the following IP address. Enter the IP address and the subnet mask (as shown below). Select the option Use the following DNS server address, enter and click OK Repeat this for the Internal2 and Internal3 networks, making sure to use the correct IP address (see table shown in item 3.4) and use the same Preferred DNS server IP address. Close the Network Connections and refresh the Local Server view.

11 4. Create the Base VM 4.1. Preparations Create a folder for your ISO files at C:\ISO and a folder for your VMs at C:\VMS Copy the Windows Server 2012 ISO file to C:\ISO (I renamed the file to WindowsServer2012.ISO) 4.2. Create a Base VM Create a new VM that will be used as the base image for our 4 VMs. Store it in the C:\VMS folder and attach the Windows Server 2012 ISO file to it. 4.2.PS. Using PowerShell MD C:\VMS New-VHD -Path C:\VMS\BASE.VHDX -Dynamic -SizeBytes 127GB New-VM -Name Base -VHDPath C:\VMS\BASE.VHDX -SwitchName External -Memory 1GB Set-VMDvdDrive VMName Base -Path C:\ISO\WindowsServer2012.ISO Start-VM Base 4.2.OUT. Sample Output PS C:\> Get-VM Name State CPUUsage(%) MemoryAssigned(M) Uptime Status Base Running :01:49 Operating normally 4.2.GUI. Using Hyper-V Manager In Windows Explorer, create a new C:\VMS folder. In Server Manager, click on Tools in the upper left and select Hyper-V Manager. In Hyper-V Manager, click on the server name on the pane on the left. On the task pane on the right, click on New, then click on Virtual Machine. On the Before you begin page, just click Next. On the Specify Name and Location page, use Base for the name, and C:\VMS for location. Click Next. On the Assign Memory page, use 1024 MB and click Next. On the Configure Networking page, use External. On the Connect Virtual Disk page, select the option to Create a virtual hard disk. Use Base.vhdx for name, C:\VMS for location and 127 GB for size. Click Next. On the Installation Options page, select the option to install from DVD, select the option to use an ISO file and enter the path to the Windows Server 2012 ISO file on your C:\ISO folder. Click Finish. In Hyper-V Manager, right-click the VM and select Start 4.3. Install Windows Server 2012 on the VM In Server Manager, click on Tools in the upper left and select Hyper-V Manager. In Hyper-V Manager, click on the server name on the pane on the left. On the list of VMs, right-click the VM called Base and click on Connect Follow the instructions on the screen, as you did in item 2.2. Set a password, but don t install any roles. Don t bother renaming the computer, since we re sysprep ing the VM anyway.

12 4.4. Sysprep the VM After you have the OS installed on the VM, sign in and run C:\Windows\System32\Sysprep\Sysprep.exe Select the options to run the OOBE, generalize and shutdown After Sysprep completes, the VM will be shut down Remove the base VM Remove the BASE VM, leaving just the BASE.VHDX. You should have a new base VHD ready to use at C:\VMS\BASE.VHD. Its size should be around 9GB. 4.5.PS. Using PowerShell Remove-VM Base 4.5.GUI. Using Hyper-V Manager In Hyper-V Manager, click on the server name on the pane on the left On the list of VMs, right-click the VM called Base and click on Delete

13 5. Configure the 4 VMs 5.1. Create 4 new differencing VHDs using the Base VHD 5.1.PS. Using PowerShell 1..4 % { New-VHD -ParentPath C:\VMS\BASE.VHDX Path C:\VMS\VM$_.VHDX } 5.1.OUT. Sample Output PS C:\> Dir C:\VMS Directory: C:\VMS Mode LastWriteTime Length Name a--- 8/17/ :00 AM BASE.VHDX -a--- 8/17/ :01 AM VM1.VHDX -a--- 8/17/ :01 AM VM2.VHDX -a--- 8/17/ :01 AM VM3.VHDX -a--- 8/17/ :01 AM VM4.VHDX 5.1.GUI. Using Hyper-V Manager In Hyper-V Manager, click on the server name on the pane on the left. On the task pane on the right, click on New, then click on Hard disk On the Before you begin page, just click Next. On the Choose disk format page, select VHDX and click Next. On the Choose disk type page, select Differencing. On the Specify Name and Location page, use VM1.VHDX for name and C:\VMS for location. Click Next. On the Configure disk page, use C:\VMS\BASE.VHDX for the location of the parent VHD. After this, you will have a new differencing VHD at VM1.VHD that s 4MB in size. Since we re creating 4 VMS, copy that file into VM2.VHD, VM3.VHD and VM4.VHD Create 4 similarly configured VMs You should create five VMs as follows: VM Role Computer Name External Internal 1 Internal 2 Internal 3 VM1 DNS, DC, iscsi Target DEMO-DC.DEMO.TEST DHCP N/A N/A VM2 File Server 1 DEMO-F1.DEMO.TEST DHCP VM3 File Server 2 DEMO-F2.DEMO.TEST DHCP VM4 SQL Server DEMO-DB.DEMO.TEST DHCP Note 1: Each VM will use one of the VHD files we created in the previous step. Note 2: Each VM will use 1GB of memory. 5.2.PS. Using PowerShell 1..4 % { New-VM -Name VM$_ -VHDPath C:\VMS\VM$_.VHDX -Memory 1GB -SwitchName External} 1..4 % { Add-VMNetworkAdapter VM$_ SwitchName Internal1 } 2..4 % { Add-VMNetworkAdapter VM$_ SwitchName Internal2 } 2..4 % { Add-VMNetworkAdapter VM$_ SwitchName Internal3 }

14 5.2.OUT. Sample Output PS C:\> Get-VM % { $_ ; $_ Get-VMNetworkAdapter FT } Name State CPUUsage(%) MemoryAssigned(M) Uptime Status VM1 Off :00:00 Operating normally Name IsManagementOs VMName SwitchName MacAddress Status IPAddresses Network Adapter False VM1 External {} Network Adapter False VM1 Internal {} Name State CPUUsage(%) MemoryAssigned(M) Uptime Status VM2 Off :00:00 Operating normally Name IsManagementOs VMName SwitchName MacAddress Status IPAddresses Network Adapter False VM2 External {} Network Adapter False VM2 Internal {} Network Adapter False VM2 Internal {} Network Adapter False VM2 Internal {} Name State CPUUsage(%) MemoryAssigned(M) Uptime Status VM3 Off :00:00 Operating normally Name IsManagementOs VMName SwitchName MacAddress Status IPAddresses Network Adapter False VM3 External {} Network Adapter False VM3 Internal {} Network Adapter False VM3 Internal {} Network Adapter False VM3 Internal {} Name State CPUUsage(%) MemoryAssigned(M) Uptime Status VM4 Off :00:00 Operating normally Name IsManagementOs VMName SwitchName MacAddress Status IPAddresses Network Adapter False VM4 External {} Network Adapter False VM4 Internal {} Network Adapter False VM4 Internal {} Network Adapter False VM4 Internal {} 5.2.GUI. Using Hyper-V Manager In Hyper-V Manager, click on the server name on the pane on the left. On the task pane on the right, click on New, then click on Virtual Machine On the Before you begin page, just click Next. On the Specify Name and Location page, use VM1 for the name, and C:\VMS for location. Click Next. On the Assign Memory page, use 1024 MB and click Next. On the Configure Networking page, use External. On the Connect Virtual Disk page, select the option to Use an existing virtual hard disk. Use C:\VMS\VM1.vhdx for name. Click on Finish. In Hyper-V Manager, click on the server name on the pane on the left. On the list of VMs, right-click the VM you just created (VM1) and click on Settings On the Settings for VM1 window, select Add Hardware, then Network Adapter. Select the Internal1 interface and click OK.

15 Repeat the process for VMs 2 to 4. For VMs 2 to 4, make sure to add networks Internal2 and Internal3 as well Internal Start the 4 VMs 5.3.PS. Using PowerShell Start-VM VM* 5.3.GUI. Using Hyper-V Manager In Hyper-V Manager, click on the server name on the pane on the left In Hyper-V Manager, multi-select VMs 1 to 5, right click them and click on Start 5.4. Complete the mini-setup for the 4 VMs Using Hyper-V manager, multi-select VMs 1 to 4, right click them and click on Connect Let the mini-setup complete, and configure each of the five VMs. You will be prompted for the usual items, like license agreement, clock/language/region settings and a password Change the computer name for each VM Change the computer name for each VM, using the names defined in item 5.2 The examples below are for VM1 (the DNS and Domain Controller). You should repeat this for each of the 4 VMs. At this point, you can also use this opportunity to enable Remote Desktop for each VM. This would be done for each VM as you did for the host in item 2.4, if you want to access the VMs remotely. 5.5.PS. Using PowerShell (for VM1, for instance) Rename-Computer DEMO-DC -Restart 5.5.GUI. Using Server Manager (for VM1, for instance) In Server Manager, click on Local Server on the list on left. Click on the default name next to Computer Name. Click on Change. Enter the new computer name as DEMO-DC. Click OK accept the changes. Click OK to acknowledge that you need to restart to apply changes. Click Restart Now For each VM, configure the networks In this step you will configure the network for each VM as shown on the table in item 5.2 We first rename the Network Connections in each guest for easy identification. The External network is identified as being the only one with a DHCP address. The remaining networks are renamed to Internal1, Internal2 and Internal3. For internal networks static IPs are configured, with mask and DNS set to The Internal 1 network will be used for DNS, Active Directory and the iscsi Target. The External network is useful for downloading from the Internet and remotely connecting to the 4 VMs. You could configure a DHCP server for the internal interfaces. However, due to the risk of accidentally creating a rogue DHCP server in your network, fixed IPs are used.

16 5.6.PS. Using PowerShell (for VM1, for instance) ## External NIC is the only one with a DHCP server Get-NetIPAddress -PrefixOrigin DHCP % { Rename-NetAdapter -InterfaceAlias $_.InterfaceAlias NewName External } ## $IC Internal Count Number of Internal networks $IC=0 Get-NetAdapter Ethernet* Sort MacAddress % { $IC++ Rename-NetAdapter -InterfaceAlias $_.InterfaceAlias NewName Internal$IC } ## $VM is the VM Number, between 1 and 4. Used as the last portion of the IP address. $VM=1 1..$IC % { Set-NetIPInterface InterfaceAlias Internal$_ -DHCP Disabled Remove-NetIPAddress InterfaceAlias Internal$_ -AddressFamily IPv4 Confirm:$false New-NetIPAddress InterfaceAlias Internal$_ -IPAddress " $_.$VM" -PrefixLength 24 -Type Unicast Set-DnsClientServerAddress InterfaceAlias Internal$_ -ServerAddresses } 5.6.GUI. Using Server Manager (For VM1, for instance) This step is similar to step 3.4, but this time performed on the 4 VM. Inside the VM, in Server Manager, click on Local Server on the list on left. In the properties pane on the right, Click on the Ipv4 address link next to one of the interfaces. The Network Connections window will show. As you did with the Hyper-V host, rename the NIC with the DHCP connection to External. This NIC needs no further configuration. Rename the remaining NIC to Internal1. (Other VMs will also have Internal2 and Internal3). For each internal NIC, right click the Internal1 interface and click Properties. On the Internal1 Properties window, select Internet Protocol Version 4 (TCP/IPv4) and click Properties. On TCP/IPv4 Properties window, select the option to Use the following IP address. Enter the corresponding IP address (see table on item 5.2) and the subnet mask Select the option Use the following DNS server address, enter and click OK. Repeat this for the Internal2 and Internal3 networks using the corresponding IP address and the DNS above. Close the Network Connections and refresh the Local Server view. Note: If you can t tell which Internal network is which inside the VMs with multiple Internal networks, you can temporarily set one of the adapters to Not Connected in the VM Settings and verify which one shows as Network cable unplugged.

17 5.7. Review VM name and network configuration After renaming the computer, renaming the network and configuring IP addresses, review the configuration on each VM to make sure you did not miss any step. Examples are shown below for VM1 and VM PS. Using PowerShell Get-WmiObject Win32_ComputerSystem Get-NetAdapter Get-NetIPAddress -AddressFamily IPv4 Sort IfIndex FT 5.7.OUT. Sample Output (for VM2, a.k.a. DEMO-F1) PS C:\> Get-WmiObject Win32_ComputerSystem Domain : WORKGROUP Manufacturer : Microsoft Corporation Model : Virtual Machine Name : DEMO-F1 PrimaryOwnerName : Windows User TotalPhysicalMemory : PS C:\> Get-NetAdapter Name InterfaceDescription ifindex Status MacAddress LinkSpeed External Microsoft Hyper-V Network Adapter #4 15 Up D-B5-AE Gbps Internal3 Microsoft Hyper-V Network Adapter #3 14 Up D-B5-AE Gbps Internal1 Microsoft Hyper-V Network Adapter 12 Up D-B5-AE Gbps Internal2 Microsoft Hyper-V Network Adapter #2 13 Up D-B5-AE Gbps PS C:\> Get-NetIPAddress -AddressFamily IPv4 Sort IfIndex FT ifindex IPAddress PrefixLength PrefixOrigin SuffixOrigin AddressState PolicyStore WellKnown WellKnown Preferred ActiveStore Manual Manual Preferred ActiveStore Manual Manual Preferred ActiveStore Manual Manual Preferred ActiveStore Dhcp Dhcp Preferred ActiveStore 5.7.GUI. Using Server Manager In Server Manager, click on Local Server on the list on left. Verify the network configuration.

18 6. Configure DNS and Active Directory 6.1. Install DNS and Active Directory Domain Services Install the required DNS and Active Directory Domain Services roles to VM1 (DEMO-DC) 6.1.PS. Using PowerShell Install-WindowsFeature DNS, AD-Domain-Services, RSAT-AD-PowerShell, RSAT-ADDS-Tools 6.1.GUI. Using Server Manager In Server Manager, click on Dashboard on the list on left. Click on the Add Roles and Features, which is option 2 under Configure this local server. On the Before You Begin page, just click Next. On the Installation Type page, click Role-base or feature-based installation and click Next. On the Server Selection page, select your server and click Next. On the Server Role page, select Active Directory Domain Services. On the dialog about adding required services, click Add Features. On the Server Role page, select DNS Server and click Next. On the dialog about adding required services, click Add Features. On the Feature page, just click Next. On the Active Directory Domain Services page, just click Next. On the DNS Server page, just click Next. On the Confirmation page, click Install. The roles will be installed Configure Active Directory Create a new domain and forest for the DEMO.TEST domain. 6.2.PS. Using PowerShell Import-Module ADDSDeployment Install-ADDSForest ` -CreateDNSDelegation:$false ` -DatabasePath "C:\Windows\NTDS" ` -DomainMode "Win2008R2" ` -DomainName "DEMO.TEST" ` -DomainNetBIOSName "DEMO" ` -ForestMode "Win2008R2" ` -InstallDNS:$true ` -LogPath "C:\Windows\NTDS" ` -SafeModeAdministratorPassword (Read-Host -AsSecureString -Prompt "Enter Password") ` -SYSVOLPath "C:\Windows\SYSVOL" 6.2.GUI. Using Server Manager Open Server Manager and click on the AD DS option on the right. On the yellow band showing Configuration Required for Active Directory... click More On the All Server Task Details, click on the action to Promote this server The Active Directory Domain Services Configuration Wizard will start. On the Deployment Configuration page, select Add a new forest.

19 Enter DEMO.TEST as the root domain name and click Next. On the Domain Controller Option, enter the password twice and click Next. On the DNS Options page, click Next. On the Additional Options page, click Next. (NETBIOS name check takes a while) On the Paths page, click Next. On the Review Options page, click Next. On the Pre-requisites page, click Next. (Pre-requisite checks takes a while) Click Install Join the other VMs to the domain After the Domain Controller reboots, for every one of the other 3 VMs, join the domain You will need to provide the domain name (DEMO.TEST) and the Administrator credentials From now on, always log on to any of the VMs using the domain credentials: DEMO.TEST\Administrator 6.3.PS. Using PowerShell (for VM2 to VM4) Add-Computer -DomainName DEMO.TEST -Restart 6.4. Create the SQL Service account In the Domain Controller, use Active Directory Users and Computers to create a new user account for SQL. The account should be called SQLService and should not require change in the next logon. Set a password for the SQLService account. 6.4.PS. Using PowerShell New-ADUser -Name SQLService Enabled $True -UserPrincipalName SQLService@DEMO.TEST ` -DisplayName SQLService -ChangePasswordAtLogon $False -PasswordNeverExpires $True ` -AccountPassword (Read-Host -AsSecureString "Enter password") 6.4.OUT. Sample Output PS C:\> Get-ADUser -Filter {Name -like "SQL*"} DistinguishedName : CN=SQLService,CN=Users,DC=DEMO,DC=TEST Enabled : True GivenName : Name : SQLService ObjectClass : user ObjectGUID : 7a02941d-10c7-45f8-b986-1b67a08ddd06 SamAccountName : SQLService SID : S Surname : UserPrincipalName : SQLService@DEMO.TEST 6.4.GUI. Using Server Manager Open Server Manager In the Tools menu on the upper right, select Active Directory Users and Computers Right click the Users container on the tree on the left, then select New, then User Enter SQLService as Full Name and User Logon Name, then click Next Enter the password twice as required Uncheck user must change password at next logon and check Password never expires Click Next, then click Finish

20 7. Configure iscsi We ll create a single Target with 3 Devices (LUNs or VHD files) and used by 2 initiators (DEMO-F1 and DEMO-F2). The devices will include a 1GB VHD for the Cluster Witness volume and two 20GB VHDs for the data volumes. We ll then configure the initiators and volumes from the File Server side Add the iscsi Software Target Add the iscsi Software Target role service to VM2 (DEMO-IT.DEMO.TEST) 7.1.PS. Using PowerShell Install-WindowsFeature FS-iSCSITarget-Server 7.1.GUI. Using Server Manager In Server Manager, click on Dashboard on the list on left Click on the Add Roles and Features, which is option 2 under Configure this local server On the Before You Begin page, just click Next On the Installation Type page, click Role-base or feature-based installation and click Next On the Server Selection page, expand File and Storage Services, then File Services Select the iscsi Target Server On the dialog about adding required services, click Add Features Click Next On the Feature page, just click Next On the Confirmation page, click Install The role will be installed 7.2. Create the LUNs and Target Create the 1 st LUN with the file at C:\LUN0.VHD, 1GB in size, description LUN0. Create the 2 nd and 3 rd LUNs at C:\LUN1.VHD and C:\LUN2.VHD, both with 20GB. Add those to a single target, exposed to two initiators by IP address ( and ) 7.2.PS. Using PowerShell New-IscsiServerTarget -TargetName FileCluster -InitiatorID IPAddress: , IPAddress: New-IscsiVirtualDisk -DevicePath C:\LUN0.VHD -Size 1GB 1..2 % {New-IscsiVirtualDisk -DevicePath C:\LUN$_.VHD -Size 20GB} 0..2 % {Add-iSCSIVirtualDiskTargetMapping -TargetName FileCluster -DevicePath C:\LUN$_.VHD} 7.2.OUT. Sample output PS C:\> Get-IscsiServerTarget ChapUserName : ClusterGroupName : ComputerName : DEMO-DC.DEMO.TEST Description : EnableChap : False EnableReverseChap : False EnforceIdleTimeoutDetection : True FirstBurstLength : IdleDuration : 00:00:21 InitiatorIds : {IPAddress: , IPAddress: } LastLogin : LunMappings : {TargetName:FileCluster;VHD:"C:\LUN0.VHD";LUN:0, TargetName:FileCluster;VHD:"C:\LUN1.VHD";LUN:1, TargetName:FileCluster;VHD:"C:\LUN2.VHD";LUN:2}

21 MaxBurstLength : MaxReceiveDataSegmentLength : ReceiveBufferCount : 10 ReverseChapUserName : Sessions : {} Status : NotConnected TargetIqn : iqn com.microsoft:demo-dc-filecluster-target TargetName : FileCluster PS C:\> Get-IscsiVirtualDisk ClusterGroupName : ComputerName : DEMO-DC.DEMO.TEST Description : DiskType : Fixed HostVolumeId : {C4A5E065-E88F-11E1-93EB-806E6F6E6963} LocalMountDeviceId : OriginalPath : ParentPath : Path : C:\LUN0.VHD SerialNumber : 3FDD6603-2F45-4E95-8C0F-0B6A574DA84A Size : SnapshotIds : Status : NotConnected VirtualDiskIndex : ClusterGroupName : ComputerName : DEMO-DC.DEMO.TEST Description : DiskType : Fixed HostVolumeId : {C4A5E065-E88F-11E1-93EB-806E6F6E6963} LocalMountDeviceId : OriginalPath : ParentPath : Path : C:\LUN2.VHD SerialNumber : EA-32FF-4BA4-856D-C6F464FEC82F Size : SnapshotIds : Status : NotConnected VirtualDiskIndex : ClusterGroupName : ComputerName : DEMO-DC.DEMO.TEST Description : DiskType : Fixed HostVolumeId : {C4A5E065-E88F-11E1-93EB-806E6F6E6963} LocalMountDeviceId : OriginalPath : ParentPath : Path : C:\LUN1.VHD SerialNumber : BBCB273F-74EF-4E50-AA07-EDCD2E955A3B Size : SnapshotIds : Status : NotConnected VirtualDiskIndex : GUI. Using Server Manager In Server Manager, click on File and Storage Services on the list on left Click on iscsi Virtual Disks On the Tasks menu on the right, select New Virtual Disk The New iscsi Virtual Disk Wizard will start On the Virtual Disk Location page, with the DEMO-IT server and C: volume selected, click Next On the Virtual Disk Name page, enter LUN0 as the Name, then click Next On the Virtual Disk Size page, enter 1GB as the size, then click Next On the iscsi Target page, with the New iscsi target option selected, click Next On the iscsi Target Name page, enter FileCluster as the name, then click Next On the Access Servers page, click on Add Select Enter a value..., select IP Address, enter , then click OK On the Access Servers page, click on Add again Select Enter a value..., select IP Address, enter , then click OK With the two iscsi Initiators specified, click Next On the Enable Authentication page, click Next

22 On the Confirmation page, click Create When the wizard is done, click Close. On the Tasks menu on the right, select New Virtual Disk The New iscsi Virtual Disk Wizard will start On the Virtual Disk Location page, with the DEMO-IT server and C: volume selected, click Next On the Virtual Disk Name page, enter LUN1 as the Name, then click Next On the Virtual Disk Size page, enter 20GB as the size, then click Next On the iscsi Target page, with the Select Existing iscsi target option selected, click Next On the Confirmation page, click Create When the wizard is done, click Close. Repeat the steps above to create a LUN2 with 20GB and add to the same target Configure the iscsi Initiators Now we shift to the two File Servers, which will run the iscsi Initiator. We ll do this on VM2 and VM3 (or DEMO-F1 and DEMO-F2). Make sure to log on using the domain administrator (DEMO\Administrator), not the local Administrator. You will then start the iscsi Initiator, configuring the service to start automatically. You will then connect the initiator to the iscsi Target we just configured on DEMO-IT 7.3.PS. Using PowerShell Set-Service MSiSCSI -StartupType automatic Start-Service MSiSCSI New-iSCSITargetPortal -TargetPortalAddress Get-iSCSITarget Connect-iSCSITarget Get-iSCSISession Register-iSCSISession 7.3.OUT. Sample output PS C:\> Get-IscsiTargetPortal InitiatorInstanceName : InitiatorPortalAddress : IsDataDigest : False IsHeaderDigest : False TargetPortalAddress : TargetPortalPortNumber : 3260 PSComputerName : PS C:\> Get-IscsiTarget Format-List IsConnected : True NodeAddress : iqn com.microsoft:demo-dc-filecluster-target PSComputerName : PS C:\> Get-IscsiConnection ConnectionIdentifier : fffffa8002d InitiatorAddress : InitiatorPortNumber : TargetAddress : TargetPortNumber : 3260 PSComputerName : PS C:\> Get-Disk Number Friendly Name OperationalStatus Total Size Partition Style Virtual HD ATA Device Online 127 GB MBR 1 MSFT Virtual HD SCSI Disk Device Offline 1 GB RAW 2 MSFT Virtual HD SCSI Disk Device Offline 20 GB RAW 3 MSFT Virtual HD SCSI Disk Device Offline 20 GB RAW

23 7.3.GUI. Using Server Manager Open Server Manager In the Tools menu on the upper right, select iscsi Initator Click on Yes on the prompt about automatically starting the iscsi Initiator. Enter on the Target field and click the Quick Connect button next to it. Verify the status shows as Connect and click on Done Click on the Volume and Devices tab and click on the Auto Configure button. Verify that three volumes show up on the Volume List. Click OK to close the iscsi Initiator Configure the disks Execute this task only on the first of the two file server (VM2, a.k.a. DEMO-F1). This will configure the three disks exposed by the iscsi Target (the iscsi LUNs). They first need to be onlined, initialized and partitioned (we re using MBR partitions, since the disks are small). Then you will format them and assign each one a driver letter (W:, X: and Y:). Drive W: will be the used as witness disks, while X: and Y: will be data disks for the file server cluster. 7.4.PS. Using PowerShell 1..3 % { $d = -WXY [$_] Set-Disk -Number $_ -IsReadOnly 0 Set-Disk -Number $_ -IsOffline 0 Initialize-Disk -Number $_ -PartitionStyle MBR New-Partition -DiskNumber $_ -DriveLetter $d UseMaximumSize Initialize-Volume -DriveLetter $d -FileSystem NTFS -Confirm:$false } 7.4.OUT. Sample output PS C:\> Get-Disk Number Friendly Name OperationalStatus Total Size Partition Style Virtual HD ATA Device Online 127 GB MBR 1 MSFT Virtual HD SCSI Disk Device Online 1 GB MBR 2 MSFT Virtual HD SCSI Disk Device Online 20 GB MBR 3 MSFT Virtual HD SCSI Disk Device Online 20 GB MBR PS C:\> Get-Volume Sort DriveLetter DriveLetter FileSystemLabel FileSystem DriveType HealthStatus SizeRemaining Size System Reserved NTFS Fixed Healthy MB 350 MB A Removable Healthy 0 B 0 B C NTFS Fixed Healthy GB GB D CD-ROM Healthy 0 B 0 B W NTFS Fixed Healthy MB MB X NTFS Fixed Healthy 19.9 GB 20 GB Y NTFS Fixed Healthy 19.9 GB 20 GB 7.4.GUI. Using Server Manager Open the Disk Management tool Online all three offline disks (the iscsi LUNs) Initialize them (you can use MBR partitions, since they are small) Create a new Simple Volume on each one using all the disk space on the LUN Quick-format them with NTFS as the file system Assign each one a drive letter (W:, X: and Y:)

24 8. Configure the File Server 8.1 Install the required roles and features Now we need to configure VM2 and VM3 as file servers and cluster nodes 8.1.PS. Using PowerShell (from both VM2 and VM3) Install-WindowsFeature File-Services, FS-FileServer, Failover-Clustering Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature Install-WindowsFeature RSAT-File-Services -IncludeAllSubFeature 8.1.OUT. Sample output PS C:\> Get-WindowsFeature *File*, *Cluster* Display Name Name Install State [X] File And Storage Services FileAndStorage-Services Installed [X] File and iscsi Services File-Services Installed [X] File Server FS-FileServer Installed [X] Failover Clustering Failover-Clustering Installed [X] Failover Clustering Tools RSAT-Clustering Installed [X] Failover Cluster Management Tools RSAT-Clustering-Mgmt Installed [X] Failover Cluster Module for Windows... RSAT-Clustering-Powe... Installed [X] Failover Cluster Automation Server RSAT-Clustering-Auto... Installed [X] Failover Cluster Command Interface RSAT-Clustering-CmdI... Installed [X] File Services Tools RSAT-File-Services Installed [X] Share and Storage Management Tool RSAT-CoreFile-Mgmt Installed 8.1.GUI. Using Server Manager For both DEMO-F1 and DEMO-F2, from Server Manager, select Add Role and check File and Storage Services. Next, select Add Feature and check Failover Clustering 8.2. Validate the Failover Cluster Configuration 8.2.PS. Using PowerShell (From VM2, DEMO-F1) Test-Cluster -Node DEMO-F1, DEMO-F2 8.2.OUT. Sample output

25 8.2.GUI. Using Server Manager On VM2 (DEMO-F1), open Server Manager. On the Tools menu on the upper right, select Failover Cluster Manager In Failover Cluster Manager and click on the option to Validate a Configuration The Validate a Configuration Wizard will start. Click Next Add the two file servers: DEMO-F1 and DEMO-F2. Then click Next Select the option to Run all tests. Click Next. Click Next again to confirm. Let the validation process run. It will take a few minutes to complete. Validation should not return any errors. If it does, review the previous steps and make sure to address any issues listed in the validation report Create a Failover Cluster 8.3.PS. Using PowerShell (From VM2, DEMO-F1) New-Cluster Name DEMO-FC -Node DEMO-F1, DEMO-F2 8.3.GUI. Using Server Manager On VM2 (DEMO-F1), open Server Manager. On the Tools menu on the upper right, select Failover Cluster Manager In Failover Cluster Manager and click on the option to Create a Cluster The Create a Cluster Wizard will start. Click Next Add the two file servers: DEMO-F1 and DEMO-F2. Then click Next Enter the Cluster Name: DEMO-FC. Then click Next Click Next again to confirm. Click Finish after the cluster is created.

26 8.4. Configure the Cluster Networks For consistency, you should rename the Cluster networks to match the names used previously. You should also configure the Internal networks to be used by cluster, but not the External one. 8.4.PS. Using PowerShell (From VM2, DEMO-F1) (Get-ClusterNetwork? Address -like * ).Name = "Internal1" (Get-ClusterNetwork? Address -like * ).Name = "Internal2 (Get-ClusterNetwork? Address -like * ).Name = "Internal3 (Get-ClusterNetwork? Name -notlike Internal* ).Name = "External" (Get-ClusterNetwork Internal1).Role = 3 (Get-ClusterNetwork Internal2).Role = 3 (Get-ClusterNetwork Internal3).Role = 3 (Get-ClusterNetwork External).Role = OUT. Sample Output PS C:\> Get-ClusterNetwork Select * Cluster : DEMO-FC State : Up Name : External Ipv6Addresses : {2001:4898:2a:3::, 2001:4898:0:fff:0:5efe: } Ipv6PrefixLengths : {64, 119} Ipv4Addresses : { } Ipv4PrefixLengths : {23} Address : AddressMask : Description : Role : 1 AutoMetric : True Metric : Id : 14cab1e8-c16c-46fa-bf01-afc808d29368 Cluster : DEMO-FC State : Up Name : Internal1 Ipv6Addresses : {} Ipv6PrefixLengths : {} Ipv4Addresses : { } Ipv4PrefixLengths : {24} Address : AddressMask : Description : Role : 3 AutoMetric : True Metric : Id : a0-8e5e cd Cluster : DEMO-FC State : Up Name : Internal2 Ipv6Addresses : {} Ipv6PrefixLengths : {} Ipv4Addresses : { } Ipv4PrefixLengths : {24} Address : AddressMask : Description : Role : 3 AutoMetric : True Metric : Id : 528c89bc d1a-aa80-65bd5c25e3e5 Cluster : DEMO-FC State : Up Name : Internal3 Ipv6Addresses : {} Ipv6PrefixLengths : {}

27 Ipv4Addresses : { } Ipv4PrefixLengths : {24} Address : AddressMask : Description : Role : 3 AutoMetric : True Metric : Id : 0f59076d d69-af43-271cc4f GUI. Using Server Manager In Failover Cluster Manager, expand the nodes until you find the Networks node. For each network, right-click the name and click Properties. Enter the name Internal1, Internal2, Internal3 or External, according to their IP addresses. For the External network, make sure Allow cluster is selected and Allow clients is *not* checked. For all Internal networks, select Allow cluster and check the Allow clients checkbox Add data disks to Cluster Shared Volumes (CSV) Add the disks to the list of Cluster Shared Volumes. 8.5.PS. Using PowerShell (From VM2, DEMO-F1) Get-ClusterResource? OwnerGroup -like Available* Add-ClusterSharedVolume 8.5.GUI. Sample Output PS C:\> Get-ClusterResource Name State OwnerGroup ResourceType Cluster Disk 3 Online Cluster Group Physical Disk Cluster IP Address Online Cluster Group IP Address Cluster IP Address 2001:48... Online Cluster Group IPv6 Address Cluster Name Online Cluster Group Network Name PS C:\> Get-ClusterSharedVolume Name State Node Cluster Disk 1 Online DEMO-F1 Cluster Disk 2 Online DEMO-F2 8.5.GUI. Using Server Manager In Failover Cluster Manager, expand the nodes until you find the Storage node. Select the two disks currently assigned to Available Storage. Right click the two selected disks and click on Add to Cluster Shared Volumes

28 8.6. Create the Scale-Out File Server Create a Scale-Out File Server. 8.6.PS. Using PowerShell (From VM2, DEMO-F1) Add-ClusterScaleOutFileServerRole -Name DEMO-FS 8.6.OUT. Sample Output PS C:\> Get-ClusterGroup DEMO-FS Name OwnerNode State DEMO-FS DEMO-F1 Online PS C:\> Get-ClusterGroup DEMO-FS Get-ClusterResource Name State OwnerGroup ResourceType DEMO-FS Online DEMO-FS Distributed Network Name Scale-Out File Server (\\D... Online DEMO-FS Scale Out File Server 8.6.GUI. Using Server Manager On the Failover Cluster Manager, select the main node on the tree (with the cluster name) On the actions menu on the right, select Configure Role The High Availability Wizard will start. Click Next On the Select Role page, select File Server and click Next On the File Server Type page, select File Server for scale-out application data and click Next On the Client Access Point page, specify the name of the service as DEMO-FS On the Confirmation page, click Next. Click Finish after the configuration is completed.

29 8.7. Create the folders and shares In this step, you will create two shares: one for database files and one for log files 8.7.PS. Using PowerShell (From VM2, DEMO-F1) MD C:\ClusterStorage\Volume1\DATA New-SmbShare -Name DATA -Path C:\ClusterStorage\Volume1\DATA -FullAccess DEMO.TEST\Administrator, DEMO.TEST\SQLService (Get-SmbShare DATA).PresetPathAcl Set-Acl MD C:\ClusterStorage\Volume2\LOG New-SmbShare -Name LOG -Path C:\ClusterStorage\Volume2\LOG -FullAccess DEMO.TEST\Administrator, DEMO.TEST\SQLService (Get-SmbShare LOG).PresetPathAcl Set-Acl 8.7.OUT. Sample Output PS C:\> Get-SmbShare Data, Log Name ScopeName Path Description DATA DEMO-FS C:\ClusterStorage\Volume1\... LOG DEMO-FS C:\ClusterStorage\Volume2\LOG PS C:\> Get-SmbShare Data, Log Select * PresetPathAcl : System.Security.AccessControl.DirectorySecurity ShareState : Online AvailabilityType : ScaleOut ShareType : FileSystemDirectory FolderEnumerationMode : Unrestricted CachingMode : Manual CATimeout : 0 ConcurrentUserLimit : 0 ContinuouslyAvailable : True CurrentUsers : 0 Description : EncryptData : False Name : DATA Path : C:\ClusterStorage\Volume1\DATA Scoped : True ScopeName : DEMO-FS SecurityDescriptor : O:BAG:DUD:(A;;FA;;;S )(A;;FA;;;S ) ShadowCopy : False Special : False Temporary : False Volume : \\?\Volume{ e-1f33-4d27-9bf1-2e9ec6da13a0}\ PSComputerName : CimClass : ROOT/Microsoft/Windows/SMB:MSFT_SmbShare CimInstanceProperties : {AvailabilityType, CachingMode, CATimeout, ConcurrentUserLimit...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties PresetPathAcl : System.Security.AccessControl.DirectorySecurity ShareState : Online AvailabilityType : ScaleOut ShareType : FileSystemDirectory FolderEnumerationMode : Unrestricted CachingMode : Manual CATimeout : 0 ConcurrentUserLimit : 0 ContinuouslyAvailable : True CurrentUsers : 0 Description : EncryptData : False Name : LOG Path : C:\ClusterStorage\Volume2\LOG Scoped : True ScopeName : DEMO-FS SecurityDescriptor : O:BAG:DUD:(A;;FA;;;S )(A;;FA;;;S

30 ) ShadowCopy : False Special : False Temporary : False Volume : \\?\Volume{888f5e8c-c91c-4bcf-b4b2-cc4e427ee54c}\ PSComputerName : CimClass : ROOT/Microsoft/Windows/SMB:MSFT_SmbShare CimInstanceProperties : {AvailabilityType, CachingMode, CATimeout, ConcurrentUserLimit...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties 8.7.GUI. Using Server Manager On the Failover Cluster Manager, select the Roles node on the tree on the left. Click on the DEMO-FS role and then click on Add Shared Folder on the actions menu on the right. The New Share Wizard will start. On the Select Profile page, select SMB Share Server Application and click Next On the Share Location page, select C:\ClusterStorage\Volume1 as the location. Click Next. On the Share Name page, enter Data as the share name, click Next. On the Other Settings page, just click Next On the Permissions page, click on Customize permissions Click on Add, then click on Select a Principal. Enter DEMO\Administrator, click on Check Names and then click OK. Click Full Control and click OK. Click on Add, then click on Select a Principal. Enter DEMO\SQLService, click on Check Names and then click OK. Click Full Control and click OK. Click OK, then click on Next, then click on Create Click on Close after the wizard finishes creating the share. Repeat the process for a share called LOG on Volume2.

31 9. Configure the SQL Server 9.1. Mount the SQL Serve ISO file Copy the SQL Server 2012 ISO file to the C:\ISO folder. Mount that in the DVD for VM4, DEMO-DB. 9.1.PS. Using PowerShell Set-VMDvdDrive VMName VM4 -Path C:\ISO\SQLFULL_ENU.iso 9.1.GUI. Using Hyper-V Manager In Server Manager, click on Tools in the upper left and select Hyper-V Manager In Hyper-V Manager, click on the server name on the pane on the left Right-click VM4 and click on Connect In the Media menu, select DVD Drive and then Insert Disk Point to the SQL Server 2012 ISO file under the C:\ISO folder Run SQL Server Setup From VM4 (DEMO-DB), run SQL Server 2012 setup from the DVD. In the SQL Server Installation Center, click on Installation, then select New SQL Server stand-alone Let it verify the SQL Server Setup Support Rules pass and click OK Select Evaluation under Specify a free edition and click Next Review the licensing terms and click Next SQL Server 2012 Setup will start. Let it verify Setup Support Rules pass and click Next. In the Setup Role page, select SQL Server Feature Installation and click Next. In the Feature selection page, select only the Database Engine Services and the Management Tools. Use the default directories. Click Next. In the Installation Rules page, click Next. In the Instance Configuration page, click Next In the Disk Space Requirements page, click Next. In the Server Configuration page, enter DEMO.TEST\SQLService as the account name for the SQL Server Database Engine and the SQL Server Agent, set them both to start automatically. Click Next In the Database Engine Configuration page, click on Add Current User. Click on the Data Directories tab. Enter \\DEMO-FS\DATA as the Data Root Directory.

32 Fix the two path for Log directories to use \\DEMO-FS\LOG instead of the data folder. You will be prompted to confirm the right permissions are assigned on the share. Click Yes. On the Error reporting page, click Next On the Installation Configuration Rules page, click Next On the Ready to Install page, click Install The installation will complete.

33 9.3. Create a database using the clustered file share On the SQL Server VM, open SQL Server Management Studio. On the Connect to Server window, accept the default server name and authentication. Click Connect. Right click the main node, select Properties and click on the Database Settings. Verify that that the Database default locations point to the file shares entered earlier. Click OK to close the Server Properties. Expand the tree on the left to find the Databases node. Right-click Databases and select New Database Enter Orders as the database name and note the path pointing to the clustered file share. Scroll the bar to the right to see the Path column: Click OK to create the database.

Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Jose Barreto Principal Program Manager Microsoft Corporation

Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Jose Barreto Principal Program Manager Microsoft Corporation Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Jose Barreto Principal Program Manager Microsoft Corporation Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Abstract In Windows

More information

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled Getting Started with Hyper-V and the Scale Computing Cluster Scale Computing 5225 Exploration Drive Indianapolis, IN, 46241 Contents Contents CHAPTER 1 Introduction to Hyper-V: BEFORE YOU START. vii Revision

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

More information

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation.

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation. Installing and Configuring Windows Server 2008 Tom Brett Module Overview Planning Windows Server 2008 Installations Performing a Windows Server 2008 Installation Configuring Windows Server 2008 Following

More information

Active Directory Deployment and Management Enhancements

Active Directory Deployment and Management Enhancements Active Directory Deployment and Management Enhancements Windows Server 2012 Hands-on lab In this lab, you will learn how to deploy Active Directory domain controllers with Windows Server 2012. You will

More information

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Microsoft Corporation Published: May 2010 Abstract This guide describes the steps for configuring Remote Desktop Connection

More information

Configuring Windows Server Clusters

Configuring Windows Server Clusters Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

StarWind iscsi SAN & NAS: Configuring HA Shared Storage for Scale- Out File Servers in Windows Server 2012 January 2013

StarWind iscsi SAN & NAS: Configuring HA Shared Storage for Scale- Out File Servers in Windows Server 2012 January 2013 StarWind iscsi SAN & NAS: Configuring HA Shared Storage for Scale- Out File Servers in Windows Server 2012 January 2013 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software

More information

Virtualizing your Datacenter

Virtualizing your Datacenter Virtualizing your Datacenter with Windows Server 2012 R2 & System Center 2012 R2 Part 2 Hands-On Lab Step-by-Step Guide For the VMs the following credentials: Username: Contoso\Administrator Password:

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

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 Server 2012 Failover JANUARY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

Active Directory integration with CloudByte ElastiStor

Active Directory integration with CloudByte ElastiStor Active Directory integration with CloudByte ElastiStor Prerequisite Change the time and the time zone of the Active Directory Server to the VSM time and time zone. Enabling Active Directory at VSM level

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V

NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V Instructions apply to installs on Windows Server 2012 R2 Before you begin When deployed in a Hyper V environment, LANGuardian will capture

More information

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291)

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291) Course: WIN310 Student Lab Setup Guide Summer 2010 Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 Published by Wiley & Sons 1 STUDENT COMPUTER SETUP Hardware Requirements

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering

istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering istorage Server: High-Availability iscsi SAN for Windows Server 2008 & Hyper-V Clustering Tuesday, Feb 21 st, 2012 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2012.

More information

Hyper-V: Using Hyper-V and Failover Clustering

Hyper-V: Using Hyper-V and Failover Clustering 2010 Microsoft Corporation. All rights reserved. Hyper-V: Using Hyper-V and Failover Clustering Updated: June 9, 2010 Applies To: Windows Server 2008, Windows Server 2008 R2 This guide walks you through

More information

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering Multipathing I/O (MPIO) enables the use of multiple iscsi ports on a Drobo SAN to provide fault tolerance. MPIO can also boost performance of an application by load balancing traffic across multiple ports.

More information

StarWind iscsi SAN & NAS: Configuring HA File Server on Windows Server 2012 for SMB NAS January 2013

StarWind iscsi SAN & NAS: Configuring HA File Server on Windows Server 2012 for SMB NAS January 2013 StarWind iscsi SAN & NAS: Configuring HA File Server on Windows Server 2012 for SMB NAS January 2013 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks

More information

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1 EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version

More information

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX

Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Building Microsoft Windows Server 2012 Clusters on the Dell PowerEdge VRTX Startup Guide Paul Marquardt Contents Introduction... 4 Requirements... 4 Chassis setup... 6 Chassis placement and CMC cabling...

More information

During your session you will have access to the following lab configuration.

During your session you will have access to the following lab configuration. Introduction The Install and Configure Servers module provides you with the instruction and server hardware to develop your hands on skills in the defined topics. This module includes the following exercises:

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

ProHVM (Probus-IT Hyper-V Manager)

ProHVM (Probus-IT Hyper-V Manager) 2014/01/02 20:58 1/10 Hyper-V Tools ProHVM (Probus-IT Hyper-V Manager) HVM will help you to manage Hyper-V Servers and virtual machines. It is especially useful on core installations where you cannot run

More information

Contents Introduction... 3 Introduction to Active Directory Services... 4 Installing and Configuring Active Directory Services...

Contents Introduction... 3 Introduction to Active Directory Services... 4 Installing and Configuring Active Directory Services... Contents 1. Introduction... 3 1.1. Setup... 3 2. Introduction to Active Directory Services... 4 3. Installing and Configuring Active Directory Services... 5 3.1. Joining to Domain... 5 3.2. Promoting Member

More information

Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre

Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre User Guide cloudstore.interoute.com Introduction & Scope This document is intended as an illustration of how a Microsoft

More information

Installing and Configuring a. SQL Server 2012 Failover Cluster

Installing and Configuring a. SQL Server 2012 Failover Cluster Installing and Configuring a SQL Server 2012 Failover Cluster Edwin M Sarmiento Applies to: SQL Server 2012 SQL Server 2014 P a g e 1 Copyright This document is provided as-is. Information and views expressed

More information

Exam 70-410: Installing and Configuring Windows Server 2012

Exam 70-410: Installing and Configuring Windows Server 2012 Exam 70-410: Installing and Configuring Windows Server 2012 Course Overview This course is part one, of a series of three courses, which validate the skills and knowledge necessary to implement a core

More information

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191 Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual

More information

Windows Sever 2008: 32Bit For ADC Device Server and File Server Implementations Release: 9-February-2012 Rebrand: 30-April-2014

Windows Sever 2008: 32Bit For ADC Device Server and File Server Implementations Release: 9-February-2012 Rebrand: 30-April-2014 Windows Sever 2008: 32Bit For ADC Device Server and File Server Implementations Release: 9-February-2012 Rebrand: 30-April-2014 Publication Information 2014 Imagine Communications Corp. Proprietary and

More information

How To Install And Configure Windows Server 2003 On A Student Computer

How To Install And Configure Windows Server 2003 On A Student Computer Course: WIN310 Student Lab Setup Guide Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 STUDENT COMPUTER SETUP Hardware Requirements All hardware must be on the Microsoft

More information

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

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

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

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

Installing Active Directory

Installing Active Directory Installing Active Directory 119 Installing Active Directory Installing Active Directory is an easy and straightforward process as long as you planned adequately and made the necessary decisions beforehand.

More information

A Principled Technologies deployment guide commissioned by Dell Inc.

A Principled Technologies deployment guide commissioned by Dell Inc. A Principled Technologies deployment guide commissioned by Dell Inc. TABLE OF CONTENTS Table of contents... 2 Introduction... 3 About the components... 3 About the Dell PowerEdge VRTX...3 About the Dell

More information

SharePoint Server for Business Intelligence

SharePoint Server for Business Intelligence SharePoint Server for Business Intelligence SharePoint Business Intelligence Content Team Summary: Step-by-step, learn how to install and configure SharePoint Server 2010 and SQL Server 2008 to create

More information

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required 2 Today s Agenda - 9:00-10:30 - Windows Azure Infrastructure Services - 10:30-10:45 - Break - 10:45-12:00 - Windows Azure Infrastructure

More information

VMware for Bosch VMS. en Software Manual

VMware for Bosch VMS. en Software Manual VMware for Bosch VMS en Software Manual VMware for Bosch VMS Table of Contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3 Installing and configuring ESXi server 6 3.1 Installing

More information

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

Migrating Active Directory to Windows Server 2012 R2

Migrating Active Directory to Windows Server 2012 R2 Migrating Active Directory to Windows Server 2012 R2 Windows Server 2012 R2 Hands-on lab In this lab, you will complete a migration of a Windows Server 2008 R2 domain environment to Windows Server 2012

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010

More information

Implementing Moodle on a Windows High Availability Environment

Implementing Moodle on a Windows High Availability Environment Implementing Moodle on a Windows High Availability Environment Implementing Moodle 1.9 on 2 Microsoft Load Balanced Web Front End Server and a Microsoft SQL Server 2008 R2 Cluster environment Written by:

More information

XenDesktop Implementation Guide

XenDesktop Implementation Guide Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Implementation Guide Pooled Desktops (Local and Remote) www.citrix.com Contents Contents... 2 Overview... 4 Initial Architecture... 5 Installation

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology COURSE FILE (COURSE PLAN) Year : 2012-13 Sem: ODD Faculty Details Name of the Faculty : Mullai.P & Yaashuwanth.C Designation : Assistant Professor ( OG. ),Assistant Professor (OG) Department : Information

More information

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade Executive summary... 2 System requirements... 2 Hardware requirements...

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Bare Metal Recovery Quick Start Guide

Bare Metal Recovery Quick Start Guide Bare Metal Recovery Quick Start Guide Revisions Document Control Version 5.4.3 Status Changes Date Final Created. August 2014 Copyright 2003-2014 Intronis, Inc. All rights reserved. 1 Table of Contents

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

ADC Windows 7 Professional

ADC Windows 7 Professional ADC Windows 7 Professional 8-April-2014 Revision: Release Publication Information 2014 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its

More information

CONSOLIDATING SQL SERVER 2000 ONTO DELL POWEREDGE R900 AND POWEREDGE R905 USING MICROSOFT S HYPER-V

CONSOLIDATING SQL SERVER 2000 ONTO DELL POWEREDGE R900 AND POWEREDGE R905 USING MICROSOFT S HYPER-V A Principled Technologies report commissioned by Dell CONSOLIDATING SQL SERVER 2000 ONTO DELL POWEREDGE R900 AND POWEREDGE R905 USING MICROSOFT S HYPER-V Table of contents Table of contents... 2 Introduction...

More information

Lab Answer Key for Module 1: Installing and Configuring Windows Server 2008. Table of Contents Lab 1: Configuring Windows Server 2008 1

Lab Answer Key for Module 1: Installing and Configuring Windows Server 2008. Table of Contents Lab 1: Configuring Windows Server 2008 1 Lab Answer Key for Module 1: Installing and Configuring Windows Server 2008 Table of Contents Lab 1: Configuring Windows Server 2008 1 Information in this document, including URL and other Internet Web

More information

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series thin clients april 2003 instructions. HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series Table Of Contents Table Of Contents... 1 Abstract... 2 Introduction... 2 System Requirements...

More information

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Windows Azure Infrastructure Services provides cloud based storage, virtual networks

More information

Microsoft IT Camp Hands-On Lab

Microsoft IT Camp Hands-On Lab Microsoft IT Camp Hands-On Lab Windows Server 2012: High Availability File Server Lab version: 1.0.0 Last updated: 7/19/2012 CONTENTS OVERVIEW... 3 Objectives 3 Prerequisites 3 LAB DEPLOYMENT... 4 LAB...

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

In the Active Directory Domain Services Window, click Active Directory Domain Services.

In the Active Directory Domain Services Window, click Active Directory Domain Services. Installing the Active Directory Domain Services Role Press the Ctrl-Alt-Del on the xxrwdc computer. Log in as the default administrator of the local computer with the username Administrator and cisisthebest!

More information

Deploying Microsoft RemoteFX on a Single Remote Desktop Virtualization Host Server Step-by-Step Guide

Deploying Microsoft RemoteFX on a Single Remote Desktop Virtualization Host Server Step-by-Step Guide Deploying Microsoft RemoteFX on a Single Remote Desktop Virtualization Host Server Step-by-Step Guide Microsoft Corporation Published: October 2010 Abstract This step-by-step guide walks you through the

More information

CONSOLIDATING SQL SERVER 2005 ONTO DELL POWEREDGE R900 AND POWEREDGE R905 USING MICROSOFT S HYPER-V

CONSOLIDATING SQL SERVER 2005 ONTO DELL POWEREDGE R900 AND POWEREDGE R905 USING MICROSOFT S HYPER-V A Principled Technologies report commissioned by Dell CONSOLIDATING SQL SERVER 2005 ONTO DELL POWEREDGE R900 AND POWEREDGE R905 USING MICROSOFT S HYPER-V Table of contents Table of contents... 2 Introduction...

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

MULTIMEDIA REDIRECTION: EFFECT ON SERVER CAPACITY FOR CITRIX XENDESKTOP VIRTUAL DESKTOPS

MULTIMEDIA REDIRECTION: EFFECT ON SERVER CAPACITY FOR CITRIX XENDESKTOP VIRTUAL DESKTOPS MULTIMEDIA REDIRECTION: EFFECT ON SERVER CAPACITY FOR CITRIX XENDESKTOP VIRTUAL DESKTOPS OUR FINDINGS Organizations considering deploying virtual desktops as part of a Virtual Desktop Infrastructure (VDI)

More information

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide c623242f-20f0-40fe-b5c1-8412a094fdc7 Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide Microsoft Corporation Published: June 2009 Updated: April 2010 Abstract

More information

StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October 2012

StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October 2012 StarWind iscsi SAN & NAS: Configuring HA Storage for Hyper-V October 2012 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks of StarWind Software which

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

5nine Manager for Hyper-V. Version 7.1

5nine Manager for Hyper-V. Version 7.1 5nine Manager for Hyper-V Version 7.1 August 2015 11 Table of Contents Summary... 7 System requirements... 9 Installation... 10 Launching 5nine Manager... 14 Single instance launch... 14 Multiple instances

More information

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server:

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Here are the pre-requisites for a HA VMM server installation: 1. Failover clustering feature

More information

Nexio Connectus with Nexio G-Scribe

Nexio Connectus with Nexio G-Scribe Nexio Connectus with Nexio G-Scribe 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and

More information

Configuring the Hyper-V Virtual Machines

Configuring the Hyper-V Virtual Machines This chapter includes the following sections: Creating the VMs in Microsoft Hyper-V Manager, page 1 Installing the VF Driver, page 2 Managing the Port Profile, page 3 Creating the VMs in Microsoft Hyper-V

More information

Initial investment payback analysis: Dell PowerEdge R710 solution with Hyper-V vs. HP ProLiant DL385 solution

Initial investment payback analysis: Dell PowerEdge R710 solution with Hyper-V vs. HP ProLiant DL385 solution TEST REPORT MAY 2009 Initial investment payback analysis: Dell PowerEdge R710 solution with Hyper-V vs. HP ProLiant DL385 solution Executive summary Dell Inc. (Dell) commissioned Principled Technologies

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

A PRINCIPLED TECHNOLOGIES TEST REPORT VIRTUAL MACHINE MIGRATION COMPARISON: VMWARE VSPHERE VS. MICROSOFT HYPER-V OCTOBER 2011

A PRINCIPLED TECHNOLOGIES TEST REPORT VIRTUAL MACHINE MIGRATION COMPARISON: VMWARE VSPHERE VS. MICROSOFT HYPER-V OCTOBER 2011 VIRTUAL MACHINE MIGRATION COMPARISON: VMWARE VSPHERE VS. MICROSOFT HYPER-V Businesses using a virtualized infrastructure have many reasons to move active virtual machines (VMs) from one physical server

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

DIGILIANT Windows Storage Server 2012

DIGILIANT Windows Storage Server 2012 DIGILIANT Windows Storage Server 2012 User s Guide Copyright 2012 Digiliant, LLC. All Rights Reserved. This User s Guide is provided AS IS and Digiliant, LLC makes no warranty as to its accuracies or use.

More information

How to connect your new virtual machine to the Internet

How to connect your new virtual machine to the Internet This excerpt is taken from book Installing and Configuring SharePoint 2010 2 nd Edition. You can download this FREE ebook from the following link: http://walisystemsinc.com/installing_and_configuring_sharepoint2010_2nd_ed.php

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud David Pae, Ulf Schoo June 2013 (Please consult http://aws.amazon.com/windows/

More information

Building a SharePoint 2010 Virtual Machine

Building a SharePoint 2010 Virtual Machine Building a SharePoint 2010 Virtual Machine Overview: This document provides links to Internet resources and step by step instructions for building a Virtual Machine (VM) sample SharePoint Server 2010 environment.

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Installation of MicroSoft Active Directory

Installation of MicroSoft Active Directory Installation of MicroSoft Active Directory Before you start following this article you must be aware this is simply a lab setup and you need to assign relevant ip address, hostnames & domain names which

More information

Integrating Eaton PRO Management Pack for Microsoft System Center Virtual Machine Manager 2008 v1.0 Page 2

Integrating Eaton PRO Management Pack for Microsoft System Center Virtual Machine Manager 2008 v1.0 Page 2 User Guide Eaton PRO Management Pack For Microsoft System Center Virtual Machine Manager Last update 24 th January 2012 Microsoft System Center Virtual Machine Manager 2008 v1.0 Page 1 Contents 1. Introduction...

More information

70-417: Upgrading Your Skills to MCSA Windows Server 2012

70-417: Upgrading Your Skills to MCSA Windows Server 2012 70-417: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course prepares students to demonstrate your real-world knowledge of Windows Server 2012 core infrastructure services. Exam

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

Building a Penetration Testing Virtual Computer Laboratory

Building a Penetration Testing Virtual Computer Laboratory Building a Penetration Testing Virtual Computer Laboratory User Guide 1 A. Table of Contents Collaborative Virtual Computer Laboratory A. Table of Contents... 2 B. Introduction... 3 C. Configure Host Network

More information

istorage Server: High Availability iscsi SAN for Windows Server 2012 Cluster

istorage Server: High Availability iscsi SAN for Windows Server 2012 Cluster istorage Server: High Availability iscsi SAN for Windows Server 2012 Cluster Tuesday, December 26, 2013 KernSafe Technologies, Inc www.kernsafe.com Copyright KernSafe Technologies 2006-2013.All right reserved.

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center Windows Server 2012 Best Practices Guide Dell Compellent Technical Solutions Group July, 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT 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,

More information