HP XP Cluster Extension Software Installation Guide (5697-2449, July 2013)

Table 1 Windows remote installation error codes (continued)
Corrective actionDescriptionERROR code
Register the Resource type “Cluster
Extension XP for VM Management”.
Installation completed on cluster node.
Setup was unable to register resource
ERROR_CLXMSCS_XP_VMMGMT_REGISTER_FAILED
For more information, see “Registeringtype Cluster Extension XP for VM
Management. the resource type and resource
extension DLL manually” (page 19)
Register the CLX Cmdlet DLL. For more
information, see “Registering the CLX
Installation completed on cluster node.
Setup was unable to register CLX XP
Cmdlets DLL.
ERROR_XP_VMMGMT_CMDLET_REGISTER_FAILED
PowerShell Cmdlet DLL manually (Only
Windows Server 2012)” (page 21)
Unregister the CLX Cmdlet DLL. For
more information, see “Unregistering
Uninstallation completed on cluster
node. Setup was unable to unregister
CLX XP Cmdlets DLL.
ERROR_XP_VMMGMT_CMDLET_UNREGISTER_FAILED
the CLX PowerShell Cmdlet DLL
manually (Only Windows Server
2012)” (page 21)
If cluster installation fails with the message Could not get the system drive for the
cluster node or Setup was unable to run the installation in remote machine,
check whether the WMI service is running. To use the HP XP Cluster Extension cluster-wide installation
feature, the WMI service must be running.
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 MSFC 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 XP Cluster Extension XP
If the resource type is not registered, use the following cluster command to register:
a. Enter cluster resourcetype "Cluster Extension XP" /CREATE
/DLLNAME:clxmscs.dll /TYPE:"Cluster Extension XP".
Run the cluster resourcetype command again to verify that the resource type is
now registered.
b. Powershell cmdlets can also be used instead of cluster.exe to perform the same
operations. For more information, see Microsoft documentation.
Using PowerShell Cmdlet
Add-ClusterResourceType -Name "Cluster Extension XP" -Dll
"c:\windows\system32\clxmscs.dll" -DisplayName "Cluster Extension
XP"
Registering the resource type and resource extension DLL manually 19