VMware

eagleh

eagleh's Profile

  • Name: EagleH 
  • Email: (Private)
  • Member Since: May 14, 2008
  • Last Logged In: Nov 13, 2009 6:45 AM
  • Status Level: Hot Shot Hot Shot (457 points)
  • Signature: If you found this information useful, please kindly consider awarding points for "Correct" or "Helpful". Thanks!

eagleh's Latest Content

1> create HP CMS (Center Management Server) and install HP SIM (System Inside Manager) 5.2 on it.
2> install HP Insight Management Agent 8.0 on ESX host http://virtrix.blogspot.com/2006/09/hp-insight-manager-agents-for-vmware.html

HP SIM did detecte both ESX hosts. However, it shows "degraded or failed" under "Health Status" column in SIM even though there are not.

log on ESX, run "server hpadm configure" did the trick.

This is my working /etc/snmpd/snmpd.conf:


rwcommunity mycomstring 127.0.0.1
rocommunity mycomstring 127.0.0.1
rwcommunity mycomstring hpcms.mydomain.mag
rocommunity mycomstring hpcms.mydomain.mag
trapcommunity mycomstring
trapsink 192.168.14.19 mycomstring {I bet "trapsink hpcms.mydomain.mag public" will work too.}

0 Comments Permalink

"It is not a best practice to isloate different OS on different LUNS. VMware has always encouraged load mixing. Avoid mixing virtual machines that have competing resource requirements. The most important is not too have too many I/O intensive VMs on one LUN. I always try to stay under 25VMs per LUN. " --dmismash

0 Comments Permalink

Vmotion moves a running VM from one host to another. (VC Client GUI, means by "Migrate...")

SVmotion moves a running VM (files belong to that VM) from one vmfs storage to another. (have to be done through CLI. No VMware supported GUI so far.)

Both should not inturrupt VM. VMs can be up and running during the process.
Note: If you can power off the VM, you can use VC Client GUI ("Migrate") to move both!

The most famous Third-Party GUI tool (a VI Client plug-in) for S-Vmotion recognized by VMWare is developled by Andrew Kutz: http://communities.vmware.com/thread/126141

0 Comments Permalink

Communities