Jan 31, 2013 10:04 AM
Microsoft's Hyper-V Server R2 zenpack for zenoss 4
-
Like (0)
Try this one: docs/DOC-5886
It seems that the installation go well but i cannot see the loaded zenpack, moreover the HypervVM section does not appear under the Components menu.
I tried to rename the egg file into ZenPacks.Hyper.virtualMachines-0.2-py2.7.egg but i haven't been successful.
If that, you didn't installed the Zenpack yet. Please try to install it in command line(refer to http://wiki.zenoss.org/ZenPack:Hyper-V_Server_R2), remember it needs dependence servlet/JiveServlet/download/3392-30-7467/ZenPacks.community.WMIDataSource-3.0.egg.zip. So you may need install wmidatasource first, actually, when you install it in command line, it will prompt you some dependence if need.
I am trying to intall WMIDataSource with the following command under zenoss user
./zenpack --install ZenPacks.community.WMIDataSource-3.0.egg
but i get the following error
ERROR:zen.ZenPackCMD:Error installing ZenPack /opt/zenoss/ZenPacks.community.WMIDataSource-3.0.egg
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 243, in InstallEggAndZenPack
fromUI=fromUI)
File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 471, in InstallDistAsZenPack
zenPack, deferFileDeletion, existing = transactional_actions()
File "/opt/zenoss/lib/python/ZODB/transact.py", line 44, in g
r = f(*args, **kwargs)
File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 357, in transactional_actions
module = packEntry.load()
File "/opt/zenoss/lib/python/pkg_resources.py", line 1954, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named WMIDataSource
ERROR:zen.ZenPackCmd:zenpack command failed
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenUtils/zenpack.py", line 486, in <module>
zp.run()
File "/opt/zenoss/Products/ZenUtils/zenpack.py", line 164, in run
fromUI=self.options.fromui)
File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 259, in InstallEggAndZenPack
raise e
ImportError: No module named WMIDataSource
Try this one: http://zenpacks.zenoss.com/pypi/browsing/4.2/ZenPacks.community.WMIDataSource/3.0
If still failed
Try add it in GUI
now it works!
I installed ZenPacks.community.WMIDataSource from GUI and after that i launched
./zenpack --install /opt/zenoss/ZenPacks.Hyper.virtualMachines-0.2-py2.7.egg
ZenPacks.Hyper.virtualMachines is installed.
Absolutely terrific!
Thank you!
Hey gays, For a install normally follo this process
Normal Installation - packaged egg
Download the appropriate egg file for the version of Zenoss you are running.
Ensure you are logged in as the zenoss user:
- sudo su - zenoss
Install the ZenPack:
- zenpack --install ZenPacks.Hyper.virtualMachines-1.0-py2.7.egg
Restart these services:
- zenoss restart
Developer Mode Installation
In order to do a development mode installation you will want to clone the existing git repository, and then use the --link flag with the zenpack command:
Ensure you are logged in as the zenoss user:
- sudo su - zenoss
Start by cloning the upstream repository:
- git clone git://github.com/path/to/repo
Next, perform the installation:
- zenpack --link --install ZenPacks.Hyper.virtualMachines
Finally, restart these serivices:
- zenoss restart
Thanks
Follow Us On Twitter »
|
Latest from the Zenoss Blog » | Community | Products | Services Resources | Customers Partners | About Us | ||
Copyright © 2005-2011 Zenoss, Inc.
|
||||||||