Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section contains basic NFS server troubleshooting.

Check the NFS configuration is correct on the

...

remote services server

Check that your config file has the correct settings for your NFS share. Assuming your NFS Server has the IP address 192.168.1.10. The entries for nfs in file /opt/abiquo/config/abiquo.properties should look like the example below

...

Code Block
service abiquo-tomcat restart
Check the NFS

...

repository is mounted

Now that the Abiquo Platform has been installed, we need to make sure that the NFS Repository used to store the VM Templates and VM disk conversions is mounted on the Abiquo Remote Services host and the Abiquo V2V Services host (See VM repository folder).

...

Do the same thing on the Abiquo V2V Services host.

Check the .abiquo_repository file is present on the NFS share.

Create it otherwise:

Code Block
touch /opt/vm_repository/.abiquo_repository

...