Problem creating VirtualRouter on XenServer 6.2 due to problem with copy_vhd_from_secondarystorage.sh

2013-09-24 Thread Soheil Eizadi
Environment: - 4.3 master (synced with master 08/28/2013 08:43 AM) - XenServer 6.2 I have a problem creating a Virtual Router on XenServer 6.2, here are the symptoms, vmops.log and SMlog don't tell you much, but when I run the copy command native I get an error like the copy_vhd_from_secondaryst

RE: Problem creating VirtualRouter on XenServer 6.2 due to problem with copy_vhd_from_secondarystorage.sh

2013-09-24 Thread Soheil Eizadi
-423e7e5d6539.vhd ./template/tmpl/1/5/template.properties ./template/tmpl/2 ./volumes ./snapshots From: Soheil Eizadi [seiz...@infoblox.com] Sent: Tuesday, September 24, 2013 5:11 PM To: dev@cloudstack.apache.org Subject: Problem creating VirtualRouter on XenServer

RE: Problem creating VirtualRouter on XenServer 6.2 due to problem with copy_vhd_from_secondarystorage.sh

2013-09-27 Thread Soheil Eizadi
-3f8fdc02aaf3.vhd. I am not sure at what stage this happened, and rather than debug this further, I just reinstalled it from scratch and fixed the issue. -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Tuesday, September 24, 2013 6:10 PM To: dev

Advanced Networking Shared Network Deletion Fail due to VRouter

2013-09-27 Thread Soheil Eizadi
Here is problem I just encoutered on 4.3 Master: 1. Created a Shared Advanced network 2. Created an instance 3. Removed the instance 4. After the GUI showed the Instance was removed I tried to delete the network The network deletion fails, due to VRouter Instance being present: >> WARN [c.c.n.Net

RE: Problem creating VirtualRouter on XenServer 6.2 due to problem with copy_vhd_from_secondarystorage.sh

2013-09-27 Thread Soheil Eizadi
updated accordingly ? On 27/09/13 11:30 AM, "Soheil Eizadi" wrote: >I traced this to a problem with ListTemplateCommand() that is returning >what I assumed is a cached value >10.48.15.22:/home/nfs/secondary/template/tmpl/1/1/34b74283-916e-4562-82fd- >082b387b51c5.vhd, the

RE: System VM template caching

2013-10-08 Thread Soheil Eizadi
This seems similar to a problem I had on 4.3 Master with System VM creation. If it is the same problem you can check from API command ListTemplateCommand(), from CloudMonkey and see if it returns a bogus cached value. Then you know it is the same problem. -Soheil http://mail-archives.apache.or

RE: Global setting "host" is not set to MS IP anymore on master

2013-10-11 Thread Soheil Eizadi
Since I synced my code with 4.3 Master, the Host and Management Network is getting properly for me. The storage network is empty. -Soheil From: Mike Tutkowski [mike.tutkow...@solidfire.com] Sent: Friday, October 11, 2013 11:23 AM To: dev@cloudstack.apache.o

XenServer Memory Increase Problem

2013-10-16 Thread Soheil Eizadi
I am running on CloudStack Master 4.3. I had a use case where my XenServer ran out of memory and I could not create any more instances on CloudStack. I shutdown the XenServer and increased the memory on XenServer and brought up the Management Server again, but the Management Server still sees th

RE: XenServer Memory Increase Problem

2013-10-16 Thread Soheil Eizadi
ee if changing it works. On 16/10/13 11:56 AM, "Soheil Eizadi" wrote: >I am running on CloudStack Master 4.3. > >I had a use case where my XenServer ran out of memory and I could not >create any more instances on CloudStack. >I shutdown the XenServer and increased the me

RE: XenServer Memory Increase Problem

2013-10-16 Thread Soheil Eizadi
otal_capacity mysql> select * from op_host_capacity; mysql> update op_host_capacity set total_capacity=7546932288 where id=1; mysql> commit; ________ From: Soheil Eizadi [seiz...@infoblox.com] Sent: Wednesday, October 16, 2013 12:25 PM To: dev@cloudstack.

DevCloud2

2013-10-22 Thread Soheil Eizadi
I just had someone from our Product Marketing that had been to the local meetup demonstrating DevCloud2. They have a situation where they configured some basic configuration and then the next time they ran DevCloud2 it complained about lack of memory and would not come up for them, it was not ob

RE: Palo Alto Firewall Integration - Review Process

2013-05-28 Thread Soheil Eizadi
This Wiki below might be of interst for unit tests and integrating into the build. The wiki does not go into the detail of how to setup a Maven project for unit test but you can get the recipe from one of the other projects.I have been running the JUnit tests from the Eclipse IDE, without having

CloudMonkey handling of Job Status Error Code

2013-05-30 Thread Soheil Eizadi
I don't know if the following is a known issue, while testing some negative test case, I added a device that was not part of network provider associated with the physical network from CloudMonkey, from the log I could see that they system returned an error as expected, but looks like CloudMonkey

RE: CloudMonkey handling of Job Status Error Code

2013-05-31 Thread Soheil Eizadi
: Prasanna Santhanam [t...@apache.org] Sent: Thursday, May 30, 2013 10:43 PM To: dev@cloudstack.apache.org Cc: bhais...@apache.org Subject: Re: CloudMonkey handling of Job Status Error Code On Fri, May 31, 2013 at 01:49:02AM +, Soheil Eizadi wrote: > I don't know if the following is a known issu

PhysicalNetworkServiceProviderDaoImpl.java / findByServiceProvider

2013-06-04 Thread Soheil Eizadi
I am looking at the code for findByServiceProvider in PhysicalNetworkServiceProviderDaoImpl.java: public PhysicalNetworkServiceProviderVO findByServiceProvider(long physicalNetworkId, String providerType) { SearchCriteria sc = physicalNetworkServiceProviderSearch.create(); s

RE: PhysicalNetworkServiceProviderDaoImpl.java / findByServiceProvider

2013-06-05 Thread Soheil Eizadi
ructor, the string > "serviceProvderType" is associated with the VO field 'providerName'. If > you fix the method, you should fix the constructor (although there is no > apparent logic error, just confused naming) > > On 6/4/13 6:40 PM, "Sohei

Add Device associated with Network Plugins

2013-06-05 Thread Soheil Eizadi
Has there been any discussion of common GUI and abstraction for adding Network Devices for various Plugins? They all need some common facilities: - Physical Network that is served by Device - Device IP Address/FQDN - User - Password - Certificate Import facility, if using secure connection In ad

Add Device for Plugins

2013-06-05 Thread Soheil Eizadi
Has there been any discussion of common GUI and abstraction for adding network devices to CloudStack. They all need some common facilities: - Physical Network that is served by Device - Device IP Address/Name - UserName / Password - Certificate Import facility for Device if using secure connecti

RE: Add Device for Plugins

2013-06-05 Thread Soheil Eizadi
Sorry for the duplicate emails, my Outlook Client crashed so there are two emails. -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Wednesday, June 05, 2013 9:36 AM To: dev@cloudstack.apache.org Subject: Add Device for Plugins Has there been any

RE: Add Device for Plugins

2013-06-05 Thread Soheil Eizadi
I found GUI to add devices under the Physical Network> Configure "Network Service Providers" The GUI is for a subset of all the devices (Virtual Router, Security Groups, NetScaler, Nicira and BigSwitch.) -Soheil ____ From: Soheil Eizadi Sent: Wedne

Storage VM to Management Server Connectivity Problem

2013-06-05 Thread Soheil Eizadi
I am bringing up a Storage VM on my XenServer that is running on My MAC. I noticed that the Management Server IP Address is incorrect 192.168.56.1 versus 172.16.197.1. Checking if this is something others have seen? This address is in the last boot record for the Storage VM. The IP Address 192.1

RE: Storage VM to Management Server Connectivity Problem

2013-06-05 Thread Soheil Eizadi
template host table INFO [storage.download.DownloadMonitorImpl] (AgentConnectTaskPool-1:) Template Sync did not find CentOS 5.5(64-bit) no GUI (KVM) on the server 2, will request download shortly ... From: Soheil Eizadi [seiz...@infoblox.com] Sent

RE: Handling Self Signed Certs

2013-06-06 Thread Soheil Eizadi
What is missing is a facility to import a certificate into the store. If it was available you could use it for self signed CERTS. Ideally it should be part of GUI to add devices. I am implementing a similar HTTP Client. You are using DefaultHttpClient so it is based on the newer Apache librarie

RE: Storage VM to Management Server Connectivity Problem

2013-06-06 Thread Soheil Eizadi
nectivity Problem What is the value in cloud.configuration table with name='host'? -Wei 2013/6/6, Soheil Eizadi : > For now I patched this by editing the file /var/cache/cloud/cmdline and > fixing the IP Address and restarting the Cloud Service on

RE: Storage VM to Management Server Connectivity Problem

2013-06-06 Thread Soheil Eizadi
13/6/6 Soheil Eizadi > The configuration database is definitely wrong, just not sure how it got > that way. > -Soheil > > > mysql> select * from configuration where name= "host"; > > +--+--+---+--+--+---

RE: Contributing as a non-committer

2013-06-10 Thread Soheil Eizadi
CloudStack uses Maven you need to use M2e - Eclipse Maven Plugin that will create the Projects for you. -Soheil From: Sebastien Goasguen [run...@gmail.com] Sent: Monday, June 10, 2013 6:45 AM To: dev@cloudstack.apache.org Subject: Re: Contributing as a non-

RE: Contributing as a non-committer

2013-06-10 Thread Soheil Eizadi
This was a good resource, I added a section for Remote Debugging to the Wiki. -Soheil From: Alex Huang [alex.hu...@citrix.com] Sent: Monday, June 10, 2013 8:00 PM To: dev@cloudstack.apache.org Subject: RE: Contributing as a non-committer Paul, That line is

UI Development

2013-06-11 Thread Soheil Eizadi
I did not find any UI development resources on the Wiki. I need to update the UI to support a new Device. I wanted to know if there is there any recommended tooling for the CloudStack UI. I was planning to use Eclipse JavaScript Development Tools (JSDT), but wanted to see if there is any recomme

RE: UI Development

2013-06-11 Thread Soheil Eizadi
would recommend going through the UI plugin development tutorial and see if it will address your needs for the feature: https://cwiki.apache.org/CLOUDSTACK/ui-plugin-tutorial.html. It goes through setting up a new list view with a set of actions. -Brian -Original Message----- From: Soheil Eiza

CloudStack Git Repo Down

2013-06-11 Thread Soheil Eizadi
Is there a scheduled outage for the CloudStack Git Repo? "Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later."

RE: UI Development

2013-06-13 Thread Soheil Eizadi
x27; > Subject: RE: UI Development > > I'm pretty sure there is a modular system in place for the backend, though I > only do front-end development so I'm not familiar with it. Maybe a server- > side dev can answer that? > > -Brian > > -Original Message-

Master Branch problem cannot login

2013-06-13 Thread Soheil Eizadi
I synced today, initialized the database and built image and found that I could not login to the CS UI. Not sure exactly what is going on but looks like the default field for Account Table was not created, when I tried to manually create it I got an error. The problem corrected itself when I ran

Master build problem

2013-06-26 Thread Soheil Eizadi
I merged the latest master into my branch and could not run it. I switched to master branch and built it but can not run it either, has anyone else seen this problem with sspCredentialDaoImpl? ERROR [web.context.ContextLoader] (main:) Context initialization failed org.springframework.beans.facto

RE: Master build problem

2013-06-26 Thread Soheil Eizadi
a later checkin. Thanks -min On 6/26/13 11:02 AM, "Soheil Eizadi" wrote: >I merged the latest master into my branch and could not run it. I >switched to master branch and built it but can not run it either, has >anyone else seen this problem with sspCredentialDaoImpl? > >

RE: Master build problem

2013-06-27 Thread Soheil Eizadi
problem Hiroaki fixed this with 39ef9240e87234afc2d4ddb37beaa63fe3240e4a. Do you have that commit SHA in your branch? On Wed, Jun 26, 2013 at 06:45:20PM +, Soheil Eizadi wrote: > I don't see a fix checked in for that, my merged branch is ahead of master. > It looks like it is due

Failed to mount primary NFS storage

2013-06-27 Thread Soheil Eizadi
This is a new problem I have not seen before, I failed to mount primary NFS storage but it looks like it is mounted on XenServer and operational. After this problem it is in a loop where you can not fix the problem from wizard, as every time you try to mount it you get an exception since it is a

RE: System VMs grabbing wrong IP

2013-06-27 Thread Soheil Eizadi
I set the following three arguments to make sure they are consistent: host management.network.cidr secstorage.allowed.internal.sites Is there a reason why this does not get set as part of the standard wizard/basic setup? -Soheil From: Trippie [trip...@gma

RE: Failed to mount primary NFS storage

2013-06-27 Thread Soheil Eizadi
-util', 'scan', '-f', '-c', '-m', '/var/run/sr-mount/476d133b-5c8c-a674-6544-89e261cd18cb/*.vhd'] I fixed this problem and the resolved the problem with mounting the primary storage. -Soheil From: Soheil

RE: System VMs grabbing wrong IP

2013-06-27 Thread Soheil Eizadi
at issues.apache.org? Cheers, Hugo On Jun 27, 2013, at 4:04 PM, Soheil Eizadi wrote: > I set the following three arguments to make sure they are consistent: > > host > management.network.cidr > secstorage.allowed.internal.sites > > Is there a reason why this does not g

RE: Review Request 12189: Apach CloudStack 4.1 Quick Install Guide (en-US)

2013-07-01 Thread Soheil Eizadi
Last week I had someone in Tech Marketing bring up a 4.1 using the distribution and following the installation guide. They were not able to connect the XenServer to CloudStack due to the /usr/bin/vhd-util /opt/xenserver/bin/vhd-util not being present. I patched the system so it was operational

Secondary Storage/TinyLinux

2013-07-01 Thread Soheil Eizadi
A few days ago I built the latest 4.2 and it came up and secondary storage loaded TinyLinux Image that I was able to deploy it adding instances. Today I rebuilt my system, initialized the database and this time using the same NFS secondary storage. I don't have Tiny Linux Image, when I go to add

RE: Secondary Storage/TinyLinux

2013-07-02 Thread Soheil Eizadi
PM To: dev@cloudstack.apache.org Subject: RE: Secondary Storage/TinyLinux When you see it under Templates, what is the property of 'Ready' attribute of the template? Regards, Devdeep > -Original Message- > From: Soheil Eizadi [mailto:seiz...@infoblox.com] > Sent: Monday, Ju

DNS Network Domain

2013-07-02 Thread Soheil Eizadi
I found that the DNS Network Domain set for Basic Networking is not getting passed down to Network Plugins. I am trying to figure out how DNS Network Domain is suppose to work for my plugin integration. I was getting a NULL value for Basic Networking for the DNS Domain even though I had set a v

RE: Spring Framework Question

2013-07-05 Thread Soheil Eizadi
Hi Mike, You typically have a public interface for your DAO: public interface InfobloxDao extends GenericDao{ } Then an implementation: public class InfobloxDaoImpl extends GenericDaoBase implements InfobloxDao { ... } This is a good link for the details of Database Access: https://cwik

Plugin/ Agent/ Host States

2013-07-05 Thread Soheil Eizadi
I am trying to understand how the Host object state transitions to Up state? I see it starts in Alert state. There is not a setter for status and the comment for it in HostVO.java said: /** * Note: There is no setter for status because it has to be set in the dao code. */ @Co

RE: Plugin/ Agent/ Host States

2013-07-07 Thread Soheil Eizadi
Up The GetHostStatsCommand() might be a good placeholder to get Network Plugin stats. -Soheil ________ From: Soheil Eizadi [seiz...@infoblox.com] Sent: Friday, July 05, 2013 6:55 PM To: dev@cloudstack.apache.org Subject: Plugin/ Agent/ Host States I am

CloudStack Local Storage Stats

2013-07-07 Thread Soheil Eizadi
I have been doing some negative testing with Plugin, it caused VMs not to start properly I had some that were in Stopped or Stopping state that I had clean out of the system manually. After I was done I found that the XenServer Hypervisor Local Storage Stats was off between CloudStack and the Xe

Exception when inserting Event

2013-07-16 Thread Soheil Eizadi
I have code to delete the Plugin device from the system, when I try to execute this code I get an exception before my Command gets invoked in system code that tries to create an event. I debugged this to the event table underlying SQL definition. I wanted to know what the best practice was for C

RE: Trouble uploading ISO file

2013-07-17 Thread Soheil Eizadi
Hi Mike, You have another thread open where you got information to use: ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@ After you get access to the SSVM, then you run the following script to check the status: root@s-1-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh It will print out some common dia

RE: Trouble uploading ISO file

2013-07-17 Thread Soheil Eizadi
% packet loss round-trip min/avg/max/stddev = 1.508/1.742/1.977/0.235 ms Good: Can ping DNS server ERROR: DNS not resolving download.cloud.com resolv.conf follows nameserver 172.16.140.1 nameserver 8.8.8.8 On Wed, Jul 17, 2013 at 11:29 AM, Soheil

RE: Trouble uploading ISO file

2013-07-17 Thread Soheil Eizadi
gt;>> Ubuntu (for NFS secondary storage) at 172.16.140.5 >>> XenServer at 172.16.140.6 >>> System VM range at 172.16.140.30 to 172.16.140.40 >>> User VM range at 172.16.140.50 to 172.16.140.60 >>> >>> >>> On Wed, Jul 17, 2013 at 11:45 AM,

Physical Network / Guest Network / Service Offering Interactions for Basic Networking

2013-07-19 Thread Soheil Eizadi
I am trying to figure out if the behavior I am seeing for Basic Networking: For my use case I have a Network Service Offering that has replaced Virtual Router service, e.g. DHCP/DNS with my plugin service. Then I created a zone with Basic Networking configuration with that Network Service Offeri

RE: Trouble uploading ISO file

2013-07-19 Thread Soheil Eizadi
I logged jira bug to track this problem: https://issues.apache.org/jira/browse/CLOUDSTACK-3671 -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Wednesday, July 17, 2013 11:57 AM To: dev@cloudstack.apache.org Subject: RE: Trouble uploading ISO file

RE: DNS Network Domain

2013-07-23 Thread Soheil Eizadi
Created Jira bug against this, was going to submit a UI patch: https://issues.apache.org/jira/browse/CLOUDSTACK-3754 -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Tuesday, July 02, 2013 6:36 PM To: dev@cloudstack.apache.org Subject: DNS Network

Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-23 Thread Soheil Eizadi
need to be updated in the attached Networks. So I would not close the Jira bug until those additional cases are fixed in the UI. Thanks, Soheil Eizadi

RE: DNS Network Domain

2013-07-24 Thread Soheil Eizadi
@cloudstack.apache.org Subject: Re: DNS Network Domain Not sure. I don't think it will break anything to remove this check. On 7/24/13 3:04 AM, "Soheil Eizadi" wrote: >Created Jira bug against this, was going to submit a UI patch: >https://issues.apache.org/jira/browse/CLOUD

Re: Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-24 Thread Soheil Eizadi
at this some more and submitted another patch for this problem. - Soheil Eizadi On July 23, 2013, 10:03 p.m., Soheil Eizadi wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-24 Thread Soheil Eizadi
at this some more and submitted another patch for this problem. - Soheil Eizadi On July 23, 2013, 10:03 p.m., Soheil Eizadi wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-26 Thread Soheil Eizadi
> On July 24, 2013, 9:22 p.m., Soheil Eizadi wrote: > > After thinking about this some more I think a better way to fix this > > problem is to have the UI leave this NULL and have the Network Manager fill > > in the value by looking up the value in the Network, if it is

Re: Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-26 Thread Soheil Eizadi
iff: https://reviews.apache.org/r/12883/diff/ Testing (updated) --- Validated that the defaultGuestNetwork created had the DNS Domain value set to NULL. I mades sure that calls to prepare/release to Network Element Plugins had the DNS Domain set to the Zone value. Thanks, Soheil Eizadi

RE: Physical Network / Guest Network / Service Offering Interactions for Basic Networking

2013-07-29 Thread Soheil Eizadi
;Soheil, > >I noticed your post not being replied to so I wondered what it was about, >I >can make a guess but it doesn't contain a question, only an observation. >Do >you mean to have some question about the behavior you are seeing? > >regards, >Daan Hoogland > &g

Re: Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-29 Thread Soheil Eizadi
) { // TBD: NetworkOfferingId and zoneId. Send uuids instead. throw new InvalidParameterValueException("Domain name change is not supported by network offering id=" + networkOfferingId + " in zone id=" + zoneId); } - Soheil

RE: Physical Network / Guest Network / Service Offering Interactions for Basic Networking

2013-08-02 Thread Soheil Eizadi
oheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Monday, July 29, 2013 6:41 PM To: dev@cloudstack.apache.org Subject: RE: Physical Network / Guest Network / Service Offering Interactions for Basic Networking Thanks for the replies, I posted the message as I was

IP Address Allocation

2013-08-05 Thread Soheil Eizadi
I am trying to figure out what would be the proper way for a Plugin to interact with the CloudStack VM deployment and provide an authoritative IP Address from its database versus the local CloudStack database. It looks like the NetworkElements are not presented an opportunity to provide an IP Ad

RE: IP Address Allocation

2013-08-05 Thread Soheil Eizadi
Address allocated that could be reused. Does anyone see a problem with this approach? -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Monday, August 05, 2013 2:35 PM To: dev@cloudstack.apache.org Subject: IP Address Allocation I am trying to figure

RE: IP Address Allocation

2013-08-06 Thread Soheil Eizadi
, August 06, 2013 3:24 AM To: dev@cloudstack.apache.org Subject: Re: IP Address Allocation On 06/08/13 8:59 AM, "Soheil Eizadi" wrote: >One way to achieve this behavior is to have a call out in prepareNic() to >the NetworkElements before the call to the NetworkGuru allowing the &g

RE: IP Address Allocation

2013-08-06 Thread Soheil Eizadi
this inside an element. Perhaps we need a 3rd type (IpAddressReserver?) On 8/6/13 10:42 AM, "Soheil Eizadi" wrote: >The NetworkGuru does a lot more than IP address allocation, e.g. handle >the Layer2/3 networking unique to the particular vendor. There are a lot >of NetworkEleme

RE: IP Address Allocation

2013-08-06 Thread Soheil Eizadi
aps we need a > 3rd type (IpAddressReserver?) > > > On 8/6/13 10:42 AM, "Soheil Eizadi" wrote: > > >The NetworkGuru does a lot more than IP address allocation, e.g. handle > >the Layer2/3 networking unique to the particular vendor. There are a > >lot of Ne

RE: IP Address Allocation

2013-08-06 Thread Soheil Eizadi
age- > From: Soheil Eizadi [mailto:seiz...@infoblox.com] > Sent: Tuesday, August 06, 2013 2:29 PM > To: dev@cloudstack.apache.org > Subject: RE: IP Address Allocation > > We can define a third type of element for IP Address Allocation, let me look > at the code and see is there is

RE: IP Address Allocation

2013-08-07 Thread Soheil Eizadi
visioning. So the NetworkGuru forms the URI for isolation and then it >has code at the hypervisor side to resolve the URI to something that the >hypervisor can understand. > >--Alex > >> -Original Message- >> From: Soheil Eizadi [mailto:seiz...@infoblox.com] >>

RE: Question about creating a template

2013-08-07 Thread Soheil Eizadi
Hi Mike, The problem is with handling the command org.apache.cloudstack.storage.command.CopyCommand, look at the log before this error and see if there is any problem with the registered agent that is suppose to handle this command. -Soheil From: Mike Tu

RE: Quick Question about System VM problem

2013-08-08 Thread Soheil Eizadi
My experience was that you had to keep two versions of it on the XenServer, the original one (/usr/sbin/vhd-util) and download a new one that ends up in /opt/xensource/bin/vhd-util -Soheil From: Prasanna Santhanam [t...@apache.org] Sent: Thursday, August 0

RE: Quick Question about System VM problem

2013-08-09 Thread Soheil Eizadi
erver host. --Sanjay > -Original Message- > From: Soheil Eizadi [mailto:seiz...@infoblox.com] > Sent: Friday, August 09, 2013 11:37 AM > To: dev@cloudstack.apache.org > Subject: RE: Quick Question about System VM problem > > My experience was that you had to keep two version

RE: Unable to create link local network exception

2013-08-13 Thread Soheil Eizadi
Hi Mike, Check the SM.log on the XenServer and see if you get more information why the request failed. -Soheil From: Mike Tutkowski [mike.tutkow...@solidfire.com] Sent: Tuesday, August 13, 2013 2:54 PM To: dev@cloudstack.apache.org Subject: Unable to create

RE: Unable to create link local network exception

2013-08-14 Thread Soheil Eizadi
exception Strictly speaking, it's "SMlog" (no '.') > -Original Message- > From: Soheil Eizadi [mailto:seiz...@infoblox.com] > Sent: 14 August 2013 02:21 > To: dev@cloudstack.apache.org > Subject: RE: Unable to create link local network exceptio

Add network offering UI problem

2013-08-28 Thread Soheil Eizadi
I have an operlapping window problem on a Modal Dialog box that is shown. The problem happens on FireFox and Chrome. The window overlaps only if you create two offerings back to back. I create one, enable service and go back and create another one and I have the problem. I have not I have seen

RE: Add network offering UI problem

2013-08-28 Thread Soheil Eizadi
I mis-typed removed "I have not", below ____ From: Soheil Eizadi [seiz...@infoblox.com] Sent: Wednesday, August 28, 2013 3:16 PM To: dev@cloudstack.apache.org Subject: Add network offering UI problem I have an operlapping window problem on a Mo

RE: Add network offering UI problem

2013-08-29 Thread Soheil Eizadi
: dev@cloudstack.apache.org Subject: Re: Add network offering UI problem Yes, it would be worth logging a bug. It would also be good if you could test on some more browsers, if they all are affected then it should be an easy fix :) Marty On Wednesday, August 28, 2013, Soheil Eizadi wrote: > I

Template Problem

2013-08-29 Thread Soheil Eizadi
I migrated my development environment to the top of trunk which points to 4.3 now. I created a new CloudStack runtime environment running XenServer 6.2, for my Secondary Store I replicated another NFS Server that has images for preRC CloudStack version 4.2 SystemVM and TinyLinux on it. I have t

RE: Template Problem

2013-08-30 Thread Soheil Eizadi
ect: Re: Template Problem Just the contents of template_store_ref On 8/30/13 9:17 AM, "Soheil Eizadi" wrote: >Chiradeep, >What do you want me to lookup, before I clean up my system? >-Soheil > >From: Wei ZHOU [ustcweiz...@gmail.com

RE: Template Problem

2013-08-30 Thread Soheil Eizadi
a?name=weizhou > >a > >dded > >a comment - 29/Aug/13 > >23:10 > > > >It works well on 4.2-forward branch. > > > > > > > >2013/8/29 Soheil Eizadi > > > >> I migrated my development environment to the top of trunk which points >

RE: NetworkElements: configure the provider to enable the provider?

2013-09-02 Thread Soheil Eizadi
Hi Prasanna, The limitation you have highlighted "enable network service providers without actually adding the device" is not enforced by the NetworkManager but by the design of the NetworkElement. If you have not registered a device with the Netscaler NetworkElement it is rejecting the Enable.

RE: documentation/wiki is a mess

2013-09-03 Thread Soheil Eizadi
Eliminate duplication, recently I updated the wiki about how to install the SystemVM template for development. I found that there are two places where setting up development environment is documented, one was a wiki that I could modify. -Soheil https://cwiki.apache.org/confluence/display/CLOUDS

RE: SystemVM downloading

2013-09-04 Thread Soheil Eizadi
Not just Hyper-V but looks like none of the sytemvm images e.g. Xen/VMware are posted on the site. -Soheil From: Donal Lafferty [donal.laffe...@citrix.com] Sent: Wednesday, September 04, 2013 12:35 PM To: dev@cloudstack.apache.org Subject: SystemVM download

RE: Template Problem

2013-09-05 Thread Soheil Eizadi
t: Re: Template Problem Do you have contents of template_view and vm_templates? Thanks -min On 8/30/13 9:25 AM, "Soheil Eizadi" wrote: >It was in the origi

RE: Template Problem

2013-09-05 Thread Soheil Eizadi
11:43 AM, "Soheil Eizadi" wrote: >Hi Min, >Your timing is good, today I worked on this setup some more and figured >out what is going on with it. I made some changes to it and so it is not >exactly what I documented before but the problem is still there. > >I removed the

Review Request 14023: NetworkManager Exception Fix Due to call to getDhcpServiceProvider()

2013-09-06 Thread Soheil Eizadi
punge failing to NetworkManager exception the system would retry on a timer. After the fix the VM was removed from the system after the first retry. Thanks, Soheil Eizadi

DhcpServiceProvider

2013-09-06 Thread Soheil Eizadi
I had not looked at the DhcpServiceProvider NetworkElement before, but after recent problem, I got a chance to look at it in more detail. I am new to CloudStack and don't have a lot of the history and had some questions. Is there a link to documentation for the DhcpServiceProvider work? I assum

RE: NetworkManager Fix Master branch

2013-09-06 Thread Soheil Eizadi
9/6/13 2:54 PM, "Soheil Eizadi" wrote: >I ran the master branch with my NetworkElement integrated which provides >DHCP service. In my use case I was able to create a VM but when I deleted >it there was an exception in the NetworkManager when it called: > >isDhcpAccros

NetworkManager Fix Master branch

2013-09-06 Thread Soheil Eizadi
I ran the master branch with my NetworkElement integrated which provides DHCP service. In my use case I was able to create a VM but when I deleted it there was an exception in the NetworkManager when it called: isDhcpAccrossMultipleSubnetsSupported() >> getDhcpServiceProvider() My DHCP Provide

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Soheil Eizadi
Ordering and dependency needs to be handled with multiple sql files not an issue with single file. -Soheil From: Alex Huang [alex.hu...@citrix.com] Sent: Wednesday, September 11, 2013 8:29 AM To: dev@cloudstack.apache.org Subject: RE: There is no upgrade pa

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Soheil Eizadi
Forgot to comment, I like the idea of having smaller sql files rather than one large file. -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Wednesday, September 11, 2013 9:02 AM To: dev@cloudstack.apache.org Subject: RE: There is no upgrade path

Advanced Networking Public Network Service Providers

2013-09-13 Thread Soheil Eizadi
In the Advanced Networking use cases you have two physical networks (Public and Guest Networks). What is the reason for the GUI not providing Network Service Provider configuration for the Public Network? Thanks, -Soheil

RE: DhcpServiceProvider

2013-09-13 Thread Soheil Eizadi
Posting my questions again... -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Friday, September 06, 2013 3:13 PM To: dev@cloudstack.apache.org Subject: DhcpServiceProvider I had not looked at the DhcpServiceProvider NetworkElement before, but

VirtualRouter MAC address NULL

2013-09-13 Thread Soheil Eizadi
I have not come across this when testing Basic Networking on 4.2, but on 4.3/master with Advanced Networking I have a call to create the Virtual Router with Mac Address is NULL on call to prepare(). Is this normal? -Soheil 2013-09-13 11:14:22,684 INFO [o.a.c.n.e.InfobloxElement] (Job-Executor-

RE: Advanced Networking Public Network Service Providers

2013-09-13 Thread Soheil Eizadi
@cloudstack.apache.org Subject: Re: Advanced Networking Public Network Service Providers What services would you provide on the public network? I see a similar discussion here: http://goo.gl/eESveL On 9/13/13 11:35 AM, "Soheil Eizadi" wrote: >In the Advanced Networking use cases you have two phys

RE: DhcpServiceProvider

2013-09-14 Thread Soheil Eizadi
> > On 9/13/13 11:31 AM, "Soheil Eizadi" wrote: > > >Posting my questions again... -Soheil > >____ > >From: Soheil Eizadi [seiz...@infoblox.com] > >Sent: Friday, September 06, 2013 3:13 PM > >To: dev@cloudstack.apac

OpenDayLight Project

2013-09-16 Thread Soheil Eizadi
Is there anyone on the development community involved in the OpenDayLight Project? (http://www.opendaylight.org/) -Soheil

Re: deployDataCenter.py doesn't work for me on master

2013-04-10 Thread Soheil Eizadi
I pulled the top of trunk today and had this same issue. $ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git I followed the instruction here to build: http://cloudstack.apache.org/develop/environment.html I am new to CloudStack if there is a more stable branch I should be working

Re: deployDataCenter.py doesn't work for me on master

2013-04-10 Thread Soheil Eizadi
13 3:12 PM, "Chiradeep Vittal" wrote: >Soheil, the instructions appear to be out of order. >First you need to run the cloudstack server >mvn -pl :cloud-client-ui jetty:run > >Wait for the console logs to stop spewing > >THEN deploy >mvn -P developer -pl tools/devcloud -D

  1   2   >