Re: [ANNOUNCE] Will Stevens as new Apache CloudStack VP

2016-05-19 Thread Ahmad Emneina
Awesome stuff Will! Congrats. Ahmad E > On May 18, 2016, at 11:56 PM, Sebastien Goasguen wrote: > > Morning Everyone, > > Yesterday at the ASF board meeting, the board passed the resolution making > Will Stevens the new Vice President of the Apache CloudStack projec

Re: [Urgent]: corrupt DB after VM live migration with storage migration

2016-05-04 Thread Ahmad Emneina
I'm not sure if the expunge interval/delay plays a part... but you might want to set: storage.cleanup.enabled to false. That might prevent your disks from being purged. You might also look to export those volumes, or copy them to a safe location, out of band. On Wed, May 4, 2016 at 8:49 PM, Yiping

Re: [ANNOUNCE] Open source distributed virtual machine scheduling platform

2016-04-26 Thread Ahmad Emneina
This looks really cool and promising! Keep up the great work. On Tue, Apr 26, 2016 at 1:59 PM, Gabriel Beims Bräscher < gabrasc...@gmail.com> wrote: > Hello CloudStack community members (@dev and @users), > > This email is meant to announce the publication of a project on Github that > provides a

Re: (Re-)introduction

2016-04-06 Thread Ahmad Emneina
Great to have you back Kirk! Ahmad E > On Apr 6, 2016, at 3:43 AM, Kirk Kosinski wrote: > > Hi, Apache CloudStack users. If you don't know me, I'm Kirk, an ACS > committer and former employee of Cloud.com and Citrix. I haven't been very > active on the lists

Re: XenServer cluster size

2016-03-08 Thread Ahmad Emneina
IIRC, its just a recommendation. I think it stemmed from performance impact, due to numerous VLAN's present, in environments with lots of tenants. On Tue, Mar 8, 2016 at 2:10 PM, Yiping Zhang wrote: > Hi, all: > > The CloudStack doc recommends that for XenServer, do not put more than 8 > hosts i

Re: System VMs keeps failing to start

2016-03-03 Thread Ahmad Emneina
works best for you. On Thu, Mar 3, 2016 at 1:43 PM, wrote: > > > It's really huge. Which part am I looking for exactly? > > > > > > > On Thu, Mar 3, 2016 at 1:38 PM -0800, "Ahmad Emneina" > wrote: > > > > > > Josh, can you share

Re: System VMs keeps failing to start

2016-03-03 Thread Ahmad Emneina
Josh, can you share the logs off the management server. Namely: /var/log/cloudstack/management/management-server.log Post as much as you can to pastebin or similar. That'll help identify what part of the process is failing... Ahmad E > On Mar 3, 2016, at 12:44 PM,

Re: System VMs keeps failing to start

2016-03-03 Thread Ahmad Emneina
Hey Josh, Are you seeing the VM's being spun up on the backend (hypervisor)? If so, I'd imagine its a communication issue between the management server and the public interface on the system vm. If you use VLAN tagging for your public network, make sure the VLAN is trunked to your hypervisors in t

Re: R: A Story of a Failed XenServer Upgrade

2016-01-08 Thread Ahmad Emneina
ology! >>>> >>>> Nux! >>>> www.nux.ro >>>> >>>> - Original Message - >>>>> From: "Yiping Zhang" >>>>> To: users@cloudstack.apache.org, aemne...@gmail.com >>>>> Sent: Friday,

Re: A Story of a Failed XenServer Upgrade

2016-01-02 Thread Ahmad Emneina
Hi Alessandro, Without seeing the logs, or DB, it will be hard to diagnose the issue. I've seen something similar in the past, where the XenServer host version isnt getting updated in the DB, as part of the XS upgrade process. That caused CloudStack to use the wrong hypervisor resource to try conne

Re: CloudStack vSphere (vmware) no HA

2015-12-27 Thread Ahmad Emneina
That's a supported configuration... Ahmad E > On Dec 27, 2015, at 11:47 AM, Cristian Ciobanu > wrote: > > Hello, > > > Just a short question, it's possible to run VMware without HA and local > storage like on KVM ? > > Thank you ! > > > Regards, > Cristian > >

Re: How to replace Primary Storage

2015-12-07 Thread Ahmad Emneina
Hey Amir, this should be doable behind the scenes with vCenter. It will involve live storage migration, then massaging the cloudstack db (volumes table pool_id and folder references). If snapshots are involved, its a bit more involved. On Fri, Dec 4, 2015 at 10:19 PM, Amir Abbasi wrote: > Hi, >

Re: Analysis

2015-09-22 Thread Ahmad Emneina
Forgot to note: Look for log4j-cloud.xml, and change the appropriate components to trace. On Tue, Sep 22, 2015 at 12:26 AM, Ahmad Emneina wrote: > Changing the log level in tomcat, to trace, should surface the DB > calls. They'll contain the job ID as well so mapping shouldn'

Re: Analysis

2015-09-22 Thread Ahmad Emneina
Changing the log level in tomcat, to trace, should surface the DB calls. They'll contain the job ID as well so mapping shouldn't be an issue. Logs could grow quicker on trace, so if space is an issue, you wont want it running on trace for long. > On Sep 21, 2015, at 11:45 PM, Norbert Klein > wro

Re: Management server down

2015-08-01 Thread Ahmad Emneina
Jeremy, can you paste logs to a service like pastebin... Typically the UI fails to load when the management server doesn't start properly... Management server logs and/Catalina.out should point to the problem. Ahmad E > On Aug 1, 2015, at 11:34 AM, Milamber wrote: > > >

Re: Cloudstack support

2015-07-24 Thread Ahmad Emneina
Looks like http://psiclouds.com/ also provides CloudStack support... might want to check with them as well. On Thu, Jul 23, 2015 at 9:37 PM, Orlando Sánchez < tecnologia.8...@outlook.com> wrote: > Hello Everybody, > > I am sorry for the off topic but I am not sure where could I get > information

Re: How to change the Host password

2015-07-20 Thread Ahmad Emneina
+cloudmonkey+CLI On Mon, Jul 20, 2015 at 9:03 PM, kotipalli venkatesh < venkateshcloudt...@gmail.com> wrote: > Hi > > No. please tell me the procedure how to update host password api. > > Thank you, > Venkatesh.k > > On Mon, Jul 20, 2015 at 8:52 PM, Ahmad Emneina wr

Re: How to change the Host password

2015-07-20 Thread Ahmad Emneina
Have you explored the updateHostPassword [0] api call? [0] https://cloudstack.apache.org/api/apidocs-4.5/root_admin/updateHostPassword.html On Mon, Jul 20, 2015 at 8:47 PM, kotipalli venkatesh < venkateshcloudt...@gmail.com> wrote: > Hi All, > > As per last discussion change the host password.

Re: storage migration of vm on local storage

2015-06-03 Thread Ahmad Emneina
I believe you can use storage XenMotion[0] for that. Not sure it can be done from within cloudstack, but should be achievable. [0] http://wiki.xen.org/wiki/Storage_XenMotion 2015-05-29 9:36 GMT-07:00 S. Brüseke - proIO GmbH : > Hi, > > documentation is a little bit confusing about this. Is it po

Re: guest VMs running NetBSD or OpenBSD

2015-04-02 Thread Ahmad Emneina
It's up to the hypervisor layer, whether or not, a guest is is supported. CloudStack should just pull the list from the HV and present it to the user. Ahmad E > On Apr 2, 2015, at 1:39 PM, Phillip Kent wrote: > > Hi all, I wondered if there are any known issues with running gue

Re: Recurring Snapshot Limitation

2015-04-01 Thread Ahmad Emneina
I dont think there is a creative solution here. It looks like users are forced to use daily/weekly and nothing in between. It does look like a valid enhancement request... if you were inclined to file one, you can do so here: https://issues.apache.org/jira/browse/CLOUDSTACK/ On Tue, Mar 24, 2015 a

Re: About CPU usage

2015-04-01 Thread Ahmad Emneina
you might want to try this query on the dev mailing list, they could have more insight into the artificial limit of 4. My guess is thats a poorly worded recommendation. On Fri, Mar 20, 2015 at 8:30 AM, Mārtiņš Jakubovičs wrote: > Hello, > > In my demo server with XenServer 6.2 I got quad core CP

Re: Oversubscription xenservers

2015-04-01 Thread Ahmad Emneina
I see solutions (even one that doesnt involve rebooting the hypervisor) to this here: http://discussions.citrix.com/topic/151301-internal-error-another-frontend-device-is-already-connected-to-this-domain/ On Mon, Mar 23, 2015 at 3:18 AM, Fedi Ben Ali wrote: > Hello, > > I'm Working on a large cl

Re: HAProxy for multiple ACS Mgmt servers

2015-04-01 Thread Ahmad Emneina
This should highlight what you need: https://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/reliability.html#management-server-load-balancing On Thu, Mar 26, 2015 at 5:05 AM, Osay Osman Yuuni wrote: > Hi, > I've set up ACS with two MySql DB servers (replication) and two mg

Re: CloudStack Dev Environment

2015-04-01 Thread Ahmad Emneina
Hey Suneel, the dev guide might be what youre looking for: https://docs.cloudstack.apache.org/en/master/developer_guide.html On Tue, Mar 31, 2015 at 3:53 AM, venkata suneel babu Mallela < sunee...@axiomio.com> wrote: > Hi Team, > > Can any one share a step by step document to set up CloudStack de

Re: Altering VM names upon build

2015-04-01 Thread Ahmad Emneina
this might be a better question for the dev list. I believe monitoring events will let you know when that deployment is triggered but by then it might be too late. You might want to modify the UI input field to either prevent upper case letters or make the string lower case. might even be best to f

Re: Workflow for extracting a snapshot

2015-04-01 Thread Ahmad Emneina
That looks like the correct flow, snaps cant be downloaded. The download URL expires in about 30 minutes ( I could be wrong here). On Wed, Apr 1, 2015 at 5:02 AM, S. Brüseke - proIO GmbH < s.brues...@proio.com> wrote: > Hi, > > can somebody tell me what the best workflow is to extract snapshots?

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-19 Thread Ahmad Emneina
WOW! Well deserved Karen!!! Congrats! On Thu, Mar 19, 2015 at 8:55 PM, Koushik Das wrote: > Congrats Karen! > > On 20-Mar-2015, at 3:37 AM, Pierre-Luc Dion wrote: > > > The Project Management Committee (PMC) for Apache CloudStack > > has asked Karen Vuong to become a committer and we are please

Re: irqbalancer on VR not working

2015-03-17 Thread Ahmad Emneina
This would be a great bug to file... that way developers can get this addressed. File here: https://issues.apache.org/ On Tue, Mar 17, 2015 at 9:19 AM, Rene Moser wrote: > Hi > > We experienced packet drops and high CPU on one core (only) on a > multicore VR on high volume traffic. > > After ext

Re: Cloud stack Upgradation

2015-02-23 Thread Ahmad Emneina
There isn't much detail here but gues VM's shouldn't be impacted here. There might be guest network interruptions when upgrading the routers (assuming advanced zone here). Hope that helps... Ahmad E > On Feb 23, 2015, at 1:46 AM, kangkan mahanta > wrote: > > Hi, &

Re: RV: System VMs not running after host reboot

2015-01-18 Thread Ahmad
Can you share your management server logs to pastebin? > On Jan 18, 2015, at 2:46 PM, José Egas López wrote: > > Does anyone know how to resolve this? > Please help! > > > > -Mensaje original- > De: José Egas López [mailto:josee...@farmaenlace.com] > Enviado el: sábado, 17 de enero

Re: Add services to active & in-use Network Offering

2015-01-12 Thread Ahmad Emneina
ext = NetworkOffering and domain suffix upgrade can be perfomed for > Isolated networks only > jobresultcode = 530 > jobresulttype = object > jobstatus = 2 > userid = 0c062ac6-7b4b-11e4-84fb-2ebf37d37efd > > > On 13 Jan 2015, at 3:41 pm, Ahmad Emneina wrote: > > > > One sol

Re: Add services to active & in-use Network Offering

2015-01-12 Thread Ahmad Emneina
One solution that comes to mind is: import the vm volume as a template in cloudstack. Then deploy the vm to the desired network. At deploytime you could specify the desired ip address for the vm. On Mon, Jan 12, 2015 at 8:21 PM, Lee Webb wrote: > Hi List! > > I'm wondering whether it's possible

Re: Disk performance

2014-08-18 Thread Ahmad Emneina
local storage is probably your most performant storage type... you dont get the awesome of HA or easy volume recovery, but if all youre after is performance. Thats the one. On Mon, Aug 18, 2014 at 8:47 AM, Randy Smith wrote: > Jeff, > > I'm a big fan of ceph for clustered storage for block devi

Re: VM Instance running pptp server inside virtual router.

2014-08-13 Thread Ahmad Emneina
The VR is setup to explicitly drop all traffic and then only allow traffic of TCP/UDP/ICMP to be enabled. I believe this is on the roadmap though, if its not supported already in 4.4: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Region+level+VPC+and+guest+network+spanning+multiple+zones

Re: help Adding Host - private ip of the server not compatible with the CIDR

2014-08-11 Thread Ahmad Emneina
Correct, its a hard rule. You can create another pod to house 10.0.x.x hardware to overcome this... Or re-IP the new host to fit in the 172 network. On Aug 11, 2014 5:42 AM, "Hollman Enciso R." wrote: > On Sun, Aug 10, 2014 at 8:51 PM, Ahmad Emneina wrote: > > > I believe

Re: Could use a little help

2014-08-10 Thread Ahmad Emneina
I found this[0]... Looks like the traffic labels need to set in a specific way. [0] http://mail-archives.apache.org/mod_mbox/cloudstack-issues/201308.mbox/%3CJIRA.12664979.1377152270617.16378.1377170511783@arcas%3E On Aug 10, 2014 6:43 PM, "Xerex Bueno" wrote: > Also if someone could give me som

Re: help Adding Host - private ip of the server not compatible with the CIDR

2014-08-10 Thread Ahmad Emneina
I believe your host is expected to be in the same subnet as your pod. In this case a172.16.0.x address. On Aug 10, 2014 4:16 PM, "Hollman Enciso R." wrote: > No ideas or suggestions ? > > someone know why the error log say that 10.0.9.64/16 it's not compatible > and and prevents add the host ? >

Re: End user portal

2014-07-11 Thread Ahmad Emneina
Girl, you should be able to create a new account using a user role... You'll should then be able to log in and view the difference between an admin and a user. Root admin is what you see when logging in as 'admin'. So compare all three. Ahmad > On Jul 11, 2014, at 11:15 PM,

Re: Expanding range IP Managment

2014-06-18 Thread Ahmad Emneina
I believe you need to drill down to the pods (infrastructure->pod), and edit their settings. thats where the management IP range is derived from. On Wed, Jun 18, 2014 at 12:18 PM, Yesid Mora wrote: > Hello I have Cloudstack 4.3 I need expanding IP management, but the > portal not have option,

Re: X on CentOS instance

2014-05-27 Thread Ahmad Emneina
64 bits, Other 2.6 Linux 64 bits, > other Linux 64 bits and other Centos 64 bits but the result it's the same. > > thanks for the help > > > On Mon, May 26, 2014 at 3:37 PM, Ahmad Emneina wrote: > > > That should be plenty, what's happening in the Xorg.log

Re: X on CentOS instance

2014-05-26 Thread Ahmad Emneina
That should be plenty, what's happening in the Xorg.log files? Ahmad > On May 26, 2014, at 12:15 PM, "Hollman Enciso R." > wrote: > >> On Mon, May 26, 2014 at 12:36 PM, Ahmad Emneina wrote: >> >> how much memory have you dedicated to the VM? I'

Re: X on CentOS instance

2014-05-26 Thread Ahmad Emneina
how much memory have you dedicated to the VM? I'd also start poking around in the logs for X see if there are any clear pointers to why X doesnt start. On Mon, May 26, 2014 at 10:14 AM, Hollman Enciso R. < hollman.enc...@gmail.com> wrote: > Hello, I am trying to install a centos with graphical e

Re: Forcing the master host in a cluster to reboot possible issue that may occur

2014-05-11 Thread Ahmad Emneina
There's a way to reelect a pool master can't remeber the exact command as I'm away from a computer... Take a peek at http://blog.carlosgomez.net/2010/01/citrix-xen-server-changing-pool-master.html Of course this is assuming xen server. Ahmad > On May 6, 2014, at 5:58 PM,

Re: Total number of Vms?

2014-05-06 Thread Ahmad Emneina
make sure to include in your query some additional clauses; and type='User' and removed is null... something along those lines. On Tue, May 6, 2014 at 3:07 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Can't you query databse? "select * from user_vm;" some thing like this? > > >

Re: When I reboot my system my ssvm stops

2014-05-04 Thread Ahmad Emneina
cloudstack should give you a link local address in the UI. as soon as the SSVM comes up, you'll want to stop the cloudstack service so it doesnt power off the SSVM during your troubleshooting. On Sun, May 4, 2014 at 10:02 PM, sandeep khandekar < cloudstack.sand...@gmail.com> wrote: &

Re: When I reboot my system my ssvm stops

2014-05-04 Thread Ahmad Emneina
you might find the following helpful, if not ping back: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM%2C+templates%2C+Secondary+storage+troubleshooting On Sun, May 4, 2014 at 12:08 AM, sandeep khandekar < cloudstack.sand...@gmail.com> wrote: > Dear All, > > I have rebooted my syste

Re: Network ip address change

2014-05-04 Thread Ahmad Emneina
i believe to assign an ip address to a vm is best done on creation, else you'll need to use the addNic API[0] with the ipaddress param set, and remove nic API [1], to remove the undesired nic/IP. I'm not sure how to modify a network after creation, it doesnt seem updateNetwork [2] will have what yo

Re: XenServer Hosts Mounting Secondary Storage from wrong Zone

2014-04-05 Thread Ahmad Emneina
I don't think the issues is fully fixed... Even in 4.3. Added Nitin, who might have better insight. Ahmad > On Apr 5, 2014, at 6:00 AM, Daan Hoogland wrote: > > On Fri, Apr 4, 2014 at 10:48 PM, Geoff Higginbottom < > geoff.higginbot...@shapeblue.com> wrote: > >&g

Re: tinyLinux template failed to download - how to get cloudstack to retry?

2014-03-30 Thread Ahmad Emneina
you should reboot the ssvm from the GUI, cloudmonkey cli tool, or via API[0]. [0] https://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/rebootSystemVm.html On Sun, Mar 30, 2014 at 12:14 PM, chris snow wrote: > I've just run into this issue again. What is the correct way to > restart t

Re: Fresh Install CS 4.3 and XenServer 6.2 service vms wount fire

2014-03-28 Thread Ahmad Emneina
It looks like the template had issues being copied from secondary storage to primary storage. I'd peek into the XS host, specifically around the time of the issue, in the xensource.log and SMlog files. Feel free to post those as well if you want some extra eyes on the error(s). On Fri, Mar 28, 20

Re: Cloudstack RAM

2014-02-25 Thread Ahmad Emneina
self correction here: -Xmx (say -Xmx3g for 3 gigs of ram) is the flag to increase the java max memory pool, -Xms is the starting ram size of the java process. On Wed, Feb 19, 2014 at 5:50 PM, Ahmad Emneina wrote: > What the other threads are speaking about is modifying > /etc/clou

Re: Cloudstack RAM

2014-02-19 Thread Ahmad Emneina
What the other threads are speaking about is modifying /etc/cloudstack/management/tomcat6.conf I believe bumping up these params should do the trick -XX:PermSize=512M -XX:MaxPermSize=800m On Wed, Feb 19, 2014 at 5:38 PM, Michael Phillips wrote: > I am trying to fix a issue I am having and some

Re: Unusual bare-metal scenario - practical?

2014-02-12 Thread Ahmad Emneina
I'll give this a shot, havent used CloudStack baremetal in quite a while... see inline. On Thu, Feb 6, 2014 at 6:20 AM, Dustin J. Mitchell wrote: > > Hi Dustin, I am far from an expert on all of the baremetal stuff but > > I'll try and take a first stab; and I've cced some folks who should be >

Re: CloudStack usage calculation doesn't work?

2014-02-05 Thread Ahmad Emneina
Look into what Wei pointed out as well, check to see if the usage process is even running. There seems to be a workaround noted in that bug if the usage server is hitting it. On Wed, Feb 5, 2014 at 7:09 AM, Ahmad Emneina wrote: > its okay to use a large window, say a month or two back for

Re: CloudStack usage calculation doesn't work?

2014-02-05 Thread Ahmad Emneina
its okay to use a large window, say a month or two back for the start date and end date as today. On Wed, Feb 5, 2014 at 3:42 AM, Indra Pramana wrote: > Hi Ahmad, > > Thanks for your reply. I will try to use CloudMonkey to call the API. What > should I put the startdate and endd

Re: CloudStack usage calculation doesn't work?

2014-02-04 Thread Ahmad Emneina
I typically use the root admin api calls generateUsageRecords[0] and listUsageRecords[1] to kickstart the process. When things refuse to cooperate; I've found it useful to nuke the entries in the db table cloud_usage.usage_job, restart the services (-management and -usage), and make the genUsage/li

Re: Looking for help, cloudstack 4.2

2014-01-01 Thread Ahmad Emneina
The mailing list strips attachments... What you need to do is check the network connectivity from the computer youre trying to view from, to the console proxy vm. Take a look here for some troubleshooting tips: https://cwiki.apache.org/confluence/display/CLOUDSTACK/View+Console+and+Console+Proxy+Tr

Re: Pod VLAN

2013-12-15 Thread Ahmad Emneina
I believe the management range for a pod has to be untagged. It does seem like a legacy requirement at this point. You might want to file a feature enhancement ticket @ https://issues.apache.org/jira/secure/Dashboard.jspa On Sun, Dec 15, 2013 at 5:37 AM, tawfiq zidi wrote: > Hi, > > Is it possi

Re: Adding an ISO image

2013-12-15 Thread Ahmad Emneina
I'd try to do a simple wget from, say, your management server box. if that succeeds, you'll need to modify a global setting on your management server to allow for downloading from a private address space (secstorage.allowed.internal.sites). On Sun, Dec 15, 2013 at 9:59 AM, Ron Gage wrote: > Hi!

Re: Issue in accessing Windows and Linux VM

2013-12-11 Thread Ahmad Emneina
you should be able to add an iso from the templates section. change the select view from templates to iso. and click the register iso button. once added to cloudstack you can attach it to the desired vm from the vm view. for RDP make sure its enabled in the vm and the firewall allows RDP traffic.

Re: Small problem setting up CS

2013-12-10 Thread Ahmad Emneina
> one. > > Helluva way to get started on the mailing list, huh! > > Ron > > > > > On 12/10/2013 8:31 PM, Ron Gage wrote: > >> Thanks for replying! >> >> The Xenserver is a new install and the NFS server has not been set up on >> the Xenserve

Re: Small problem setting up CS

2013-12-10 Thread Ahmad Emneina
n > > > > On 12/10/2013 8:28 PM, Ahmad Emneina wrote: > >> Sounds like the primary storage is already connected to the host. You can >> either add it as a pre-setup in cloudstack, or remove it from the >> xenserver >> hosts and add it back through cloudstack.

Re: Small problem setting up CS

2013-12-10 Thread Ahmad Emneina
Sounds like the primary storage is already connected to the host. You can either add it as a pre-setup in cloudstack, or remove it from the xenserver hosts and add it back through cloudstack. On Tue, Dec 10, 2013 at 5:24 PM, Ron Gage wrote: > Greetings from Detroit Michigan! > > I am trying to

Re: Who can tell me how to upgrade from cs4.0 to 4.2?

2013-11-23 Thread Ahmad Emneina
Take a look at the 4.2 release notes. It should have steps to outline the upgrade. I recommend going to 4.2.1 over 4.2 On Sat, Nov 23, 2013 at 8:14 PM, Steven Liang wrote: > Hi All, > > My CS is 4.0, I want to upgrade it to 4.2. > Could you please give me an idea? > Thank you. > > Regards, > St

Re: How to recover a CloudStack deployment

2013-10-31 Thread Ahmad Emneina
r > - reinstall XenServer (with all its patches) > at this point what it is that you recommend: > 1) create new cluster in same pod with this server? > or > 2) add it to pool in XenCenter and then add to CloudStack? > > > > > > > On Thu, Oct 31, 2013 at 12:50 PM, Ahma

Re: How to recover a CloudStack deployment

2013-10-31 Thread Ahmad Emneina
, 2013 at 11:31 AM, Ahmad Emneina wrote: > >> Ideally you can add another xenserver, to the same cluster and remove the >> original. I cant say for certain that removing your only host and adding >> it >> back would work. I think you might actually have remove the ori

Re: How to recover a CloudStack deployment

2013-10-31 Thread Ahmad Emneina
... add another new host in the same cluster, test it out before yanking the original host. On Thu, Oct 31, 2013 at 11:13 AM, Carlos Reategui wrote: > Ahmad, > Would it be safe to remove the hosts and re add them? Will that preserve > my instances? > thanks > Carlos > > > O

Re: How to recover a CloudStack deployment

2013-10-30 Thread Ahmad Emneina
ver. >> >> The management server logs are GMT-8. >> >> >> On Wed, Oct 30, 2013 at 3:36 PM, Ahmad Emneina wrote: >> >>> i dont see any deploys in that xensource log... might have rolled over >>> as well. >>> >>> >>> O

Re: How to recover a CloudStack deployment

2013-10-30 Thread Ahmad Emneina
838014d67c1|xapi] Scan of SR d340de31-8a2f-51b3-926d-5306e2b3405c > complete. > > > > On Wed, Oct 30, 2013 at 2:56 PM, Carlos Reategui wrote: > >> Currently, Cloudstack is not showing an SSVM. It does have an CPVM and a >> VR that are both stuck in an expunging state

Re: How to recover a CloudStack deployment

2013-10-30 Thread Ahmad Emneina
isks are on. > > > On Wed, Oct 30, 2013 at 1:44 PM, Ahmad Emneina wrote: > >> launch a vm independently via xen center. >> >> >> On Wed, Oct 30, 2013 at 1:36 PM, Carlos Reategui wrote: >> >>> Should I try launching a vm independently? or should I t

Re: How to recover a CloudStack deployment

2013-10-30 Thread Ahmad Emneina
launch a vm independently via xen center. On Wed, Oct 30, 2013 at 1:36 PM, Carlos Reategui wrote: > Should I try launching a vm independently? or should I try to start one of > the vhds that is in the primary storage? > > > On Wed, Oct 30, 2013 at 1:34 PM, Ahmad Emneina wrote:

Re: How to recover a CloudStack deployment

2013-10-30 Thread Ahmad Emneina
gement-server.log > > > > On Wed, Oct 30, 2013 at 12:22 PM, Ahmad Emneina wrote: > >> can we get the full logs? There should be something simple blocking the >> reconnection of the management server to the hosts. I worked past this, >> this past weekend against 4.2. S

Re: SSVM, CPVM not starting after Xen host reboot

2013-10-30 Thread Ahmad Emneina
ttp://pastebin.com/Av2Rmhf7 > > > > On Wed, Oct 30, 2013 at 9:23 PM, Ahmad Emneina wrote: > >> got it, so it keeps failing. can you post full logs. it seems XS cant >> bridge the guest nic with the appropriate network for some reason. >> >> >> On Wed, Oct 30, 2013

Re: SSVM, CPVM not starting after Xen host reboot

2013-10-30 Thread Ahmad Emneina
3 at 8:57 PM, Ahmad Emneina wrote: > >> have you tried destroying the ssvm/cpvm? CS should recycle the vm and >> spawn >> new instances. >> >> >> On Wed, Oct 30, 2013 at 11:03 AM, Daniel Hertanu >> wrote: >> >> > One more thin

Re: How to recover a CloudStack deployment

2013-10-30 Thread Ahmad Emneina
can we get the full logs? There should be something simple blocking the reconnection of the management server to the hosts. I worked past this, this past weekend against 4.2. So i dont think your results will differ upgrading to 4.2... On Wed, Oct 30, 2013 at 12:14 PM, Carlos Reategui wrote: > N

Re: SSVM, CPVM not starting after Xen host reboot

2013-10-30 Thread Ahmad Emneina
have you tried destroying the ssvm/cpvm? CS should recycle the vm and spawn new instances. On Wed, Oct 30, 2013 at 11:03 AM, Daniel Hertanu wrote: > One more thing. If I try now to put the host in Maintenance mode, it stays > in PrepareforMaintenance. If I cancel the Maintenance mode it becomes

Re: Can't deploy a VM using API when specifying 2 network ids for the networkids parameter

2013-10-21 Thread Ahmad Emneina
Have you tried deploying the vm to both networks via the gui? if that succeeds you should turn on developer tools or firebug and see what the api call looks like, to deploy with two networks. On Mon, Oct 21, 2013 at 8:35 AM, DUPONT Simon wrote: > Hello, > > > > I tried, for several days, to dep

Re: Host Down - CS Reports VMs Running on failed host

2013-10-19 Thread Ahmad Emneina
to kill hung processes like xapi). if that doesnt > get you far emergency reset pool master to host 2 > > > > > -Original Message- > From: Ahmad Emneina [mailto:aemne...@gmail.com] > Sent: Sunday, 20 October 2013 7:32 AM > To: Cloudstack users mailing list > Subje

Re: Host Down - CS Reports VMs Running on failed host

2013-10-19 Thread Ahmad Emneina
CloudStack initially queries the host (host1 in this case), but if it fails to connect to that host.. it will do further investigation by querying the vm from another host in the cluster. Thats probably why it hasnt tried to HA your vm's, it can see they're alive from host2. On Sat, Oct 19, 2013

Re: Host Down - CS Reports VMs Running on failed host

2013-10-19 Thread Ahmad Emneina
you can try a toolstack restart first (might want to kill hung processes like xapi). if that doesnt get you far emergency reset pool master to host 2, and do a force reconnect from within cloudstack on host2. On Sat, Oct 19, 2013 at 1:48 PM, CSG - Ashley Lester < ash...@computer-services.com.au>

Re: CS 4.2 System VMs not starting

2013-10-19 Thread Ahmad Emneina
Log into the vm console, can the system vm ping the respective gateways of each interface? Are the interfaces configured properly? Can you ping the management server from the system vm? Ahmad > On Oct 19, 2013, at 11:58 AM, motty cruz wrote: > > management traffic is an separate

Re: Help! After network outage, can't start System VMs; focused debug info attached

2013-09-16 Thread Ahmad Emneina
Try to mount your primary storage to a compute host and try to write to it. Your NFS server might not have come back up properly (settings-wise or all the relevant services). On Sep 16, 2013 6:08 PM, "Matt Foley" wrote: > Thank you Chiradeep. Log snippet now available as http://apaste.info/qBIB

Re: Register Template Error

2013-09-04 Thread Ahmad Emneina
you'll need to set the global parameter 'secstorage.allowed.internal.sites' to the ip address or cidr that the webserver (hosting the templates) resides on. On Wed, Sep 4, 2013 at 10:50 AM, Michael Phillips wrote: > I am trying to register a new template, and I get the "connection refused" > err

Re: Could not find corresponding resource manager for VMware

2013-09-02 Thread Ahmad Emneina
you might want to bring this up on the dev mailing list. Theyre building the code constantly! good luck. On Mon, Sep 2, 2013 at 1:19 PM, Michael Phillips wrote: > All, >I have been trying for the last week to build CS 4.1 with the nonoss > packages. I have followed the instructions for the n

Re: management server unreachable, no log file

2013-08-30 Thread Ahmad Emneina
my guess is your mysql server isnt starting automatically when the system reboots. you might also want to post your management server logs to pastebin.com (or the like) so we can help with more pointed instructions. On Thu, Aug 29, 2013 at 11:45 PM, Lisa B. wrote: > hey, > i have a fresh ubuntu

Re: Cs 4.1.0 plus Xen 6.1 No Instances or VR's starting up

2013-08-23 Thread Ahmad Emneina
vmName":"r-6-VM","wait":0}}] } so the good news is your network config looks good, i just wonder if youre using the right template or if the system vm isnt patched properly. On Fri, Aug 23, 2013 at 4:16 PM, Kent Johnson wrote: > Thank you Marty and Ahmad. > >

Re: Cs 4.1.0 plus Xen 6.1 No Instances or VR's starting up

2013-08-23 Thread Ahmad Emneina
probably best to post your logs to pastebin and have us sift over them. see if we can spot anything. On Fri, Aug 23, 2013 at 3:53 PM, Kent Johnson wrote: > Can anyone point me in the right direction on solving my instance startup > problem? They won't start up, nor will my virtual router. > > I

Re: CloudStack VPC <- VPN -> VPC

2013-08-22 Thread Ahmad Emneina
Don't think so, you might want to confirm with dev@cloudstack and or create an enhancement ticket (if one doesn't exist) in Jira. Ahmad On Aug 22, 2013, at 10:32 PM, Kimihiko Kitase wrote: > Hello > > Can we make site to site VPN connection between VPC and VPC on Clou

Re: vm with Cloudstack+openvswitch+KVM can not access extranal network, can ping gateway

2013-08-22 Thread Ahmad Emneina
I believe you have to create an egress networking rule to allow for vm's to reach the internet. On Thu, Aug 22, 2013 at 7:53 PM, 不坏阿峰 wrote: > vm with openvswitch+KVM can not access extranal network, can ping gateway > > Cloudstack4.1.1 > A: one kvm host ubuntu12.04 with openvswitch, > B: xen

Re: Virtual Router VM not starting up

2013-08-14 Thread Ahmad Emneina
if the vm isnt running, you can quickly update the state of the vm in the db table 'vm_instance' set that to 'Stopped' then from the UI you should be able to destroy it. On Wed, Aug 14, 2013 at 3:59 PM, Mir Islam wrote: > Thanks I am running 4.1 and whenever I went to Virtual router page it > s

Re: Vhd-util

2013-08-14 Thread Ahmad Emneina
vhd-util is only for xenserver i believe... Maybe XCP. Wont affect vmware or kvm. On Tue, Aug 13, 2013 at 10:11 PM, Chitra Manjunath < chitra_manjun...@infosys.com> wrote: > Hi All, > > I'm using cloud stack 4.0.2,Vmware vsphere 5.1 hypervisor. > I copied the Vhd-util to > /usr/lib64/cloud/comm

Re: understanding cloudstack networking

2013-08-13 Thread Ahmad Emneina
True, you can have a shared network with public ips, that way vm's get public ip's assigned to them directly on launch. On Tue, Aug 13, 2013 at 3:47 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > http://www.slideshare.net/cloudstack/cloudstack-networking (slides 17 and > 18) > > On

Re: SystemVM's keep recycling

2013-08-13 Thread Ahmad Emneina
did you install the vdi-util outlined in one of the install guides. I know the one that ships with xenserver is incompatible with cloudstack. You'll need to update it in two places (I believe), on the management server and on the xenserver hosts. On Tue, Aug 13, 2013 at 4:38 PM, KENT ORTELL JOHNS

Re: Possible to place guest VM swap on local storage?

2013-08-12 Thread Ahmad Emneina
you can definitely have mixed zones, so that shouldn't impact current or future shared storage deployments. you're correct in your thinking that the service offering/disk offering is how the storage back-end is defined. On Mon, Aug 12, 2013 at 5:24 PM, Noel Kendall wrote: > Your suggestion is ex

Re: Possible to place guest VM swap on local storage?

2013-08-12 Thread Ahmad Emneina
What one can do is create a disk offering using local storage. Then when spinning up a VM using the regular shared storage (NFS) include a data disk that uses the local storage offering. Once the guest boots it should understand that it has to use the additional disk for swap space. Accomplishing t

Re: understanding cloudstack networking

2013-08-12 Thread Ahmad Emneina
>>Based on what I have read, I think I would like to setup a Public Cloud, essentially some hypervisors on a private network(lets say 10.1.254.0/24) and storage on another network(let's say10.1.253.0/24) and then all the VM's given public IP's(let's say 200.10.10.0/24). I don't understand how to do

Re: cloud-management Service not running

2013-08-12 Thread Ahmad Emneina
query the db and use the id rather than the uuid. see if youre able to start the service after that... On Mon, Aug 12, 2013 at 7:37 AM, Daan Hoogland wrote: > Chitra, > > Your configuration contains "13350fb1-390d-4175-8ef0-90e442c71ca8" as > the id of the secondaryh storage service offering; >

Re: cloud-management Service not running

2013-08-12 Thread Ahmad Emneina
revert your database, and test this on a non-critical system. i can only imagine the procedure or the input is incorrect. On Mon, Aug 12, 2013 at 6:34 AM, Chitra Manjunath < chitra_manjun...@infosys.com> wrote: > > Hi > > I updated the disk_offering table in the database directly, after I > rest

Re: Template Folder Path (KVM/Libvirt)

2013-08-11 Thread Ahmad Emneina
Hey Marty, I would post this on dev as well... I can only imagine there is still an artifact of the old mount name in the db. I'd do a quick dump and grep to see if it exists in some table somewhere.... Ahmad On Aug 10, 2013, at 5:10 AM, Marty Sweet wrote: > Hi all, > > I&#x

  1   2   3   >