
On 04/09/2013 08:13 PM, suporte@logicworks.pt wrote:
Hi,
I just installed the last version of engine and host using fedora18. I notice that in the engine the nfs server is not up and running, so is not possible to attach the iso domain. How can I start the nfs server on engine? Is this the correct thing to do?
vi <http://www.server-world.info/en/command/html/vi.html> /etc/idmapd.conf # line 5: uncomment and change to your domain name
Domain =server.world
[root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> start rpcbind.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> start nfs-server.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> start nfs-lock.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> start nfs-idmap.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> enable rpcbind.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> enable nfs-server.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> enable nfs-lock.service [root@dlp ~]#systemctl <http://www.server-world.info/en/command/html/systemctl.html> enable nfs-idmap.service
-- ------------------------------------------------------------------------ Jose Ferradeira http://www.logicworks.pt
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
alex/sandro - doesn't the installer check for nfs service running?