<?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: Problems Starting SNMPd in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666227#M91298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I used Update manager to patch to our 55.u2 Baseline ESXi Build 2718055 , and it looks like its working now . VERY strange . Will have to try write a sh script to alter the tons of esx5.5u1 Hosts or something . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will do some more testing , Thank you Very much for all the help . Was lost , still is a bit ..... :smileyconfused:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 11:18:33 GMT</pubDate>
    <dc:creator>Almero</dc:creator>
    <dc:date>2016-02-09T11:18:33Z</dc:date>
    <item>
      <title>Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666221#M91292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Good morning guys , I need help starting SNMPd using PowerCLI 5.5 on ESX 5.5 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;I can GET perfectly , but cannot do the GET | SET to run without errors. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;This Works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;Get-VmHostService&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;-VMHost&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;$ESXi&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;|&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;Where-Object&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; {&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;$_&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;key &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;-eq&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;"snmpd"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #f5f5f5; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;SPAN style="color: #000000;"&gt;}&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;But when I then try and GET | SET , if get errors &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;PS C:\PS\ELMOHostBuilder&amp;gt; Get-VmHostService -VMHost $ESXi | Where-Object {$_.key -eq "snmpd"} | Start-VMHostService&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Start-VMHostService : 2016/02/09 11:28:37 AM Start-VMHostService An error occurred during host configuration.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;At line:1 char:71&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;+ Get-VmHostService -VMHost $ESXi | Where-Object {$_.key -eq "snmpd"} | Start-VMHo ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;+ ~~~~~~~~~~&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; + CategoryInfo : NotSpecified: (:) [Start-VMHostService], PlatformConfigFault&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; + FullyQualifiedErrorId : Client20_SystemManagementServiceImpl_SetVMHostService_ViError,VMware.VimAutomation.ViCore.Cmdlets.Commands.StartVMHostService &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:30:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666221#M91292</guid>
      <dc:creator>Almero</dc:creator>
      <dc:date>2016-02-09T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666222#M91293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you might be running a free ESXi license.&lt;/P&gt;&lt;P&gt;Is that correct ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:34:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666222#M91293</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2016-02-09T09:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666223#M91294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There , no I am running Ent Plus .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tested the same code , but pointing to TSM-SSH and that works .&lt;/P&gt;&lt;P&gt;A Bug perhaps ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:42:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666223#M91294</guid>
      <dc:creator>Almero</dc:creator>
      <dc:date>2016-02-09T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666224#M91295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be right.&lt;/P&gt;&lt;P&gt;Just tested this with PowerCLI 6R3, and I get the same error.&lt;/P&gt;&lt;P&gt;For other services it seems to work alright.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be the issue described in &lt;A href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=2056832"&gt;KB&lt;/A&gt;&lt;SPAN&gt;&lt;A href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=2056832"&gt;2056832&lt;/A&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:54:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666224#M91295</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2016-02-09T10:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666225#M91296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will test this condition ASAP , just updating my ESXi version to latest , just wanted to test if that has an effect .&lt;/P&gt;&lt;P&gt;I must mention this was a clean /fresh install , so not sure how my xml could be bust&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose could try and get around this by some sort of hack Get-ESXCLI and run something like /etc/init.d/snmpd start .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for helping , I thought I was losing my mind . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:00:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666225#M91296</guid>
      <dc:creator>Almero</dc:creator>
      <dc:date>2016-02-09T11:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666226#M91297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, with a fresh ESXi install, it would be highly unlikely that the config file got corrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if you can use esxcli to stop/start the service.&lt;/P&gt;&lt;P&gt;And for /etc/init.d/snmpd you will need something like plink.exe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:10:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666226#M91297</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2016-02-09T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Starting SNMPd</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666227#M91298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I used Update manager to patch to our 55.u2 Baseline ESXi Build 2718055 , and it looks like its working now . VERY strange . Will have to try write a sh script to alter the tons of esx5.5u1 Hosts or something . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will do some more testing , Thank you Very much for all the help . Was lost , still is a bit ..... :smileyconfused:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:18:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Problems-Starting-SNMPd/m-p/2666227#M91298</guid>
      <dc:creator>Almero</dc:creator>
      <dc:date>2016-02-09T11:18:33Z</dc:date>
    </item>
  </channel>
</rss>

