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

2014-08-19 Thread ilya musayev
my 2 cents Bad practice to do "%". Add identified by clause. "GRANT ALL PRIVILEGES ON *.* TO 'root'@'30.34.12.12' WITH GRANT OPTION identified by "mypassword";" On 8/19/14, 11:31 PM, Venkata Suneel Babu Mallela wrote: Hi Tejas, Execute the below mysql command on DB server before executing

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

2014-08-19 Thread Venkata Suneel Babu Mallela
Hi Tejas, Execute the below mysql command on DB server before executing "cloudstack-setup-databases cloud:@localhost --deploy-as=root:" on management server, "GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;" Thank you, Suneel Mallela -Original Message- From: tejas.sh...@

Re: Template - Download file size is too large

2014-08-19 Thread rahul
Nitin Mehta writes: > > You can upload data volumes into CS and this config is used for defining > the max size of the volume you can upload. Hi 1) So storage.max.volume.upload.size config is used for defining the max size of the volume that we can upload. Is this same for uploading

Re: Live migration shared storage

2014-08-19 Thread ilya musayev
You can try emailing Marcus directly to see if he can help. Regards ilya On 8/19/14, 8:12 PM, John Mancuso wrote: Would this be a recommended approach? http://www.slideshare.net/MarcusLSorensen/cloud-stack-clvm From: John Mancuso Sent: Monday, August 18, 2014 9:29 PM To: 'users@cloudstack.apa

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

2014-08-19 Thread ilya musayev
oh, looks like you dont have password setup for root user on your db host. Fix it before you can proceed. On 8/19/14, 9:20 PM, tejas.sh...@frontier.in wrote: Hi, I can login to remote database server using "mysql -h -u root" command but if i type "-p" option (mysql -h -u root -p) then i a

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

2014-08-19 Thread ilya musayev
Are you running mysql on 3306? On 8/19/14, 9:20 PM, tejas.sh...@frontier.in wrote: Hi, I can login to remote database server using "mysql -h -u root" command but if i type "-p" option (mysql -h -u root -p) then i am not able to connect. but i am able to connect to db server with "-p" option

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

2014-08-19 Thread tejas . sheth
already checked but not working!! Thanks Tejas From: sunil.pichamu...@frontier.in To: users@cloudstack.apache.org Date: 08/20/2014 09:54 AM Subject:Re: mysql-setup-database ERROR 1044 access denied for user root Tejas, You'll need to check if the root user has permissions

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

2014-08-19 Thread sunil . pichamuthu
Tejas, You'll need to check if the root user has permissions to connect from any server (%) and its permissions on cloud database. Regards, Sunil Pichamuthu IT Consultant Frontier Business Systems Ph.: +91-9844844216 "Sure it's a big job; but I don't know anyone Who can do it better than I can.

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

2014-08-19 Thread tejas . sheth
Hi, I can login to remote database server using "mysql -h -u root" command but if i type "-p" option (mysql -h -u root -p) then i am not able to connect. but i am able to connect to db server with "-p" option if i log in to Database server and use -h localhost. When i type show databases

RE: Live migration shared storage

2014-08-19 Thread John Mancuso
Would this be a recommended approach? http://www.slideshare.net/MarcusLSorensen/cloud-stack-clvm From: John Mancuso Sent: Monday, August 18, 2014 9:29 PM To: 'users@cloudstack.apache.org' Subject: Live migration shared storage This may be more of a KVM question but we are evaluating the VM live

RE: Adding vmware zone error

2014-08-19 Thread Michael Phillips
So I built the RPMS successfully using ./package.sh -p noredist. Funny that in the documentation is doesn't say to use the -p noredist option. So I wonder if when packaging debs, you need to use an option on this command 'dpkg-buildpackage -uc -us" to have it package with noredist code. Anybody

Re: Adding vmware zone error

2014-08-19 Thread Erik Weber
Try this: mvn clean install -P deps -Dnoredist; export ACS_BUILD_OPTS="-Dnoredist"; dpkg-buildpackage Erik On Tue, Aug 19, 2014 at 1:00 PM, Erik Weber wrote: > Don't know the debian package system, but for the rpms we have to pass > noredist. > > Erik > 19. aug. 2014 11:18 skrev "Michael Ph

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

2014-08-19 Thread ilya musayev
Can you confirm logging using mysql client? One other thought, change password to something simple that does not have any fancy characters for this installation. I assume this should not be an issue, but try it anyway. One other thing you can do as work around, install the mysql db locally, ru

Re: ACS in a VMware environment

2014-08-19 Thread ilya musayev
Xerex, Dont use forward branch, you need to use 4.3 under "heads". example: git checkout remotes/origin/4.3 16 servers is rather small. I've just completed a rebuild of 4.3.0.1 from source (includes noredist packages). http://download.cloudsand.com/cloudsand/rhel/6/x86_64/cloudstack-4.3.0.1-

Re: Adding vmware zone error

2014-08-19 Thread ilya musayev
Michael, As Erik mentioned, you are missing vmware or noredist support packages. I'm not debian user, but with redhat/rpm systems, there is a packaging script in [redhat] packaging/centos63/package.sh [debian] packaging/debian/ I've posted a latest 4.3.0.1 build with noredist for centos/redh

Re: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Nux!
Thanks Eric, I'm on KVM right now, I have not yet tested VPC (as I do not need it). I'll try to find some solution.. Cheers Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Eric Neumann - AOD" > To: "dev" , "users@cloudstac

RE: Snapshot partial file creates are not cleaned up.

2014-08-19 Thread Sangeetha Hariharan
Hi, Following are couple of issues that have been logged to track this issue: CLOUDSTACK-5395 - When backup snapshot fails because of backup.snapshot.wait time exceeding , the vhd entries form the primary store is not getting cleared. This bug was reopened to address - "cleaning up of snapshot

RE: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Eric Neumann - AOD
Hi Nux, I may have encountered the same issue when using 4.3.0.1 with VMware + distributed switching. If it's the same issue then you might find that while an isolated network will have this problem, a VPC router will work fine. I've also found this issue to not occur with standard vSwitches.

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

2014-08-19 Thread abhisek basu
Essentially are you able to login to db server from mgmt server using root via MySQL command and speechify -h db server name? MySQL.user is the table which controls this. Sent from my iPhone > On 19 Aug 2014, at 6:30 pm, tejas.sh...@frontier.in wrote: > > Hi, > I have installed database in se

Re: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Nux!
So the VR in the UI shows 3 NICs: isolated, control and public, but in SSH I see 4 NICs, of which eth2 and eth3 have the same IP settings and the SNAT is done on the wrong NIC (eth3 which doesn't seem to work, instead of eth2). Any ideas? Where is this VR taking it's settings exactly? -- Sent

Re: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Nux!
I've added another zone and the problem is sadly very repeatable. :( -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: "dev" , users@cloudstack.apache.org > Sent: Tuesday, 19 August, 2014 1:25:21 PM > Subject: Re: VRouter s

Re: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Nux!
Hi, No, they are entirely different ranges and physical links. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ian Southam" > To: "dev" , users@cloudstack.apache.org > Sent: Tuesday, 19 August, 2014 1:47:57 PM > Subject: RE: VRout

RE: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Ian Southam
Have you used the same address range for your public network as your management? -- Ian -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: dinsdag 19 augustus 2014 14:25 To: dev; users@cloudstack.apache.org Subject: Re: VRouter sets the same public IP on 2 interfaces Right, so

Re: Network Throttling in Shared Guest Network

2014-08-19 Thread Pierre-Luc Dion
For a Shared network you don't need to reboot VR to remove QOS because it's not important in that case. For VM QOS would be visible in XenCenter in the Networking tab of the VM, you would see a Limit. if their is a number in the limit column then you have to reboot that VM. *Pierre-Luc DION* Ar

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

2014-08-19 Thread tejas . sheth
Hi, I have installed database in septate node (RHEL 6.3) and all the configuration steps have been performed as per installation guide. I have also installed cloudstack management server (RHEL 6.3) and all the configuration. I have disabled firewall in RHEL. When i execute cloudstack-setup-dat

Re: VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Nux!
Right, so the SNAT on the VR is done on eth3 instead of eth2, not sure why this is happening. Can't spot anything dodgy in the logs. Once I remove the SNAT and add it on the eth2 (which has the same IP) then all my egress rules start to work again. I'll try to recreate the zone and hope this gli

VRouter sets the same public IP on 2 interfaces

2014-08-19 Thread Nux!
Hi, I have 4 networks defined (public, guest, storage and mgmt). It looks like the VR sets up two internal NIcs (eth2 and eth3) for connecting to the public network. It also sets the same IP address on them. Egress = Allow is also ignored and my VMs can't reach anything. Has anyone seen this be

RE: Adding vmware zone error

2014-08-19 Thread Erik Weber
Don't know the debian package system, but for the rpms we have to pass noredist. Erik 19. aug. 2014 11:18 skrev "Michael Phillips" følgende: > Let me put more details on the steps I took.step1 = move all jars into > /depsstep2 = execute ./install-non-oss.shstep3 = mvn cleanstep4 = mvn > install

Re: error api-doc

2014-08-19 Thread Rajani Karuturi
Glad that it worked. Thanks for reporting the doc error. I opened a pull request to update java version https://github.com/apache/cloudstack-docs/pull/6 Its very easy to update the docs if you want to do it in future. Just click on the "Edit on GitHub" button on the top right. It will fork the rep

RE: Adding vmware zone error

2014-08-19 Thread Michael Phillips
Let me put more details on the steps I took.step1 = move all jars into /depsstep2 = execute ./install-non-oss.shstep3 = mvn cleanstep4 = mvn install -Dnorediststep5 = dpkg-buildpackage -uc -us Did not see any errors during any of the above steps, however I did see the "unknown API command addVmw

RE: Adding vmware zone error

2014-08-19 Thread mphilli7823
So I packaged it into debs using this command. "dpkg-buildpackage -uc -us" Sent via the Samsung GALAXY S®4, an AT&T 4G LTE smartphone Original message From: Erik Weber Date:08/19/2014 3:39 AM (GMT-06:00) To: users@cloudstack.apache.org Subject: Re: Adding vmware zone error

Re: Adding vmware zone error

2014-08-19 Thread Erik Weber
Did you package it, if so how, or are you running it with maven? Erik 19. aug. 2014 10:01 skrev "Michael Phillips" følgende: > When I add a vmware based zone I get the following error "unknown API > command addVmwareDC". I built from source using -Dnoredist and followed the > guides putting all

Adding vmware zone error

2014-08-19 Thread Michael Phillips
When I add a vmware based zone I get the following error "unknown API command addVmwareDC". I built from source using -Dnoredist and followed the guides putting all the non-oss jars into the deps folder etc etc...any ideas? This is for version 4.4.0