HP 3PAR Cluster Extension Software Installation Guide (5697-2264, December 2012)
Table 1 Windows remote installation error codes (continued)
Corrective actionDescriptionERROR code
the resource type and resource
extension DLL manually” (page 19)
type Cluster Extension 3PAR for VM
Management.
Register the CLX Cmdlet DLL. For more
information, see “Registering the CLX
Installation completed on cluster node.
Setup was unable to register CLX 3PAR
Cmdlets DLL.
ERROR_3PAR_VMMGMT_CMDLET_REGISTER_FAILED
PowerShell Cmdlet DLL manually
[Windows Server 2012 only]”
(page 20)
Unregister the CLX Cmdlet DLL. For
more information, see “Unregistering
Uninstallation completed on cluster
node. Setup was unable to unregister
CLX 3PAR Cmdlets DLL.
ERROR_3PAR_VMMGMT_CMDLET_UNREGISTER_FAILED
the resource type and resource
extension DLL manually” (page 20)
Registering the resource type and resource extension DLL manually
If a problem occurs during installation, execute the following commands from the command line
to register the resource type from any one of the cluster nodes:
1. Confirm that the resource type is registered with Windows cluster by entering the following
cluster command:
cluster resourcetype
OR
Using PowerShell Cmdlet
Get-ClusterResourceType
If the resource type is registered, the output includes the following information:
Display Name Resource Type Name
Cluster Extension 3PAR Cluster Extension 3PAR
If the resource type is not registered using cluster command:
a. Enter cluster resource type "Cluster Extension 3PAR" /CREATE /
DLLNAME:clx3parmscs.dll /TYPE:"Cluster Extension 3PAR".
b. Run the cluster resourcetype command again to verify that the resource type is
now registered.
Using PowerShell Cmdlet:
Add-ClusterResourceType -Name "Cluster Extension 3PAR" -Dll
"c:\windows\system32\clx3parmscs.dll" -DisplayName "Cluster Extension
3PAR"
2. Registration of resource extension DLL should not be performed on server core environments.
Check whether the cluster administrator extension DLL is registered with Windows cluster to
provide the Cluster Administrator GUI functionality by entering:
cluster resourcetype "Cluster Extension 3PAR" /PROPERTIES
If the resource extension DLL is registered, the output is displayed as shown below:
M Cluster Extension 3PAR AdminExtensions
{C977EFB9-B640-4E6C-9473-ECE586EC2074}
This command should be executed on all cluster nodes.
If the resource extension DLL is not registered:
a. Enter cluster/REGADMINEXT:clx3parmscsex.dll.
b. Run the cluster resourcetype command again to verify that the DLL is now
registered.
PowerShell Cmdlets can also be used to perform the above steps.
Registering the resource type and resource extension DLL manually 19