Re: DevCloud Question

2013-01-29 Thread Mike Tutkowski
;t do (certain things specific to our >> SAN). I've found it to be the most reliable and easiest way to configure >> an iSCSI LUN with CS. >> >> -Original Message- >> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >> Sent: Monday, Janua

Re: DevCloud Question

2013-01-28 Thread Mike Tutkowski
and easiest way to configure > an iSCSI LUN with CS. > > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Monday, January 28, 2013 2:42 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: DevCloud Question > > I can see

RE: DevCloud Question

2013-01-28 Thread Clayton Weise
28, 2013 2:42 PM To: cloudstack-dev@incubator.apache.org Subject: Re: DevCloud Question I can see if our test group has a XenCenter instance running...they likely do (since those guys test our SAN against all sorts of configs). I didn't actually kick a VM off, but I went through the process of

Re: DevCloud Question

2013-01-28 Thread Mike Tutkowski
2013 2:25 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: DevCloud Question > > OpenXenManager is spotty at best. If you have the option available of a > windows workstation then run XenCenter otherwise the xe commands are your > best bet. > > -Origina

RE: DevCloud Question

2013-01-28 Thread Clayton Weise
apache.org Subject: RE: DevCloud Question OpenXenManager is spotty at best. If you have the option available of a windows workstation then run XenCenter otherwise the xe commands are your best bet. -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday,

RE: DevCloud Question

2013-01-28 Thread Clayton Weise
: cloudstack-dev@incubator.apache.org Subject: Re: DevCloud Question Hi guys, Yeah, I'm trying to use OpenXenManager, but am seeing mixed results. Sometimes it just crashes. It did seem to attach my iSCSI storage, though, but does not show it from the GUI (I can see it in Xen directly). Weird O

Re: DevCloud Question

2013-01-28 Thread Ahmad Emneina
> > Sent: Monday, January 28, 2013 12:42 PM > > To: cloudstack-dev@incubator.apache.org > > Subject: Re: DevCloud Question > > > > Mike, I am out of my comfort zone here, but I believe you need to define > a > > storage repository on your xen host: > > > &

Re: DevCloud Question

2013-01-28 Thread Mike Tutkowski
:run...@gmail.com] > Sent: Monday, January 28, 2013 12:42 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: DevCloud Question > > Mike, I am out of my comfort zone here, but I believe you need to define a > storage repository on your xen host: > > In devcloud Rohit di

RE: DevCloud Question

2013-01-28 Thread Clayton Weise
nt: Monday, January 28, 2013 12:42 PM To: cloudstack-dev@incubator.apache.org Subject: Re: DevCloud Question Mike, I am out of my comfort zone here, but I believe you need to define a storage repository on your xen host: In devcloud Rohit did it like this: xe sr-create host-uuid=$hostuuid name-l

Re: DevCloud Question

2013-01-28 Thread Sebastien Goasguen
Mike, I am out of my comfort zone here, but I believe you need to define a storage repository on your xen host: In devcloud Rohit did it like this: xe sr-create host-uuid=$hostuuid name-label=local-storage shared=false type=file device-config:location=/opt/storage/primary -sebastien On Jan 2

Re: DevCloud Question

2013-01-28 Thread Mike Tutkowski
Cool...so, as far as you know, David, if I have an iSCSI target that seems to be working (I can access it from the iSCSI initiator on my Mac OS X box), I should be able to add a Primary Storage type in CS (for a cluster using Xen + XAPI) that leverages that iSCSI target? That is what I'm currently

Re: DevCloud Question

2013-01-28 Thread David Nalley
On Mon, Jan 28, 2013 at 12:00 PM, Mike Tutkowski wrote: > Thanks David > > So, is XAPI the way CloudStack communicates to Xen? I'm just coming up to > speed on Xen, by the way. > > Also, when you say, "is essentially XenServer in the eyes of CloudStack," > what does that mean? The two (Xen + XAP

Re: DevCloud Question

2013-01-28 Thread Mike Tutkowski
Thanks David So, is XAPI the way CloudStack communicates to Xen? I'm just coming up to speed on Xen, by the way. Also, when you say, "is essentially XenServer in the eyes of CloudStack," what does that mean? The two (Xen + XAPI or XenServer) are looked at as if they are the same? On Mon, Jan

Re: DevCloud Question

2013-01-28 Thread David Nalley
On Mon, Jan 28, 2013 at 11:53 AM, Mike Tutkowski wrote: > Can someone tell me if DevCloud and DevCloud2 are running Xen or XenServer? > I'm not sure how to query out that info from the control VM. > > Thanks! DevCloud and DevCloud2 are both running Xen + XAPI - which is essentially XenServer in

Re: DevCloud Question

2013-01-28 Thread Mike Tutkowski
e: >> > > >> > >> Xen and iSCSI can be a little bit quirky at times with how it is >> able to >> > >> see LUNs. Sometimes it won't see the LUNs properly with the full IQN >> > and >> > >> you just need to have it use a wildcard instead. I&#

Re: DevCloud Question

2013-01-25 Thread Mike Tutkowski
> Xen and iSCSI can be a little bit quirky at times with how it is able > to > > >> see LUNs. Sometimes it won't see the LUNs properly with the full IQN > > and > > >> you just need to have it use a wildcard instead. I've found it > vari

Re: DevCloud Question

2013-01-25 Thread Marcus Sorensen
SI (specifically, the open-iscsi package) and Linux the same tools > are > >> available from the shell on your Xen host. > >> > >> -Original Message- > >> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > >> Sent: Friday, January 25, 2013

Re: DevCloud Question

2013-01-25 Thread Mike Tutkowski
ilto:mike.tutkow...@solidfire.com] >> Sent: Friday, January 25, 2013 2:25 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: DevCloud Question >> >> Thanks for the info, Marcus! >> >> So, does anyone out there use Xen with iSCSI? :) >> >> &g

Re: DevCloud Question

2013-01-25 Thread Mike Tutkowski
ll on your Xen host. > > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Friday, January 25, 2013 2:25 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: DevCloud Question > > Thanks for the info, Marcus! > > So

RE: DevCloud Question

2013-01-25 Thread Clayton Weise
org Subject: Re: DevCloud Question Thanks for the info, Marcus! So, does anyone out there use Xen with iSCSI? :) On Fri, Jan 25, 2013 at 3:22 PM, Marcus Sorensen wrote: > KVM has a bunch of agents/scripts. I haven't had to install anything > in our Xen devclouds, but there do seem

Re: DevCloud Question

2013-01-25 Thread Mike Tutkowski
Thanks for the info, Marcus! So, does anyone out there use Xen with iSCSI? :) On Fri, Jan 25, 2013 at 3:22 PM, Marcus Sorensen wrote: > KVM has a bunch of agents/scripts. I haven't had to install anything > in our Xen devclouds, but there do seem to be some scripts in the > source. Sorry, I'm

RE: DevCloud Question

2013-01-25 Thread Clayton Weise
should be able to do the same thing in CS. -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Friday, January 25, 2013 2:19 PM To: cloudstack-dev@incubator.apache.org Subject: Re: DevCloud Question Thanks, Marcus Do you know if - generally speaking -

Re: DevCloud Question

2013-01-25 Thread Marcus Sorensen
KVM has a bunch of agents/scripts. I haven't had to install anything in our Xen devclouds, but there do seem to be some scripts in the source. Sorry, I'm no help here. On Fri, Jan 25, 2013 at 3:18 PM, Mike Tutkowski wrote: > Thanks, Marcus > > Do you know if - generally speaking - I would need to

Re: DevCloud Question

2013-01-25 Thread Mike Tutkowski
Thanks, Marcus Do you know if - generally speaking - I would need to install some CS software on the hypervisor before creating primary storage that said hypervisor could use? On Fri, Jan 25, 2013 at 3:08 PM, Marcus Sorensen wrote: > Not sure, I've never done Xen+iscsi. Maybe someone else can h

Re: DevCloud Question

2013-01-25 Thread Marcus Sorensen
Not sure, I've never done Xen+iscsi. Maybe someone else can help. You could also try connecting the iscsi SR manually on the devcloud, and then using the 'presetup' storage. Doing it manually might show you what's wrong in the devcloud, and then presetup might not be necessary, but it's a place to

Re: DevCloud Question

2013-01-25 Thread Mike Tutkowski
Hi Marcus, I think I set up my iSCSI target correctly, but when I try to add Primary Storage, I get this exception. Any idea why this might be the case? Thanks! ERROR [cloud.api.ApiServer] (1567014364@qtp-858368545-7:) unhandled exception executing api command: createStoragePool com.cloud.utils

Re: DevCloud Question

2013-01-24 Thread Mike Tutkowski
Great description, Marcus - thanks for taking the time to write this out for me! On Thu, Jan 24, 2013 at 4:37 PM, Marcus Sorensen wrote: > On Thu, Jan 24, 2013 at 4:05 PM, Mike Tutkowski > wrote: > > I do have some questions about some of the fields, though: > > > > For SolidFire storage, our n

Re: DevCloud Question

2013-01-24 Thread Marcus Sorensen
On Thu, Jan 24, 2013 at 4:05 PM, Mike Tutkowski wrote: > I do have some questions about some of the fields, though: > > For SolidFire storage, our nodes are on two networks: a management network > and a storage network. I supposed the Server field is looking for the IP > address of the node on t

Re: DevCloud Question

2013-01-24 Thread Mike Tutkowski
I do have some questions about some of the fields, though: For SolidFire storage, our nodes are on two networks: a management network and a storage network. I supposed the Server field is looking for the IP address of the node on the storage network? For Storage Tags, it says these needs to be

Re: DevCloud Question

2013-01-24 Thread Mike Tutkowski
I was in the wrong place. :) Found it now. On Thu, Jan 24, 2013 at 3:40 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hey Marcus, > > I'm trying to walk through your suggestions here: > > "Then I would add a primary storage of type iscsi, point it at > your solidfire server, and se

Re: DevCloud Question

2013-01-24 Thread Mike Tutkowski
Hey Marcus, I'm trying to walk through your suggestions here: "Then I would add a primary storage of type iscsi, point it at your solidfire server, and set a storage tag of 'solidfire'. You should see on the xen host (devcloud) that it creates a new SR and attaches to your iscsi storage. Then I w

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Thanks for all the help, guys, in getting me up and running. :) On Wed, Jan 23, 2013 at 3:18 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Looks like I had something messed up in my environment. I believe it's OK > now. :) > > > On Wed, Jan 23, 2013 at 3:04 PM, Mike Tutkowski <

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Looks like I had something messed up in my environment. I believe it's OK now. :) On Wed, Jan 23, 2013 at 3:04 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Let's see...I have Jetty running (as was the case earlier). I looked in > devcloud.cfg and the IP addresses seem fine (192

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Let's see...I have Jetty running (as was the case earlier). I looked in devcloud.cfg and the IP addresses seem fine (192.168.56.1 and 192.168.56.10 are probably the most important ones). Are you thinking the dataCenterDeploy.py script (which references a non-existent tools/marvin/marvin/datacente

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
On Jan 23, 2013, at 10:54 PM, Mike Tutkowski wrote: > Well...it was worth a shot. Apparently it actually wants there to be > useful data in the file, too. :) Your mgt server needs to be running. the maven command just calls marvin to deploy the "datacenter" on your mgt server. the cfg file

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Well...it was worth a shot. Apparently it actually wants there to be useful data in the file, too. :) On Wed, Jan 23, 2013 at 2:47 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Interesting...that didn't work either. :) > > I looked in the script and it does reference a datacente

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Interesting...that didn't work either. :) I looked in the script and it does reference a datacenterCfg file. Maybe I can just create a blank one and see what happens. :) On Wed, Jan 23, 2013 at 2:45 PM, Sebastien Goasguen wrote: > > On Jan 23, 2013, at 10:42 PM, Sebastien Goasguen wrote: >

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
On Jan 23, 2013, at 10:42 PM, Sebastien Goasguen wrote: > > On Jan 23, 2013, at 10:38 PM, Mike Tutkowski > wrote: > >> Cool...that problem's solved now. :) However, the script can't find a >> config file now. I don't see this config file anywhere on my system. >> >> IOError: config file

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
On Jan 23, 2013, at 10:38 PM, Mike Tutkowski wrote: > Cool...that problem's solved now. :) However, the script can't find a > config file now. I don't see this config file anywhere on my system. > > IOError: config file ./datacenterCfg not found. please specify a valid > config file > try

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Cool...that problem's solved now. :) However, the script can't find a config file now. I don't see this config file anywhere on my system. IOError: config file ./datacenterCfg not found. please specify a valid config file On Wed, Jan 23, 2013 at 2:17 PM, Sebastien Goasguen wrote: > > On Jan

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
On Jan 23, 2013, at 10:10 PM, Mike Tutkowski wrote: > I tried the "backup" approach, as well, but it didn't work for me. Looks > like I'm missing a Python module? > > mtutkowski-lt:incubator-cloudstack mtutkowski$ cd tools/devcloud > mtutkowski-lt:devcloud mtutkowski$ pwd > /Users/mtutkowski/

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
I tried the "backup" approach, as well, but it didn't work for me. Looks like I'm missing a Python module? mtutkowski-lt:incubator-cloudstack mtutkowski$ cd tools/devcloud mtutkowski-lt:devcloud mtutkowski$ pwd /Users/mtutkowski/documents/cloudstack/src/incubator-cloudstack/tools/devcloud mtutkow

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
On Jan 23, 2013, at 9:16 PM, David Nalley wrote: > On Wed, Jan 23, 2013 at 2:35 PM, Mike Tutkowski > wrote: >> This really was a great overview of using DevCloud. I wonder if we might >> link to it from here: >> >> https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud >> > > > It

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
Sounds good, David. :) I just didn't know if I should be editing the Wiki so soon. Sebastien - When I ran the following, I received an error. Any ideas (I'm not sure what address would already be considered in use)? Thanks! mvn -P developer -pl tools/devcloud -Ddeploysvr ERROR: transport error

Re: DevCloud Question

2013-01-23 Thread David Nalley
On Wed, Jan 23, 2013 at 2:35 PM, Mike Tutkowski wrote: > This really was a great overview of using DevCloud. I wonder if we might > link to it from here: > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud > It's a wiki, please edit boldly! --David

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
This really was a great overview of using DevCloud. I wonder if we might link to it from here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud On Wed, Jan 23, 2013 at 11:33 AM, David Nalley wrote: > On Wed, Jan 23, 2013 at 1:30 PM, Sebastien Goasguen > wrote: > > > > On Jan 2

Re: DevCloud Question

2013-01-23 Thread David Nalley
On Wed, Jan 23, 2013 at 1:30 PM, Sebastien Goasguen wrote: > > On Jan 23, 2013, at 7:19 PM, "Musayev, Ilya" wrote: > >> Sebastien, >> >> Any reason why you would not post it under YouTube? we get more visibility >> that way :) >> > > Not really. I was trying to do an HD one, and vimeo has nice s

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
..@solidfire.com] > Sent: Wednesday, January 23, 2013 12:45 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: DevCloud Question > > Hey Sebastien, > > Awesome video! It was really good to see all of that. > > Thanks! > Mike > > > On W

RE: DevCloud Question

2013-01-23 Thread Musayev, Ilya
@incubator.apache.org Subject: Re: DevCloud Question Hey Sebastien, Awesome video! It was really good to see all of that. Thanks! Mike On Wed, Jan 23, 2013 at 9:58 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Thanks, Sebastien! I can check that out today. > > > On We

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
my >> >>> code >> >>>>> on >> >>>>>>> Mac OS X, I'm not really sure what DevCloud would do for me? >> >> Could >> >>>> you >> >>>>>>> explain that part to me? >> >>

Re: DevCloud Question

2013-01-23 Thread Mike Tutkowski
to me? > >>>>>>> > >>>>>>> Thanks! > >>>>>>> > >>>>>>> > >>>>>>> On Tue, Jan 22, 2013 at 6:22 PM, Mike Tutkowski < > >>>>>>> mike.tutkow.

Re: DevCloud Question

2013-01-23 Thread Sebastien Goasguen
gt;>>> mike.tutkow...@solidfire.com> wrote: >>>>>>> >>>>>>>> Ah, didn't realize that DevCloud2 was Debian based. >>>>>>>> >>>>>>>> I'm developing on Max OS X. So, it sounds like for a

Re: DevCloud Question

2013-01-22 Thread Marcus Sorensen
> > > > > > > > > > > > > > > > I'm developing on Max OS X. So, it sounds like for a > developer > > > in > > > > > that > > > > > > > > situation, it is best for me to download the source

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
nds like for a developer > > in > > > > that > > > > > > > situation, it is best for me to download the source code to my > > Mac, > > > > > code, > > > > > > > build, run, test, etc. on Mac OS X? > > > > > >

Re: DevCloud Question

2013-01-22 Thread Marcus Sorensen
; code, > > > > > > build, run, test, etc. on Mac OS X? > > > > > > > > > > > > > > > > > > On Tue, Jan 22, 2013 at 5:23 PM, Fang Wang > > > > > wrote: > > > > > > > > > > > >&g

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
un, test, etc. on Mac OS X? >> > > > > >> > > > > >> > > > > On Tue, Jan 22, 2013 at 5:23 PM, Fang Wang >> > > wrote: >> > > > > >> > > > >> IT depends on what OS X you have. IF you have Ubuntu

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
; > > > > > > > > > > > On Tue, Jan 22, 2013 at 5:23 PM, Fang Wang > > > wrote: > > > > > > > > > >> IT depends on what OS X you have. IF you have Ubuntu, then either > > > > >> DevCloud or your envi

Re: DevCloud Question

2013-01-22 Thread Marcus Sorensen
t; IT depends on what OS X you have. IF you have Ubuntu, then either > >> > >> DevCloud or your environment is the same. > >> > >> You may directly use your Ubuntu. > >> > >> > >> > >> But if OS X is windows, for some hypervisor, you c

Re: DevCloud Question

2013-01-22 Thread Marcus Sorensen
you have Ubuntu, then either > > > >> DevCloud or your environment is the same. > > > >> You may directly use your Ubuntu. > > > >> > > > >> But if OS X is windows, for some hypervisor, you can't directly > deploy > > > M

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
;> >> > >> But if OS X is windows, for some hypervisor, you can't directly >> deploy >> > MS >> > >> on Windows. >> > >> Then DevCloud provides a way to bypass this Windows limitation. >> > >> >> > >> -F

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
evCloud or your environment is the same. > > >> You may directly use your Ubuntu. > > >> > > >> But if OS X is windows, for some hypervisor, you can't directly deploy > > MS > > >> on Windows. > > >> Then DevCloud provides a w

Re: DevCloud Question

2013-01-22 Thread Marcus Sorensen
t;> You may directly use your Ubuntu. > >> > >> But if OS X is windows, for some hypervisor, you can't directly deploy > MS > >> on Windows. > >> Then DevCloud provides a way to bypass this Windows limitation. > >> > >> -Fang > >> >

Re: DevCloud Question

2013-01-22 Thread Rohit Yadav
, you can't directly deploy MS >>> on Windows. >>> Then DevCloud provides a way to bypass this Windows limitation. >>> >>> -Fang >>> >>> -Original Message- >>> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >&

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
n Windows. >> Then DevCloud provides a way to bypass this Windows limitation. >> >> -Fang >> >> -Original Message- >> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >> Sent: Tuesday, January 22, 2013 3:43 PM >> To: cloudstack-dev@

Re: DevCloud Question

2013-01-22 Thread Mike Tutkowski
ay to bypass this Windows limitation. > > -Fang > > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Tuesday, January 22, 2013 3:43 PM > To: cloudstack-dev@incubator.apache.org > Subject: DevCloud Question > > Hi everyone,

RE: DevCloud Question

2013-01-22 Thread Fang Wang
ation. -Fang -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Tuesday, January 22, 2013 3:43 PM To: cloudstack-dev@incubator.apache.org Subject: DevCloud Question Hi everyone, I'm curious to learn a bit about DevCloud. I don't currently un

Re: DevCloud Question

2013-01-22 Thread Rohit Yadav
On Tue, Jan 22, 2013 at 3:43 PM, Mike Tutkowski wrote: > Hi everyone, > > I'm curious to learn a bit about DevCloud. I don't currently understand > how it relates from a development-workflow perspective. > > My host OS is OS X. I have VirtualBox, Eclipse, Git, Maven, etc. installed > in OS X. I

DevCloud Question

2013-01-22 Thread Mike Tutkowski
Hi everyone, I'm curious to learn a bit about DevCloud. I don't currently understand how it relates from a development-workflow perspective. My host OS is OS X. I have VirtualBox, Eclipse, Git, Maven, etc. installed in OS X. I am running the DevCloud appliance via VirtualBox. I can bring up t