3

Internally, we have several VM hosts. We are constantly provisioning new guests on these hosts. What tool to you guys use to keep track of what hosts hosts you have out there, the host system stats, what guests you have on those hosts, notes about what applications are running on the guests, and it'd be nice to see what virtual IPs are listed on each guest, and be able to track it back to the host?

We use VMWare

Bradford
  • 295
  • 3
  • 7

5 Answers5

1

MediaWiki

or

Racktables

MDMarra
  • 100,734
  • 32
  • 197
  • 329
1

some people create a nic virtual net which identified the host from within the guest. if you would use kvm, then there is a virt-serial which allows the guest and host to communicate.

once the guest knows its hypervisor, you could use standard inventory tools (facter, mcollective/foreman) to use that data.

some
  • 11
  • 1
1

Powercli, you can find vmware powercli forum very useful and will do most of your work and your questions answered quickly.

johnshen64
  • 5,865
  • 24
  • 17
0

Also look into Puppet's new inventory service. I've not used it myself yet, but it may do what you're looking for.

Justin Ellison
  • 718
  • 5
  • 9
0

I use a spreadsheet and a Sharepoint document library to track basic information regarding virtual hosts and guests.

I use Veeam Monitor for tracking VMware host stats and performance.

I use SolarWinds IP Address Tracker for tracking ip information for all computer and servers, both physical and virtual.

joeqwerty
  • 109,901
  • 6
  • 81
  • 172