Hi,I'm giving the new hosted-engine feature a try with the new 3.4.0 alpha build on centos 6.5hosted-engine --deply seems to fail at the 'Environment setup"[ ERROR ] Failed to execute stage 'Environment setup': Command '/sbin/service' failed to executeWithin the logs I believe it seems to be related to vdsm. Logs show "VDS daemon is not running"service vdsm start gives the following error:initctl: Job is already running: libvirtdvdsm: Running mkdirsvdsm: Running configure_coredumpvdsm: Running run_init_hooksvdsm: Running gencertsvdsm: Running check_is_configuredlibvirt is already configured for vdsmsanlock service is already configuredvdsm: Running validate_configurationSUCCESS: ssl configured to true. No conflictsvdsm: Running prepare_transient_repositoryvdsm: Running syslog_availablevdsm: Running nwfiltervdsm: Running dummybrvdsm: Running load_needed_modulesvdsm: Running tune_systemvdsm: Running test_spacevdsm: Running test_lovdsm: Running restore_netsvdsm: Running unified_network_persistence_upgradeUsage: /usr/bin/vdsm-tool [options] <action> [arguments]
Valid options:-h, --helpCommands in module configurator:configure Configure external services for vdsmis-configured Determine if module is configuredvalidate-config Determine if configuration is validCommands in module dummybr:dummybr Defines dummy bridge on libvirt network.Commands in module load_needed_modules:load-needed-modules Load needed modulesCommands in module nwfilter:nwfilter Defines network filters on libvirtCommands in module passwd:set-saslpasswd Set vdsm password for libvirt connectionCommands in module restore_nets:restore-nets Restores the networks to what waspreviously persisted via vdsm.
Commands in module seboolsetup:sebool-config Enable the required selinux booleanssebool-unconfig Disable the required selinux booleansCommands in module service:service-disable Disable a system serviceservice-is-managed Check the existence of a serviceservice-reload Notify a system service to reloadconfigurationsservice-restart Restart a system serviceservice-start Start a system serviceservice-status Get status of a system serviceservice-stop Stop a system service
Commands in module transient:cleanup-transient-repository Cleanup the unused transient diskspresent in the repository. (NOTE: itis recommended to NOT execute thiscommand when the vdsm daemon isrunning)setup-transient-repository Prepare the transient disksrepositoryCommands in module unified_persistence:upgrade-unified-persistence Upgrade host networking persistencefrom ifcfg to unified if thepersistence model is set as unified in/usr/lib64/python2.X/site-packages/vdsm/config.py
Commands in module upgrade:Commands in module upgrade_300_networks:upgrade-3.0.0-networks Since ovirt-3.0, Vdsm uses libvirtnetworks (with names vdsm-*) to store itsown networks. Older Vdsms did not have thosedefined, and used only linux bridges. Thiscommand is kept as an upgrade tool for the(very few) people who still have such oldsetups running.Commands in module validate_ovirt_certs:validate-ovirt-certs Validate vdsmcert.pem against cacert.pem.If current cacert.pem is invalidate, it willfind a validate certificate file and replacethe old cacert.pem with it. And then persist it.Commands in module vdsm-id:vdsm-id Printing host uuidvdsm: failed to execute unified_network_persistence_upgrade, error code 1vdsm start [FAILED]Any suggestions?Thanks,
Andrew