VMware Performance Community
MilindMK
Contributor
Contributor
Jump to solution

Error: Msg A specified parameter was not correct: spec.nicSettingMap.globalIPSettings.dnsServerList

Hello Everyone,

I am trying to deploy VM's for tile0 but getting below error.

2019-01-03T10:19:22.392 [pool-3-thread-18] INFO  ST223 : Client0 : xxx.xxx.xxx.xxx

2019-01-03T10:19:22.392 [pool-3-thread-18] INFO  ST223 : Starting Provision Client0 onto Host xxxx.xxxxx.xx.xxx

2019-01-03T10:19:23.845 [main] INFO  RMQ : Rabbit MQ Queue Message Count : 0

2019-01-03T10:19:23.851 [main] INFO  RMQ : Rabbit MQ Queue Message Count : 0

2019-01-03T10:19:23.851 [main] INFO  MAIN : RabbitMQ Message Queue: All Jobs Initiated for tile0

2019-01-03T10:21:19.897 [pool-3-thread-7] ERROR ST223 : AuctionLB0, Unable to Create VM : Msg A specified parameter was not correct: spec.nicSettingMap.globalIPSettings.dnsServerList

2019-01-03T10:21:19.897 [pool-3-thread-7] ERROR ST223 : Terminating Early Due to Provision Thread Errors (1)

2019-01-03T10:21:19.908 [pool-3-thread-7] ERROR MAIN : Exception Caught: Terminating Early Due to Provision ThreadErrorsErrorsFound: 1 : exitSetting true

2019-01-03T10:21:19.908 [pool-3-thread-7] INFO  MAIN : Email Disabled

2019-01-03T10:21:19.908 [pool-3-thread-7] INFO  MAIN : Ending Early

This error is random, I have deleted everything and re-executed the command but this time the error was for Client0

please help.

Thanks

Reply
0 Kudos
1 Solution

Accepted Solutions
MilindMK
Contributor
Contributor
Jump to solution

Hello All,

The issue is fixed.

There was a space between DNS servers which was creating problem.

Incorrect:-

ProvisioningDnsServerList = xxx.xx.xx.11, xxx.xx.xxx.50

Correct:-

ProvisioningDnsServerList = xxx.xx.xx.11,xxx.xx.xxx.50

Thanks James Zubb for pointing to the miss.

Regards,

Milind MK.

View solution in original post

Reply
0 Kudos
7 Replies
MilindMK
Contributor
Contributor
Jump to solution

Hello All,

The issue is fixed.

There was a space between DNS servers which was creating problem.

Incorrect:-

ProvisioningDnsServerList = xxx.xx.xx.11, xxx.xx.xxx.50

Correct:-

ProvisioningDnsServerList = xxx.xx.xx.11,xxx.xx.xxx.50

Thanks James Zubb for pointing to the miss.

Regards,

Milind MK.

Reply
0 Kudos
sarya-infoblox
Contributor
Contributor
Jump to solution

I am currently facing a similar issue and attempting to find the storage location of the "ProvisioningDnsServerList" information. I have already checked the "vracli network DNS status" command, but it only shows one DNS server

root@vra [ ~ ]# vracli network dns status
DNS configuration for node [vra.xxxxx.com]: ['xx.xx.xx.2']

I would greatly appreciate any assistance in locating where the "ProvisioningDnsServerList" information is stored and how to fix this issue. Thank you for your help.

Reply
0 Kudos
fredab2
VMware Employee
VMware Employee
Jump to solution

Please provide a compressed .tgz of your provisioning output directory.

Fred

Reply
0 Kudos
sarya-infoblox
Contributor
Contributor
Jump to solution

How do I create a .tgz file of the provisioning output directory?

Reply
0 Kudos
fredab2
VMware Employee
VMware Employee
Jump to solution

On primeclient,   

      cd  /root/VMmark/results

      tar czvf {NAME_OF_FILE}.tgz  {NAME_OF_RESULTS_DIRECTORY}

Or you can create a .zip file if you are more comfortable with creating that format.

 

Fred

 

 

Reply
0 Kudos
sarya-infoblox
Contributor
Contributor
Jump to solution

I don't have VMmark directory in my VRA machine, Can you help guide me on how to check the Provisioning DNS server list?

Also is it possible to connect over meet/call, to get a better direction?

Reply
0 Kudos
fredab2
VMware Employee
VMware Employee
Jump to solution

 

Sorry I left out the number "3" in original message.

On primeclient,   

      cd  /root/VMmark3/results

      tar czvf {NAME_OF_FILE}.tgz  {NAME_OF_RESULTS_DIRECTORY}

Fred

Reply
0 Kudos