Scandals of an ITian

Not just another Wordpress Site

Server

SQL 2012 Always On Availability Group Setup For SharePoint 2013 – Part 1

022613_1015_SQL2012Alwa1.png

A quick glance at this page here Formal Reading for AAG is always a good start. This post would cover some of the more technical aspects involved. To begin with setting up the Windows Failover Cluster would be the initial task to be completed. Windows Failover Cluster A Windows Server Failover Clustering (WSFC) cluster is a group [...]

, , , , , ,

Windows Failover Cluster Errors

022613_1015_SQL2012Alwa1.png

As part of an Always On Availability Group for SQL 2012 that was being built for a SharePoint 2013, the following error was occurring when trying to create a Windows Failover Cluster :   Digging a bit deeper into the Storage issue revealed the speed bump: List Potential Cluster disks kept failing. And another symptom [...]

, , , , , , ,

Office Web Apps 2013 RTM

sp2013

The following post describes the installation process for Office Web Apps 2013 RTM Turn on the required Server side roles which are required for the installation of Office Web Apps 2013. On Windows 2012 Server 123cls Import-Module ServerManager Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices On Windows 2008 R2 Sp1 (Remember to bring the server to have all latest patches [...]

, , , ,

Running Hyper-V on Windows Server 2012 from Esxi 5 & VMware Workstation 8

images

So the scenario is that I have an instance of Windows Server 2012 (Windows Server 8 Beta) running on VMware Workstation 8 on my laptop. Adding Hyper V role to the server Speed bump The other error that has been recorded: Fix: Shutdown the Windows Server 2012 Browse to your VM location and open the [...]

, , , ,

IIS reset your whole SharePoint Farm

041412_0142_IISresetyou1.png

One of my current projects involves building a farm with Multiple SharePoint servers. One of the painful processes is doing an IISReset across the farm. There are few solutions out there and this is the one I wrote couple of days back using their logic. 12345678910111213141516171819cls Write-Host "Loading SharePoint Commandlets" Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue Write-Host [...]

, , , ,

Previous Posts