Monday, March 4, 2013

having some fun with dell and esxi

so, let's say you have dell poweredge servers as esxi hosts.

Lets say you want to take care of them. make sure you have firmware updates, check reliably for hardware errors (and not vmware's cryptic 1 liners...), and do it free cause that's who you are.

here is something fun to do with them. this is just basic but gets things moving.

there's a tool called openmanage essentials, free download, but requires 2008. install it, and the repository manager. now to be able to scan:

1) install omsa on the esxi hosts. the easy way is through the vmware update manager. the vib files are in the management section of your server downloads (select esxi as OS)

2) you need to open port 1311 in the esxi firewall. I will explain this in more detail, but you create an xml file inside /etc/vmware/firewall and modify /etc/rc.local to enable this file to be copied and run at reboot

2) now you can scan your hosts.

enable ping and ws-man (set the root creds, and check the secure mode and trusted site). if all went well, you will see the normal openmanage info for your esxi host :)


Added benefit: use the openmanage inventory in the repository manager to create a linux iso and patch your servers.

You can also just create an iso for the server model you are interested and patch, but with the above, you know which servers are where and which are more urgent than others.


Also, semi-related, but in case you only want to enable snmp using ssh:

vi /etc/vmware/snmp.xml and change:


then reboot. CLi doesn't reboot :p there should be a snmp restart command somewhere...


If you only need to re-start the OMSA service

/etc/init.d/wsman restart

No comments:

Post a Comment