HPE SimpliVity
1828252 Members
3518 Online
109975 Solutions
New Discussion

Simplivity deployment cluster specification retrieval error

 
Kumport_BT
Senior Member

Simplivity deployment cluster specification retrieval error

Hello all,

When I tried to deploy my 2 node simplivity device to my current cluster, its giving this error. I guess its cannot communicate with the cluster. The all of other test is successfuly. I cannot find any solution. Do you have any idea ?svt hata.PNG

5 REPLIES 5
support_s
System Recommended

Query: Simplivity deployment cluster specification retrieval error

System recommended content:

1. HPE Simplivity - Deployment Fails at Step 7 "ERR_DPLY_HYPERVISOR_VERSION_NOT_FOUND"

2. SimpliVity Video - How to configure remote backups – Network Requirments

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

gustenar
HPE Pro

Re: Simplivity deployment cluster specification retrieval error

Hello @Kumport_BT ,

Do you have distributed switches configured in the cluster you're trying to deploy this node into? The orchestrator.log file should give you a better idea of what the problem was, post it here if you can. 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Kumport_BT
Senior Member

Re: Query: Simplivity deployment cluster specification retrieval error

Hello,

No, I dont have a distrubuted switch. Just vlans.

gustenar
HPE Pro

Re: Query: Simplivity deployment cluster specification retrieval error

The deployment manager expects standard vSwitches and also expects standard PortGroup names, so if you don't have distributed switches, have you changed the names of the PortGroups of the nodes in that cluster? Another thing to check is to make sure that you don't have any empty clusters in that datacenter. 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
EngAshor
Frequent Visitor

Re: Simplivity deployment cluster specification retrieval error

Try skipping the validation test and force the deployment by doing the following:

1) Login to Deployment manager machine. ( do not start the deployment Manager)
2) Browse to C:\Program Files (x86)\SimpliVity\DeploymentManager
3) Edit the file "Simplivity.DM.View.exe.config"
4) Change the value to ‘True’ in following line <add key="PredeployValidationOverride" value=“False"/>
   i.e. <add key="PredeployValidationOverride" value=“True"/>
5) Start the deployment manager and proceed for deployment.