getLogger().log(Level.INFO, s);
info = new HADBInfo(hosts, agentPort, haAdminPassword, haAdminPasswordFile,
clusterName, getLogger(), getConfigContext(), getMBeanServer());
info.setup();
HADBRestartDB rsdb = new HADBRestartDB(info);
return rsdb.restartDB();
}
catch(HADBSetupException hse)
{
throw hse;
}