opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1576,6 +1576,14 @@ { serverStartingFile.delete(); } // If a host name file exists, then remove it. File hostNameFile = new File(configHandler.getInstanceRoot() + File.separator + SetupUtils.HOST_NAME_FILE); if (hostNameFile.exists()) { hostNameFile.delete(); } } }