Re: Merge VHD

2017-10-05 Thread Mārtiņš Jakubovičs
Hello Gian, I would suggest just to copy vdi. xe vdi-copy uuid= sr-uuid= This will create new VDI in destination SR without VHD chain. On 2017.10.05. 10:40, Gian Paolo Buono wrote: Hi, I use cloudstack with XenServer and I would like to move some disks to another xenserver pool. I would

Re: ShapeBlue Repository Down ?

2016-11-01 Thread Mārtiņš Jakubovičs
Hello, Are there any way to list files in ShapeBlue repositories? For example, I want to download 4.5.2 template from https://packages.shapeblue.com/systemvmtemplate/4.5 On 2016.09.16. 11:17, Glenn Wagner wrote: Hi, The mirror site is a duplicate of the packages.shapeblue.com site so if

Re: CloudStack HA

2016-03-30 Thread Mārtiņš Jakubovičs
Looks like I found issue, it is /opt/cloud/bin/xenheartbeat.sh script which is running in all hosts. On 2016.03.30. 11:14, Mārtiņš Jakubovičs wrote: Hello, This morning I faced unexpected problem, one of XenServer hosts rebooted. I checked logs and it looks like due network issue

CloudStack HA

2016-03-30 Thread Mārtiņš Jakubovičs
Hello, This morning I faced unexpected problem, one of XenServer hosts rebooted. I checked logs and it looks like due network issue, but question is why host rebooted it self? CloudStack's XS Pool is not HA enabled. And as I know, in ACS 4.3.2 CloudStack did not manage Host's HA or am I

CPU model

2016-02-04 Thread Mārtiņš Jakubovičs
Hello, I am testing KVM with CloudStack and I want that guests have same CPU model as host. In host's agent config I set up guest.cpu.model=host-passthrough but when I deploy instance, instance have: model name: QEMU Virtual CPU version 2.0.0 Why so and how I can fix this? Best regards,

Re: Secondary storage migration

2016-02-04 Thread Mārtiņš Jakubovičs
Storage, but again Staging NFS storage is still needed, 1 box at least...) Cheers. Andrija On 26 January 2016 at 12:51, Mārtiņš Jakubovičs <mart...@vertigs.lv> wrote: Hello, We have issue, that we need to remove existing secondary storage. What I want to do, is add another secondary s

Re: Virtual Router volume migration

2016-01-28 Thread Mārtiņš Jakubovičs
] that can do it. In the README, search for "Migrate a Virtual Router”. The script you need is [2]. Regards, Remi [1] https://github.com/schubergphilis/cloudstackOps [2] https://github.com/schubergphilis/cloudstackOps/blob/master/migrateRouterVM.py On 28/01/16 09:21, "Mārtiņš

Virtual Router volume migration

2016-01-28 Thread Mārtiņš Jakubovičs
Hello, Is it possible to migrate Virtual Routers volume with storage migration from one storage to other, like it is possible with user volumes? Can't find such function.

Secondary storage migration

2016-01-26 Thread Mārtiņš Jakubovičs
Hello, We have issue, that we need to remove existing secondary storage. What I want to do, is add another secondary storage and move all objects from first secondary storage to second, after that remove first secondary storage. How it is possible? Also, what does exactly mean "Secondary

Advanced network without Public traffic

2015-10-26 Thread Mārtiņš Jakubovičs
Hello, I want to create Zone with two shared networks, so I create Advanced Zone via cloudmonkey, add 3 physical networks, (one for Storage + Management, and last two for Guest traffic's). After that when I try to enable zone, I got error, that zone need physical network with Public traffic

Multiple guest networks

2015-10-22 Thread Mārtiņš Jakubovičs
Hello, Is it able to enable "Network Service Provider" for manually added "Physical Network"? What I did: 1.) Create Advanced network with SG, with one guest network. 2.) Via cloudmonkey create second guest physical network. 3.) Add "Network Service Provider":  > add networkserviceprovider

Cluster level OS Preference

2015-08-31 Thread Mārtiņš Jakubovičs
Hello, Is this possible to create cluster level OS preference (same as host's OS preference)? I would be happy to create two different clusters, one for windows, and second for linux instances. Right now, if I have two clusters and in one all hosts have same OS preference (for example -

User data is too long for an http GET request

2015-07-16 Thread Mārtiņš Jakubovičs
Hello, I try to push 8KB user-data when deploy new instance though cloudmonkey, but I receive error message: Error 431: User data is too long for an http GET request cserrorcode = 4350 errorcode = 431 errortext = User data is too long for an http GET request uuidList: Looks like CloudStack

Re: User data is too long for an http GET request

2015-07-16 Thread Mārtiņš Jakubovičs
to send API calls with bigger userdata. On 2015.07.16. 15:31, Mārtiņš Jakubovičs wrote: Hello, I try to push 8KB user-data when deploy new instance though cloudmonkey, but I receive error message: Error 431: User data is too long for an http GET request cserrorcode = 4350 errorcode = 431

Re: User data is too long for an http GET request

2015-07-16 Thread Mārtiņš Jakubovičs
, 2015 at 9:31 AM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Looks like API calls with GET method can have only 4KB of userdata, but with POST it can be till 32 KB. https://github.com/apache/cloudstack/blob/master/server/src/com/cloud/vm/UserVmManagerImpl.java#L3434 CloudMonkey use GET method

Re: Basic networking issue

2015-07-08 Thread Mārtiņš Jakubovičs
table for all the IPs you want to assign to guest vms manually. On Mon, Jul 6, 2015 at 12:17 PM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Hello, In Basic Networking IP address acquisition is not a manual process but CS it self give IP's for instances. Problems is that if you configure IP

Re: Basic networking issue

2015-07-06 Thread Mārtiņš Jakubovičs
are manually configuring on deployed vms should not be overlapped with the Guest IP address range provided in that zone. On Fri, Jul 3, 2015 at 7:51 PM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Hello, I test right now infrastructure with base network setup. I faced issue, if I deploy instance, I

Re: Uploading Template Issue

2015-07-06 Thread Mārtiņš Jakubovičs
Hello, Did you solve this? I had problem with ACS 4.5.1 systemvm, after upgrading it to shapeblue's one http://packages.shapeblue.com/systemvmtemplate/4.5/ template creation works. On 2015.07.06. 06:15, Prashant Kumar Mishra wrote: you need to copy vhd-util to hosts (Check installation

Basic networking issue

2015-07-03 Thread Mārtiņš Jakubovičs
Hello, I test right now infrastructure with base network setup. I faced issue, if I deploy instance, I am able manually add more public IP's. For example, I deploy VM, though DHCP I acquire IP, and I can manually add alias IP addresses without problems and CloudStack still think that I use

Re: Monitoring CS with Zabbix

2015-06-17 Thread Mārtiņš Jakubovičs
Hello, Right now I monitor only management server via web moitoring and usage server by running proccess - proc.num[,cloud,,cloudstack-usage]. I would be glad too to know how people integrate Zabbix with CS. On 2015.06.17. 11:02, Javier Lagarejo wrote: Hi all! I'm trying to monitoring

Re: XenServer upgrade in CloudStack environment

2015-06-12 Thread Mārtiņš Jakubovičs
at 12:41 PM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Hello all, Yesterday I upgraded one of my CloudStack Cluster's which run on XenServer. As XenServer dokumentation suggest, after applying patches, need to restart a host, and first must be pool master server. I set master server

XenServer upgrade in CloudStack environment

2015-06-12 Thread Mārtiņš Jakubovičs
Hello all, Yesterday I upgraded one of my CloudStack Cluster's which run on XenServer. As XenServer dokumentation suggest, after applying patches, need to restart a host, and first must be pool master server. I set master server to maintenance mode in CS, when all instances migrated I

Change Cluster pool master

2015-05-28 Thread Mārtiņš Jakubovičs
Hello, I want just to be sure. Is it safe change running cluster's XenServer's pool master (xe pool-designate-new-master host-uuid=uuid)? In XenServer pool without CloudStack it works great and without issues, but how about with CloudStack?

Re: Change Cluster pool master

2015-05-28 Thread Mārtiņš Jakubovičs
/entry/announce_announcing_apache_cloudstack_4 Since XenServer itself is handling HA on the pool, I'd say you can safely run 'xe pool-designate-new-master' to elect a new master. CloudStack will pick this up automatically. Regards, Remi 2015-05-28 9:33 GMT+02:00 Mārtiņš Jakubovičs mart

Re: Host won't boot

2015-04-13 Thread Mārtiņš Jakubovičs
, at 7:21 AM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Hello, I just run in to issue with host boot. I should do some maintenance works on one of our hosts in pool, so I enable maintenance in ACS 4.3.2. After that, when all VM's migrated to other hosts, I enable maintenance though XenCenter

Host won't boot

2015-04-13 Thread Mārtiņš Jakubovičs
Hello, I just run in to issue with host boot. I should do some maintenance works on one of our hosts in pool, so I enable maintenance in ACS 4.3.2. After that, when all VM's migrated to other hosts, I enable maintenance though XenCenter, than do shut down of host. All was great, but now I

About CPU usage

2015-03-20 Thread Mārtiņš Jakubovičs
Hello, In my demo server with XenServer 6.2 I got quad core CPU with hyperthreading (8 vCPU total). In cluster I am able to use cpu.overprovisioning.factor 5.0 and more. Why so, if in documentation described maximum over-provisioning can't be bigger than 4?

Re: Get information

2015-03-17 Thread Mārtiņš Jakubovičs
-- Forwarded message -- From: Mārtiņš Jakubovičs mart...@vertigs.lv To: users@cloudstack.apache.org Cc: Date: Mon, 16 Mar 2015 17:58:58 +0200 Subject: Get information Hello, I want to get a list of instances which are created from ISO images. API documentation http://cloudstack.apache.org/docs/api

Get information

2015-03-16 Thread Mārtiņš Jakubovičs
Hello, I want to get a list of instances which are created from ISO images. API documentation http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listVirtualMachines.html tells, that templateid should return -1 if instance is created from ISO image, but it returns ISO image ID

ACS Baremetal

2015-03-03 Thread Mārtiņš Jakubovičs
Hello, I want to play with ACS Barmetal feature. Are there documentation for that? I found only: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Baremetal Thanks.

Re: Instance type preferences

2015-02-26 Thread Mārtiņš Jakubovičs
Looks like ACS first choose in which cluster should deploy instance and after that choose prefered host. On 02/26/2015 12:57 PM, Mārtiņš Jakubovičs wrote: Hello, I try to achieve configuration, where I got two clusters, and I want to use one for windows machines and other for linux machines

CloudIdentidier

2015-02-12 Thread Mārtiņš Jakubovičs
Hello, What getCloudIdentifier API call does? It retrieve /signature/ and /cloudidentifier/, but what we can do with that information? Call API cals based of cloudidentifier and signature, like apikey and signature? Thanks.

VIF locking

2015-01-06 Thread Mārtiņš Jakubovičs
Hello, Is there a way to implement XenServer's guest's VIF locking in ACS? Or maybe VIF locking is planning in future releases? http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/reference.html#networking-standalone_host_changing_network_config Thanks.

Re: network throttling

2014-12-30 Thread Mārtiņš Jakubovičs
in network offering used. But,With the combination of System Offering and Network Offering, we will get the network throttling (QOS). If any thing come across with you at this point, share with us. Thanks, Anil. On Mon, Dec 29, 2014 at 7:18 PM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote

Re: Volume scheduler

2014-12-30 Thread Mārtiņš Jakubovičs
on org.apache.cloudstack.storage.datastore.PrimaryDataStoreImpl@2f6f88a6 2014-12-30 11:47:06,798 DEBUG [o.a.c.s.d.d.CloudStackPrimaryDataStoreDriverImpl] (Job-Executor-11:ctx-c97ee1d1 ctx-9293a9d0) Creating volume: org.apache.cloudstack.storage.volume.VolumeObject@2b6b3912 On 2014.12.18. 14:19, Mārtiņš Jakubovičs wrote: Hello, I want

network throttling

2014-12-29 Thread Mārtiņš Jakubovičs
Hello all, I faced problem where network throttling is not working as I expected. Problem: * Create network offering with network rate 1000 Mb/s. * Create new network from created network offering. Was expected, that network virtual router for public and guest traffic will use network

Re: network throttling

2014-12-29 Thread Mārtiņš Jakubovičs
Offering. Thanks, Anil. On Mon, Dec 29, 2014 at 5:52 PM, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Hello all, I faced problem where network throttling is not working as I expected. Problem: * Create network offering with network rate 1000 Mb/s. * Create new network from created network

Volume scheduler

2014-12-18 Thread Mārtiņš Jakubovičs
Hello, I want to understand, how work volume scheduler in CloudStack. We got two SR: First SR: Disk Total1.70 TB Disk Allocated1.31 TB Second SR: Disk Total1.83 TB Disk Allocated57.09 GB Why on first SR there are much more created volumes, than on second one? When I create

Re: Is it safe to delete a template after deploying VMs from it?

2014-11-05 Thread Mārtiņš Jakubovičs
Hello, In ACS 4.3.0 are bug, when is not possible to launch VM if template is deleted. In ACS 4.3.1 it is solved. https://issues.apache.org/jira/browse/CLOUDSTACK-7404 On 11/05/2014 04:01 PM, Erik Weber wrote: Should've seen that myself, thanks for the pointer! :-)

Launch VM after deleting template

2014-10-21 Thread Mārtiņš Jakubovičs
Hello all, After deleting template in CS 4.3.0, VM's, which was created from this template and if they are shut down is unable to start. As described in http://cloudstack-administration.readthedocs.org/en/latest/templates.html#deleting-templates They should work well after deleting template.

Re: Launch VM after deleting template

2014-10-21 Thread Mārtiņš Jakubovičs
) System: CS - 4.3.0 XS - 62ESP1013 On 10/21/2014 12:01 PM, Mārtiņš Jakubovičs wrote: Hello all, After deleting template in CS 4.3.0, VM's, which was created from this template and if they are shut down is unable to start. As described in http://cloudstack-administration.readthedocs.org/en/latest

Re: Launch VM after deleting template

2014-10-21 Thread Mārtiņš Jakubovičs
. -Original Message- From: Mārtiņš Jakubovičs [mailto:mart...@vertigs.lv] Sent: Tuesday, October 21, 2014 3:12 PM To: users@cloudstack.apache.org Subject: Re: Launch VM after deleting template Interesting, if I create template of VM's ROOT disk, after that I can boot VM successfully, after deleting

About secondary storage

2014-10-09 Thread Mārtiņš Jakubovičs
Hello, I am testing volume snapshots and templates and I want to understand how volume snapshots and templates utilize accounts secondary storage's limits. For example, I got instance with ROOT disk 20 GB. I create 3 snapshots of ROOT volume and from one of snapshot - template. Account got

VIF isolation with shared network

2014-10-08 Thread Mārtiņš Jakubovičs
Hello, I created shared network in advanced zone with network offering which don't have services. I want that user add this network, manually configure network in VM and use this network. But I stick with problem, that users can set different IP to VM and use this network anyway. Is it

Re: Cloudstack 4.3.0, Setup VPN but can not connect

2014-10-07 Thread Mārtiņš Jakubovičs
Hello, Get VPN to work. 1. Network Offering should be with enabled Conserve mode. 2. VPN can be enabled only in source-nat IP. I suggest to update documentation and include Conserve mode requirement in Network Offering for VPN service. On 10/06/2014 07:38 PM, Mārtiņš Jakubovičs wrote

Re: Cloudstack 4.3.0, Setup VPN but can not connect

2014-10-06 Thread Mārtiņš Jakubovičs
Hello, What is best way to debug VPN connection? And how VPN really work on CS? I see that in VR ipsec service is running, but where I can check connection status? In /var/log/cloud.log and /var/log/messages is not much useful information. Thanks. On 10/04/2014 07:59 PM, Chiradeep Vittal

Re: Cloudstack 4.3.0, Setup VPN but can not connect

2014-10-06 Thread Mārtiņš Jakubovičs
on source-nat IP. But same time in CS 4.3.0 there is NOT such option in source-nat IP, VPN can be enabled only to acquired IP's. I will be pleased to anyone who will clarify how really should be. Thanks. On 2014.10.06. 12:24, Mārtiņš Jakubovičs wrote: Hello, What is best way to debug VPN

Re: Upgrade to 4.3.1

2014-09-17 Thread Mārtiņš Jakubovičs
Hello Ilya, Thanks for response, I upgraded from 4.3.0 to 4.3.1. On 2014.09.17. 03:34, ilya musayev wrote: 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ņš

Upgrade to 4.3.1

2014-09-16 Thread Mārtiņš Jakubovičs
Hello, In CentOS 6.5 today I discovered that is available update for CS 4.3. I installed it but after management service restart consoleproxy.url.domain value stopped to work. When I launch console proxy, it connect to .realhostip.com domain in a way to connect my real domain. When I clean

Re: Live migration

2014-09-05 Thread Mārtiņš Jakubovičs
/gmane.comp.apache.cloudstack.devel/41290 Migration error: http://pastebin.com/zhiqdy64 Grep job id from management log: http://pastebin.com/087Q3SRx Shared networks in Advanced zone looks like not working as I expected, because in network creation I should put VLAN ID. On 2014.09.04. 20:56, Mārtiņš Jakubovičs wrote: Hello

Live migration

2014-09-04 Thread Mārtiņš Jakubovičs
Hello all, In ACS 4.3 with advanced zone, live migration works? I tested guest network with VLAN and GRE, but in both cases pool based live migration fails. Is it possible to setup something like basic zone setup, but with two networks? I want instances with two interfaces, one with public nic,

Re: Live migration

2014-09-04 Thread Mārtiņš Jakubovičs
. Advanced Zones with Security Groups do work, what Hypervisor were you using for this. Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com -Original Message- From: Mārtiņš Jakubovičs [mailto:mart...@vertigs.lv] Sent

Re: Can't create instance

2014-09-03 Thread Mārtiņš Jakubovičs
that secstorage.allowed.internal.sites and host setting are correct from configuration or UI’s global settings. On 02-Sep-2014, at 11:22 am, Mārtiņš Jakubovičs mart...@vertigs.lv wrote: Hello, I have problem, I can't create instance in pool environment. I created fresh pool with XenServer 6.2 (all patches) after

OVS in ACS 4.3

2014-09-03 Thread Mārtiņš Jakubovičs
Hello, I try to setup ACS 4.3 + XS 6.2 with all patches and using GRE network for guest traffic. I have two questions: 1.) Are GRE tunnels though ovs works well in ACS 4.3? 2.) Are live migration work with GRE network? At this moment I created network offering for GRE network, but in ACS 4.3

Volume snapshots in same time

2014-08-26 Thread Mārtiņš Jakubovičs
Hello, I test schaduled volume snapshots and when I create in same time rules for few machines (in my case I got 5 VM's) they all fails except one. http://pastebin.com/E60emjuJ How I can solve this? INFO [c.c.h.HighAvailabilityManagerImpl] (HA-4:ctx-125a21bc) checking health of usage server

Re: Cloudstack unstable after upgrade to 4.4.0

2014-08-13 Thread Mārtiņš Jakubovičs
Hello, I did fresh install of CS 4.4 with XenServer 6.2 and I got same problems, with deploying custom templates. Sometimes it starts successfully, sometimes not. Also, I found, that schaduled backups sometimes fails with strange error: http://paste.ubuntu.com/8034675/ On 2014.08.05. 14:33,