I was facing an issue where vm guest are paused with the following “Paused-Critical Virtual Machine State” message. Each attempt to resume the guest, end in them being pause once again. This happens when the host volume is running low on available disk space. Here are some actions you can take to help with this: Expand […]
Category: Technical
In an attempt to connect to a remote Hyper-V host I needed to enable PowerShell Remoting. To enable this you simple run PowerShell as Administrator and issue the following command: Enable-PSRemoting The command runs and then errors with the following output: PS C:\WINDOWS\system32> Enable-PSRemoting WinRM has been updated to receive requests. WinRM service type changed […]
What is vCenter Single Sign-On? vCenter Single Sign-On is a feature of VMware vCenter 5, 6 and future vCenter implementations that is an authentication broker which also creates security tokens providing a secure way of accessing your environments. This token exchange mechanism is far superior than the former requirement of each component authenticating separately with a directory service such […]
During an install of SharePoint 2013 SP1 the following issues was encountered post installation where the configuration wizard would fail with the following error: failed to create sample data “The SDDL string contains an invalid sid or sid that cannot be translated” To resolve this issue I attempted to run all SharePoint servers as the local […]
During an install of SharePoint 2013 SP1 the following issues was encountered post installation where the configuration wizard would fail to register SharePoint services. The following error was displayed: Exception: System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed. To correct this issue we add two registry key values: – “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\<version>\LauncherSettings” – […]
Tech Short Q&A: What is a Hypervisor?
It’s interesting that this classification isn’t new. In fact it was classified by Gerald J. Popek back in 1974 in the article “Formal Requirements for Virtualizable Third Generation Architectures” So to answer the question: A hypervisor is a hardware virtualization technique which allows multiple guest operating systems to run on a single host system hardware […]