} else {
// TODO look at having LocalDomainControllerAdd do this, using Stage.IMMEDIATE for the steps
// parse the domain.xml and load the steps
ConfigurationPersister domainPersister = hostControllerConfigurationPersister.getDomainPersister();
super.boot(domainPersister.load());
ManagementRemotingServices.installManagementChannelServices(serviceTarget, ManagementRemotingServices.MANAGEMENT_ENDPOINT,
new MasterDomainControllerOperationHandlerService(this, this),
DomainModelControllerService.SERVICE_NAME, ManagementRemotingServices.DOMAIN_CHANNEL, null, null);
serverInventory = getFuture(inventoryFuture);