Re: Template - Download file size is too large

2014-08-20 Thread rahul
Nitin Mehta 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 template 
and ISO? 



2) If not, max.template.iso.size config will define the max size of the 
template and ISO that we can upload?



3) What about storage.max.volume.size ? will this config play role while 
uploading volume, template and ISO?



-Rahul



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

2014-08-20 Thread tejas . sheth
Yes i am using the default port for mysql. and i have set the root 
password also. I am able to do login using mysql client using -p 
(password) only i am not able to do the same remotely (from cloudstack 
server)

Thanks,
Tejas



From:   ilya musayev ilya.mailing.li...@gmail.com
To: users@cloudstack.apache.org
Date:   08/20/2014 11:16 AM
Subject:Re: mysql-setup-database ERROR 1044 access denied for user 
root



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 ip address -u
 root command but if i type -p option (mysql -h ip address -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 it show following databases in DB server.
 ++
 | Database   |
 ++
 | information_schema |
 | cloud  |
 | mysql  |
 ++
 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 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, run setup script against local
 host, then export all DBs and import to new server. Recreate the users
 and make sure to give your user proper host access (i.e.
 cloud@10.0.1.72).

 On 8/19/14, 5:49 AM, tejas.sh...@frontier.in wrote:
 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-databases cloud:dbpassword@localhost
 --deploy-as=root:password it gives error.

 Kindly suggest the fix. appreciate your help in advance.

 Mysql user name:cloud[ OK ]
 Mysql user password:**  [ OK ]
 Mysql server ip:10.0.1.70  [ OK ]
 Mysql server port:3306  [ OK ]
 Mysql root user name:root  [ OK ]
 Mysql root user password:**  [ OK ]
 Checking Cloud database files ...  [ OK ]
 Checking local machine hostname ...  [ OK ]
 Checking SELinux setup ...  [ OK ]
 Detected local IP address as 10.0.1.72, will use as cluster management
 server node IP[ OK ]
 Preparing /etc/cloudstack/management/db.properties  [ OK ]
 Applying /usr/share/cloudstack-management/setup/create-database.sql

 We apologize for below error:
 ***
 Encountering an error when executing mysql script
 --
 table:
 /usr/share/cloudstack-management/setup/create-database.sql

 Error:
 ERROR 1045 (28000): Access denied for user
 'root'@'cssrv2.cloudfront.com'
 (using password: YES)


 Sql parameters:
 {'passwd': 'P@ssw0rd', 'host': '10.0.1.70', 'user': 'root', 'port':
 3306}
 --

 ***

 Thanks
 Tejas








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

2014-08-20 Thread tejas . sheth
It is giving following error with identified by clause.

ERROR 1064 (42000): You have an error in your SQL syntax; check the 
manual that corresponds to your MySQL server version for the right syntax 
to use near 'identified by password'' at line 1

Thanks 
Tejas



From:   ilya musayev ilya.mailing.li...@gmail.com
To: users@cloudstack.apache.org
Date:   08/20/2014 12:13 PM
Subject:Re: mysql-setup-database ERROR 1044 access denied for user 
root



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 
cloudstack-setup-databases cloud:dbpassword@localhost 
--deploy-as=root:password on management server,

 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;

 Thank you,
 Suneel Mallela

 -Original Message-
 From: tejas.sh...@frontier.in [mailto:tejas.sh...@frontier.in]
 Sent: Tuesday, August 19, 2014 6:19 PM
 To: CloudStack-Users
 Subject: mysql-setup-database ERROR 1044 access denied for user root

 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-databases cloud:dbpassword@localhost 
--deploy-as=root:password it gives error.

Kindly suggest the fix. appreciate your help in advance.

Mysql user name:cloud[ OK ]
 Mysql user password:**  [ OK ]
 Mysql server ip:10.0.1.70  [ OK ]
 Mysql server port:3306  [ OK ]
 Mysql root user name:root  [ OK ]
 Mysql root user password:**  [ OK ]
 Checking Cloud database files ...  [ OK ]
 Checking local machine hostname ...  [ OK ]
 Checking SELinux setup ...  [ OK ]
 Detected local IP address as 10.0.1.72, will use as cluster management 
server node IP[ OK ]
 Preparing /etc/cloudstack/management/db.properties  [ OK ]
 Applying /usr/share/cloudstack-management/setup/create-database.sql

 We apologize for below error:
 ***
 Encountering an error when executing mysql script
 --
 table:
 /usr/share/cloudstack-management/setup/create-database.sql

 Error:
 ERROR 1045 (28000): Access denied for user 
'root'@'cssrv2.cloudfront.com'
 (using password: YES)


 Sql parameters:
 {'passwd': 'P@ssw0rd', 'host': '10.0.1.70', 'user': 'root', 'port': 
3306}
 --

 ***

 Thanks
 Tejas





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

2014-08-20 Thread tejas . sheth
Hi Guyz,

 The issue is Resolved, I have applied following command in database 
server.

UPDATE mysql.user SET Grant_priv='Y', Super_priv='Y' WHERE User='root';
FLUSH PRIVILEGES;

 And  I have removed password from cloud-setup-database statement 
(--deploy-as=root:password).

Thanks,
Tejas




From:   Venkata Suneel Babu Mallela sunee...@simplifydc.com
To: users@cloudstack.apache.org users@cloudstack.apache.org
Date:   08/20/2014 11:50 AM
Subject:RE: mysql-setup-database ERROR 1044 access denied for user 
root



Hi Tejas,

Execute the below mysql command on DB server before executing 
cloudstack-setup-databases cloud:dbpassword@localhost 
--deploy-as=root:password on management server,

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; 

Thank you,
Suneel Mallela

-Original Message-
From: tejas.sh...@frontier.in [mailto:tejas.sh...@frontier.in] 
Sent: Tuesday, August 19, 2014 6:19 PM
To: CloudStack-Users
Subject: mysql-setup-database ERROR 1044 access denied for user root

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-databases cloud:dbpassword@localhost 
--deploy-as=root:password it gives error.

  Kindly suggest the fix. appreciate your help in advance.

  Mysql user name:cloud[ OK ]
Mysql user password:**  [ OK ]
Mysql server ip:10.0.1.70  [ OK ]
Mysql server port:3306  [ OK ]
Mysql root user name:root  [ OK ]
Mysql root user password:**  [ OK ]
Checking Cloud database files ...  [ OK ]
Checking local machine hostname ...  [ OK ]
Checking SELinux setup ...  [ OK ]
Detected local IP address as 10.0.1.72, will use as cluster management 
server node IP[ OK ]
Preparing /etc/cloudstack/management/db.properties  [ OK ]
Applying /usr/share/cloudstack-management/setup/create-database.sql

We apologize for below error:
***
Encountering an error when executing mysql script
--
table:
/usr/share/cloudstack-management/setup/create-database.sql

Error:
ERROR 1045 (28000): Access denied for user 'root'@'cssrv2.cloudfront.com' 
(using password: YES)


Sql parameters:
{'passwd': 'P@ssw0rd', 'host': '10.0.1.70', 'user': 'root', 'port': 3306}
--

***

Thanks
Tejas




RE: Snapshot partial file creates are not cleaned up.

2014-08-20 Thread Amin Samir
Thanks Sangeetha for your prompt response.

Kind Regards
-Original Message-
From: Sangeetha Hariharan [mailto:sangeetha.hariha...@citrix.com] 
Sent: Wednesday, 20 August 2014 1:10 AM
To: d...@cloudstack.apache.org; users@cloudstack.apache.org
Subject: RE: Snapshot partial file creates are not cleaned up.

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 that errors out 
from primary store and secondary store specific to KVM hypervisor.
 
 CLOUDSTACK-5446 - KVM-Secondary Store down-Even after secondary store is 
brought back up after being down for few hours,snapshot jobs do not get 
triggered with reason there is other active snapshot tasks on the instance to 
which the volume is attached


Thanks
Sangeetha
-Original Message-
From: Amin Samir [mailto:a...@opencloud.net.au] 
Sent: Monday, August 18, 2014 9:55 PM
To: d...@cloudstack.apache.org
Subject: Snapshot partial file creates are not cleaned up.

Hello,

 
When a volume snapshot creation times out ( based on the global setting), the 
partial file creates is not cleaned up. Has anyone faced this? Or filled a bug 
for this?

 
Kind Regards




Re: Template - Download file size is too large

2014-08-20 Thread cloud rahul
Hello Harikrishna,

Thank you very much :)

I would like to discuss one more question.

Process of uploading volume, template and ISO will copy files to Secondary
Storage. So what do you think about, what parameter may cause timeout
before completion of process apart from network related issues? I do not
think so. what do you say?

-Rahul


On Wed, Aug 20, 2014 at 2:28 PM, Harikrishna Patnala 
harikrishna.patn...@citrix.com wrote:

 Hi,

 answers inline.

 -Harikrishna

 On 20-Aug-2014, at 11:48 am, rahul cloudrahu...@gmail.com wrote:

  Nitin Mehta 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
 template
  and ISO?
 No, this parameter is used only for volumes
 
 
 
  2) If not, max.template.iso.size config will define the max size of the
  template and ISO that we can upload?
 Yes, this is used while registering template, copying template.
 
 
 
  3) What about storage.max.volume.size ? will this config play role while
  uploading volume, template and ISO?
 No, this parameter is used while creating disk offering and creating
 virtual machine to check the disk size parameter value provided as a
 parameter.

 
 
 
  -Rahul
 




[EVENT] CCC EU Poster Session

2014-08-20 Thread Sebastien Goasguen
Morning folks,

The schedule for the CloudStack conference in Budapest Nov 19-21 has been 
published and looks great:

http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/schedule

We received several inquiries about the Global Poster Session, asking what it 
was.

The poster session will close the conference on the Friday afternoon. It will 
bring everybody back into the main auditorium for some informal presentation.
Imagine a booth crawl, but instead of booth you have the speakers setup around 
the room an standing by an easel/board with their printed slides displayed on 
the board. Attendees walk around, check out the posters and stop for questions, 
chatting with the presenter. All posters are displayed in the room at the same 
time.

It should be fun, very interactive and a way to showcase your work in a less 
formal manner than a presentation in front of a seated audience.

Hope to see you there,

Cheers,

-Sebastien

Usage server installation and configuration

2014-08-20 Thread tejas . sheth
Hello,

   I have installed multi node management server with septate mysql 
database server. I want to explore the usage server capability in 
cloudstack does any one can help with configuration and usage guide.

Thanks
Tejas

Re: [EVENT] CCC EU Poster Session

2014-08-20 Thread Erik Weber
20. aug. 2014 15:07 skrev Sebastien Goasguen run...@gmail.com følgende:

 Morning folks,

 The schedule for the CloudStack conference in Budapest Nov 19-21 has been
published and looks great:


http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/schedule

 We received several inquiries about the Global Poster Session, asking
what it was.

 The poster session will close the conference on the Friday afternoon. It
will bring everybody back into the main auditorium for some informal
presentation.
 Imagine a booth crawl, but instead of booth you have the speakers setup
around the room an standing by an easel/board with their printed slides
displayed on the board. Attendees walk around, check out the posters and
stop for questions, chatting with the presenter. All posters are displayed
in the room at the same time.

 It should be fun, very interactive and a way to showcase your work in a
less formal manner than a presentation in front of a seated audience.

 Hope to see you there,


Sounds great, looking forward to it.

Erik


Re: ACS in a VMware environment

2014-08-20 Thread Xerex Bueno
Thanks for the info and the link.  I will give it a shot.





On 8/19/14, 3:46 PM, ilya musayev ilya.mailing.li...@gmail.com wrote:

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-0
8192014.rpm.tgz

There are few patches that help with vmware connection pool/threads,
they haven't been committed yet by Citrix dev.

I have many smaller environments and i would not see any issues there
without the mentioned fix. However, in larger environments where
hypervisor count goes into hundreds, this issue will be more prominent.

Regards
ilya






On 8/18/14, 7:36 PM, Xerex Bueno wrote:
 It is going to start with a max of 16 servers and I don¹t see it
utilizing
 more then four servers to start with.  As for the 4.3.1 source code, is
 that under Github 4.3.0 forward?  Also do I still need to compile it
with
 -NoRedist and the vmware .jar files?




 On 8/18/14, 3:27 PM, ilya musayev ilya.mailing.li...@gmail.com
wrote:

 Xerex

 You want the latest 4.3.0.1 (aka 4.3.1), build it from source. There
are
 few patches that haven't been committed upstream yet, but they address
a
 specific issue witnessed only on large vmware envs.

 Depending on how large is your environment, you may want to tweak the
 java heap size 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?

 

 This document is PROPRIETARY and CONFIDENTIAL and may not be
 duplicated, redistributed, or displayed to any other party without the
 expressed written permission of LPS Integration, Inc. If you are not
the
 intended recipient and have received this email in error, please
destroy
 the email and contact the LPS Integration Security Officer at
 866-577-2902 (Phone), 615-349-9009 (Fax) or 230 Great Circle Rd. Suite
 218 Nashville, TN 37228 (US Mail)



 

 This document is PROPRIETARY and CONFIDENTIAL and may not be
duplicated, redistributed, or displayed to any other party without the
expressed written permission of LPS Integration, Inc. If you are not the
intended recipient and have received this email in error, please destroy
the email and contact the LPS Integration Security Officer at
866-577-2902 (Phone), 615-349-9009 (Fax) or 230 Great Circle Rd. Suite
218 Nashville, TN 37228 (US Mail)






This document is PROPRIETARY and CONFIDENTIAL and may not be duplicated, 
redistributed, or displayed to any other party without the expressed written 
permission of LPS Integration, Inc. If you are not the intended recipient and 
have received this email in error, please destroy the email and contact the LPS 
Integration Security Officer at 866-577-2902 (Phone), 615-349-9009 (Fax) or 230 
Great Circle Rd. Suite 218 Nashville, TN 37228 (US Mail)



Re: Live migration shared storage

2014-08-20 Thread Matthew Midgett
Before we switched to xen we used clvm with our fiber scan. You setup clvm the 
normal way and then just tell cs what disk to use. Fencing was harder than the 
whole setup.

div Original message /divdivFrom: ilya musayev 
ilya.mailing.li...@gmail.com /divdivDate:08/20/2014  1:58 AM  (GMT-05:00) 
/divdivTo: users@cloudstack.apache.org /divdivSubject: Re: Live 
migration shared storage /divdiv
/divYou 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.apache.org'
 Subject: Live migration shared storage

 This may be more of a KVM question but we are evaluating the VM live 
 migration feature of Cloudstack 4.4 on KVM using shared FC SAN storage on 
 RHEL 6/7. I'm a bit confused as to the proper setup/best practice for 
 accomplishing this. For primary storage, we would like to avoid NFS like the 
 plague as the throughput is much much slower than GFS2, OCFS2, ceph, etc. My 
 past experience was with Redhat Cluster which can use CLVM with a SAN-backed 
 ext3 volume to simply deactivate a volume group on a dead node and activate 
 it on the live one. Would there be anything like that here (Active/passive 
 volume) or would my best bet be a distributed file system like GFS/OCFS which 
 I believe is active/active? We only need active/passive to allow failover for 
 VM obviously.

 According to this we can use Fiber Channel via shared mount, but can someone 
 explain the best approach?
 http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/primary-storage.html


 -John





RE: Usage server installation and configuration

2014-08-20 Thread Radhika Puthiyetath
Hi Tejas,

Explore 
http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/usage.html


-Original Message-
From: tejas.sh...@frontier.in [mailto:tejas.sh...@frontier.in] 
Sent: Wednesday, August 20, 2014 6:25 AM
To: CloudStack-Users
Subject: Usage server installation and configuration

Hello,

   I have installed multi node management server with septate mysql database 
server. I want to explore the usage server capability in cloudstack does any 
one can help with configuration and usage guide.

Thanks
Tejas


Minimum System Requirements

2014-08-20 Thread José Egas López
Hi, I'm about to implement CS 4.4 (CentOS 6.5) with on host running ESXi 
5.5; my doubt, for a production environment what do I need for 
implementing CS is (please correct me if I'm wrong):


- One virtual machine (VM) with: Management Server (with MySQL running 
on it) -- 250GB or more, etc.
- Another VM with Storage (Primary and Secondary) -- how many capacity 
of storage is recommendable?


I'm not sure about the storages on both VMs, I have read the manual but 
it is not clear for me, please help!



--

*

José

*



MAILSCANNER ha procesado su mensaje y esta limpio
No imprima este mail a menos que sea necesario