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