Re: Fwd: ACS 4.5.1 fails

2015-04-23 Thread ilya
regards ilya On 4/23/15 7:07 AM, Keerthiraja SJ wrote: Hi All, I installed the ACS in my VirtualBox. After I install the CS with 4GB base memory I could not able to start the server. I scale the memory upto 12GB still I could not able to start the ACS. In /var/log/cloudstack/management

Re: KVM CPU Overprovisioning issues.

2015-04-17 Thread ilya
When the deployment goes through, the allocation placement algorithm will tell you if cpu over provisioning worked. You can see it in management-server.log file.. Here is an easy way to extract useful info for failed vm deployment. After deployment failed, grep for cloudstack internal name of

Re: VMware: Mass Storage Migration

2015-04-16 Thread ilya
move the volumes outside of cloudstack, however, you will have to manage db and update volumes table with location of new datastore. Thats a pain in my opinion and can be automated - but more work that it needs to be. Regards, ilya On 4/16/15 8:03 AM, Timothy Lothering wrote: Hi, I was just

Re: VHD-UTIL ACS 4.5

2015-04-01 Thread ilya
assuming you waited for cloudstack to completely load all components? If so and issue persists, please post fresh logs on pastebin.com or similar site, stripping out any confidential info. regards ilya On 4/1/15 12:35 PM, Nikolas Wostor wrote: After finishing the configuration of management

Re: Cloudstack 4.4.2 - unable to start new systemvm's

2015-03-25 Thread ilya
I see insufficient capacity.. post content of grep -E 'job-184934|job-185963' management-server.log On 3/25/15 2:52 PM, cs user wrote: Hello, We have upgraded from 4.3 to 4.4.2 and can no longer start new systemvm's (or normal instances in zones which have both a secondary storage vm

Re: Cloudstack - users, groups, privileges

2015-03-20 Thread ilya
to consulting firms that offer professional services. Regards ilya On 3/20/15 12:01 PM, Robert wrote: Hey, currently I'm evaluating Cloudstack as internal orchestration software to reach cloud speed and flexibility. PXE and manual configuration of network devices is too slow and expensive for some

CloudStack DB Backup Script - Fetching mysql details from db.properties

2015-03-17 Thread ilya
It would be ideal if we can make this or similar script as part of cloudstack upgrade procedure i.e. create backups before start! CloudStack DB Backup Script - Fetching mysql details from db.properties #!/bin/bash DBNAMES=cloud cloud_usage cloudbridge DATE=$(date +%m%d%y-%H%M%S)

Re: Multiple Disks created on Live Migration

2015-03-16 Thread ilya musayev
. This could be a bug, but i'm surprised why no-one else reported this behavior yet. Tell us about your setup. Regards ilya On 3/16/15 12:48 PM, raja sekhar wrote: Hi Andrija, I have a small doubt here,why the xenserver is creating two root disks. by default cloudstack will boot from one disk,i

Re: Sending Notifications Back to the User via UI

2015-03-05 Thread ilya musayev
Kyle This is better suited for Dev Mailing List if you get no response Regards ilya On 3/5/15 8:49 AM, Kyle Flavin wrote: I'm using the event notification framework to handle post tasks for VM creation and deletion. Following a VM create, I do a post task, which in the case where this post

Re: Unable to add new hosts to existing cluster

2015-03-04 Thread ilya musayev
Franky, MM - Maintenance Mode. Take the hosts out of Maintenance mode and try again. Regards, ilya On 3/4/15 8:59 AM, Franky Hall wrote: Hi Ilya, Thanks for your reply. I’m not sure what MM stands for, sorry. Please elaborate. As for the URL, I’m not putting it in. I just type

Re: unused standard vswitches

2015-03-04 Thread ilya musayev
Michael, Cloudstack manages portgroups and creates them if needed. So if you were to delete it - it will be re-created. It does not delete though, which is kinda messy - but on the other side its also a much safer approach. Regards ilya On 3/4/15 4:17 PM, Michael Phillips wrote: So I am

Re: Unable to add new hosts to existing cluster

2015-03-04 Thread ilya musayev
log on pastebin/google drive, usually there are multiple pointers any issue, perhaps what you posted was not complete. regards ilya On 3/4/15 9:29 AM, Franky Hall wrote: Oh, I tried that originally. They are in a DRS cluster so vmware starts migrating machines to them if they’re

Re: Unable to add new hosts to existing cluster

2015-03-03 Thread ilya musayev
Frank, Take them out of MM and try again. The URL should be using HTTPS and not HTTP from what i see. Have you sanitized the for private info or this is what you get? Regards ilya On 3/3/15 3:55 PM, Franky Hall wrote: Hello, I have a 4-node cluster using VMware 5.5 and CS 4.4.1

Re: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4

2015-03-02 Thread ilya musayev
+1 (binding) tested basic functionality - seems to work well. On 2/27/15 1:27 AM, Abhinandan Prateek wrote: +1 I have been using cloud monkey to bootstrap a cloud with advance zone. -abhi On 27-Feb-2015, at 11:33 am, Rohit Yadav rohit.ya...@shapeblue.com wrote: Hi Lucian/Geoff, Yeah, I

[LIVE STREAM] Docker, Kubernetes, CoreOS and Big Data in Apache CloudStack by Sebastien Goasguen hosted @ Apple

2015-02-20 Thread ilya musayev
Hi all, We are going to live stream Sebastien’s presentation on Docker, Kubernetes, CoreOS and Big Data in Apache CloudStack on Tuesday, February 24th. If you would like to watch it, you can register here: clds.co/1CURN2T Presentation: Docker, Kubernetes, CoreOS and Big Data in Apache

Re: VM's not in host report...turning themselves off.

2015-02-19 Thread ilya musayev
Here is when we've seen this and how we addressed it: 1) stop the VM and CloudStack and note down the instance id of the VM, i.e. if its something like i-34-987-VM, 987 is instance_id 2) backup your mysql db 3) delete eveything with your instance id in cloud.op_ha_work table * you should see a

Re: Job failed due to exception Unable to create a deployment for VM[User|i-2-192-VM] - ACS 4.4.1 XenServer 6.2

2015-02-17 Thread ilya musayev
Motty I'm not a Xen person, but looking at the logs, i dont see any specific error. Would you please check logs on XenServer? Can you force power on VM on Xen directly to see what happens? Regards, ilya On 2/17/15 2:35 PM, Motty Cruz wrote: Hello, I am unable to start VM in Cloudstack, I get

Re: details parameter of registerTemplate API

2015-02-11 Thread ilya musayev
Atsushi Please post this question in Dev CloudStack Mailing List - if you haven't already done so. Regards ilya On 2/10/15 10:18 PM, Atsushi Sasaki wrote: Hi, I used details parameter of registerTemplate API to set keyboard=jp. I use following format to pass argument as CLOUDSTACK-4719

Re: Docker Support?

2015-01-26 Thread ilya musayev
Dockers networking model is rather complex (to say the least). LXC would be the way to go, though it does not have as much marketing as docker does. Regards ilya On 1/26/15 4:51 AM, Osay Osman Yuuni wrote: Hi all, Any news on progress with the docker container support for ACS? I've seen

Re: Docker Support?

2015-01-26 Thread ilya musayev
Message - From: ilya musayev ilya.mailing.li...@gmail.com To: users@cloudstack.apache.org Sent: Monday, 26 January, 2015 18:45:10 Subject: Re: Docker Support? Dockers networking model is rather complex (to say the least). LXC would be the way to go, though it does not have as much marketing

Re: Help with testing Cloudbase-init on Cloudstack Windows VMs

2015-01-24 Thread ilya musayev
I wish this would have been released earlier.. On 1/20/15 3:56 AM, Nux! wrote: Hi guys, It looks like the folk at Cloudbase.it have finished adding Cloudstack support in their product. Let's test this and report any problems https://www.cloudbase.it/downloads/CloudbaseInitSetup_Beta_x64.msi

Re: Cancel hung jobs

2015-01-06 Thread ilya musayev
...@gmail.com wrote: Francois, you can change timeout default settings in global settings, if you have not done so. Thanks, Motty On 01/05/2015 02:09 PM, Francois Gaudreault wrote: Yes. And also tons of job in the async_job table with status 0. FG On 2015-01-05 4:54 PM, ilya musayev wrote: Do you

Re: Cancel hung jobs

2015-01-05 Thread ilya musayev
Do you see something along the lines of below? please provide the complete error message. (1434,VmWorkJobQueue, 2471) is reaching concurrency limit 1 (1475,VmWorkJobQueue, 2483) is reaching concurrency limit 1 (1477,VmWorkJobQueue, 2484) is reaching concurrency limit 1 (1478,VmWorkJobQueue,

Re: Cloudstack User Interface CSS design

2014-12-21 Thread ilya musayev
CloudStack is REST Like, you can bolt any interface to it. There are many freelancers that can help you build it (be it django or anything else). Head over to elance.com or similar sites, post a bid for a project and you will get what you want. Bolting UI to REST interface does not require

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread ilya musayev
. Regards ilya On 12/18/14, 7:38 AM, Motty Cruz wrote: Hi Peter, We do not set QoS limitation on the interface, I made sure there are not setup by default. it's dragging me crazy this issue. -Motty On 12/16/2014 03:48 PM, Erdősi Péter wrote: 2014.12.17. 0:38 keltezéssel, Motty Cruz írta: I'm

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread ilya musayev
What i mentioned, confirmed to work on 4.3.1 with VmWare, i havent tried on Xen, if that does not help, its probably a bug in 4.4.1 and should be filled in JIRA. On 12/18/14, 11:15 AM, ilya musayev wrote: There is a global setting in cloudstack named network.throttling.rate which is set

Re: ACS 4.4.1 network.throttling.rate - Advance Zone- XenServer 6.2

2014-12-18 Thread ilya musayev
Ask the question on dev, mention what you've done and ask what to look for to confirm the change worked. Perhaps someone else with Xen can help. Regards ilya On 12/18/14, 12:16 PM, Motty Cruz wrote: hi ilya, I configured Global Setting set 0 to network.throttling.rate, rebuild the VR reboot

Re: Quota Usage

2014-12-12 Thread ilya musayev
Do you mean whats being used or what is allocated? On 12/12/14, 2:21 AM, Jochim, Ingo wrote: Is there a way (in ACS 4.2) to find out the current quota usage of a project? Thanks, Ingo

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread ilya musayev
Hi Rohit, Thanks for the response, please see comments inline On 12/5/14, 12:08 AM, Rohit Yadav wrote: Hi Ilya, On 05-Dec-2014, at 4:00 am, ilya musayev ilya.mailing.li...@gmail.com wrote: 1) When executing cloudmonkey in batch mode, it would be nice to provide exit codes - but this may

Re: Any more CloudMonkey improvements you want to see?

2014-12-05 Thread ilya musayev
Rohit, Thanks, for response, i'll give marvin a shot. Regards ilya On 12/5/14, 1:42 AM, Rohit Yadav wrote: Hi Ilya, On 05-Dec-2014, at 2:23 pm, ilya musayev ilya.mailing.li...@gmail.com wrote: Here is the use case i have. End user needs to setup new cloudstack instance with zones

Re: 4.3.1 API issue with importing LDAP users

2014-12-05 Thread ilya musayev
Hi Ian, This is probably better suited for Dev list, Ian Duffy has done alot of work on LDAP and CloudStack, he is cc'd to this thread. Perhaps he can shed some light. Regards ilya On 12/5/14, 4:40 PM, Ian Forde wrote: I’ve got a bash script performing an API call (in my case, via

Re: Any more CloudMonkey improvements you want to see?

2014-12-04 Thread ilya musayev
configuration of new CS hosts becomes really easy. Thanks for making this awesome tool even better Regards ilya On 12/4/14, 3:45 AM, Rohit Yadav wrote: Hi all, We want to work on the next release of CloudMonkey do you have any issues that we should fix, or any new feature you want? Thanks

Re: CloudStack and Cisco APIC integration

2014-12-04 Thread ilya musayev
commited to upstream master branch, you can them as point of reference if you were to design something similar. Regards ilya One other industry trend that may happen in the near future - project OpenDaylight On 12/4/14, 11:57 AM, Bill Wade wrote: I’ll preface this with, “this is an End user

Re: Copy template

2014-12-04 Thread ilya musayev
location of template to be exported and test from each SSVM via curl or wget. Regards, ilya On 12/4/14, 9:26 AM, Alireza Eskandari wrote: Maybe you should play with secstorage.allowed.internal.sites configuration From: Fedi Ben Ali ben.ali.fe...@gmail.com To: users@cloudstack.apache.org

Re: firewall for vmware

2014-12-01 Thread ilya musayev
Since its shared, it is assumed you will be handling this portion on your own. On 11/24/14, 12:05 AM, Alireza Eskandari wrote: Hi friends,Is there any solution to provide firewall (or something like security groups)for VMs on vmware in a guest shared network?Thanks

Re: Cloudstack jobs

2014-10-21 Thread ilya musayev
Octavian, My personal opinion, I dont believe there would be an issue if you post on dev and users list. You can also try linkedin and cloudstack meetup groups. Regards ilya On 10/21/14, 7:58 AM, Octavian Popescu wrote: Hello, I was wondering if there's any specific mailing list for job

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

2014-10-08 Thread ilya musayev
Management server log is missing ERROR statements in what you've posted. Please include the full log file. On 10/8/14, 12:23 PM, motty cruz wrote: I am looking in the logs but I can't see to find exactly the error causing this issue. I still getting this error: HTTP Status 404 -

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

2014-10-08 Thread ilya musayev
to? Regards ilya On 10/8/14, 1:04 PM, motty cruz wrote: Hello ilya, I was not able to post the entire log file is too big, here is the error msg I see at 6:21 am. http://pastebin.com/raw.php?i=dWxDmR91 Thanks, Motty On Wed, Oct 8, 2014 at 12:34 PM, ilya musayev ilya.mailing.li...@gmail.com wrote

Re: which version is more stable one to deploy ACS in production:

2014-10-07 Thread ilya musayev
I run 4.3.1 and my environments are very large. I plan to stay on it for a while. Depending on the size if you go into 100 hypervisors, you may want to tweak java heap. On 10/6/14, 1:11 AM, AnilKumar Lakineni wrote: Hi All, Good Morning, I want to deploy ACS for production. So can anybody

Re: CentOS 7 support

2014-10-06 Thread ilya musayev
ACS is java dependent - not kernel, if you can get all packages aligned properly using Java 7, technically it should work. On 10/6/14, 6:57 AM, Adrian Lewis wrote: As far as I can tell, we're not going to see Centos 7 support for the management server on any 4.3 or 4.4 branch but the 4.5 branch

Re: Can't launch VMs

2014-10-02 Thread ilya musayev
Carlos, VLAN tagging is one of the main reasons why you want to use advanced zone. Thats the difference between basic and advanced zones. Regards ilya On 10/2/14, 10:04 AM, Carlos Reátegui wrote: I don't see anywhere in the basic network wizard where I can add a vlan tag. I see

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

Re: Adding OVA or OVF VMs to CS 4.3.1

2014-09-25 Thread ilya musayev
Only OVA is supported - as its a single file VS 3 files you get with OVF. On 9/24/14, 10:09 AM, José Egas López wrote: Hi, I have exported an OVA and also an OVF template from an existing VM from vSphere. The templates have the following types of file: OVA -- templateName.ova OVF--

Re: ACS 4.3.1 disable realhostip.com or SSL

2014-09-24 Thread ilya musayev
You should be able to use CSR to sign with CA directly, you would need a wildcard cert with conforming hostname - should be in the instructions. Regards ilya On 9/24/14, 6:40 AM, France wrote: I went down the route with custom DNS service (already working) and custom certificate, because

Re: Zone already associated with a VMware datacenter

2014-09-23 Thread ilya musayev
The tag is not easily seen and i was able to remove it from vmware windows client and not web ui. Screenshot below: http://screencast.com/t/hwVet86sJv On 9/23/14, 4:16 PM, José Egas López wrote: I removed all before I destroyed my setup. Ok I'll check that on vCenter, thank you Nitin! Yes

Re: User Deleted Recover templates and isos

2014-09-19 Thread ilya musayev
Assuming the data still resides (you need to check you secondary store), you can alter the removed field for that record and it will bring it back in the UI. Review: SELECT * FROM cloud.vm_template; - alter removed field to null SELECT * FROM cloud.template_store_ref; - local_path for location

Re: [VMWare] Deploy a new datacenter using Marvin

2014-09-17 Thread ilya musayev
Would like to hear the solution as well. Regards On 9/17/14, 6:05 AM, Nicolas Lamirault wrote: Hi, i would like to deploy a new datacenter into a fresh installation of Cloudstack using Marvin *deploydatacenter.py* tool. Where i can find any documentation for the json format ? Specially for the

Re: Upgrade to 4.3.1

2014-09-16 Thread ilya musayev
Mārtiņš If you dont get a response here, please post on dev. I'll try this out shortly in my env, what version did you upgrade from? Regards ilya On 9/16/14, 6:07 AM, Mārtiņš Jakubovičs wrote: Hello, In CentOS 6.5 today I discovered that is available update for CS 4.3. I installed

Re: Unable to start a VM due to insufficient capacity

2014-09-16 Thread ilya musayev
or id=1434 or id=1475 or id=1477 or id=1478 or id=981; While i did SELECT statement, you can alter to DELETE. Regards ilya On 9/16/14, 6:31 PM, Matthew Midgett wrote: Ugo, I am having an issue just like you. I can deploy the default centos template but if I try to deploy a iso it looks like its

Re: DRaaS based on ACS

2014-09-10 Thread ilya musayev
, you can just fetch the content from ACS via APIs and re-load the content into secondary ACS. Alena from Citrix explained how she did it @ CCNA14 in Denver. 3) needless to say, you IP between datacenters will change, so VMs should know how to handle that change regards ilya On 9/10/14, 7:10 AM

Re: Strange UI 8080/client/

2014-09-09 Thread ilya musayev
Try running Chrome Incognito mode to see if its some weirdness with jquery. i have had that issue. On 9/9/14, 10:24 AM, Rohit Yadav wrote: Hi, On 09-Sep-2014, at 12:41 pm, Piers pi...@rowan.id.au wrote: One of the key things to me as a user is having dependencies managed by yum/rpm which

Re: Cloudstack on the front page of Slashdot

2014-09-04 Thread ilya musayev
This is great, i wish they posted the complete interview! They cut David off on the best part of who uses cloudstack. On 9/4/14, 2:12 PM, David Bierce wrote: Looks like it was at LinuxCon a few weeks ago.

Re: Questions regarding the template error message

2014-09-02 Thread ilya musayev
https://git-wip-us.apache.org/repos/asf?p=cloudstack.gita=searchh=HEADst=greps=has+not+been+completely+downloaded+to On 9/2/14, 7:11 PM, Vibranze Teh wrote: Dear Lists, I have a customer asking about an error message thrown in CS management server and he would like to know answer to the

Re: Unable to start a VM due to insufficient capacity

2014-09-02 Thread ilya musayev
grep ctx-d1e72afb /var/log/cloudstack/management-server.log Read through to see what happens, or post here... On 9/1/14, 9:23 AM, abhisek basu wrote: You may want to review entire flow for job-27, which is related to this deployment failure. There are multiple possibilities for this

Re: API Response Formats: XML and JSON

2014-09-02 Thread ilya musayev
You can also try running cloudmonkey and set display json - this way it prints all the output in json format. Regards ilya On 8/30/14, 12:39 PM, Erik Weber wrote: On Sat, Aug 30, 2014 at 9:22 PM, Dean Kamali dean.kam...@gmail.com wrote: Hey everyone, According to docs, CloudStack supports

Re: Management Server won't connect after cluster shutdown and restart

2014-08-30 Thread ilya musayev
Can you tell us more please. In my rather large environments, I may need to do several restarts for cloudstack to come up properly. Otherwise it complains that SSVM and CPVM are not ready to launch in Zone X. Thanks ilya On 8/30/14, 5:29 AM, Ian Duffy wrote: Hi All, Thank you very much

Re: ACS in a VMware environment

2014-08-28 Thread ilya musayev
Xerex I've just rebuild cloudstack. I had no issues with this build. no 404s. http://download.cloudsand.com/cloudsand/rhel/6/x86_64/cloudstack-4.3.0.1-08282014.rpm.tgz Regards ilya On 8/27/14, 2:31 PM, Xerex Bueno wrote: Ilya, I have installed from the packages you provided. However I am

Re: Recovering from failed install - [SOLVED]

2014-08-28 Thread ilya musayev
Thanks for posting back your solution. On 8/27/14, 3:14 PM, Piers wrote: For the benefit of others: I have been installing, wiping and reinstalling ACS for a couple of days now. I get the impression that an initial install created network configurations that were incompatible with

Re: 404 Web Interface Not Showing -- 404 or blank screen

2014-08-26 Thread ilya musayev
Did you also do cloudstack-setup-database? You dont need to start tomcat. i assume you used a proper url to access cloudstack which is http://my-mgmt-ip:8080/client On 8/26/14, 6:32 PM, Piers wrote: On White screen: 2014-08-27 10:46:26,552 INFO [o.a.c.s.l.CloudStackExtendedLifeCycle]

Re: CS 4.4: openvswitch network service providers (plugins)

2014-08-25 Thread ilya musayev
Vadim I know this response is not helpful, but please kindly log this issue under https://issues.apache.org/jira/browse/CLOUDSTACK/ Thanks ilya On 8/25/14, 6:47 AM, Vadim Kimlaychuk wrote: Hello all, I am using OpenVswitch to configure birdges and want to enable plugin

Re: acs 4.4 and GUI madness

2014-08-25 Thread ilya musayev
Andrei 4.4 has some quirks, unless you have a specific reason, i'd suggest you remain in 4.3 until 4.4.1 is out. In the meantime, please log this issue and include a screenshot of what you are seeing - so it can get addressed in the next release. Thanks ilya On 8/25/14, 1:30 PM, Andrei

CloudStack MS wont start post db outage

2014-08-25 Thread ilya musayev
the Host A to bring it up? Thanks ilya

Re: CloudStack MS wont start post db outage

2014-08-25 Thread ilya musayev
Nope, thats not the case :( On 8/25/14, 3:16 PM, Carlos Reátegui wrote: Here’s a shot in the dark…. Any chance there are duplicate entries in the mshost table for your MS? On Aug 25, 2014, at 1:50 PM, ilya musayev ilya.mailing.li...@gmail.com wrote: I'm experiencing an issue with bringing up

Re: cloud.keystore

2014-08-25 Thread ilya musayev
Michael Thanks for sharing. Regards ilya On 8/25/14, 8:22 PM, Michael Phillips wrote: In case anyone runs into the issue of cloud.keystore not being created on install on cloudstack, you can do the following. Stop cloudstack, run the following command keytool -genkey -keystore /etc

Re: The server refused the connection

2014-08-23 Thread ilya musayev
your ACS version, Hypervisors type, network setup, anything else you feel should be mentioned. Regards ilya On 8/22/14, 3:52 AM, sandeep khandekar wrote: Dear Cloudstackers, After logging into cloudstack UI as admin, from a local computer. when I try to open the console, it shows connection

Re: Problem in running marvin

2014-08-23 Thread ilya musayev
Sandeep This question is better suited for developers mailing list - in case you don't get a response here. Regards ilya On 8/22/14, 8:16 AM, sandeep khandekar wrote: Dear cloudstackers, I am trying to run the following command http://docs.cloudstack.apache.org/en/master

Re: Adding vmware zone error

2014-08-19 Thread ilya musayev
/redhat. Build was completed less than 10 minutes ago. http://download.cloudsand.com/cloudsand/rhel/6/x86_64/cloudstack-4.3.0.1-08192014.rpm.tgz Regards ilya On 8/19/14, 4:00 AM, Erik Weber wrote: Don't know the debian package system, but for the rpms we have to pass noredist. Erik 19. aug. 2014

Re: mysql-setup-database ERROR 1044 access denied for user root

2014-08-19 Thread ilya musayev
| ++ 3 rows in set (0.00 sec) Thanks Tejas From: ilya musayev ilya.mailing.li...@gmail.com To: users@cloudstack.apache.org Date: 08/20/2014 02:11 AM Subject:Re: mysql-setup-database ERROR 1044 access denied for user root Can you confirm logging using mysql client? One

Re: intermittent packet loss after upgrading and restarting networks

2014-08-18 Thread ilya musayev
make - that presumable will update these settings, the description for this call is rather brief, hence devs would know better. http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/updateNetwork.html Regards ilya On 8/17/14, 4:38 PM, Nick Burke wrote: Another update: 100% confirmed

Re: intermittent packet loss after upgrading and restarting networks

2014-08-18 Thread ilya musayev
Or perhaps this one. http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/restartNetwork.html On 8/18/14, 1:07 PM, ilya musayev wrote: Nick, I dont believe we throttle disks unless you have a storage that has direct integration to limits iops like solidfire or possibly netapp

Re: intermittent packet loss after upgrading and restarting networks

2014-08-18 Thread ilya musayev
other. On Sun, Aug 17, 2014 at 12:09 PM, ilya musayev ilya.mailing.li...@gmail.com wrote: Nick Have you checked network throttle settings in global setting and where ever else it may be defined? regads ilya On 8/17/14, 11:27 AM, Nick Burke wrote: Update: After running nperf on same

Re: ACS in a VMware environment

2014-08-18 Thread ilya musayev
and additional settings limit.conf What size of env do you have in mind? Regards ilya On 8/18/14, 9:40 AM, Xerex Bueno wrote: My question for the group is I want to deploy a very stable version of ACS into an environment running Vmware with standard vSwitches. What version would you recommend

Re: Disk performance

2014-08-18 Thread ilya musayev
As someone probably already mentioned, check if throttle enabled/set in global settings as well as under network offering. Regards ilya On 8/18/14, 1:01 PM, Carlos Reátegui wrote: You sure VR is traversed for nfs traffic? In my setup the NAS subnet is completely separate from any that CS

Re: intermittent packet loss after upgrading and restarting networks

2014-08-17 Thread ilya musayev
Nick Have you checked network throttle settings in global setting and where ever else it may be defined? regads ilya On 8/17/14, 11:27 AM, Nick Burke wrote: Update: After running nperf on same instances on the same virtual network, it looks like all instances can get no more than 2Mb/s

Re: Default Centos Template not downloaded

2014-08-14 Thread ilya musayev
Does your system storage vm has internet access? What error do you get? To download default templates, you need internet access. You can also look into setting up proxy (if you have internet access through proxy). On 8/14/14, 8:32 PM, sandeep khandekar wrote: Dear cloudstackers, After

Re: Migration of cloud environments

2014-08-14 Thread ilya musayev
/confluence/display/CLOUDSTACK/Marvin+-+Testing+with+Python On Wed, Aug 13, 2014 at 2:42 AM, ilya musayev ilya.mailing.li...@gmail.com wrote: One other thought, CloudMonkey can print output with JSON format via set display json. If that same output can be fed into CloudStack via CloudMonkey, it would

Re: Migration of cloud environments

2014-08-12 Thread ilya musayev
=2YEXC3WNL0s Regards, ilya On 8/12/14, 12:11 PM, Andrei Mikhailovsky wrote: Hello guys, I thought to share some ideas on migrating the cloud environment from one build to another. Let's say you have a cloudstack build with a bunch of domains, users, guest vms and networks and you would like

Re: Migration of cloud environments

2014-08-12 Thread ilya musayev
One other thought, CloudMonkey can print output with JSON format via set display json. If that same output can be fed into CloudStack via CloudMonkey, it would achieve the same result. On 8/12/14, 12:11 PM, Andrei Mikhailovsky wrote: Hello guys, I thought to share some ideas on migrating

Re: Could use a little help

2014-08-10 Thread ilya musayev
Do you see any calls in vcenter that failed? if so, try to extract the error from the hypervisor. If the error is too generic, you would need to identify the hypervisor and look at the hostd.log file and/or vcenters error log. On 8/10/14, 6:42 PM, Xerex Bueno wrote: Also if someone could

Re: Cisco help on public interface

2014-08-06 Thread ilya musayev
and switches. Regards ilya On 8/5/14, 1:09 PM, Matthew Midgett wrote: I need to ask my network administrator to prepare my public interfaces. On switch where cloud-public is plugged into those need to be trunk ports pn switch since multiple vlan will be passing. I need them to setup the gateway

Re: Create network/ Virtual Router with a specific public ip address

2014-08-06 Thread ilya musayev
VM. This usually recreates network configs for vSphere VM and you should get the IP address you want. Regards ilya On 8/5/14, 7:06 PM, Ivan Rodriguez wrote: Dear Cloudstack Users, Does anybody know how to create a network with an specific public ip address ? I'm looking at associateIpAddress

Re: 4.4 install observations

2014-08-06 Thread ilya musayev
Thanks Carlos.. On 8/4/14, 9:23 PM, Carlos Reátegui wrote: Hi All I just did a new install of 4.4 on Ubuntu 12.04 with XenServer 6.2 using: $ cat /etc/apt/sources.list.d/cloudstack.list deb http://cloudstack.apt-get.eu/ubuntu precise 4.4 This is a basic networking deployment with no security

Re: FreeBSD

2014-08-05 Thread ilya musayev
Try posting on dev list. There is a mapping for each OS type for each hypervisor technology, i assume the issue is there. Regards ilya On 8/5/14, 12:54 PM, motty cruz wrote: Mo, I started using Cloudstack 4.2 in production, prior to that I was testing Cloudstack 4.1. FreeBSD 64bit used

Re: CS 4.4 fresh install

2014-08-03 Thread ilya musayev
upgraded to 4.4? Regards ilya On 8/2/14, 9:19 AM, Soeren Malchow wrote: Dear all, we are still having a problem installing CS 4.4 ( 4.3 still runs fine if we install it on the same environemnt) Everythign seems to be fine, Console Proxy and Secondary Storage VM are running and we can access

Re: Success stories of upgrading to 4.4

2014-07-27 Thread ilya musayev
Andrei, I will try 4.4 on vmware hopefully this week. Regards ilya On 7/26/14, 12:39 PM, Andrei Mikhailovsky wrote: Hello guys, First of all, congratulations to everyone who has made the 4.4 release happen. Well done!!! I was wondering if anyone could share their success stories

Re: CS VR on VMware

2014-07-18 Thread ilya musayev
Eric, I used Advanced Shared (non-VPC) zone with ACS, vSphere and vDS on 4.1/4.2 I'll be testing it out on 4.3 shortly, we cant make use of it yet, as Management and Storage networks are not supported through vDS. Regards ilya On 7/18/14, 11:47 AM, Eric Neumann - AOD wrote: Hi Geoff

Re: force to install template

2014-07-10 Thread ilya musayev
-server and centos 5.6 template in db, should be something like: http://download.cloud.com/templates/builtin/centos56-x86_64.vhd.bz2 http://download.cloud.com/releases/4.3/centos6_4_64bit.vhd.bz2 Regards, ilya On 7/9/14, 7:45 PM, Nux! wrote: Hi, Has rebooting the Secondary Storage VM

Re: New Cloud KC Meet Up Group

2014-07-10 Thread ilya musayev
sources to help with promotion. Regards ilya On 7/8/14, 10:30 AM, Tom Martin wrote: A new Kansas City Meet Up group specifically geared towards all things cloud has started. We are looking to create a great community around cloud. We will start out by learning how to build different cloud

Re: Windows Template Question

2014-07-10 Thread ilya musayev
I'm with Lucian, this is general windows issue - you cant do anything faster. Sysprep will take what it takes and its nothing to do with CloudStack. Unless you don't have windows AD - and dont care about unique SIDs, then you could just clone windows VMs as is, but you should not have any

Re: Using IBM powerVM

2014-07-07 Thread ilya musayev
I assume this implies AIX. There were number of threads (including mine) asking about AIX support on CloudStack. As it stands, other than IBM - no other cloud solution has support for it (AFAIK). Regards, ilya PS: AIX is usually run by mammoth shops that started at least 30 years ago

Re: Starting from scratch using cloudstack

2014-07-02 Thread ilya musayev
with minimum 2vCPUx4GB RAM. If you plan to run thousands, then you may want to be more generous on your sources. There are many videos and tutorial posted online on how to setup what you are trying to do. The getting started docs are also fairly descriptive. Regards ilya On 7/1/14, 7:15 PM

Re: InsufficientServerCapacityException - Unsure Why

2014-07-02 Thread ilya musayev
tgz and it should have required RPMs with both Open Source and Non-Open Source modules. http://www.cloudsand.com/cloudstack-4.3.0-1.tgz Regards ilya On 7/2/14, 1:06 AM, Elliot Berg wrote: Hi, I've been putting together a cloudstack set-up for experimentation purposes - right now we're just

Re: Communications link failure

2014-07-02 Thread ilya musayev
Please provide details on your installation. Version number of ACS, mysql, mysql connector, tomcat, etc.. Are you running db local or remote? Shared or dedicated? On 7/2/14, 7:53 AM, Tejas Gadaria wrote: Hi, I have not faced problem while creating template from ISO, with 20GB Disk. Today i

Re: MonkeyMan - a perl5 library for managing your Apache CloudStack installation

2014-06-30 Thread ilya musayev
Vladimir This looks very promising and interesting. Can i setup new cloudstack environment by export content from 1 ACS zone, making unique changes and uploading config to setup another ACS zone? Thanks for putting together perl interface to ACS. Regards, ilya On 6/30/14, 5:24 AM, Vladimir

Re: Downloading templates from HTTPS

2014-06-28 Thread ilya musayev
Not aware of any, see if something comes up in global settings. We also have a limitation - that kinda bugs me, we are forced to use either port 80 or 443, but lots of folks run webservers on non-standard ports.. On 6/27/14, 8:40 PM, Ian Duffy wrote: Hi all, I'm seeing the following error

Latest CloudSand 4.3.0.1 - supports VMware, NetScaler, Juniper SRX, etc...

2014-06-27 Thread ilya musayev
source packages to support VMware, NetScaler, etc hence its called CloudSand. This build was based on all the fixes that will be coming with Apache CloudStack 4.3.0.1 - which is hopefully to be released soon. http://www.cloudsand.com/cloudstack-4.3.0-1.tgz Regards ilya

Re: CloudStack and vSphere 5.1

2014-06-27 Thread ilya musayev
it will change. On 6/26/14, 3:05 PM, José Egas López wrote: Thanks ilya, I already installed CS 4.2, so I can't add secondary storage by VMFS in this version? So, do you mean in 4.3 this feature is available? * José * El 26/06/2014 16:54, ilya musayev escribió: I'm using NFS and VMFS (can be SAN

Re: vSphere 5.5

2014-06-27 Thread ilya musayev
upgrade to it - without hassle. By rebranding it as CloudSand powered by Apache CloudStack, i can get away with releasing ACS based build with proprietary modules. There is no difference between CloudSand and CloudStack, other than the name. Regards ilya On 6/26/14, 6:13 PM, hubo wrote: Hi

Re: CloudStack and vSphere 5.1

2014-06-26 Thread ilya musayev
when it comes to vmware integration. Regards ilya On 6/26/14, 12:35 PM, Erik Weber wrote: I believe you can use Vmfs as well. Erik 26. juni 2014 19:12 skrev José Egas López josee...@farmaenlace.com følgende: Hi, I have one question, I'm trying to implement CS 4.2 with vSphere 5.1, which way can

Re: CloudStack and vSphere 5.1

2014-06-26 Thread ilya musayev
Secondary storage at this point in time must reside on NFS. If its POC setup, you can run NFS on the same server as your CloudStack Management Server. On 6/26/14, 10:08 AM, José Egas López wrote: Hi, I have one question, I'm trying to implement CS 4.2 with vSphere 5.1, which way can I use to

<    1   2   3   4   5   >