BryanMLima commented on PR #6812: URL: https://github.com/apache/cloudstack/pull/6812#issuecomment-1361562687
> it didn“t work @BryanMLima > > ``` > 2022-12-21 10:01:36,609 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Processing updateKeyPairs > 2022-12-21 10:01:36,610 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Systemvm keypairs not found in database. Need to store them in the database > 2022-12-21 10:01:36,613 DEBUG [c.c.u.s.Script] (main:null) (logid:) Executing: /bin/bash -c if [ -f /var/cloudstack/management/.ssh/id_rsa ]; then rm -f /var/cloudstack/management/.ssh/id_rsa; fi; ssh-keygen -t rsa -m PEM -N '' -f /var/cloudstack/management/.ssh/id_rsa -q 2>/dev/null || ssh-keygen -t rsa -N '' -f /var/cloudstack/management/.ssh/id_rsa -q > 2022-12-21 10:01:36,619 DEBUG [c.c.u.s.Script] (main:null) (logid:) Executing while with timeout : 3600000 > 2022-12-21 10:01:36,779 DEBUG [c.c.u.s.Script] (main:null) (logid:) Execution is successful. > 2022-12-21 10:01:36,792 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Private key inserted into database > 2022-12-21 10:01:36,792 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Public key inserted into database > 2022-12-21 10:01:36,794 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Trying to copy private keys to hosts > 2022-12-21 10:01:36,794 DEBUG [c.c.u.s.Script] (main:null) (logid:) Looking for scripts/vm/systemvm/injectkeys.sh in the classpath > 2022-12-21 10:01:36,795 DEBUG [c.c.u.s.Script] (main:null) (logid:) System resource: file:/usr/share/cloudstack-common/scripts/vm/systemvm/injectkeys.sh > 2022-12-21 10:01:36,795 DEBUG [c.c.u.s.Script] (main:null) (logid:) Absolute path = /usr/share/cloudstack-common/scripts/vm/systemvm/injectkeys.sh > 2022-12-21 10:01:36,795 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Executing: /bin/bash /usr/share/cloudstack-common/scripts/vm/systemvm/injectkeys.sh /var/cloudstack/management/.ssh/id_rsa > 2022-12-21 10:01:36,800 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Executing while with timeout : 3600000 > 2022-12-21 10:01:36,883 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Execution is successful. > 2022-12-21 10:01:36,883 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Files /var/cloudstack/management/.ssh/id_rsa and /usr/share/cloudstack-common/scripts/vm/systemvm/id_rsa.cloud differ > > 2022-12-21 10:01:36,884 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) The script injectkeys.sh was run with result : null > 2022-12-21 10:01:36,889 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) updating the SSVM PSK with new value. This goes to SSVM on Start > 2022-12-21 10:01:36,896 INFO [c.c.s.ConfigurationServerImpl] (main:null) (logid:) Need to store secondary storage vm copy password in the database > 2022-12-21 10:01:36,904 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) (logid:) secondary storage vm copy password inserted into database > 2022-12-21 10:01:36,913 INFO [o.a.c.f.j.i.AsyncJobManagerImpl] (main:null) (logid:) Start AsyncJobManager API executor thread pool in size 125 > 2022-12-21 10:01:36,914 INFO [o.a.c.f.j.i.AsyncJobManagerImpl] (main:null) (logid:) Start AsyncJobManager Work executor thread pool in size 166 > 2022-12-21 10:01:36,914 INFO [c.c.c.ClusterManagerImpl] (main:null) (logid:) Start configuring cluster manager : ClusterManagerImpl > 2022-12-21 10:01:36,915 INFO [c.c.c.ClusterManagerImpl] (main:null) (logid:) Cluster node IP : 10.0.35.109 > 2022-12-21 10:01:36,926 INFO [c.c.c.ClusterManagerImpl] (main:null) (logid:) Cluster manager is configured. > 2022-12-21 10:01:36,927 INFO [o.a.c.s.SecondaryStorageManagerImpl] (main:null) (logid:) Start configuring secondary storage vm manager : PremiumSecondaryStorageManagerImpl > 2022-12-21 10:01:36,953 DEBUG [c.c.u.c.DBEncryptionUtil] (main:null) (logid:) Error while decrypting: 5000 > 2022-12-21 10:01:36,954 INFO [o.a.c.s.NfsMountManager] (main:null) (logid:) Clean up mounted NFS mount points used in current session. > ``` > > after this the server hangs, no UI, no API. Thanks for the log output, I will take a look on it. I guess there is something different on my side that does not cause this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
