...
Div | ||
---|---|---|
| ||
|
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 NFS Server Setup).
...
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 |
...