Windows 2003 x64 VSS error of 0x8000FFFF

On 64bit systen path to DLL’s must be entered differently.. SysWOW64 section of the WINDOWS directory. e.g. Net stop vss Net stop swprv regsvr32.exe /i %windir%\system32\eventcls.dll regsvr32.exe /i %windir%\system32\swprv.dll regsvr32.exe %windir%\SysWOW64\ole32.dll regsvr32.exe %windir%\SysWOW64\oleaut32.dll regsvr32.exe %windir%\SysWOW64\es.dll regsvr32.exe %windir%\SysWOW64\comsvcs.dll regsvr32.exe %windir%\system32\vssui.dll regsvr32.exe %windir%\SysWOW64\vss_ps.dll regsvr32.exe %windir%\SysWOW64\msxml.dll regsvr32.exe %windir%\SysWOW64\msxml2.dll regsvr32.exe %windir%\SysWOW64\msxml3.dll regsvr32.exe %windir%\SysWOW64\msxml4.dll vssvc /register

Useful tools for Kubernetes

Kube-applier is a service that enables continuous deployment of Kubernetes objects by applying declarative configuration files from a Git repository to a Kubernetes cluster. Kubetop is a top(1)-like tool for Kubernetes. Chaos Monkey for Kubernetes clusters  Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration. Kubectx  switch between Kubernetes contexts/namespaces […]