I did the following to fix my issue which presented the same way... Run the following command "keytool -genkey -keystore /etc/cloudstack/management/cloudmanagementserver.keystore -storepass vmops.com -keypass vmops.com -keyalg RSA -validity 3650 -dname cn="CloudstackUser",ou="yourserver FQDN",o="yourserver FQDN",c="Unknown" then restart cloudstack. You probably will also need to destroy the SSVM and console proxy VM, and let cloudstack recreate them. This environment is not in production right?
> From: [email protected] > To: [email protected] > Subject: RE: Unable to add secondary storage > Date: Wed, 27 Aug 2014 15:28:24 +0000 > > Hi Michael, > > Yes! There are many lines in the management-server.log that say "SSL: Fail to > find the generated keystore. Loading fail-safe one to continue.". Do you know > how I should proceed from here? > > Regards, > Adam > > > -----Original Message----- > From: Michael Phillips [mailto:[email protected]] > Sent: 27 August 2014 16:19 > To: [email protected] > Subject: RE: Unable to add secondary storage > > > > Do you also have a bunch of errors in your log that shows the following: > "SSL: Fail to find the generated keystore. Loading fail-safe one to continue." > > > > > From: [email protected]<mailto:[email protected]> > > > To: [email protected]<mailto:[email protected]> > > > Subject: RE: Unable to add secondary storage > > > Date: Wed, 27 Aug 2014 15:14:31 +0000 > > > > > > Hi Michael, > > > > > > Thanks for the reply. > > > > > > No, the agent is not active. Both the SSVM and CPVM are running but they > > have a "-" under the agent state column. > > > > > > If I SSH into the SSVM (via link local address, the private and public > > > IPs don't work - If i check /etc/network/interfaces I can see that > > > there's no gateway set for the public or private IPs) and run the > > > ssvm-check.sh script then it comes up with > > > ---------- > > > ERROR: NFS is not currently mounted > > > Try manually mounting from inside the VM NFS server is 169.254.0.19 > > > ---------- > > > That is the link local address of that SSVM though - the Secondary > > > Storage server is on 10.2.3.155 > > > > > > Regards, > > > Adam > > > > >
