NIC configuraton inconsistency to deploy vswitch
You may have NIC configuration inconsistencies with the vswitch. This happens regularly when you want to make some changes when the cluster is down or when the vswitch is enabled. In my case this showed up on a fresh cluster install, I changed the bond type and added NICs in the bond without disabling the…
« Fatal: Mounting installer media » – LENOVO HX
During a cluster deployment at a customer. The Lenovo HX nodes gave me a hard time. When formatting nodes with the VM fundation, I had an error message telling me « Fatal: Mounting installer media ».I knew then that it was potentially a communication problem between foundation and the IPMI. (The send request to upload the ISO…
How to monitor backups HYCU with powershell ?
In my last business, we needed to determinate if backups are compliances. We used PRTG solution to monitoring devices, but no modules existed. So we decided to create script powershell and used the API Hycu. $RESTAPIUser = $RESTAPIPassword = add-type @ » using System.Net; using System.Security.Cryptography.X509Certificates; public class TrustAllCertsPolicy : ICertificatePolicy { public bool CheckValidationResult(…
How to abort a freeze software upgrade ?
Recently, on a mission with a client for a cluster deployment. I wanted to update the Esxi hypervisor version. I got the wrong Iso file. This still begins the pre-upgrade process. However the upgrade is stuck at 0% making the upgrade unavailable. I advise you to contact support if this happens to you. → Connnect…