How to sort the MUI’s list of Virtual Machines
This week I found out a way of sorting the list of VM’s as it appears in the ESX MUI. By default the list of VM’s in the MUI is sorted by the order of the VM’s created Or by the order they are registered (which can be the same thing). We can sort the VM’s alphabetically or re-order them based on your own preference by using the Service Console
- Logon to the Service Console as ROOT
- Sort the vmlist – by using the sort command piped to a new file, and then copy over sorted vmlist over the original vmlist with:
sort /etc/vmware/vm-list > /etc/vmware/vm-listsorted
and
cp /etc/vmware/vm-listsorted /etc/vmware/vm-list
- Press [ENTER] to over-write the original file
- Restart the vmware-serverd and vmware httpd daemons with
service vmware-serverd restart
service httpd.vwmare restartNote:
If you are using vCenter restart the ccagent service instead from the vCenter client usingRight-click the ESX Host
Properties
Click the Advanced Tab, and click the Restart buttonAlternatively, kill the ccagent process from the Service Console (ESX will automatically restart it…) with:
ps -ef | grep ccagent
and then
kill pidno, in my case kill 27023
Note:
If you have the vCenter client open this should force a “reconnecting…” event
If you log on to the ESX MUI you should find the VM list is sorted alphabetically…Note:
If this fails to generate the list you require – simply edit the vmlist with nano – and reorder… be sure to backup the file before you do this.





RSS
iTunes