Re: KVM storage questions

2014-03-19 Thread Milamber
Le 18/03/2014 09:11, Nux! a ecrit : On 18.03.2014 04:51, Bjoern Teipel wrote: Hi admins, do you want to share what kind of storage you use in connection for CSTK 4.2.1 ? I guess most of you is using NFS but myself is forced to use CLVM since I have a iscsi flash based storage system available

vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Hello all, I am using CS 4.2 and my setup is as follows: One server, running Ubuntu 12.04, is serving as both Cloudstack-management server and Cloudstack-agent. Primary storage and secondary storage are also provided by this server via NFS. For primary storage, export location is /export/prima

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Suresh Sadhu
Can you please provide the logs and also did you notice any exception in the management log. For deleting vm : You can update the vm state in db as Stopped and try to delete them from CS. Regards Sadhu -Original Message- From: Sugandh S [mailto:[email protected]] Sent: 1

Re: The time of usage of vm is counted by 35 hrs a day.

2014-03-19 Thread iStar Cloud
Hi Tariq, What I was saying is that HostBill brings CloudStack DB, and updates it in HostBill admin area, where I watch and manage my clients' activities, every 24 hrs. But the amount of time updated that shows how many hrs VM has been running is not 24 hrs. Whenever HostBill updates DB for each c

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
> You can update the vm state in db as Stopped and try to delete them from CS. How to go about doing this? Sorry, I am very new to CS. This is what I kept on getting when I ran this: grep -i -E 'exception|unable|fail|invalid|leak|warn|error' /var/log/cloudstack/management/management-server.log

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Here is another part of log e to Agent:3, com.cloud.exception.OperationTimedoutException: Commands 1710489660 to Host 3 timed out after 3600 2014-03-19 13:59:22,969 ERROR [cloud.server.StatsCollector] (StatsCollector-1:null) Error trying to retrieve storage sta ts com.cloud.utils.exception.Cloud

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sailaja Mada
Hi, I have noticed VM in starting state when Template is getting Copied from Secondary Storage to Primary Storage . VM gets deployed and will move to running state after this copy is completed. Can you please share the size of the template and also value of global config parameter "wait"

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Hi, > I have noticed VM in starting state when Template is getting  Copied  from > Secondary Storage to    > Primary Storage . It's been over 150 minutes and I don't think it should take this long to copy the template. > size of the template and also value of global config parameter "wait"

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Hi, I just noticed that my domain router is also stuck in starting state and one of the vms I created is now showing error state. On Wednesday, 19 March 2014 3:25 PM, Sugandh S wrote: Hi, > I have noticed VM in starting state when Template is getting  Copied  from > Secondary Storage to

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Suresh Sadhu
Go to management server (Hope your db is running on same machine) Type the below commands: >mysql cloud > update vm_instance set state="Stopped" where state="Starting"; Delete this vms from CS UI. Hope your agent status is UP and running. Check the nfs moutn points--- Manually mount your nfs a

Re: Virtual Router VM issues

2014-03-19 Thread Laurent Steff
Hi, Thanks for your response, answers below. - Mail original - > > From what I know and have read on the Internet, this usually > happens when your Linux NAT box hits the IPtables connection > tracking limit. This limit is set via /proc. > > A quick search on the web reveals many sites

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sailaja Mada
Hi, Can you please send the complete log using PasteBin. Thanks, Sailaja.M From: Sugandh S [mailto:[email protected]] Sent: 19 March 2014 15:30 To: [email protected]; Sailaja Mada; Suresh Sadhu; Sugandh S Subject: Re: vm stuck in starting state, unable to delete it Hi, I just

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Hi, The log file is around 10gb, I used pastebinit to upload it and it gave me "memory error". Is there any other way to provide the log file? Thanks, Sugandh On Wednesday, 19 March 2014 3:56 PM, Sailaja Mada wrote: Hi,   Can you please send the complete log using PasteBin.        Thank

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Rajesh Battala
Can you just capture the log from when you started the action till you see the error. Thanks Rajesh Battala -Original Message- From: Sugandh S [mailto:[email protected]] Sent: Wednesday, March 19, 2014 4:23 PM To: Sailaja Mada; [email protected]; Suresh Sadhu Subject:

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Hi, It took a couple of reboots to get system vms and router working again but now I have got another problem, whenever I create an instance I get "Unable to create a deployment for VM[User|]" error. I have pasted the log here: http://tny.cz/1ee21d5e On Wednesday, 19 March 2014 4:39 PM, Ra

migrate virtual load balancer to new Primary Storage

2014-03-19 Thread Len Bellemore
Hi Guys, I'm trying to decom a primary storage volume, but there's a virtual load balancer vm that is residing on that volume and I can't work out how to migrate it. I had a virtual router in there, and I just deleted it and the system recreated it elsewhere (not a great solution, I have to sa

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Rajesh Battala
>From the log, issue is while applying the dhcp entry in the VR hence >deployment fails. Can you check whether the VR is up and network is in implemented state.? Thanks Rajesh Battala From: Sugandh S [mailto:[email protected]] Sent: Wednesday, March 19, 2014 5:07 PM To: Rajesh Battala; us

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Well, the router state seems to be "running" but I am not able to ping any of the system vms via their link local ip address or their public or private ips. When I try to ssh into console proxy vm, I get this: root@server2:~# ssh -i /root/.ssh/id_rsa.cloud  -p 3922 [email protected] ssh: connec

Seeking Clarification for XenServer FC Primary Storage

2014-03-19 Thread Osay Osman Yuuni
Hi, I want to use my FC LUN for primary storage. I have followed the instructions but I'm confused by the statement "On the storage server, run this command to get a unique ID for the new SR". What is the storage server? Is this the pool master? Or the managment server or what? Thanks in advan

RE: vm stuck in starting state, unable to delete it

2014-03-19 Thread Hugues Lepesant
Hi,   Do you try to ssh from the host running KVM and hosting the SystemVM ?   hug   -Message initial- De:Sugandh S Envoyé:mer. 19-03-2014 13:00 Sujet:Re: vm stuck in starting state, unable to delete it À:Rajesh Battala ; [email protected]; Sailaja Mada ; Suresh Sadhu ; Well,

vmware cluster dedicated storage network

2014-03-19 Thread Len Bellemore
hi Guys, I'm trying to set up a vmware cluster with a dedicated storage network. Is this possible? What I can't get my head around is in the zone settings in the UI for storage, I can put the vSwitch number in the entry for vmware. Ie. vSwitch2 However, in vcenter, the ip address that access

Re: vmware cluster dedicated storage network

2014-03-19 Thread ilya musayev
Len Perhaps you can give us an example on how network is layed out as well as vswitches and portgroups. Thanks ilya On 3/19/14, 1:37 PM, Len Bellemore wrote: hi Guys, I'm trying to set up a vmware cluster with a dedicated storage network. Is this possible? What I can't get my head around

RE: vmware cluster dedicated storage network

2014-03-19 Thread Len Bellemore
Sure. vSwitch0 (used for management) portgroup called cloud-management with the mgmt ip address of the esx host vSwitch2 (used for Storage) portgroup called cloud-storage with the ip address of the storage nic used to access nfs storage dvSwitch0 (used for public and guest traffic) as near as

Re: vmware cluster dedicated storage network

2014-03-19 Thread ilya musayev
Here is how i would troubleshoot to find out. CloudStack Storage System VM (SSVM), checks if template exists on primary datastore, if it does, it will link clone, if not, it will deploy to primary storage and then link clone (or full clone, depending if you have it enabled or not). This is t

Re: vm stuck in starting state, unable to delete it

2014-03-19 Thread Sugandh S
Hi, Yes, I did try that but it gave me this error "ssh: connect to host 169.254.2.158 port 3922: No route to host". Sugandh On Wednesday, 19 March 2014 7:16 PM, Hugues Lepesant wrote: Hi,   Do you try to ssh from the host running KVM and hosting the SystemVM ?   hug   -Message ini

Re: Seeking Clarification for XenServer FC Primary Storage

2014-03-19 Thread Kirk Kosinski
Hi, it doesn't matter where you run the "uuidgen" command. The point is only to generate a random UUID. In the next step you use the randomly generated UUID to create the SR in the XenServer pool. Best regards, Kirk On 03/19/2014 06:27 AM, Osay Osman Yuuni wrote: > Hi, > I want to use my FC LUN

Re: Virtual Router VM issues

2014-03-19 Thread Shanker Balan
Comments inline. On 19-Mar-2014, at 3:38 pm, Laurent Steff wrote: > Hi, > > Thanks for your response, answers below. > > - Mail original - >> >> From what I know and have read on the Internet, this usually >> happens when your Linux NAT box hits the IPtables connection >> tracking limit.