Skip to main content

3PAR Management Plug-in & Recovery Manager for vSphere: Install and Configure

After the installation of 18 3PAR systems for my customer, we decided also to install the additional software that comes with
those shiny yellow systems.
First: get the software. This can be found on the HP Software Depot. Or use this direct link.
HP 3PAR Recovery Manager for VMware Software Suite includes three software components that lower the cost and time
required to manage and protect your VMware vSphere environment running on HP 3PAR storage system:
  • HP 3PAR VASA Provider
  • HP 3PAR Management Plug-in for VMware vCenter
  • HP 3PAR Recovery Manager for VMware vSphere (license required)
HP 3PAR Recovery Manager for VMware vSphere requires a separate license to enable the functionality; however, the complete software suite can be downloaded at no charge and both the management plug-in and VASA provider can be installed and used at no charge.
Installation is straightforward, however there are some specific actions that I will highlight a bit further…
3PARplugin1
3PARplugin2
3PARplugin3
Enter the vSphere vCenter server and its credentials so that the 3PAR plug-in can connect to it.
3PARplugin4
You can leave the default port that will be used by VASA or specifiy another one if this default port might be confliciting with another service or application.
3PARplugin5
Enable the plug-in inside the vSphere Plug-in Manager
3PARplugin6
3PARplugin7
3PARplugin8
3PARplugin9
3PARplugin10
3PARplugin11
3PARplugin12
The host explorer requires a vCenter credential file to allow communication with the 3PAR array.
3PARplugin12b
You need to generate this file from the vCenter server through PowerCLI by following this KB from VMware
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2004016
The file has been stored in C:\Program Files\Certificates in order to add it to the 3PAR Management plug-in
Once the installation is finished we can connect to the plug-in via the Home screen of the vSphere client.
3PARplugin13
Connect once to all 3PAR systems so that they become usable inside the vSphere client. In the screenshot I connected to our F400 3PAR sytem. This is the same for all other systems in the list, independent of the model.
3PARplugin15
Once this is done, you can go to your VMware host and select the HP 3PAR tab at the right window.
A nice overview of datastores hosted on 3PAR are displayed.
3PARplugin16
The Paths button gives an overview of all active paths (best practice – not default!)
3PARplugin17
When clicking on the little blue square in the Provisioning Groups section, you will get more details on the used CPG’s by that volume. In our case we have 3 CPG’s on 3 types of media (SSD – FC – NL) with Adaptive Optimization running on top of these…
3PARplugin18
We do not use Receovery Manager so I cannot provide screenshots of that specific section.

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...