<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Binding  ip-address into  a newly-generated  virtualNic in vSphere SDK for Perl Discussions</title>
    <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451909#M437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have overcomed this obstacle and made a progress&amp;nbsp; in&amp;nbsp; my&amp;nbsp; implementation. Currently, I&amp;nbsp; come across a fault called&amp;nbsp; NicSettingMismatch.&amp;nbsp; the error message&amp;nbsp; shows&amp;nbsp; 'the number of network adapter settings in the customization specification: 1 does not match the number of&amp;nbsp; network adpters present in the virtual machine".&amp;nbsp;&amp;nbsp; Regarding&amp;nbsp; the error&amp;nbsp; message,&amp;nbsp; do&amp;nbsp; I&amp;nbsp; need to&amp;nbsp; create a&amp;nbsp; new&amp;nbsp; CustomizationSpec involving&amp;nbsp; other two adapters.&amp;nbsp; Do we&amp;nbsp; have&amp;nbsp; other less&amp;nbsp; complicated&amp;nbsp; solution&amp;nbsp; to&amp;nbsp; solve this&amp;nbsp; fault?&amp;nbsp; Thank&amp;nbsp; you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2019 08:46:37 GMT</pubDate>
    <dc:creator>Siberiatiger</dc:creator>
    <dc:date>2019-06-21T08:46:37Z</dc:date>
    <item>
      <title>Binding  ip-address into  a newly-generated  virtualNic</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451906#M434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing perl application about&amp;nbsp; creating virtualNic&amp;nbsp; in&amp;nbsp; vCenter.&amp;nbsp; Until now, the virtualNic is generated successfully&amp;nbsp; and&amp;nbsp; the mac-address can&amp;nbsp; be&amp;nbsp; retrieved,&amp;nbsp; but&amp;nbsp; I&amp;nbsp; have to wait fourty-second&amp;nbsp; for&amp;nbsp; the&amp;nbsp; ip-address&amp;nbsp; returned.&amp;nbsp; I&amp;nbsp; want to know is there any efficient way to&amp;nbsp; get&amp;nbsp; ip-address&amp;nbsp; immediately&amp;nbsp; after&amp;nbsp; generating the&amp;nbsp; virtualNic? Or,&amp;nbsp; if&amp;nbsp; there is another way to&amp;nbsp; allow me&amp;nbsp; bind&amp;nbsp; a&amp;nbsp; newly-generated&amp;nbsp; ip-address&amp;nbsp; into the&amp;nbsp; virtualNic?&amp;nbsp; thank&amp;nbsp; you&amp;nbsp; for&amp;nbsp; help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 09:04:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451906#M434</guid>
      <dc:creator>Siberiatiger</dc:creator>
      <dc:date>2019-06-06T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Binding  ip-address into  a newly-generated  virtualNic</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451907#M435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IP address is only returned to vCenter after it has been set (or retrieved via DHCP) and then passed from VMware tools. If you need it faster you could *possibly* try to restart the VMware tools service inside the guest, but that's no guarantee. There are several factors that determine this time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jun 2019 13:46:40 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451907#M435</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2019-06-09T13:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Binding  ip-address into  a newly-generated  virtualNic</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451908#M436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello &lt;STRONG style="font-size: 12.6px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="2514505" data-username="daphnissov" href="https://communities.vmware.com/people/daphnissov" name="&amp;amp;amp;lpos=apps_scodevmw : 113" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3399cc;"&gt;daphnissov&lt;/A&gt;&lt;/STRONG&gt;,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Deeply&amp;nbsp; appreciate your&amp;nbsp; attention&amp;nbsp; and&amp;nbsp; messages. It seems&amp;nbsp; impossible for&amp;nbsp; me&amp;nbsp; to&amp;nbsp; restart&amp;nbsp; vmware tools&amp;nbsp; in&amp;nbsp; my&amp;nbsp; application.&amp;nbsp; I&amp;nbsp; am&amp;nbsp; trying&amp;nbsp; the other&amp;nbsp; way&amp;nbsp; to&amp;nbsp; assign&amp;nbsp; the&amp;nbsp; ipaddress into&amp;nbsp; the&amp;nbsp; newly&amp;nbsp; created&amp;nbsp; virtualNic.&amp;nbsp; Currently,&amp;nbsp; I&amp;nbsp; find&amp;nbsp; the&amp;nbsp; solution of using&amp;nbsp; CustomizationVM_Task&amp;nbsp; to implement&amp;nbsp; this requirement.&amp;nbsp; According to documentation, CustomizationSpec&amp;nbsp; is&amp;nbsp; needed&amp;nbsp; for&amp;nbsp; this&amp;nbsp; task,&amp;nbsp; and&amp;nbsp; three&amp;nbsp; arguments&amp;nbsp; &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;nicSettingMap, &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;identity&amp;nbsp; and &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;globalIPSettings &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;are needed.&amp;nbsp; right now,&amp;nbsp; the&amp;nbsp; parameter &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt; globalIPSettings&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;is&amp;nbsp; &lt;STRONG&gt;undetermined&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;. &lt;/STRONG&gt;&lt;/STRONG&gt; To build a &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt; globalIPSettings&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;variable,&amp;nbsp; it is supposed&amp;nbsp; to&amp;nbsp; use&amp;nbsp; two &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt; &lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;xsd:string[]&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;parameters:&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;"&gt; &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;dnsServerList &amp;amp;&amp;nbsp; &lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;dnsSuffixList. &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;I tested &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;by&amp;nbsp; using&amp;nbsp; arrayofstring in several different&amp;nbsp; formats, but&amp;nbsp; always&amp;nbsp; get&amp;nbsp; syntax errors.&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 03:15:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451908#M436</guid>
      <dc:creator>Siberiatiger</dc:creator>
      <dc:date>2019-06-18T03:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Binding  ip-address into  a newly-generated  virtualNic</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451909#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have overcomed this obstacle and made a progress&amp;nbsp; in&amp;nbsp; my&amp;nbsp; implementation. Currently, I&amp;nbsp; come across a fault called&amp;nbsp; NicSettingMismatch.&amp;nbsp; the error message&amp;nbsp; shows&amp;nbsp; 'the number of network adapter settings in the customization specification: 1 does not match the number of&amp;nbsp; network adpters present in the virtual machine".&amp;nbsp;&amp;nbsp; Regarding&amp;nbsp; the error&amp;nbsp; message,&amp;nbsp; do&amp;nbsp; I&amp;nbsp; need to&amp;nbsp; create a&amp;nbsp; new&amp;nbsp; CustomizationSpec involving&amp;nbsp; other two adapters.&amp;nbsp; Do we&amp;nbsp; have&amp;nbsp; other less&amp;nbsp; complicated&amp;nbsp; solution&amp;nbsp; to&amp;nbsp; solve this&amp;nbsp; fault?&amp;nbsp; Thank&amp;nbsp; you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:46:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/Binding-ip-address-into-a-newly-generated-virtualNic/m-p/451909#M437</guid>
      <dc:creator>Siberiatiger</dc:creator>
      <dc:date>2019-06-21T08:46:37Z</dc:date>
    </item>
  </channel>
</rss>

