Tampilkan postingan dengan label esxi. Tampilkan semua postingan
Tampilkan postingan dengan label esxi. Tampilkan semua postingan

Rabu, 06 April 2016

ESX 5.5 and VCenter 5.5 update 3 issues

Tanpa melakukan research tentang update ESX 5.5 ke Update 3b saya hari ini menemukan beberapa kesalahan yang di rangkum dalam artikel artikel VMWare di bawah ini:
  1. Setelah melakukan upgrade ESXi host ke 5.5 Update 3b, host tidak bisa lagi di manage oleh vCenter Server. (https://kb.vmware.com/kb/2140304)
  2. Update vCenter Server dengan mengggunakan artikel berikut (http://www.virtualizationhowto.com/2014/10/updating-vcenter-server-55-update-2/)
  3. Update vCenter Server ke Update 3 gagal dengan error "Warning 32014. A utility for phone home data collector couldn't be executed successfully" (https://kb.vmware.com/kb/2134141)
  4. Setelah memperbaiki instalasi Profile-Driven Storage, VMware vCenter Storage Monitoring Service fails with the error: Service initialization failed (https://kb.vmware.com/kb/2060967)
Berikut adalah link Release Note untuk:

Rabu, 04 Februari 2015

Enable SNMP on VSphere ESXi 5.5

Below is the command needed to enable SNMP on VSphere 5.5:

esxcli system snmp set --communities SNMP_STRING_HERE
esxcli system snmp set --enable true
esxcli network firewall ruleset set --ruleset-id snmp --allowed-all true
esxcli network firewall ruleset set --ruleset-id snmp --enabled true
/etc/init.d/snmpd restart

change SNMP_STRING_HERE with community string that you are going to use