search for: vmware1

Displaying 3 results from an estimated 3 matches for "vmware1".

Did you mean: vmware
2011 Feb 08
1
Libvirt in Windows not working
...hon 2.6 in the Windows Vista system andhave written a small test file in Python. Here is the code: import libvirt* * import sys conn = libvirt.openReadOnly(None) if conn == None: print *'Failed to open connection to the hypervisor' * sys.exit(1) try: dom0 = conn.lookupByName(*"vmware1"*) except: print *'Failed to find the main domain' * sys.exit(1) print *"Domain 0: id %d running %s"* % (dom0.ID(), dom0.OSType()) print dom0.info() When I am trying to execute this python code I received error message that : ImportError: No module named libvirt Ple...
2006 Sep 19
5
Recommendations for organizing hosts into groups?
I have a few different groupings of hosts, and I am wondering what is the best way to organize the node configuration for them. I have a few machines that are VMware hosts, a bunch of VMware guests, and the main admin server which runs a bunch of stuff like puppetmasterd. I''ve got a bunch of classes/*.pp which define configuration for sudo, yum, java, etc. Right now I just have
2006 Sep 21
30
Using multiple values for source, for platform/arch/host configs
Hi, in an attempt to simplify my configuration, and from a suggestion on IRC, I was thinking of using multiple values for file { source => [] }. Was just currious if anyone had any comments on this. Basically, I setup my file-server to use: <snip> [private] path /var/lib/puppet/files/private/%H allow * [shared] path /var/lib/puppet/files/shared allow *