Tampilkan postingan dengan label vmware. Tampilkan semua postingan
Tampilkan postingan dengan label vmware. 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

Rabu, 16 April 2014

Installing ESXi 5.5 Update 1 manually without update manager

Berikut cara untuk meng-install ESXi 5.5 Update 1 tanpa menggunakan Update Manager:
  1. Cek versi ESXi adalah sebagai berikut: VMware ESXi 5.5.0 (VMKernel Release Build 1331820) 
  2. Download ESXi 5.5 Update 1 zip file melalui link berikut (Klik di sini)  File yang diperlukan bernama update-from-esxi5.5-5.5_update01
  3. Upload update-from-esxi5.5-5.5_update01.zip ke dala datastore dan verifikasi file tersebut dapat dilihat
  4. Execute koman berikut:
    esxcli software vib install -d /datastore/directory/update-from-esxi5.5-5.5_update01. zipdimana /datastore/directory adalaha lokasi zip file (contoh diatas: /vmfs/volumes/datastore2)
  5. Reboot server
  6. Cek versi ESXi setelah reboot
Build version for the ESXi 5.5 update  1 is VMware ESXi 5.5.0 (VMkernel Release Build 1623387)

Senin, 17 Februari 2014

Activate Copy dan Paste in ESXi guest

Untuk dapat copy dan paste antara guest OS dan remote konsol , kita harus mengaktifkan opsi Copy dan Paste menggunakan vSphere Client .

VMware Tools harus diinstal untuk Copy dan Paste dapat bekerja .

Login ke sistem Server vCenter menggunakan Client vSphere dan matikan VM .

Pilih VM dan klik kanan Edit Settings .

Arahkan ke Options > Advanced > General dan klik Configuration Paramenters .

Klik Add Row .

Ketik nilai-nilai ini dalam kolom Name dan Value:

Name
Value
isolation.tools.copy.disable
FALSE
isolation.tools.paste.disable
FALSE

Klik OK dua kali .

Nyalakan  VM .


di dapat dari: