VMWare Tools obsahuje jeden program vmware-checkvm, který nám neřekne verzi ESX, ale jen VMware software version 6 (good). Pokud pravidelně aktualizujeme tooly máme možnost zjistit verzi následovně.
server:root:~> cat /usr/bin/vmware-config-tools.pl | grep buildNr
my $buildNr;
$buildNr = '3.5.0 build-153875';
return remove_whitespaces($buildNr);
Tímto způsobem zjistíme verzi vmware tools, které jsou v hostovaném systému nainstaovány. Pokud používáme starší VMware Tools na novějším ESX, VI Client nás na to upozorní. Hostovaným OS je Ubuntu 8.04.2.
Sending SNMP Traps from One Source to Multiple Zabbix Hosts
-
Let’s say you are working in an environment with hundreds or thousands of
devices. All of these devices are managed from a nice simple management
server,...
před 6 dny

Žádné komentáře:
Okomentovat