logo vmware

ESXi : Installation SNMP

se connecter en ssh sur l’ESXi puis taper les commandes suivantes : [root@zenesx01p:~] esxcli system snmp set –communities zencorpsnmp [root@zenesx01p:~] esxcli system snmp set –enable true [root@zenesx01p:~] esxcli network firewall ruleset set –ruleset-id snmp –al lowed-all true [root@zenesx01p:~] esxcli network firewall ruleset set –ruleset-id snmp –enabled true [root@zenesx01p:~] etc/init.d/snmpd restart

Vsphere powerCli

Voici une liste non exhaustive des opérations que vous pourrez réaliser en utilisant vSphere PowerCLI pour interagir sur le vCenter :

Commande Fonction
Connect-VIServer Connexion au vCenter
Get-VMHost Récupère la liste des hôtes ESX
Get-VM Récupère la liste des machines virtuelles
Get-VMHost | Get-VirtualSwitch Récupère les vSwitchs des hôtes ESX
Get-VM | Get-NetworkAdapter Récupère les adaptateurs réseau des machines virtuelles

(suite…)

Par Tpeltier, il y a

ESXi 4.1 Active Directory Integration

Before starting you need to make sure of a few things

You have correct time synchronization with between your ESX host and the Domain controllers – this is a must. Kerberos is extremely picky when time difference off.

You have proper DNS resolution from the ESX Host, and that the name servers are correct.

Also your ESX host has to have a FQDN – for example:

Hostname: esx1
Domain: maishsk.local
FQDN: esx1.maishsk.local

On the ESXi Host

(suite…)

Par Tpeltier, il y a