I spent quite a while scratching my head trying to figure out why a specific user was assigned a different agent than other users. Looking at vsmserver.hconf I could only see one subcluster definition, the default one: [/vsmserver/subclusters/Default] agents=127.0.0.1 users= groups= I found out that if a new subcluster is added using tlwebadmin, it will be appended to the end of the file instead of together with already existing ones. [/vsmserver/subclusters/test] groups=cendio users=cendio agents=localhost Also noted that the key=val is inverted than the one we ship with.
*** This bug has been marked as a duplicate of bug 8220 ***