Update the properties of the management related configuration.
void updateManagementConfiguration(SUPConfigurationComponentVO configurationComponent)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException
supConf.refreshClusterConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getManagementConfiguration();
confVO.getProperties().put("sup.admin.port", "2003");
supConf.updateManagementConfiguration(confVO);
supConf.commitClusterConfiguration();