Skip to main content

PowerPath VE 5.8 causes vSphere 5.5 Hosts a PSOD

PowerPath VE 5.8 causes vSphere 5.5 Hosts a PSOD

Yes, its the Powerpath version 5.8 caused the vSphere 5.5 Hosts a PSOD.


As you can see the PSOD screen it is pointing to the Power Path issue. When investigated, going through the PSOD, VMKernel Logs its the Powerpath which was the culprit for the PSOD.

Now, why the Powerpath thrown the PSOD?

Its because the EMC PowerPath/VE release which was not compatible with the version of vSphere we have it installed that is vSphere 5.5. Here is the compatibility Matrix that I collected from the VMware KB: kb.vmware.com/kb/1019844

Why installed the version which is not compatible with the vSphere 5.5?



Yep, that's the right question asked!! why was the Powerpath version installed when its not supported on vSphere 5.5. To answer this question, need to explain the environment. We had the hosts already running with the vSphere 5.1 and with the powerpath 5.8 installed, and as a upgrade project we had our hosts upgraded vSphere 5.5 and the Powerpath plugin was missed to install during the upgrade project. As a result of this miss, we had our ESXi hosts going for the PSOD Screen. The Host shows that the Powerpath 5.9 version is missing



Here is what we did to fix this?

  1. We have Downloaded and Installed the PowerPath/VE 5.9 from here and created the basesline in VMware Update Manager to push the Powerpath through update Manager. 
  2. Then we have registered the Powerpath instances installed on the ESXi hosts to the Powerpath License server
  3. Since we have upgraded the existing version of the Powerpath 5.8 to powerpath 5.9, the management server "RTOOLS" runs outdated and we installed the updated one. RTOOLS upgrade was needed to support Powerpath 5.9 management options.
 How to Install the Powerpath using the Update Manager?

Create a new extension baseline containing the PowerPath/VE software.
  • In the Update Manager Administration view, click the Baselines and Groups tab.
  • Click Create above the Baselines pane to start the New Baseline wizard.
  • Use the wizard to create a new host extension baseline that contains PowerPath/VE.
Attach the extension baseline to the host or container object that you want to remediate.
  • In the vSphere Client navigation bar, select Home > Inventory > Hosts and Clusters.
  • In the Update Manager Compliance view, select the ESX/ESXi host or container object to which you want to attach the extension baseline.
  • Click Attach.
  • In the Attach window, attach the extension baseline to hosts.
Scan the hosts against the extension baseline.
  • In the Update Manager Compliance view, right-click the ESX/ESXi host or container object and select Scan for Updates.
  • In the Confirm Scan window, verify that the Patches and Extensions check box is selected.
  • Click Scan.
To install or update PowerPath/VE on ESX/ESXi hosts, remediate the hosts against the extension baseline.
  • In the Update Manager Compliance view, click Remediate.
  • Use the Remediate wizard to apply the PowerPath/VE extension to ESX/ESXi hosts in your inventory.
 Step 2: Download and install the latest version for the RTOOLS package to support 5.9 version.

Step 3: Register the Powerpath

rpowermt register host=192.168.1.1



Reference:

 http://www.emc.com/collateral/TechnicalDocument/docu49354-PPVE-VM59-4-1-14.pdf

http://www.emc.com/collateral/software/white-papers/h6340-powerpath-ve-for-vmware-vsphere-wp.pdf

Comments

Popular posts from this blog

  Issue with Aria Automation Custom form Multi Value Picker and Data Grid https://knowledge.broadcom.com/external/article?articleNumber=345960 Products VMware Aria Suite Issue/Introduction Symptoms: Getting  error " Expected Type String but was Object ", w hen trying to use Complex Types in MultiValue Picker on the Aria for Automation Custom Form. Environment VMware vRealize Automation 8.x Cause This issue has been identified where the problem appears when a single column Multi Value Picker or Data Grid is used. Resolution This is a known issue. There is a workaround.  Workaround: As a workaround, try adding one empty column in the Multivalue picker without filling the options. So we can add one more column without filling the value which will be hidden(there is a button in the designer page that will hide the column). This way the end user will receive the same view.  

57 Tips Every Admin Should Know

Active Directory 1. To quickly list all the groups in your domain, with members, run this command: dsquery group -limit 0 | dsget group -members –expand 2. To find all users whose accounts are set to have a non-expiring password, run this command: dsquery * domainroot -filter “(&(objectcategory=person)(objectclass=user)(lockoutTime=*))” -limit 0 3. To list all the FSMO role holders in your forest, run this command: netdom query fsmo 4. To refresh group policy settings, run this command: gpupdate 5. To check Active Directory replication on a domain controller, run this command: repadmin /replsummary 6. To force replication from a domain controller without having to go through to Active Directory Sites and Services, run this command: repadmin /syncall 7. To see what server authenticated you (or if you logged on with cached credentials) you can run either of these commands: set l echo %logonserver% 8. To see what account you are logged on as, run this command: ...
  The Guardrails of Automation VMware Cloud Foundation (VCF) 9.0 has redefined private cloud automation. With full-stack automation powered by Ansible and orchestrated through vRealize Orchestrator (vRO), and version-controlled deployments driven by GitOps and CI/CD pipelines, teams can build infrastructure faster than ever. But automation without guardrails is a recipe for risk Enter RBAC and policy enforcement. This third and final installment in our automation series focuses on how to secure and govern multi-tenant environments in VCF 9.0 with role-based access control (RBAC) and layered identity management. VCF’s IAM Foundation VCF 9.x integrates tightly with enterprise identity providers, enabling organizations to define and assign roles using existing Active Directory (AD) groups. With its persona-based access model, administrators can enforce strict boundaries across compute, storage, and networking resources: Personas : Global Admin, Tenant Admin, Contributor, Viewer Projec...