Customizing GUI

2014-09-27 Thread José Egas López
Hi all! How can I customize CS 4.3.1 GUI? I want to mount a few images on it, like on the login page and on the main menu... Thanks for your help. -- * Regards, José *

Re: Adding OVA or OVF VMs to CS 4.3.1

2014-09-27 Thread José Egas López
Thanks to all, that worked for me! * Regards, José * El 26/09/2014 21:21, Kirk Kosinski escribió: Hi, as the others mentioned only OVA is supported. To use it in CloudStack you first need to upload the OVA file to a web server that CloudStack (specifically the SSVM) can reach. Next, in the C

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Hi Amogh, I tried again tonight, still the same. Not too sure why, is it something wrong with the certificate? But I have confirmed that it's the correct root certificate from my CA. Any other advice? Looking forward to your reply, thank you. Cheers. On Tue, Sep 23, 2014 at 12:56 AM, Amogh Vas

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Hi Amogh and all, To add, I am using RapidSSL and I got the root and intermediate CAs from here: https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&actp=CROSSLINK&id=SO26457 I have ensured that the encoding is done correctly, but still there's issue when I tried to

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
I tried to key in just "BEGIN CERTIFICATE\nEND CERTIFICATE" without the "-" and the content of the certificate itself. Same problem persists, it says parameter certificate is invalid, contains illegal ASCII non-printable characters. 431 Received value BEGIN CERTIFICATE END CERTIFICATE f

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Only if I key in the certificate as "BEGIN", then it seems to be accepting. But of course, the certificate is invalid. 1efe722a-e7c7-4c43-9f6b-67ce860dbe34 Is it my browser issue? I have tried using two different browsers: Firefox and Chrome, and both are having the same problem. On Sun, Sep

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Dear all, Apologise for sending quite a lot of emails tonight. Anyone knows if it's safe for me to update the keystore table on the database directly? Since the API call doesn't work. Thank you. On Sun, Sep 28, 2014 at 12:39 AM, Indra Pramana wrote: > Only if I key in the certificate as "BEGI

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Dear all, FYI, I managed to complete the tasks and install the certificates. As a workaround to the unable to upload the root/intermediate cert via API issue, I uploaded a certificate with just "BEGIN" as text via API, and then proceed to update the keystore table on the MySQL database directly to

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Wido den Hollander
> Op 27 sep. 2014 om 19:25 heeft Indra Pramana het volgende > geschreven: > > Dear all, > > FYI, I managed to complete the tasks and install the certificates. As a > workaround to the unable to upload the root/intermediate cert via API > issue, I uploaded a certificate with just "BEGIN" as

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Indra Pramana
Hi Wido, I have changed the value of secstorage.ssl.cert.domain and restart management server, before I start uploading all the certificates. I found this article, which might be related to the problem: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Troubleshooting+-+uploading+custom+dom

Question about Old Racks

2014-09-27 Thread Talk Jesus
Is it possible to throw old dedicated servers into the cloud for extra CPU/RAM? For example, I have some old Pentium D (dual core), Xeons, Dual Xeons and Core i3 lying around. Is it a simple 'add' in the CS management panel to add these in with their storage?

Re: HELP - unable to start systemvms on KVM after upgrade to 4.4 with java 1.7 installed

2014-09-27 Thread Mitch.Fiorentini
Hello: Looks like I'm running into this after a 4.3 to 4.4 upgrade. Whats the fix / recommend course of action for this? On Sun, Aug 10, 2014 at 3:10 PM, Erik Weber wrote: > That's 6893, fixed in 4.4.1. > > Erik > 10. aug. 2014 19:35 skrev "Andrei Mikhailovsky" > følgende: > > > Daan, > > > >

Re: error restarting virtual router after upgrading

2014-09-27 Thread Mitch.Fiorentini
Looks like I'm getting the same issue after an upgrade, this is with all my System VMs. Normal VMs are not starting either. 2014-09-27 15:24:02,437 WARN [o.a.c.s.SecondaryStorageManagerImpl] > (secstorage-1:ctx-df72ecab) Exception while trying to start secondary > storage vm > java.lang.Runtime

Re: HELP - unable to start systemvms on KVM after upgrade to 4.4 with java 1.7 installed

2014-09-27 Thread Erik Weber
You may give these rpms a try: http://jenkins.huug.no:8080/job/cloudstack-4.4.0-with-fix-noredist-rpm/ That's 4.4.0 + the patch. Or you can wait for 4.4.1 -- Erik On Sat, Sep 27, 2014 at 9:07 PM, Mitch.Fiorentini < mitch.fiorent...@gmail.com> wrote: > Hello: Looks like I'm running into this a

Re: Customizing GUI

2014-09-27 Thread ilya musayev
Easiest way is to find the image you like to change on your server and replace it with identically sized image - but your own. For example, using any browser you can right click on the image and get the properties of it, or use inspect elements feature of chrome. Goto your linux host, i assum

Re: Unable to upload SSL certificate for realhostip replacement

2014-09-27 Thread Amogh Vasekar
Hi, For the encoding, in your case it was the space character causing the issue - it should be replaced by %20. The correct encoding would be (hoping mail clients don't screw up the blob): -BEGIN%20CERTIFICATE-%0AMIIDfTCCAuagAwIBAgIDErvmMA0GCSqGSIb3DQEBBQU AME4xCzAJBgNVBAYTAlVT%0AMRAwDgYDV