HostAccountSpec grpSpec = new HostAccountSpec();
grpSpec.setId("masters");
// DON'T CALL the following two lines! NOT supported.
// grpSpec.setDescription("The Group for VI Masters");
// grpSpec.setPassword("grppass");
hlam.createGroup(grpSpec);
//assign the new user to the new group
hlam.assignUserToGroup("vimaster", "masters");
//let's check their existence