-
Hi, Here is what i do so far (using https://docs.cloudstack.apache.org/en/4.18.2.4/installguide/management-server/index.html)
cloudstack-management then starts fine and the web-interface is reachable, but there are some errors in /var/log/cloudstack/management/management-server.log:
When i look at the given path, there is no /var/cloudstack directory at all. Is this relevant for clean functionality? We use a separate nfs-server for secondary Storage which is reachable and the export is mountable, just to be sure i can test it, but following the log messages there is a problem with creating the mount-directories not with reaching the nfs-export.
Checking on the other two hosts i see following directory-structure / permissions:
The errors disappear when i manually create these directories as well but i expect the package cloudstack-management to create those dirs.
The cloudstack-java-process is running as user 'cloud' which is expected, because it's the same on the old management-hosts. What could be wrong here? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Ok, i think i found the culprit already. I think its because of the global setting mount.parent, which is /mnt/cloudstack/mnt but the new package brings /var/lib/cloudstack/mnt. /var/lib/cloudstack is succesfully created by cloudstack-packages on the new server. I assume it would be preferred to use the new path? Will it work to change the path in global settings of the existing installation and restart the management-servers to apply? I may have to make the new directory first on the old servers. |
Beta Was this translation helpful? Give feedback.
Ok, i think i found the culprit already. I think its because of the global setting mount.parent, which is /mnt/cloudstack/mnt but the new package brings /var/lib/cloudstack/mnt. /var/lib/cloudstack is succesfully created by cloudstack-packages on the new server.
I assume it would be preferred to use the new path? Will it work to change the path in global settings of the existing installation and restart the management-servers to apply? I may have to make the new directory first on the old servers.