
New install - cant select a system as a CIM Probe
Re: New install - cant select a system as a CIM Probe
ok... new issue... Any thoughts?


Re: New install - cant select a system as a CIM Probe
Does not work on VCenter, must point directly at ESX hosts only.
Re: New install - cant select a system as a CIM Probe
Also from error looks like the installer did not complete fully so you are missing a package .
Did you put in all the site packages provided in zip file to your LTShare? During probe installs it needs these packages to install probe correctly.
Did you put in all the site packages provided in zip file to your LTShare? During probe installs it needs these packages to install probe correctly.
- Attachments
-
- check_esxi_hardware.zip
- (9.05 KiB) Downloaded 629 times
Re: New install - cant select a system as a CIM Probe
I get the same error with the esx hosts that are above vcenter.
As far as the site packages... I have the ESXI monitor app zip file as well as site-packages3.1.zip in the ltshare/transfer/utilities/VMware folder... I do not see in there what you have attached... where should I put that zip file? Same location?
As far as the site packages... I have the ESXI monitor app zip file as well as site-packages3.1.zip in the ltshare/transfer/utilities/VMware folder... I do not see in there what you have attached... where should I put that zip file? Same location?
Re: New install - cant select a system as a CIM Probe
I dropped the file in and re-ran the script but I'm still getting the pyweb error.
Here is a screenshot of my python27 folder on my probe machine... what am I missing?

Here is a screenshot of my python27 folder on my probe machine... what am I missing?

Re: New install - cant select a system as a CIM Probe
Do you have this zip file at this location on your LT server?
In this zip is pywbem
When the installer scripts run it should move this folder to C:\python27\
Kind like my version 32 is here...
Can you verify this exists?
In this zip is pywbem
When the installer scripts run it should move this folder to C:\python27\
Kind like my version 32 is here...
Can you verify this exists?
Re: New install - cant select a system as a CIM Probe
Keep in mind if you are cloud then you do not have a L-Drive on your LT server I believe or they are making you use a dropbox or something to that effect.
Are you Cloud with hostedrmm.com?
Are you Cloud with hostedrmm.com?
Re: New install - cant select a system as a CIM Probe
We are not cloud, but it appears as the pywbem folder hasn't copied over to the C drive of my host/probe... can I manually copy it?
Re: New install - cant select a system as a CIM Probe
ok... so I copied it and the test is now successful.
How long until it will show me in the actual status window?
Thanks for all of your help.
How long until it will show me in the actual status window?
Thanks for all of your help.
Re: New install - cant select a system as a CIM Probe
Open a cmd command box and change to the directory where you have unzipped the
pywbem extension. Then launch the following commands:
If no error appears, the extension was successfully installed.
Run this at the commandline, edit host IP, User and password and if not dell is it (dell, hp, intel, unknown)
Does it error?
Should get health back as a return... If so you are good to go.
pywbem extension. Then launch the following commands:
Code: Select all
C:\Python27\Python.exe .\setup.py build
C:\Python27\Python.exe .\setup.py install
Run this at the commandline, edit host IP, User and password and if not dell is it (dell, hp, intel, unknown)
Code: Select all
C:\Python27\Python.exe C:\Python27\check_esxi_hardware.py -H 123.123.123.123 -U root -P myPassword -V dell
Should get health back as a return... If so you are good to go.