Re: Enabling CloudStack Usage Server Problem

2015-07-29 Thread venkata suneel babu Mallela
Hello Özhan, Use “generateUsageRecords” API to generate usage records manually. It will save lot of time while playing with CloudStack Usage service. https://cloudstack.apache.org/api/apidocs-4.5/root_admin/generateUsageRecords.html Thank you, Suneel. Thank you, Suneel Mallela From: Özhan Rüz

CloudStack Dev Environment

2015-03-31 Thread venkata suneel babu Mallela
Hi Team, Can any one share a step by step document to set up CloudStack development environment? Thank you, Suneel. Sent from Windows Mail

Re: Branding/WhiteLabling in CoudStack

2014-10-29 Thread Venkata Suneel Babu Mallela
From: Rohit Yadav Sent: ‎Wednesday‎, ‎October‎ ‎29‎, ‎2014 ‎2‎:‎39‎ ‎PM To: users@cloudstack.apache.org Hi, There is an old presentation on this which can help; http://www.slideshare.net/cloudstack/cloudstack-ui-customization > On 29-Oct-2014, at 10:51 am, Venkata Suneel Babu Mallela >

Branding/WhiteLabling in CoudStack

2014-10-28 Thread Venkata Suneel Babu Mallela
Hi All, Is it possible to use Branding/white-labeling in CloudStack? Thank you, Suneel Mallela

Re: Zenoss Monitoring with Cloudstack 4.3

2014-10-06 Thread Venkata Suneel Babu Mallela
Try with ”http://xx.xx.xx.xx:8080”. Thank you, Suneel Mallela From: tejas.sh...@frontier.in Sent: ‎Tuesday‎, ‎October‎ ‎7‎, ‎2014 ‎10‎:‎01‎ ‎AM To: cloudusersusers Hi, I have deployed zenoss core using autodeploy script. Zenoss monitoring dashboard looks fine but when we add cloudstack with

RE: CloudStack DataBase HA Restoration Test

2014-09-24 Thread Venkata Suneel Babu Mallela
dist build? Did you verify that the mysql-ha jar exists at /usr/share/cloudstack-mysql-ha/lib/*jar? ~Rajani On Wed, Sep 24, 2014 at 12:06 PM, Venkata Suneel Babu Mallela < sunee...@simplifydc.com> wrote: > Hi Rajani, > > Thank you for your response. I was stuck with some

RE: CloudStack DataBase HA Restoration Test

2014-09-23 Thread Venkata Suneel Babu Mallela
fix [1] [1] https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=client/tomcatconf/catalina.properties.in;h=282892bb763a74b3898c9402423245670f69d546;hp=ce03ff6390b19e21d11c87c68adb7bd07a8c95eb;hb=539db08;hpb=cc913cf0bb7e62b7a216e2de793336e61a49b485 ~Rajani On Thu, Sep 18, 2014 a

CloudStack DataBase HA Restoration Test

2014-09-18 Thread Venkata Suneel Babu Mallela
Hi All, I've configured CloudStack DataBase replication(Master-Slave) successfully and the setup is, Management Server - 10.0.0.10 DataBase_1(Master) - 10.0.0.11 DataBase_2(Slave) - 10.0.0.12 I want to test restoration process. I've followed the below link and edited the "/etc/clouds

RE: Error Importing Sql Dumpfile

2014-09-16 Thread Venkata Suneel Babu Mallela
your mysql database. Please create a new user and it should solve the error. e.g. CREATE USER 'cloud'@'%' IDENTIFIED BY 'password'; On 16 September 2014 14:20, Venkata Suneel Babu Mallela < sunee...@simplifydc.com> wrote: > HI All, > > I

Error Importing Sql Dumpfile

2014-09-16 Thread Venkata Suneel Babu Mallela
HI All, I'm trying to configure DataBase replication for ACS 4.4.0, and followed the below steps. 1. I've exported the existing data of master using the command "mysqldump -u root -p --all-databases --master-data > dbdump.db". 2. When I tried to import dumpfile into the slave usi

How to remove older volume snapshots

2014-08-24 Thread Venkata Suneel Babu Mallela
Hi All, CloudStack Secondary Storage is reached 94%. The retention policy is as below, Daily - Keep 7 Weekly - Keep 4 Monthly - Keep 8 Snapshot.delta.max - 16 Can anyone suggest, How to

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: Unble to Add Second XenServer to a Cluster

2014-08-18 Thread Venkata Suneel Babu Mallela
ation.html#adding-a-host-xenserver-kvm BR, Vadim. -Original Message----- From: Venkata Suneel Babu Mallela [mailto:sunee...@simplifydc.com] Sent: Monday, August 18, 2014 3:19 PM To: users@cloudstack.apache.org Subject: RE: Unble to Add Second XenServer to a Cluster Hi Suresh, Thank you for your

RE: Unble to Add Second XenServer to a Cluster

2014-08-18 Thread Venkata Suneel Babu Mallela
ards sadhu -Original Message----- From: Venkata Suneel Babu Mallela [mailto:sunee...@simplifydc.com] Sent: 18 August 2014 17:16 To: users@cloudstack.apache.org Subject: Unble to Add Second XenServer to a Cluster Hi All, Recently I've upgraded ACS from 4.3.0 to 4.4.0 on CentOS 6.2. Succes

RE: Unble to Add Second XenServer to a Cluster

2014-08-18 Thread Venkata Suneel Babu Mallela
Subject: RE: Unble to Add Second XenServer to a Cluster Before adding the additional host in cs, You have to add the host in existing xen pool . Regards sadhu -Original Message- From: Venkata Suneel Babu Mallela [mailto:sunee...@simplifydc.com] Sent: 18 August 2014 17:16 To: users

Unble to Add Second XenServer to a Cluster

2014-08-18 Thread Venkata Suneel Babu Mallela
Hi All, Recently I've upgraded ACS from 4.3.0 to 4.4.0 on CentOS 6.2. Successfully launched Advanced Zone with two XenServers (6.2 SP1) in one cluster. Then created second cluster and added one XenServer (6.2 SP1) with separate NFS primary storage. When I tried to add the second node to second c

RE: Failed to create Template from all child Snapshots

2014-07-10 Thread Venkata Suneel Babu Mallela
Template from all child Snapshots You can compare on your two setups whether template.properties files which its trying to find and failing to get in case of child snapshot, is available in secondary storage at specified location for child snapshots . -----Original Message---

RE: Assign Static IP to a guest VM

2014-07-10 Thread Venkata Suneel Babu Mallela
already deployed then you can acquire secondary ip to the nic and configure the ip in the VM using ip addr command. Thanks, Jayapal On 10-Jul-2014, at 12:00 PM, Venkata Suneel Babu Mallela wrote: > Hi All, > > How can I assign my own static IP address to a guest VM from Clou

RE: Failed to create Template from all child Snapshots

2014-07-09 Thread Venkata Suneel Babu Mallela
Please help me, how to solve this? Thank you, Suneel Mallela -Original Message- From: Venkata Suneel Babu Mallela Sent: Tuesday, July 8, 2014 6:17 PM To: users@cloudstack.apache.org Subject: RE: Failed to create Template from all child Snapshots Thanks for your reply, This is

Assign Static IP to a guest VM

2014-07-09 Thread Venkata Suneel Babu Mallela
Hi All, How can I assign my own static IP address to a guest VM from CloudStack UI when DHCP is enabled in the Virtual Router? Thank you, Suneel Mallela

RE: Failed to create Template from all child Snapshots

2014-07-08 Thread Venkata Suneel Babu Mallela
lto:shweta.agar...@citrix.com] Sent: Tuesday, July 8, 2014 5:50 PM To: users@cloudstack.apache.org Subject: RE: Failed to create Template from all child Snapshots This seems like a bug . Please go ahead and file a jira ticket for the same . Thanks Shweta -Original Message- From: Venkata Sune

RE: Failed to create Template from all child Snapshots

2014-07-08 Thread Venkata Suneel Babu Mallela
Please go ahead and file a jira ticket for the same . Thanks Shweta -Original Message----- From: Venkata Suneel Babu Mallela [mailto:sunee...@simplifydc.com] Sent: Tuesday, July 08, 2014 5:13 PM To: users@cloudstack.apache.org Subject: Failed to create Template from all child Snapshots

Failed to create Template from all child Snapshots

2014-07-08 Thread Venkata Suneel Babu Mallela
Hi All, I tried to create a template from a volume snapshot and observed the following things. 1. I'm able to create template from a snapshot which is not having child snapshots (Full BackUp). 2. But, unable to create a template from any child snapshots and I'm keep getting the f

select VPN Customer Gateway error

2014-07-04 Thread Venkata Suneel Babu Mallela
Hi all, I went through the following steps, Login to the CloudStack UI with root admin account --> clicked on Network tab --> I've selected 'VPN Customer Gateway' from Select view dropdown box, Then I got the following error. Can you please conform why this error is coming and how can resolve

RE: CloudStack Volume Life Cycle

2014-06-17 Thread Venkata Suneel Babu Mallela
ginal Message----- From: Venkata Suneel Babu Mallela [mailto:sunee...@simplifydc.com] Sent: 17 June 2014 10:01 To: users@cloudstack.apache.org Subject: CloudStack Volume Life Cycle Hi All, I tried to delete a volume from CloudStack UI, but it is struck at "Expunging" state. Manual

CloudStack Volume Life Cycle

2014-06-17 Thread Venkata Suneel Babu Mallela
Hi All, I tried to delete a volume from CloudStack UI, but it is struck at "Expunging" state. Manually I've changed volume state from "Expunging" to "Destroy" in cloud.volumes table. After 60 seconds the state becomes "Expunging". I tried lot of times but still the state is at "Expunging". Is t

Unable to restore Volume Snapshots

2014-06-17 Thread Venkata Suneel Babu Mallela
Hi All, I've scheduled daily, weekly and monthly volume snapshots. All are looking "BackedUP", some pieces were Struck at "CreatingOnPrimary" those are automatically destroyed when the number of snapshots reached maximum. Now I'm trying to restore one particular volume, It is taking nearly 4 to

RE: Unable to create a Template from ROOT Volume Snapshot

2014-06-13 Thread Venkata Suneel Babu Mallela
Hi all, I found that, CloudStack is not able to generate "template.properties" file. How can we fix it? Thank you, Suneel. -Original Message----- From: Venkata Suneel Babu Mallela Sent: Friday, June 13, 2014 12:41 PM To: users@cloudstack.apache.org Subject: Unable to create a Tem

Unable to create a Template from ROOT Volume Snapshot

2014-06-13 Thread Venkata Suneel Babu Mallela
Hi All, I tried to create a template from a ROOT volume snapshot and I got the following error "Failed to create templatejava.io.FileNotFoundException: /mnt/SecStorage/*/template/tmpl/*/*/template.properties (No such file or directory)". I'm using CloudStack 4.2.0 and XenServer 6.0.2.

RE: Unable to create a Template from ROOT Volume Snapshot

2014-06-12 Thread Venkata Suneel Babu Mallela
I'm using Apache CloudStack 4.2.0 and XenServer 6.0.2. Thank you, Suneel Mallela From: Venkata Suneel Babu Mallela Sent: Friday, June 13, 2014 11:31 AM To: users@cloudstack.apache.org; d...@cloudstack.apache.org Subject: Unable to create a Template from ROOT Volume Snapshot Hi All, I tri

Unable to create a Template from ROOT Volume Snapshot

2014-06-12 Thread Venkata Suneel Babu Mallela
Hi All, I tried to create a template from a ROOT volume snapshot and I got the following error "Failed to create templatejava.io.FileNotFoundException: /mnt/SecStorage/*/template/tmpl/*/*/template.properties (No such file or directory)" Please help me to resolve this problem. Thank you, Sune

Volume State Struck at Expunging

2014-06-11 Thread Venkata Suneel Babu Mallela
Hi all, I'm trying to delete a volume from CloudStack UI. The Volume state struck at "Expunging". I changed the Volume State from "Expunging" to "Destroy" in "cloud.volumes" table of cloud database. Within a minute the volume state becomes "Expunging". I tried lot of times, but still the stat

RE: Update Hypervisor patches from cloudstack prospective

2014-06-08 Thread Venkata Suneel Babu Mallela
hoogl...@gmail.com] Sent: Saturday, June 7, 2014 1:42 PM To: users@cloudstack.apache.org Cc: Prakash Rao Banuka Subject: Re: Update Hypervisor patches from cloudstack prospective put the host in maintenance mode. and wait till all vm are migrated away from it. On Sat, Jun 7, 2014 at 6:19 AM, Venkata S

Update Hypervisor patches from cloudstack prospective

2014-06-06 Thread Venkata Suneel Babu Mallela
Hi all, Is there any provision to apply patches for a hypervisor from cloudstack prospective? Thnak you, Suneel Mallela Sent from my Sony Xperia™ smartphone

RE: How to delete iso

2014-05-16 Thread Venkata Suneel Babu Mallela
Hi sandeep, Can you post the error and log file? Thank you, Suneel Mallela. Sent from my Sony Xperia™ smartphone sandeep khandekar wrote: Dear All, I want to delete one of my iso in which I have wrongly specified the path. If I delete from User Interface it throws an error, If I remove the

Re: When I reboot my system my ssvm stops

2014-05-15 Thread Venkata Suneel Babu Mallela
Hi sandeep, Are primary storage and secondary storage configured correctly? If yes, then Change the system VM state from starting to stop in cloud DataBase. Note:Before do any modifications in DataBase please take a backup of DataBase. Can you provide the log file to find out the exact cause.