RE: Initial SystemVM Creation Failing

2020-07-15 Thread Corey, Mike
Message- From: cristian.c@istream.today Sent: Friday, July 10, 2020 12:30 PM To: users@cloudstack.apache.org Subject: RE: Initial SystemVM Creation Failing Hello If you check your NFS configuration you will see that somewhere you have : /etc/idmapd.conf "nobody" Regards, Cris

RE: Initial SystemVM Creation Failing

2020-07-11 Thread cristian.c
@cloudstack.apache.org Subject: RE: Initial SystemVM Creation Failing I appreciate the response, but I'm not sure where you are going. My secondary and primary storage are mounts from a NetApp filer. Both the CentOS (CloudStack Management) and the ESXi hosts can read/write to the secondary volume. I

RE: Initial SystemVM Creation Failing

2020-07-10 Thread Corey, Mike
0 12:30 PM To: users@cloudstack.apache.org Subject: RE: Initial SystemVM Creation Failing Hello If you check your NFS configuration you will see that somewhere you have : /etc/idmapd.conf "nobody" Regards, Cristian -Original Message- From: Corey, Mike Sent: Friday, J

RE: Initial SystemVM Creation Failing

2020-07-10 Thread cristian.c
cloudstack.apache.org Subject: Re: Initial SystemVM Creation Failing Just try to execute the command manually, copy the system.iso from source to the destination. I had a similar issue but is was caused by the NFS permissions. On Wed, 8 Jul 2020, 21:44 Corey, Mike, wrote: > Gone over the ins

RE: Initial SystemVM Creation Failing

2020-07-10 Thread Corey, Mike
.apache.org Subject: Re: Initial SystemVM Creation Failing Just try to execute the command manually, copy the system.iso from source to the destination. I had a similar issue but is was caused by the NFS permissions. On Wed, 8 Jul 2020, 21:44 Corey, Mike, wrote: > Gone over the installation

Re: Initial SystemVM Creation Failing

2020-07-10 Thread Cristian Ciobanu
f7af2bf/systemvm/systemvm-4.14.0.0.iso > (Permission denied) > > But, the ownership/permissions look okay on that destination directory too. > > [root@ ~]# ls -al /var/cloudstack/mnt/VM/345050029058.1f7af2bf > total 12 > drwxr-xr-x. 4 nobody nobody 4096 Jul 8 11:15 . > drwxr

RE: Initial SystemVM Creation Failing

2020-07-09 Thread Corey, Mike
users@cloudstack.apache.org Subject: RE: Initial SystemVM Creation Failing Gone over the installation now twice (reverted to snapshot of CentOS VM) and still getting weird storage/permission type issues. The permissions and ownership of the systemvm folder looks correct. [root@ ~]# ls -al

RE: Initial SystemVM Creation Failing

2020-07-08 Thread Corey, Mike
Mike Sent: Thursday, July 2, 2020 2:31 PM To: users@cloudstack.apache.org Subject: RE: Initial SystemVM Creation Failing No upgrade - this again is the fresh install of CloudStack 4.14 with VMware resources. Maybe I should note that I created the primary and secondary storage via the "Advance

Re: Initial SystemVM Creation Failing

2020-07-02 Thread Andrija Panic
15/job-33, cmd: StartCommand) (logid:b8ba37d1) StartCommand failed due > to Exception: com.cloud.utils.exception.CloudRuntimeException > Message: Unable to copy systemvm ISO on secondary storage. src location: > /usr/share/cloudstack-common/vms/systemvm.iso, dest location: > /var/cloudstack/mnt/

RE: Initial SystemVM Creation Failing

2020-07-02 Thread Corey, Mike
ms/systemvm.iso, dest location: /var/cloudstack/mnt/VM/345050029058.777ecb60/systemvm/systemvm-4.14.0.0.iso -Original Message- From: Andrija Panic Sent: Thursday, July 2, 2020 12:34 PM To: users Subject: Re: Initial SystemVM Creation Failing Hi Mike, Mount you secondary storage on

Re: Initial SystemVM Creation Failing

2020-07-02 Thread Andrija Panic
Hi Mike, Mount you secondary storage on the management server to some temp folder, then run:chown -R cloud:cloud /systemvm/ Other folders on Secondary Storage NFS are owned by root, but the "systemvm" should be owned by "cloud". I assume you got this after some ACS upgrade, or similar? On Th