Re: Xenserver tools6.1+ UI option

2015-02-23 Thread prapul cool
Hi Jayapal       I am upload the screen shot in my blog please go through the below link  http://psiclouds.blogspot.in/ ThanksPrapul On Monday, 23 February 2015 12:17 PM, Jayapal Reddy Uradi wrote: Hi Prapul, Can you please upload your screen in public location and share the im

Re: Disable primary storage, not delete...

2015-02-23 Thread Andrija Panic
Thx Mike, but I'm not using that storage at all for compute offerings - just as you explained, via storage tags, I use CEPH. But my problem is - when customer uploads a volume, then the volume is writen to randomly choosen Primary Storage, including this old NFS, that I don't generaly use (at leas

Re: Xenserver tools6.1+ UI option

2015-02-23 Thread Jayapal Reddy Uradi
Hi Prapul, You need to attach ISO in VM details page and install the tools from the VM. After installing you will see the updated status. Thanks, Jayapal On 23-Feb-2015, at 1:29 PM, prapul cool wrote: > Hi Jayapal > > I am upload the screen shot in my blog please go through the below li

Re: HyperV help

2015-02-23 Thread Partha Goswami
Anshul, if you donot mind do you have any screenshot how to make clickable installer i tried as per documention but can not build using VS2013 On Mon, Feb 23, 2015 at 10:50 AM, Partha Goswami wrote: > I have installed SSL certificate, but still same, > > I am sending you logs soon > > On Mon, Fe

Re: unable to remove NIC from instance

2015-02-23 Thread Daan Hoogland
Sonali, this looks like a consequential error. You need to look further back into the log to find the root cause. The start job is the a query for results, please find the start for the actual api command. On Mon, Feb 23, 2015 at 6:55 AM, Sonali Jadhav wrote: > I am trying to remove "Shared gues

Re: HyperV help

2015-02-23 Thread Anshul Gangwar
I don’t have screenshots. But its simple and I normally use visual studio command prompt to build. Have you git clone the cloudstack repo? git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git After cloning the repo just go to (cloudstack src)/plugins/hypervisors/hyperv/DotNet/Ins

RE: Disable primary storage, not delete...

2015-02-23 Thread Devdeep Singh
Hi, I was looking into implementing the ability to disable a storage pool for provisioning. I could think of two ways to do it 1. CloudStack admin could add a 'disabled' tag on the storage pool. The storage pool allocators would skip the pools for allocating volumes with the 'disabled' tag. 2

Storage for Snapshots

2015-02-23 Thread Alessandro Caviglione
Hi guys, I've tried to find a way but without success. We've a simple infrastructure with some XS hosts, CS 4.4, one primary storage and one secondary storage. Now I'd like to add a deduplication appliance as secondary storage to hosts only instance snapshots. How can I configure CS to move the sna

Re: Storage for Snapshots

2015-02-23 Thread Nux!
Hi Alessandro, I do not think you can separate secondary storage that way. Depending on the capabilities of your deduplication device, you might be able to mount it in the secondary storage NFS server, under /path/secondary/storage/snapshots; say if it's an ISCSI lun etc. HTH Lucian -- Sent fr

Cloud stack Upgradation

2015-02-23 Thread kangkan mahanta
Hi, We are using cloudstack private cloud infra. We want to upgrade from version 4.2.1 to 4.4. Please let me know the impact on running virtual machines during the activity. Regards, Kangkan Mahanta Kashyap

Re: Disable primary storage, not delete...

2015-02-23 Thread Andrija Panic
Interesting idea Devdeep, does this mean, that the VMs that are already using this storage, would continue to work? Since I guess that would be needed - as you said just disable further provisioning on this storage. Thanks On 23 February 2015 at 10:31, Devdeep Singh wrote: > Hi, > > I was look

Re: HyperV help

2015-02-23 Thread Partha Goswami
msbuild CloudStackAgentSetup.wixproj right? and i am getting "E:\cloudstack\hyperv\hyperv\DotNet\InstallerSetup\CloudStackAgentSetup\CloudSt ackAgentSetup.wixproj" (default target) (1) -> E:\cloudstack\hyperv\hyperv\DotNet\InstallerSetup\CloudStackAgentSetup\CloudS tackAgentSetup.wixproj(114,

Re: Disable primary storage, not delete...

2015-02-23 Thread Rohit Yadav
On Monday 23 February 2015 03:01 PM, Devdeep Singh wrote: Hi, I was looking into implementing the ability to disable a storage pool for provisioning. I could think of two ways to do it 1. CloudStack admin could add a 'disabled' tag on the storage pool. The storage pool allocators would skip

Re: Xenserver tools6.1+ UI option

2015-02-23 Thread Harikrishna Patnala
Hi Prapul, I think while creating the template from VM, we need to mark the checkbox “Original XS Version is 6.1+”, and then deploy vm using that template, you can see vm status saying Xentools are there. Or you can edit the already created template parameters and then deployvm using that templ

Re: Storage for Snapshots

2015-02-23 Thread Alessandro Caviglione
Yes but my goal should be to use dedup appliance only for snapshot, not also for ISOs and Template... I think that also secondary storage should have tags to separate ISO/Template from Snap. On Mon, Feb 23, 2015 at 10:46 AM, Nux! wrote: > Hi Alessandro, > > I do not think you can separate secon

Re: Storage for Snapshots

2015-02-23 Thread Nux!
How does you appliance export storage? I am not aware of such tags and I don't see anything related to that in the Global Settings. I think your best bet a.t.m. is to do something similar to what I said in my previous email. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.

Re: Storage for Snapshots

2015-02-23 Thread Alessandro Caviglione
NFS, CIFS, iSCSI. Mmm now I've understood what you wrote... I've to try it! :) Thanky On Mon, Feb 23, 2015 at 11:24 AM, Nux! wrote: > How does you appliance export storage? > > I am not aware of such tags and I don't see anything related to that in > the Global Settings. > > I think your be

Re: Storage for Snapshots

2015-02-23 Thread Nux!
What I mean is that on the NFS server holding the secondary storage you have a certain directory structure, e.g. ls -1 /export/secondary/ snapshots template volumes Now, if you exported your dedup appliance as iSCSI, formatted and mounted it under /export/secondary/snapshots (see above), then I

Re: Disable primary storage, not delete...

2015-02-23 Thread Harikrishna Patnala
Hi, I think it is better to go with option 2, as it makes sense to be part of one of the states. I believe that VMs using that storage continue to work, but what are the plans for the operations related to the storage on those VMs like migration/HA/... ? Thanks, Harikrishna On 23-Feb-2015, a

WARNING for users migrating from Cloudstack 4.2 to 4.4.2

2015-02-23 Thread Laurent Steff
Hi, This mail to share a fight we had at INRIA upgrading our Cloudstack/KVM farm from 4.2 to 4.4.2 following this documentation : http://cloudstack-release-notes.readthedocs.org/en/latest/upgrade/upgrade-4.2.html It's now solved, but I would like to share, as I think : - it could helps other pe

Re: HyperV help

2015-02-23 Thread Partha Goswami
Here is the log 2015-02-23 08:25:11,589 DEBUG [c.c.c.ConsoleProxyManagerImpl] (consoleproxy-1:ctx-1771b0dd) Skip capacity scan due to there is no Primary Storage UPintenance mode 2015-02-23 08:25:16,809 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (HostReservationReleaseChecker:ctx-133589c3) Checki

Re: Disable primary storage, not delete...

2015-02-23 Thread Mike Tutkowski
Ah, yeah...looks like I missed the part where you said the issue was related to uploading volumes. On Monday, February 23, 2015, Andrija Panic wrote: > Thx Mike, but I'm not using that storage at all for compute offerings - > just as you explained, via storage tags, I use CEPH. > > But my proble

Re: Disable primary storage, not delete...

2015-02-23 Thread Mike Tutkowski
Yeah, probably option 2 is better. I would think you couldn't use this primary storage as the target of a migration or for HA. On Monday, February 23, 2015, Harikrishna Patnala < [email protected]> wrote: > Hi, > > I think it is better to go with option 2, as it makes sense to be pa

Re: Agent dies every night/morning.... memory violation

2015-02-23 Thread Andrija Panic
Anybody?, before I start to cry :( On 21 February 2015 at 21:18, Andrija Panic wrote: > HI Simon, > > selinux is disabled, I have just double checked. > > BTW, this is what I can see in the cloudstack-agent.err log - seems like > some CEPH related issues, but not sure why would agent die... > If

Re: Agent dies every night/morning.... memory violation

2015-02-23 Thread Marcus
It doesn't really sound like an agent problem, but some other root problem that is causing issues for the agent. Perhaps it is specific to the host simply because there is a particular VM that always runs on that host and the VM itself is triggering the issue. Perhaps a heavy logrotate or cron job

Re: Agent dies every night/morning.... memory violation

2015-02-23 Thread Simon Weller
I agree with Marcus. I suggest you start monitoring everything that's going on around this time frame. Maybe dump available memory, and IO (both disk and network) to a file every minute or so, and see if you can correlate it to something in particular that might be happening on the underlying s

RE: Network QoS (not bandwidth limiting)

2015-02-23 Thread Paul Angus
I'm largely in agreement with Adrian on this. I think we all understand that the members of the community are largely driven by some form of self-interest, individuals are paid to develop feature x because their company want it enough or they do it because they want to and their company has giv

Re: Network QoS (not bandwidth limiting)

2015-02-23 Thread Pierre-Luc Dion
For voting on new features why not use the voting capability of Jira for new feature? at least it would give an idea if their is interest about new features and improvement. test: https://issues.apache.org/jira/issues/?filter=12330479 (logon required) Regarding spec of new features they still ne

RE: Network QoS (not bandwidth limiting)

2015-02-23 Thread Adrian Lewis
Hi Marcus, Somesh, Paul Thanks for responding and yes, I think in some aspects I may be asking too much but this isn't just me asking for extra/additional/new features per se. I think it's easier if I split up the issues that I perceive to be problems into four distinct areas. There's overlap betw

RE: Network QoS (not bandwidth limiting)

2015-02-23 Thread Adrian Lewis
Hi PL, Thanks for your feedback - appreciated that you've taken the time to read through the emails. I may be wrong but I get the impression that Jira is great for specific features that may result from discussion here, at meetups or CCC but I'm not convinced that someone like me posting stuff the

RE: unable to remove NIC from instance

2015-02-23 Thread Sonali Jadhav
Hi Daan, I have checked logs form starting of api call, and I have not found anything special, But apart from error, I found one warning, 2015-02-23 13:11:46,226 WARN [c.c.u.d.Merovingian2] (API-Job-Executor-118:ctx-adab6031 job-526 ctx-0585e904) Was unable to find lock for the key vm_instanc

Re: HyperV help

2015-02-23 Thread Anshul Gangwar
This log doesn’t show any error. It doesn’t contain the log for time in which add host error occurs. You can get that log again by adding host again. Also paste link to guide which you are following? For creating clickable installer it seems you have not installed wix. wix tool is used to creat

Re: HyperV help

2015-02-23 Thread Partha Goswami
Thanks for reply http://cloudstack-installation.readthedocs.org/en/latest/qig.html This one i am following On Tue, Feb 24, 2015 at 10:21 AM, Anshul Gangwar wrote: > This log doesn’t show any error. It doesn’t contain the log for time in > which add host error occurs. > You can get that log again

Re: Cloud stack Upgradation

2015-02-23 Thread kangkan mahanta
Pls help On Mon, Feb 23, 2015 at 3:16 PM, kangkan mahanta wrote: > Hi, > > We are using cloudstack private cloud infra. We want to upgrade from > version 4.2.1 to 4.4. Please let me know the impact on running virtual > machines during the activity. > > Regards, > Kangkan Mahanta Kashyap >

Re: HyperV help

2015-02-23 Thread Anshul Gangwar
That guide is meant for KVM. For Hyper-V you have to use advanced networking without security group. Also it requires tagged VLANs. Regards, Anshul > On 24-Feb-2015, at 10:28 am, Partha Goswami wrote: > > Thanks for reply > http://cloudstack-installation.readthedocs.org/en/latest/qig.html >

Re: HyperV help

2015-02-23 Thread Partha Goswami
thanks, can you please send me guide link? On Tue, Feb 24, 2015 at 10:46 AM, Anshul Gangwar wrote: > That guide is meant for KVM. For Hyper-V you have to use advanced > networking without security group. Also it requires tagged VLANs. > > Regards, > Anshul > > > > > On 24-Feb-2015, at 10:28 am,

Re: Cloud stack Upgradation

2015-02-23 Thread Star Guo
Pls focus on the mail < WARNING for users migrating from Cloudstack 4.2 to 4.4.2 > . Best Regards, Star Guo -邮件原件- 发件人: kangkan mahanta [mailto:[email protected]] 发送时间: 2015年2月24日 13:04 收件人: [email protected] 主题: Re: Cloud stack Upgradation Pls help On Mon, Feb 23, 2

Re: HyperV help

2015-02-23 Thread Partha Goswami
actually i have followed upto # yum -y install cloudstack-management With the application itself installed we can now setup the database, we’ll do that with the following command and options: # cloudstack-setup-databases cloud:password@localhost --deploy-as=root This in the guide then http://c

Re: HyperV help

2015-02-23 Thread Anshul Gangwar
http://cloudstack-installation.readthedocs.org/en/latest/hypervisor/hyperv.html In below link follow the advanced zone configuration guide http://cloudstack-installation.readthedocs.org/en/latest/configuration.html Regards, Anshul On 24-Feb-2015, at 10:50 am, Partha Goswami mailto:par...@tuli

Re: HyperV help

2015-02-23 Thread Partha Goswami
Thanks. let me try On Tue, Feb 24, 2015 at 11:06 AM, Anshul Gangwar wrote: > > http://cloudstack-installation.readthedocs.org/en/latest/hypervisor/hyperv.html > > In below link follow the advanced zone configuration guide > http://cloudstack-installation.readthedocs.org/en/latest/configuration.h

Re: Cloud stack Upgradation

2015-02-23 Thread Ahmad Emneina
There isn't much detail here but gues VM's shouldn't be impacted here. There might be guest network interruptions when upgrading the routers (assuming advanced zone here). Hope that helps... Ahmad E > On Feb 23, 2015, at 1:46 AM, kangkan mahanta > wrote: > > Hi, > > We are using cloudstack

Re: unable to remove NIC from instance

2015-02-23 Thread Daan Hoogland
It seems to me you are a victim of overzealous exception handling. I've seen that happen in the async job handling. The job dispatching or construction has an exception that is not handled but caught and ignored, it end and the async job is not removed from the queue. I'd like to look at the code n

RE: unable to remove NIC from instance

2015-02-23 Thread Sonali Jadhav
Hi Daan, Super thanks for reply. I am running version 4.4.2 /Sonali -Original Message- From: Daan Hoogland [mailto:[email protected]] Sent: Tuesday, February 24, 2015 1:05 PM To: [email protected] Subject: Re: unable to remove NIC from instance It seems to me you are a

Re: unable to remove NIC from instance

2015-02-23 Thread Daan Hoogland
Ok, thanks, we are running a custom 4.4.2 version we had to make due to problems with the stock 4.4.2. I will look into making another release candidate for 4.4.3 and have a look at the code to see if I can find a cause to your problem. The last 4.4.3 release candidate I made was largely ignored an

RE: unable to remove NIC from instance

2015-02-23 Thread Sonali Jadhav
I am running xenserver 6.2, I have 1 cluster with 4 Hosts. /Sonali -Original Message- From: Daan Hoogland [mailto:[email protected]] Sent: Tuesday, February 24, 2015 1:22 PM To: [email protected] Subject: Re: unable to remove NIC from instance Ok, thanks, we are runnin