This week I found out a way of sorting the list of VMs as it appears in the ESX MUI. By default the list of VMs in the MUI are sorted by the order of the VMs created or by the order they are registered (which can be the same thing). You can sort the VMs 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 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 from the vCenter client instead 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
Requires Free Membership to View
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.
This was first published in March 2005

Join the conversationComment
Share
Comments
Results
Contribute to the conversation