Using console VM's without realhostip.com domain name

2014-10-09 Thread Amin
Hello, Can anyone please advise how to use cloudstack 4.3.1 (upgraded version from 2.2.14), how to use the console VM after deprecation of realhostip.com, we are not using SSL certificates. And we don't have domain name. Thanks in advance

Re: Grub@boot on Xenserver - CS

2014-10-09 Thread Kirk Kosinski
Hi, the VM bootloader is bypassed for PV-enabled VMs on XenServer. The hypervisor reads the grub configuration file and loads the configured kernel. If you want to see a grub menu when booting a CloudStack VM you have to configure it with an HVM OS Type (e.g. "Other"). Best regards, Kirk On 10/

Re: unable to start virtual router

2014-10-09 Thread Ian Young
I restarted the agent about a half dozen times and the router magically started itself. What's the best way to make my instances use our internal DNS servers? On Thu, Oct 9, 2014 at 3:33 PM, Ian Young wrote: > I wanted to bypass the virtual router as the first DNS server so that my > instances

unable to start virtual router

2014-10-09 Thread Ian Young
I wanted to bypass the virtual router as the first DNS server so that my instances would use our existing physical DNS servers. I followed the instructions here: http://support.citrix.com/article/CTX138970 I set "use.external.dns" to true and then restarted the virtual router. The VR remained in

Grub@boot on Xenserver - CS

2014-10-09 Thread Erdősi Péter
Hello, I want to see the grub, when VM starting. I know, it's mainly depends on Xen, but maybe somebody know the solution :-) Thanks, Peter

Cloudstack 4.4.1 VPN Routing issues

2014-10-09 Thread Steve Searles
Hello everyone, I am having issues with the remote network route not being created on the client side when connected to the VPN (Virtual Router) on a guest network (not site to site). If I add the route manually on the client it works fine. It is happening on both windows7 and OSX. I saw a few

Management Node Detected

2014-10-09 Thread Mo
I am getting error:  014-10-09 13:53:39,359 DEBUG [c.c.c.ClusterManagerImpl] (Cluster-Heartbeat-1:ctx-2a39d9aa) Detected management node left, id:6, nodeIP:192.168.1.3 2014-10-09 13:53:39,359 INFO  [c.c.c.ClusterManagerImpl] (Cluster-Heartbeat-1:ctx-2a39d9aa) Trying to connect to 192.168.1.3

Instance error-cloud stack

2014-10-09 Thread karthik b
hi friends , i complete installation of cloudstack but unable to see the register iso and templates when i try to create instance ..but i already register iso and templates pls help to solve this problem..if u have correct document for installation of cloudstack pls send me link .. -- Karthik.B

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread motty cruz
Nux, thanks for your suggestion, I will wait until the official release. Thank you! Motty On Thu, Oct 9, 2014 at 9:22 AM, Nux! wrote: > Motty, > > Also, 4.4.1 was not yet released AFAIK, wait until it is. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ---

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread Nux!
Motty, Also, 4.4.1 was not yet released AFAIK, wait until it is. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "motty cruz" > To: users@cloudstack.apache.org > Sent: Thursday, 9 October, 2014 16:11:12 > Subject: Re: HTTP Status 404

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread Nux!
Motty, Sorry, Xenserver is a bit out of my territory as I have none to test on. Perhaps some other people can chip in. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "motty cruz" > To: users@cloudstack.apache.org > Sent: Thursday, 9

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread motty cruz
Nux, I am using XenServer 6.2, everything seem to be working fine except Windows Server 2012 templates. I have a testing cluster made up of personal PC, XenServer 6.2 ACS 4.40 using NFS as primary and secondary storage and windows server 2012 templates work like a charm, that is the reason I deci

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread Nux!
Motty, On which hypervisor are you on? I've never had problems with Windows templates (on kvm). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "motty cruz" > To: users@cloudstack.apache.org > Sent: Thursday, 9 October, 2014 16:11:12

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread motty cruz
Erik, I did not change anything before or after upgrading Cloudstack-management 4.4.0. I followed the steps below to the exact words. http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.4.1/upgrade/upgrade-4.4.html now I believe it was an issue with the Database, maybe the sch

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread Erik Weber
I generally experience this if there is a wrong configuration setting. Did you change anything before upgrading? Erik 9. okt. 2014 00:49 skrev "motty cruz" følgende: > Hi ilya, > here is the management-server.log as you suggest, I waited 10 minutes > http://pastebin.com/raw.php?i=AiYXmxSU > > m

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread motty cruz
Thank you very much Nux, that was the trick, here is what I did to fixed it: mysql -u root -pmypassword -e "DROP DATABASE cloud" mysql -u root -pmypassword -e "CREATE DATABASE cloud" mysql -u root -pmypassword -h localhost cloud < cloud-backup_2014-10-08.sql now successfully downgrade to Clouds

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread Nux!
What I would do next is to restore /etc/cloudstack on the management server from the backups and also the DB. To be 100% sure you are using the old one, just drop the DBs and restore from backups. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message ---

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread motty cruz
Thanks that worked! I was able to downgrade packages to cloudstack-management-4.4.0 but I still getting same error message. I am going to loose my sense, HTTP Status 404 - -- *type* Status report *message* *description* *The requested resource () is not available.*

Re: [ACS43][MGMT Server][Load Balancing]

2014-10-09 Thread benoit lair
Here are the logs entries i have in the other mgmt node : DEBUG [c.c.a.m.ClusteredAgentManagerImpl] (AgentManager-Handler-8:null) Seq 1-289341441: MgmtId 104425904713066: Resp: Routing to peer 2014-10-09 16:21 GMT+02:00 benoit lair : > What i was thinking of.. > > Here are the logs entries in on

Re: [ACS43][MGMT Server][Load Balancing]

2014-10-09 Thread benoit lair
What i was thinking of.. Here are the logs entries in one of my mgmt server : 2014-10-09 15:47:27,451 ERROR [c.c.c.ClusterManagerImpl] (Cluster-Heartbeat-1:cx-71073990) We have detected that at least one management server peer reports tat this management server is down, perform active fencing to

[ACS43][MGMT Server][Load Balancing]

2014-10-09 Thread benoit lair
Hello, I would like to do some load balancing on the mgmt server, i would like to know if i am on the good way : I installed Two management servers. The first with the "deploy-as" in the command cloudstack-setup-databases with the netscalerlbip as the management server : cloudstack-setup-datab

Re: [ACS 43] [MGMT Server][High Availability]

2014-10-09 Thread benoit lair
Hello, Ok, bu i would like to have a separated mysql db server and mgmt servers. Are you using KVM or xenserver ? With your active/active drbd cluster, are you using ocfs2 ? 2014-10-08 12:34 GMT+02:00 France : > Put the ACS java app in the same server and it will always get working > mysql serve

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread Nux!
Try: yum downgrade cloudstack-\* -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "motty cruz" > To: users@cloudstack.apache.org > Sent: Thursday, 9 October, 2014 14:53:07 > Subject: Re: HTTP Status 404 - just upgraded from ACS 4.4.0 t

Re: HTTP Status 404 - just upgraded from ACS 4.4.0 to ACS 4.4.1

2014-10-09 Thread motty cruz
I tried to downgrade, here is the command that I used: yum downgrade cloudstack-management now I'm getting this errors: ---> Package cloudstack-management.x86_64 0:4.4.1-NONOSS_1.el6 will be erased --> Finished Dependency Resolution Error: Package: cloudstack-awsapi-4.4.1-NONOSS_1.el6.x86_64 (@clou

Fwd: Guest VM with Multiple Networks on single VR (Virtual Router)

2014-10-09 Thread Abdul Rasool
Hi All, I am new to Cloudstack I would required your help to achieve my advanced networking configuration. right now I am using CS-4.4.0 management server with Mysql DB on it. I have 2 computing server with multiple NICs to test my environment. As per the study guide I could able to test all the

About secondary storage

2014-10-09 Thread Mārtiņš Jakubovičs
Hello, I am testing volume snapshots and templates and I want to understand how volume snapshots and templates utilize accounts secondary storage's limits. For example, I got instance with ROOT disk 20 GB. I create 3 snapshots of ROOT volume and from one of snapshot - template. Account got sec

Guest VM with Multiple Networks on single VR (Virtual Router)

2014-10-09 Thread Abdul Rasool
Hi All, I am new to Cloudstack I would required your help to achieve my advanced networking configuration. right now I am using CS-4.4.0 management server with Mysql DB on it. I have 2 computing server with multiple NICs to test my environment. As per the study guide I could able to test all the

Re: Updated and new Cloudstack templates

2014-10-09 Thread France
Tnx man, will test them out. :-) On 08 Oct 2014, at 14:11, Nux! wrote: > Hello, > > I've updated the existing CentOS templates and added some new ones - FreeBSD > and Ubuntu. > The Ubuntu template is actually their own cloud image with the cloudstack > data source defined in cloud-init and th

Re: Custom logos :)

2014-10-09 Thread Nux!
Ok, so I'll assume public domain. Cheers :) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Erdősi Péter" > To: users@cloudstack.apache.org > Sent: Thursday, 9 October, 2014 07:53:25 > Subject: Re: Custom logos :) > 2014.10.0