Windows 2008 R2 SP1
Windows Failover Cluster Errors
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 [...]
SharePoint 2010 Timer Job Issues
I have been having some strange issues with a new SharePoint 2010 farm that I had been building over the last couple of weeks. As per usual, I have got multiple environments, DEV, UAT and PRD etc. All the base Windows 2008 R2 Sp1 servers were built and fully updated. SharePoint binary was installed and [...]
Installing SQL 2012 on Windows 2008 R2 Core SP1
Scenario: Windows 2008 R2 Core SP1 – Domain joined, updated. Denali RC0 ISO File attached to VM. Preparing Windows 2008 R2 Core for Installation Run the following Command File to pre prep the server. 123456789DISM /Online /Enable-Feature /FeatureName:ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore-WOW64 DISM [...]