Re: New VP of CloudStack: Paul Angus

2019-03-11 Thread Todd Pigram
Congratulations Paul


On Mon, Mar 11, 2019 at 11:18 AM Jochim, Ingo 
wrote:

> Congratulations Paul !!!
>
> -Original Message-
> From: Tutkowski, Mike 
> Sent: Montag, 11. März 2019 16:16
> To: users@cloudstack.apache.org; d...@cloudstack.apache.org
> Subject: New VP of CloudStack: Paul Angus
>
> Hi everyone,
>
> As you may know, the role of VP of CloudStack (Chair of the CloudStack
> PMC) has a one-year term. My term has now come and gone.
>
> I’m happy to announce that the CloudStack PMC has elected Paul Angus as
> our new VP of CloudStack.
>
> As many already know, Paul has been an active member of the CloudStack
> Community for over six years now. I’ve worked with Paul on and off
> throughout much of that time and I believe he’ll be a great fit for this
> role.
>
> Please join me in welcoming Paul as the new VP of Apache CloudStack!
>
> Thanks,
> Mike
>


-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769

PGP Public Key
<http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>


Re: Creating Windows Server 2016 template for CloudStack

2017-08-11 Thread Todd Pigram
You need to specify the xml in the command.

sysprep.exe /oobe /generalize /shutdown c:\system32\sysprep\unattend.xml.

On w2016, its Autounattend.xml for the file name.

On Fri, Aug 11, 2017 at 5:28 AM, Cloud List <cloud-l...@sg.or.id> wrote:

> Dear all,
>
> I am using CloudStack 4.8 and KVM hypervisor, andI tried creating a Windows
> Server 2016 OS template using sysprep following the instruction on the
> "System Preparation for Windows Server 2008 R2" section of the
> documentation at below URL:
>
> http://docs.cloudstack.apache.org/projects/cloudstack-
> administration/en/4.8/templates/_create_windows.html
>
> However, after the template is created and I tried to spin off a new VM
> using the template, the console is still prompting the Language and
> Country/Region selection, EULA and change password selection when
> booting-up. It seems that the sysprep process to automate those steps
> didn't work.
>
> I did saved the unattend.xml file into the C:\Windows\System32\sysprep
> folder and run "sysprep.exe /oobe /generalize /shutdown" before creating
> the template from the main VM.
>
> Did I miss anything, or is the sysprep process for Windows Server 2016 is
> different from 2008? The same method worked for 2012 last time.
>
> Any advice is appreciated, thank you.
>
> Cheers.
>
> -ip-
>



-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769

PGP Public Key
<http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>


Re: Windows 7 Template

2016-03-19 Thread Todd Pigram
How about old fashion sysprep with AutoUnattened.xml? As most of my
customers are fully managed, I use that process for all w2012r2, w2k8r2, &
win7 templates. I actually create them on standalone HVs, then upload them
as templates into ACS (old CCP).

Use Windows System Image maker, out of the windows deployment toolkit, to
create the AutoUnattened.xml files. Place that in the
%WINDIR%\system32\sysprep dir. when ready run this

Sysprep /generalize /oobe /shutdown
/unattend:c:\windows\system32\sysprep\Autounattend.xml. then create the
template.

You can even put the Chef client, puppet client, chocolatey or boxstarter
on the images if need be.

The images that I use have Chef client and chocolatey installed. These are
vanilla builds. I do everything thing on them with Chef after i spin them
up. (I install the choclatey apps with Chef from an in house nuget server
and chocolatey gallery).

just my $0.02


On Thu, Mar 17, 2016 at 5:59 PM, Cristian Ciobanu <cristian.c@istream.today>
wrote:

> Hello,
>
>  I figured out how to fix :
>
>  1. Install Windows
>  2. install VMware tools ( reboot )
>  3. Install CloudInstanceManager
>  4. Enable local user account Administrator and set password.
> After step 4 i added a script to remove the Cloud.com (uninstall) after
> first logon ( in this case you can not reset the password anymore but you
> have generated password and works after restart/shutdown, also you can
> change if needed from Windows. )
>
>
>  5. Create template
>  6. Deploy from template
>  7. Log in on VM using generated password ( works )
>  8. Reboot  VM, no password on VM, able to log in without password.  (
> fixed with removal script )
>
> Regards,
> Cristian
> On 16.03.2016 16:40:10, Timothy Lothering <tlother...@datacentrix.co.za>
> wrote:
> Hi Cristian,
>
> Prior to #5, you need to specify the out-of-box experience for the
> machine, this should then in conjunction with the Cloud Instance Manager
> reset the password.
>
> Kind Regards,
> Timothy Lothering
> Timothy Lothering
> Solutions Architect
> Managed Services
>
> T: +27877415535
> F: +27877415100
> C: +27824904099
> E: tlother...@datacentrix.co.za
>
>
> DISCLAIMER NOTICE:
>
> Everything in this e-mail and any attachments relating to the official
> business of Datacentrix Holdings Ltd. and its subsidiaries
> ('Datacentrix') is proprietary to Datacentrix. It is confidential, legally
> privileged and protected by law. Datacentrix does not
> own and endorse any other content. Views and opinions are those of the
> sender unless clearly stated as being that of Datacentrix.
> The person addressed in the e-mail is the sole authorised recipient.
> Please notify the sender immediately if it has unintentionally
> reached you and do not read, disclose or use the content in any way.
> Datacentrix cannot assure that the integrity of this communication
> has been maintained nor that it is free of errors, virus, interception or
> interference.
> -Original Message-
> From: Cristian Ciobanu [mailto:cristian.c@istream.today]
> Sent: Wednesday, 16 March 2016 4:02 PM
> To: users@cloudstack.apache.org
> Subject: Windows 7 Template
>
> Hello,
>
>  I tried to crate a Windows 7 Template for ACS 4.5.2 on VMware,
> everything is ok till first reboot of VM.
>
>  1. Install Windows 7
>  2. install VMware tools ( reboot )
>  3. Install CloudInstanceManager
>  4. Enable local user account Administrator and set password.
>  5. Create template
>  6. Deploy from template
>  7. Log in on VM using generated password ( works )
>  8. Reboot  VM, no password on VM, able to log in without password.
>
>Did someone tested the same thing ?
>
>
> Regards,
> Cristian
>



-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769

PGP Public Key
<http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>


Re: expand root disk type volume

2015-09-29 Thread Todd Pigram
Sonali,

I update the DB first, then do the instance.

If your using ISCSI, have the XE command ready as there is a brief moment 
before the instance disappears where it will turn red in XenCenter, that is 
when you want to execute the xe command. Its ugly be works. 




> On Sep 29, 2015, at 4:31 AM, Andrija Panic  wrote:
> 
> Sonali,
> 
> my experience with KVM (NFS or CEPH...):
> 
> 1. qemu-img rezize to some bigger value
> 2. go to DB cloud.volumes table and increase value in the "size" column
> (read output from qemu-img info to get new size)
> 
> If automatic resoruce query is in place as Vadim said, that would be great,
> but anyway, I like to be on safe side with this :)
> 
> Also make sure that volume is not being used at the momemnt (i.e. shutdown
> VM...)
> 
> Best,
> 
> 
> On 29 September 2015 at 10:17, Vadim Kimlaychuk  wrote:
> 
>> Sonali,
>> 
>>  If I remember correctly CS queries VM resources, so you don't need
>> to update disk size by hands. CS should do it autmatically
>> 
>> Vadim
>> 
>> On 2015-09-29 11:11, Sonali Jadhav wrote:
>> 
>> I am wondering to expand disk from XenServer and then manually update
>>> cloudstack database. But I am worried what if CloudStack won't recognize
>>> new root disk size or volume later?
>>> 
>>> /Sonali
>>> 
>>> -Original Message-
>>> From: Milamber [mailto:milam...@apache.org]
>>> Sent: Wednesday, September 23, 2015 3:31 PM
>>> To: users@cloudstack.apache.org
>>> Subject: Re: expand root disk type volume
>>> 
>>> On 23/09/2015 08:10, cs user wrote:
>>> 
>>> Hi There,
 
 I'm not sure if this is currently possible for existing root disks.
 Perhaps someone else can advise if it is?
 
 I believe there has been some recent work to allow the size of the
 root volume to be increased when an instance is deployed however.
 
 Take a look at:
 
 http://cloudstack.apache.org/api/apidocs-4.5/user/deployVirtualMachine
 [1]
 .html
 
 And the rootdisksize parameter.
 
>>> 
>>> Only with KVM hypervisor
>>> 
>>> I think this is only available through the api (and hence via
 cloudmonkey) at the moment.
 
>>> 
>>> Possible with Ansible + cloudstack module by resmo
>>> https://github.com/resmo/ansible-cloudstack [2]
>>> 
>>> (note : cloudstack module will be included natively in Ansible 2.0
>>> (currently in alpha1 state))
>>> 
>>> Cheers!
>>> 
>>> On Wed, Sep 23, 2015 at 6:40 AM, Sonali Jadhav >> wrote:
>>> 
>>> Hi,
>>> 
>>> Why it's not possible to expand root disk type ? I am using ACS 4.5.1
>>> 
>>> I have one windows vm, It has only one disk and I need to expand same.
>>> I am using xenservers, I can expand disk from xencenter, but not from cs.
>>> I am Curious to know why.
>>> 
>>> /sonali
>>> 
>> 
>> 
>> 
>> Links:
>> --
>> [1] http://cloudstack.apache.org/api/apidocs-4.5/user/deployVirtualMachine
>> [2] https://github.com/resmo/ansible-cloudstack
>> 
> 
> 
> 
> -- 
> 
> Andrija Panić



Re: How to configure cloudstack for public use

2015-09-29 Thread Todd Pigram
Luis, 

As some who bypasses the VR and uses pfsense, I highly recommend that you use 
ADV zones and use true public IP on the public interface. 

In my case I was required to create a custom VR that only has source NAT and an 
internal IP for public. The only issue is access to the console as you will be 
Nat'ing a source NAT. 
I have also had to do this with a Cisco Meraki MX80 and it has the same issues. 





Sent from my iPhone

> On Sep 29, 2015, at 2:50 PM, Vadim Kimlaychuk  wrote:
> 
> Luis,
> 
> Cloudstack is already meant to be public cloud provider software. There 
> is no specific configuration for that. It has its own limitations, but 
> majority of the tasks can be accomplished out of the box (I mean NAT, SNAT, 
> IP allocation, firewall, user management, VM management, etc.).
> 
> Basic zone provides simple network architecture for the clients while 
> advance zone has VPC option to offer. If you are going to offer IAAS -- you 
> should implement advanced zone. Advance zone is more complicated.
> 
> External hardware devices may improve your set-up or performance, but for 
> PfSence there is no plug-in for cloudstack available so you can't manage it 
> from CS. I can't say if it is worth to use it at your future set-up. 
> Cloudstack manages public IPs and does NAT, so you hardly need anything else 
> to do it. For VPC you need external switch that manages VLANS. May be you can 
> use pfSence for that.
> 
>  Regards,
> 
> Vadim
> 
>> On 2015-09-29 17:01, Luis wrote:
>> 
>> Hi
>> I hope you can help me or give me an idea with this request
>> I have a client requesting me to install cloudstack but the client wants to 
>> be able to do what a norma ISP does when selling a VM, let users choose what 
>> they want and assign publics IP.
>> I will appreciate your comments or ideas.
>> This are a couple of questions I have.1.- Should I use advance zone for the 
>> Installation?2.- Can I use a pool of Public IP on cloudstack to be assigned 
>> on VM facing Internet?3.- I have PFSense in front of Cloudstack, should I 
>> let it handle the Public IP's and nat to a private IP?4.- Is there any open 
>> source tool that can monitor or limit the bandwidth for cloudstack?
>> Thank you for your help.


Re: Dynamic Scalable Template issue

2015-09-15 Thread Todd Pigram
Is this fixed in 4.5.1 as the issue is not listed in the release notes under 
CS-27425/CS-21217?

As a FYI, on the one VM the new tools worked but not on any others. I had to 
set ‘enable.dynamic.scale.vm’ to false, restart management service. Then I have 
to shutdown the instance. then start, to get the right memory. A reboot doesn’t 
fix it.




Todd Pigram
http://about.me/ToddPigram <http://about.me/ToddPigram>
www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
@pigram86 on twitter
https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
Mobile - 216-224-5769

PGP Public Key <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> On Sep 15, 2015, at 11:11 AM, Somesh Naidu <somesh.na...@citrix.com> wrote:
> 
> A similar issue is listed in CCP 4.5 release notes – look for 
> “CS-27425/CS-21217”.
> 
> Somesh
> CloudPlatform Escalations
> Citrix Systems, Inc.
> 
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: Wednesday, September 09, 2015 11:22 AM
> To: CloudStack Users
> Subject: Re: Dynamic Scalable Template issue
> 
> Well its seems to be a XS Tools issue. I am waiting to here back from support 
> on the ‘Official’ word, but with the new tools installed and the Dynamic 
> Scalable option set, I am currently running like I was before the upgrade to 
> CCP 4.3.0.2.
> 
> At this point it is closed.
> 
> Thanks for the help.
> 
> Todd Pigram
> http://about.me/ToddPigram
> www.linkedin.com/in/toddpigram/<http://www.linkedin.com/in/toddpigram/>
> @pigram86 on twitter
> https://plus.google.com/+ToddPigram86
> Mobile - 216-224-5769
> 
> PGP Public Key<http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> 
> On Sep 9, 2015, at 10:53 AM, Vadim Kimlaychuk 
> <va...@kickcloud.net<mailto:va...@kickcloud.net>> wrote:
> 
> Todd,
> 
>   Is VM guest shows the correct amount of RAM? Is this issue resolved?
> 
> Vadim.
> 
> On 2015-09-09 15:34, Todd Pigram wrote:
> 
> 
> Vadium,
> Yes to both with the new tools from XS62ESP1028. Both Windows and CentOS have 
> 'Dynamic Scalable' Option selected and in XenCenter they show the correct RAM.
> Todd Pigram
> http://about.me/ToddPigram [1]
> www.linkedin.com/in/toddpigram/<http://www.linkedin.com/in/toddpigram/> [2] 
> @pigram86 on twitter
> https://plus.google.com/+ToddPigram86 [3] Mobile - 216-224-5769
> PGP Public Key [4]
> On Sep 9, 2015, at 2:49 AM, Vadim Kimlaychuk 
> <va...@kickcloud.net<mailto:va...@kickcloud.net>> wrote:
> Todd,
> Have you tried to do the following manual tests on the cluster where you have 
> problem:
> 1. Dynamically scalable with CentOS ?
> 2. Dynamically scalable with Windows ?
> What do they show as available RAM?
> Regards,
> On 2015-09-08 19:44, Todd Pigram wrote:
> Vadium,
> After installing XS62ESP1028 via CLI (no reboot on hosts yet) and building an 
> Centos65 instance w/o 'Dynamic Scalable' option checked, it showed right in 
> XenCenter. I installed the new tools from (XS62ESP1028) and still good. I 
> created a template from this instance. Deployed said template, and the memory 
> is still good in XenCenter.
> I tested on a Windows VM and it is the same with the new tools, however, as 
> this particular tenant bypasses the virtual router, I have to reboot twice 
> and reset networking as the new XenTools reset the networking stack.
> Todd Pigram
> http://about.me/ToddPigram [1] [1]
> www.linkedin.com/in/toddpigram/<http://www.linkedin.com/in/toddpigram/> [2] 
> [2] @pigram86 on twitter
> https://plus.google.com/+ToddPigram86 [3] [3] Mobile - 216-224-5769
> PGP Public Key [4]
> On Sep 6, 2015, at 4:57 AM, Vadim Kimlaychuk 
> <va...@kickcloud.net<mailto:va...@kickcloud.net>> wrote:
> Todd,
> Can you try Linux template with same dynamic scale option on the same pool? I 
> wonder if there is a problem with Windows or any guest OS.
> Regards,
> Vadim.
> On 2015-09-05 21:04, Todd Pigram wrote:
> Vadium
> That makes sense. I will see if I can replicate the issue in a lab. But given 
> the holiday weekend, might not be until next week
> On Saturday, September 5, 2015, Vadim Kimlaychuk 
> <va...@kickcloud.net<mailto:va...@kickcloud.net>> wrote:
> Todd,
> I have seeing similar problem with Xen 4.1 (not XenServer). Linux guests were 
> able to see (and use) entire host resources on any guest VM. That was a bug 
> of configuration. If you think about what could be different after CS update 
> - it could be VM registration procedure. Still guest VM should not be able to 
> see static max. Your XenCenter shows that effective dynamic VM memory size is 
> 8Gb while maximium is 32Gb. So CS co

Re: Dynamic Scalable Template issue

2015-09-15 Thread Todd Pigram
I understand this but in the case of MS SQL it will use all the memory that
is available to Windows. As in my case a DDC with SQL was using 31.5gb of
ram while looking in perfmon. But the system offering was limited to 8GB.

Basically Dynamic Scales works but is bad for SQL servers. I just turned it
off.

On Tuesday, September 15, 2015, Somesh Naidu <somesh.na...@citrix.com>
wrote:

> Well, that defect is considered a doc defect from CCP/CS perspective so
> there are no code changes involved. After listing the limitation in the CCP
> 4.5 release notes the defect is marked as fixed.
>
>
>
> The behavior is controlled/affected by how XS DMC works and how Windows
> guests view available memory. Windows guests always see static-max whereas
> the usable memory (allowed by Xen) for the guest can never exceed
> dynamic-max. In case of dynamic scaling, CCP/CS sets static-max higher (4
> times dynamic-min) than dynamic-max. The memory represented by static-max –
> dynamic-max is occupied by XS balloon driver (contained in the XS tools)
> which inflates/deflates based on dynamic memory scaling requests.
>
>
>
> Essentially, what Windows guests reports as available memory is incorrect.
> The functionality itself isn’t affected, that is, the actual memory
> available to the Windows guest is correct.
>
>
>
> Somesh
>
> CloudPlatform Escalations
>
> Citrix Systems, Inc.
>
>
>
> *From:* Todd Pigram [mailto:t...@toddpigram.com
> <javascript:_e(%7B%7D,'cvml','t...@toddpigram.com');>]
> *Sent:* Tuesday, September 15, 2015 11:33 AM
> *To:* Somesh Naidu
> *Cc:* CloudStack Users
> *Subject:* Re: Dynamic Scalable Template issue
>
>
>
> Is this fixed in 4.5.1 as the issue is not listed in the release notes
> under CS-27425/CS-21217?
>
>
>
> As a FYI, on the one VM the new tools worked but not on any others. I had
> to set ‘enable.dynamic.scale.vm’ to false, restart management service. Then
> I have to shutdown the instance. then start, to get the right memory. A
> reboot doesn’t fix it.
>
>
>
>
>
>
>
> Todd Pigram
> http://about.me/ToddPigram
> www.linkedin.com/in/toddpigram/
>
> @pigram86 on twitter
> https://plus.google.com/+ToddPigram86
>
> Mobile - 216-224-5769
>
>
>
> PGP Public Key
> <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
>
>
>
> On Sep 15, 2015, at 11:11 AM, Somesh Naidu <somesh.na...@citrix.com
> <javascript:_e(%7B%7D,'cvml','somesh.na...@citrix.com');>> wrote:
>
>
>
> A similar issue is listed in CCP 4.5 release notes – look for
> “CS-27425/CS-21217”.
>
> Somesh
> CloudPlatform Escalations
> Citrix Systems, Inc.
>
> From: Todd Pigram [mailto:t...@toddpigram.com
> <javascript:_e(%7B%7D,'cvml','t...@toddpigram.com');>]
> Sent: Wednesday, September 09, 2015 11:22 AM
> To: CloudStack Users
> Subject: Re: Dynamic Scalable Template issue
>
> Well its seems to be a XS Tools issue. I am waiting to here back from
> support on the ‘Official’ word, but with the new tools installed and the
> Dynamic Scalable option set, I am currently running like I was before the
> upgrade to CCP 4.3.0.2.
>
> At this point it is closed.
>
> Thanks for the help.
>
> Todd Pigram
> http://about.me/ToddPigram
> www.linkedin.com/in/toddpigram/<http://www.linkedin.com/in/toddpigram/
> <http://www.linkedin.com/in/toddpigram/%3chttp:/www.linkedin.com/in/toddpigram/>
> >
> @pigram86 on twitter
> https://plus.google.com/+ToddPigram86
> Mobile - 216-224-5769
>
> PGP Public Key<
> http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
>
> On Sep 9, 2015, at 10:53 AM, Vadim Kimlaychuk <
> va...@kickcloud.net<mailto:va...@kickcloud.net
> <javascript:_e(%7B%7D,'cvml','va...@kickcloud.net%5Cx3cmailto:va...@kickcloud.net');>>>
> wrote:
>
> Todd,
>
>   Is VM guest shows the correct amount of RAM? Is this issue resolved?
>
> Vadim.
>
> On 2015-09-09 15:34, Todd Pigram wrote:
>
>
> Vadium,
> Yes to both with the new tools from XS62ESP1028. Both Windows and CentOS
> have 'Dynamic Scalable' Option selected and in XenCenter they show the
> correct RAM.
> Todd Pigram
> http://about.me/ToddPigram [1]
> www.linkedin.com/in/toddpigram/<http://www.linkedin.com/in/toddpigram/
> <http://www.linkedin.com/in/toddpigram/%3chttp:/www.linkedin.com/in/toddpigram/>>
> [2] @pigram86 on twitter
> https://plus.google.com/+ToddPigram86 [3] Mobile - 216-224-5769
> PGP Public Key [4]
> On Sep 9, 2015, at 2:49 AM, Vadim Kimlaychuk <
> va...@kickcloud.net<mailto:va...@kickcloud.net
> <javascript:_e(%7B%7D,'cvml','va...@kickcloud.net%5Cx3cmailto:va...@kickcloud.net');&

Re: Dynamic Scalable Template issue

2015-09-09 Thread Todd Pigram
Vadium,

Yes to both with the new tools from XS62ESP1028. Both Windows and CentOS have 
‘Dynamic Scalable’ Option selected and in XenCenter they show the correct RAM.


Todd Pigram
http://about.me/ToddPigram <http://about.me/ToddPigram>
www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
@pigram86 on twitter
https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
Mobile - 216-224-5769

PGP Public Key <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> On Sep 9, 2015, at 2:49 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
> 
> Todd,
> 
>   Have you tried to do the following manual tests on the cluster where 
> you have problem:
>1. Dynamically scalable with CentOS ?
>2. Dynamically scalable with Windows ?
> 
>   What do they show as available RAM?
> 
> Regards,
> 
> On 2015-09-08 19:44, Todd Pigram wrote:
> 
>> Vadium,
>> After installing XS62ESP1028 via CLI (no reboot on hosts yet) and building 
>> an Centos65 instance w/o 'Dynamic Scalable' option checked, it showed right 
>> in XenCenter. I installed the new tools from (XS62ESP1028) and still good. I 
>> created a template from this instance. Deployed said template, and the 
>> memory is still good in XenCenter.
>> I tested on a Windows VM and it is the same with the new tools, however, as 
>> this particular tenant bypasses the virtual router, I have to reboot twice 
>> and reset networking as the new XenTools reset the networking stack.
>> Todd Pigram
>> http://about.me/ToddPigram [1]
>> www.linkedin.com/in/toddpigram/ [2] @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] Mobile - 216-224-5769
>> PGP Public Key [4]
>> On Sep 6, 2015, at 4:57 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> Can you try Linux template with same dynamic scale option on the same pool? 
>> I wonder if there is a problem with Windows or any guest OS.
>> Regards,
>> Vadim.
>> On 2015-09-05 21:04, Todd Pigram wrote:
>> Vadium
>> That makes sense. I will see if I can replicate the issue in a lab. But 
>> given the holiday weekend, might not be until next week
>> On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> I have seeing similar problem with Xen 4.1 (not XenServer). Linux guests 
>> were able to see (and use) entire host resources on any guest VM. That was a 
>> bug of configuration. If you think about what could be different after CS 
>> update - it could be VM registration procedure. Still guest VM should not be 
>> able to see static max. Your XenCenter shows that effective dynamic VM 
>> memory size is 8Gb while maximium is 32Gb. So CS configured VM guest 
>> correctly. This is problem of hypervisor <-> guest VM communitcation. That 
>> is why I asked you to try to register VM manually. I believe you will have 
>> the same result. Than means your server pool of XS62ESP1027 is broken. 3 
>> other pools are not. I see no reason to update to 4.5.1, because I think 
>> this is not the problem of CS, but particularly this XenServer pool + this 
>> type of Windows guest (if other templates with dynamic offer are good).
>> Vadim.
>> On 2015-09-05 14:45, Todd Pigram wrote:
>> Vadim
>> I have 3 other pools (1 XS6.2sp1 and 2x xs65sp1) I have no issue with these.
>> Based on the Design doc, what i was experiencing is by design. Ok I will 
>> turn it off.
>> But now my question is, why on 4.3 I didn't have this issue but after 
>> installing 4.3.0.2 it changed.
>> Was 4.3 broken or is 4.3.0.2? Will upgrading to CCP 4.5.1 will be better?
>> If this is truely by design, I will not be able to use dynamic scalable for 
>> my windows instances
>> On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> You may try to create VM at XenServer without CloudStack just using XE tool 
>> (or XenCenter). If your manually created VM with static max <> dynamic max 
>> will be OK, then there is a problem with Cloudstack.
>> Vadim.
>> On 2015-09-04 21:51, Todd Pigram wrote:
>> Latest as of XS62ESP1027. I know XS62ESP1028 comes with new XenTools.
>> On Friday, September 4, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> I am afraid this issue has nothing to do with Cloudstack. If VM "sees"
>> maximum memory size available instead of effective -- this is problem of
>> hypervisor and/or guest utilities. Do you have guest utilities that come
>> with XenServer version or older in your template?
>> Vadim.
>> On 2015-09-04 19:34, Tod

Re: Dynamic Scalable Template issue

2015-09-09 Thread Todd Pigram
Well its seems to be a XS Tools issue. I am waiting to here back from support 
on the ‘Official’ word, but with the new tools installed and the Dynamic 
Scalable option set, I am currently running like I was before the upgrade to 
CCP 4.3.0.2.

At this point it is closed.

Thanks for the help.


Todd Pigram
http://about.me/ToddPigram <http://about.me/ToddPigram>
www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
@pigram86 on twitter
https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
Mobile - 216-224-5769

PGP Public Key <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> On Sep 9, 2015, at 10:53 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
> 
> Todd,
> 
>Is VM guest shows the correct amount of RAM? Is this issue resolved?
> 
> Vadim.
> 
> On 2015-09-09 15:34, Todd Pigram wrote:
> 
>> Vadium,
>> Yes to both with the new tools from XS62ESP1028. Both Windows and CentOS 
>> have 'Dynamic Scalable' Option selected and in XenCenter they show the 
>> correct RAM.
>> Todd Pigram
>> http://about.me/ToddPigram [1]
>> www.linkedin.com/in/toddpigram/ [2] @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] Mobile - 216-224-5769
>> PGP Public Key [4]
>> On Sep 9, 2015, at 2:49 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> Have you tried to do the following manual tests on the cluster where you 
>> have problem:
>> 1. Dynamically scalable with CentOS ?
>> 2. Dynamically scalable with Windows ?
>> What do they show as available RAM?
>> Regards,
>> On 2015-09-08 19:44, Todd Pigram wrote:
>> Vadium,
>> After installing XS62ESP1028 via CLI (no reboot on hosts yet) and building 
>> an Centos65 instance w/o 'Dynamic Scalable' option checked, it showed right 
>> in XenCenter. I installed the new tools from (XS62ESP1028) and still good. I 
>> created a template from this instance. Deployed said template, and the 
>> memory is still good in XenCenter.
>> I tested on a Windows VM and it is the same with the new tools, however, as 
>> this particular tenant bypasses the virtual router, I have to reboot twice 
>> and reset networking as the new XenTools reset the networking stack.
>> Todd Pigram
>> http://about.me/ToddPigram [1] [1]
>> www.linkedin.com/in/toddpigram/ [2] [2] @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] [3] Mobile - 216-224-5769
>> PGP Public Key [4]
>> On Sep 6, 2015, at 4:57 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> Can you try Linux template with same dynamic scale option on the same pool? 
>> I wonder if there is a problem with Windows or any guest OS.
>> Regards,
>> Vadim.
>> On 2015-09-05 21:04, Todd Pigram wrote:
>> Vadium
>> That makes sense. I will see if I can replicate the issue in a lab. But 
>> given the holiday weekend, might not be until next week
>> On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> I have seeing similar problem with Xen 4.1 (not XenServer). Linux guests 
>> were able to see (and use) entire host resources on any guest VM. That was a 
>> bug of configuration. If you think about what could be different after CS 
>> update - it could be VM registration procedure. Still guest VM should not be 
>> able to see static max. Your XenCenter shows that effective dynamic VM 
>> memory size is 8Gb while maximium is 32Gb. So CS configured VM guest 
>> correctly. This is problem of hypervisor <-> guest VM communitcation. That 
>> is why I asked you to try to register VM manually. I believe you will have 
>> the same result. Than means your server pool of XS62ESP1027 is broken. 3 
>> other pools are not. I see no reason to update to 4.5.1, because I think 
>> this is not the problem of CS, but particularly this XenServer pool + this 
>> type of Windows guest (if other templates with dynamic offer are good).
>> Vadim.
>> On 2015-09-05 14:45, Todd Pigram wrote:
>> Vadim
>> I have 3 other pools (1 XS6.2sp1 and 2x xs65sp1) I have no issue with these.
>> Based on the Design doc, what i was experiencing is by design. Ok I will 
>> turn it off.
>> But now my question is, why on 4.3 I didn't have this issue but after 
>> installing 4.3.0.2 it changed.
>> Was 4.3 broken or is 4.3.0.2? Will upgrading to CCP 4.5.1 will be better?
>> If this is truely by design, I will not be able to use dynamic scalable for 
>> my windows instances
>> On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> You

Re: Dynamic Scalable Template issue

2015-09-08 Thread Todd Pigram
Vadium,

After installing XS62ESP1028 via CLI (no reboot on hosts yet) and building an 
Centos65 instance w/o ‘Dynamic Scalable’ option checked, it showed right in 
XenCenter. I installed the new tools from (XS62ESP1028) and still good. I 
created a template from this instance. Deployed said template, and the memory 
is still good in XenCenter.

I tested on a Windows VM and it is the same with the new tools, however, as 
this particular tenant bypasses the virtual router, I have to reboot twice and 
reset networking as the new XenTools reset the networking stack.


Todd Pigram
http://about.me/ToddPigram <http://about.me/ToddPigram>
www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
@pigram86 on twitter
https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
Mobile - 216-224-5769

PGP Public Key <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> On Sep 6, 2015, at 4:57 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
> 
> Todd,
> 
>  Can you try Linux template with same dynamic scale option on the same 
> pool? I wonder if there is a problem with Windows or any guest OS.
> 
> Regards,
> 
> Vadim.
> 
> On 2015-09-05 21:04, Todd Pigram wrote:
> 
>> Vadium
>> That makes sense. I will see if I can replicate the issue in a lab. But 
>> given the holiday weekend, might not be until next week
>> On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> I have seeing similar problem with Xen 4.1 (not XenServer). Linux guests 
>> were able to see (and use) entire host resources on any guest VM. That was a 
>> bug of configuration. If you think about what could be different after CS 
>> update - it could be VM registration procedure. Still guest VM should not be 
>> able to see static max. Your XenCenter shows that effective dynamic VM 
>> memory size is 8Gb while maximium is 32Gb. So CS configured VM guest 
>> correctly. This is problem of hypervisor <-> guest VM communitcation. That 
>> is why I asked you to try to register VM manually. I believe you will have 
>> the same result. Than means your server pool of XS62ESP1027 is broken. 3 
>> other pools are not. I see no reason to update to 4.5.1, because I think 
>> this is not the problem of CS, but particularly this XenServer pool + this 
>> type of Windows guest (if other templates with dynamic offer are good).
>> Vadim.
>> On 2015-09-05 14:45, Todd Pigram wrote:
>> Vadim
>> I have 3 other pools (1 XS6.2sp1 and 2x xs65sp1) I have no issue with these.
>> Based on the Design doc, what i was experiencing is by design. Ok I will 
>> turn it off.
>> But now my question is, why on 4.3 I didn't have this issue but after 
>> installing 4.3.0.2 it changed.
>> Was 4.3 broken or is 4.3.0.2? Will upgrading to CCP 4.5.1 will be better?
>> If this is truely by design, I will not be able to use dynamic scalable for 
>> my windows instances
>> On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> Todd,
>> You may try to create VM at XenServer without CloudStack just using XE tool 
>> (or XenCenter). If your manually created VM with static max <> dynamic max 
>> will be OK, then there is a problem with Cloudstack.
>> Vadim.
>> On 2015-09-04 21:51, Todd Pigram wrote:
>> Latest as of XS62ESP1027. I know XS62ESP1028 comes with new XenTools.
>> On Friday, September 4, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
>> I am afraid this issue has nothing to do with Cloudstack. If VM "sees"
>> maximum memory size available instead of effective -- this is problem of
>> hypervisor and/or guest utilities. Do you have guest utilities that come
>> with XenServer version or older in your template?
>> Vadim.
>> On 2015-09-04 19:34, Todd Pigram wrote:
>> Ok. After rebooting the instance still no change after disabling globally. I 
>> modified all my templates to remove 'Dynamic Scalable', then I have to
>> shutdown every instance and unselect 'Dynamic Scalable', then restart for
>> it to be correct.
>> This may need to be looked at closer for a Windows/XenDesktop(XenApp)
>> environment as MS SQL will consume all the RAM windows sees.
>> My other question is why CCP 4.3 (which is certified for Citrix Ready for
>> IaaS for XD) didn't have this issue until I upgraded to 4.3.0.2 in July.
>> This feature was released in 4.2.
>> Thanks for all the help.
>> Todd Pigram
>> http://about.me/ToddPigram <http://about.me/ToddPigram> [1] [1] [1] [1 [1]] 
>> <http://about.me/ToddPigram [1] [1] [1] [1 [1]] 
>> <http://about.me/Todd

Re: Dynamic Scalable Template issue

2015-09-05 Thread Todd Pigram
Vadim

I have 3 other pools (1 XS6.2sp1 and 2x xs65sp1)  I have no issue with
these.

Based on the Design doc, what i was experiencing is by design. Ok I will
turn it off.

But now my question is, why on 4.3 I didn't have this issue but after
installing 4.3.0.2 it changed.

Was 4.3 broken or is 4.3.0.2? Will upgrading to CCP 4.5.1 will be better?

If this is truely by design, I will not be able to use dynamic scalable for
my windows instances

On Saturday, September 5, 2015, Vadim Kimlaychuk <va...@kickcloud.net>
wrote:

> Todd,
>
>You may try to create VM at XenServer without CloudStack just using
> XE tool (or XenCenter). If your manually created VM with static max <>
> dynamic max will be OK, then there is a problem with Cloudstack.
>
> Vadim.
>
> On 2015-09-04 21:51, Todd Pigram wrote:
>
> Latest as of XS62ESP1027. I know XS62ESP1028 comes with new XenTools.
>>
>> On Friday, September 4, 2015, Vadim Kimlaychuk <va...@kickcloud.net>
>> wrote:
>>
>> I am afraid this issue has nothing to do with Cloudstack. If VM "sees"
>> maximum memory size available instead of effective -- this is problem of
>> hypervisor and/or guest utilities. Do you have guest utilities that come
>> with XenServer version or older in your template?
>>
>> Vadim.
>>
>> On 2015-09-04 19:34, Todd Pigram wrote:
>>
>> Ok. After rebooting the instance still no change after disabling
>> globally. I modified all my templates to remove 'Dynamic Scalable', then I
>> have to
>> shutdown every instance and unselect 'Dynamic Scalable', then restart for
>> it to be correct.
>>
>> This may need to be looked at closer for a Windows/XenDesktop(XenApp)
>> environment as MS SQL will consume all the RAM windows sees.
>>
>> My other question is why CCP 4.3 (which is certified for Citrix Ready for
>> IaaS for XD) didn't have this issue until I upgraded to 4.3.0.2 in July.
>> This feature was released in 4.2.
>>
>> Thanks for all the help.
>>
>> Todd Pigram
>> http://about.me/ToddPigram [1] [1 [1]] <http://about.me/ToddPigram [1]
>> [1 [1]]>
>> www.linkedin.com/in/toddpigram/ [2] [2 [2]] <
>> http://www.linkedin.com/in/toddpigram/ [2] [2 [2]]>
>> @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] [3 [3]] <
>> https://plus.google.com/+ToddPigram86 [3] [3 [3]]>
>> Mobile - 216-224-5769
>>
>> PGP Public Key <
>> http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB [4] [4
>> [5]]> On
>> Sep 4, 2015, at 12:04 PM, Todd Pigram <t...@toddpigram.com> wrote:
>>
>> Thanks.
>>
>> Just funny that on CCP 4.3 it wasn't an issue and only after upgrading to
>> 4.3.0.2 and a host reboot did it change my instances.
>>
>> This issue is that the instance below is a SQL server. As Windows see
>> 32GB, it shows the used RAM in windows as 31.6GB. The Server only has 8GB.
>> That is what really is the issue. Causing slowness for my users.
>>
>> I have set 'enable.dynamic.scale.vm' to false and restarted
>> cloudstack-management. I will reboot an instance that is out of prod and
>> let you know the results.
>>
>> Todd Pigram
>> http://about.me/ToddPigram [1] [1 [1]] <http://about.me/ToddPigram [1]
>> [1 [1]]>
>> www.linkedin.com/in/toddpigram/ [2] [2 [2]] <
>> http://www.linkedin.com/in/toddpigram/ [2] [2 [2]]>
>> @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] [3 [3]] <
>> https://plus.google.com/+ToddPigram86 [3] [3 [3]]>
>> Mobile - 216-224-5769
>>
>> PGP Public Key <
>> http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB [4] [4
>> [5]]> On
>> Sep 4, 2015, at 11:41 AM, Vadim Kimlaychuk <va...@kickcloud.net > va...@kickcloud.net>> wrote:
>>
>> Hello Todd,
>>
>> If I understood you correctly, you wonder why you have static max as 4x
>> of the offering, isn't it? This article should answer your question:
>>
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver
>> [6]
>> [5] <
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver
>> [6]
>> [5]>
>>
>> Look chapter for XenServer changes. As it is stated there: static max =
>> f_min (4 * service_offering) / memory_overprovisioning_of_cluster
>>
>> Regards,
>>
>> Vadim.
>>
>> On 2015-09-04 17:41, Todd Pigram wrote:
>>
>> Just wondering if anyone has 

Status of CloudStack DBaaS

2015-09-05 Thread Todd Pigram
I would look at CumuLogic as it integrates with CloudStack easily.
http://www.cumulogic.com


On Saturday, September 5, 2015, Traiano Welcome <trai...@gmail.com
<javascript:_e(%7B%7D,'cvml','trai...@gmail.com');>> wrote:

> On Sat, Sep 5, 2015 at 3:58 PM, Yitao Jiang <jiangyt...@gmail.com> wrote:
> > AFAIK, cloudstack much like Nova of Openstack mainly focus on
> > Infrastructure , but  i think you can integrate Cloudstack with Trove
> > easily as it is just a scheduler talking to IaaS with api
> >
>
> Has anyone tried this before?
>
> I doubt it will be easy though. Moreover, it will mean that for
> CloudStack to offer DBaaS it would have to tie itself to the
> development of Trove.
>
>
> > On Sat, Sep 5, 2015 at 12:23 AM, Traiano Welcome <trai...@gmail.com>
> wrote:
> >
> >> Hi List
> >>
> >>  What is the current status of Cloudstack DBaaS ?
> >>  Is there anything like OpenStack's Trove on the roadmap?
> >>
> >> Thanks,
> >> Traiano
> >>
> >
> >
> >
> > --
> >
> > Regards,
> >
> > Yitao
> > jiangyt.github.io
>


-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769

PGP Public Key
<http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>


Re: Dynamic Scalable Template issue

2015-09-04 Thread Todd Pigram
Thanks.

Just funny that on CCP 4.3 it wasn’t an issue and only after upgrading to 
4.3.0.2 and a host reboot did it change my instances.

This issue is that the instance below is a SQL server. As Windows see 32GB, it 
shows the used RAM in windows as 31.6GB. The Server only has 8GB. That is what 
really is the issue. Causing slowness for my users.

I have set ‘enable.dynamic.scale.vm’  to false and restarted 
cloudstack-management. I will reboot an instance that is out of prod and let 
you know the results.

Todd Pigram
http://about.me/ToddPigram <http://about.me/ToddPigram>
www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
@pigram86 on twitter
https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
Mobile - 216-224-5769

PGP Public Key <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> On Sep 4, 2015, at 11:41 AM, Vadim Kimlaychuk <va...@kickcloud.net> wrote:
> 
> Hello Todd,
> 
>If I understood you correctly, you wonder why you have static max as 4x of 
> the offering, isn't it?  This article should answer your question:
> 
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver
> 
>Look chapter for XenServer changes. As it is stated there: static max = 
> f_min (4 * service_offering) / memory_overprovisioning_of_cluster
> 
> Regards,
> 
> Vadim.
> 
> 
> On 2015-09-04 17:41, Todd Pigram wrote:
> 
>> Just wondering if anyone has seen similar. I already have a case open. But 
>> seeing if the forum has an answer?
>> Issue, Upgraded to CCP 4.3.0.2 back in July. Afterwards everything was 
>> great. Hosts rebooted two weeks ago. Any instance built with a template with 
>> Dynamic Scalable set to yes, shows in XenCenter as min/max memory as what 
>> system offering is but has a Static Max of 4x the RAM.
>> Screen shot of instance built from template with Dynamic Scalable = yes
>> https://picasaweb.google.com/lh/photo/8AoU3kQRQjZccdnUrrAIAXjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>  [1]
>> XenCenter of same instance
>> https://picasaweb.google.com/lh/photo/IATy1WmgkbdYHtfzpOcqVnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>  [2]
>> In Windows 2012r2 sees Static Max
>> https://picasaweb.google.com/lh/photo/AQ_xkMQhmBsJuKALKJ5vBnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>  [3]
>> Now if I build a new w2012r2 template without Dynamic Scalable, it works as 
>> it should. But I lose the ability to Dynamically scale.
>> Screenshots of instance built form template without Dynamic Scaling and also 
>> in XC
>> https://picasaweb.google.com/lh/photo/3DorqjATJilaUl-B1_7B_3jKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>  [4]
>> https://picasaweb.google.com/lh/photo/QSMuaRocZjk8imkHjfuEH3jKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>  [5]
>> Anyone aware if this is fixed in CCP/ACS 4.5.1? Has anyone seen this?
>> The XenServer Hosts are patched through XS62ESP1027.
>> Todd Pigram
>> http://about.me/ToddPigram [6]
>> www.linkedin.com/in/toddpigram/ [7] @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [8] Mobile - 216-224-5769
>> PGP Public Key [9]
> 
> 
> 
> Links:
> --
> [1] 
> https://picasaweb.google.com/lh/photo/8AoU3kQRQjZccdnUrrAIAXjKBWkv3JXG-X1pm5S52Ks?feat=directlink
> [2] 
> https://picasaweb.google.com/lh/photo/IATy1WmgkbdYHtfzpOcqVnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
> [3] 
> https://picasaweb.google.com/lh/photo/AQ_xkMQhmBsJuKALKJ5vBnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
> [4] 
> https://picasaweb.google.com/lh/photo/3DorqjATJilaUl-B1_7B_3jKBWkv3JXG-X1pm5S52Ks?feat=directlink
> [5] 
> https://picasaweb.google.com/lh/photo/QSMuaRocZjk8imkHjfuEH3jKBWkv3JXG-X1pm5S52Ks?feat=directlink
> [6] http://about.me/ToddPigram
> [7] http://www.linkedin.com/in/toddpigram/
> [8] https://plus.google.com/+ToddPigram86
> [9] http://pgp.mit.edu/pks/lookup?op=getsearch=0x96B7B0F0C55933BB



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Dynamic Scalable Template issue

2015-09-04 Thread Todd Pigram
Ok. After rebooting the instance still no change after disabling globally. I 
modified all my templates to remove ‘Dynamic Scalable’,  then I have to 
shutdown every instance and unselect ‘Dynamic Scalable’, then restart for it to 
be correct.

This may need to be looked at closer for a Windows/XenDesktop(XenApp) 
environment as MS SQL will consume all the RAM windows sees.

My other question is why CCP 4.3 (which is certified for Citrix Ready for IaaS 
for XD) didn’t have this issue until I upgraded to 4.3.0.2 in July. This 
feature was released in 4.2…..


Thanks for all the help. 

Todd Pigram
http://about.me/ToddPigram <http://about.me/ToddPigram>
www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
@pigram86 on twitter
https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
Mobile - 216-224-5769

PGP Public Key <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
> On Sep 4, 2015, at 12:04 PM, Todd Pigram <t...@toddpigram.com> wrote:
> 
> Thanks. 
> 
> Just funny that on CCP 4.3 it wasn’t an issue and only after upgrading to 
> 4.3.0.2 and a host reboot did it change my instances.
> 
> This issue is that the instance below is a SQL server. As Windows see 32GB, 
> it shows the used RAM in windows as 31.6GB. The Server only has 8GB. That is 
> what really is the issue. Causing slowness for my users.
> 
> I have set ‘enable.dynamic.scale.vm’  to false and restarted 
> cloudstack-management. I will reboot an instance that is out of prod and let 
> you know the results.  
> 
> Todd Pigram
> http://about.me/ToddPigram <http://about.me/ToddPigram>
> www.linkedin.com/in/toddpigram/ <http://www.linkedin.com/in/toddpigram/>
> @pigram86 on twitter
> https://plus.google.com/+ToddPigram86 <https://plus.google.com/+ToddPigram86>
> Mobile - 216-224-5769
> 
> PGP Public Key 
> <http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB>
>> On Sep 4, 2015, at 11:41 AM, Vadim Kimlaychuk <va...@kickcloud.net 
>> <mailto:va...@kickcloud.net>> wrote:
>> 
>> Hello Todd,
>> 
>>If I understood you correctly, you wonder why you have static max as 4x 
>> of the offering, isn't it?  This article should answer your question:
>> 
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver
>>  
>> <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver>
>> 
>>Look chapter for XenServer changes. As it is stated there: static max = 
>> f_min (4 * service_offering) / memory_overprovisioning_of_cluster
>> 
>> Regards,
>> 
>> Vadim.
>> 
>> 
>> On 2015-09-04 17:41, Todd Pigram wrote:
>> 
>>> Just wondering if anyone has seen similar. I already have a case open. But 
>>> seeing if the forum has an answer?
>>> Issue, Upgraded to CCP 4.3.0.2 back in July. Afterwards everything was 
>>> great. Hosts rebooted two weeks ago. Any instance built with a template 
>>> with Dynamic Scalable set to yes, shows in XenCenter as min/max memory as 
>>> what system offering is but has a Static Max of 4x the RAM.
>>> Screen shot of instance built from template with Dynamic Scalable = yes
>>> https://picasaweb.google.com/lh/photo/8AoU3kQRQjZccdnUrrAIAXjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>>  
>>> <https://picasaweb.google.com/lh/photo/8AoU3kQRQjZccdnUrrAIAXjKBWkv3JXG-X1pm5S52Ks?feat=directlink>
>>>  [1]
>>> XenCenter of same instance
>>> https://picasaweb.google.com/lh/photo/IATy1WmgkbdYHtfzpOcqVnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>>  
>>> <https://picasaweb.google.com/lh/photo/IATy1WmgkbdYHtfzpOcqVnjKBWkv3JXG-X1pm5S52Ks?feat=directlink>
>>>  [2]
>>> In Windows 2012r2 sees Static Max
>>> https://picasaweb.google.com/lh/photo/AQ_xkMQhmBsJuKALKJ5vBnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>>  
>>> <https://picasaweb.google.com/lh/photo/AQ_xkMQhmBsJuKALKJ5vBnjKBWkv3JXG-X1pm5S52Ks?feat=directlink>
>>>  [3]
>>> Now if I build a new w2012r2 template without Dynamic Scalable, it works as 
>>> it should. But I lose the ability to Dynamically scale.
>>> Screenshots of instance built form template without Dynamic Scaling and 
>>> also in XC
>>> https://picasaweb.google.com/lh/photo/3DorqjATJilaUl-B1_7B_3jKBWkv3JXG-X1pm5S52Ks?feat=directlink
>>>  
>>> <https://picasaweb.google.com/lh/photo/3DorqjATJilaUl-B1_7B_3jKBWkv3JXG-X1pm5S52Ks?feat=directlink>
>>>  [4]
>>> https://picasaweb.google.com/lh/photo/QSMuaRocZj

Re: Dynamic Scalable Template issue

2015-09-04 Thread Todd Pigram
Latest as of XS62ESP1027. I know XS62ESP1028 comes with new XenTools.

On Friday, September 4, 2015, Vadim Kimlaychuk <va...@kickcloud.net> wrote:

> I am afraid this issue has nothing to do with Cloudstack. If VM "sees"
> maximum memory size available instead of effective -- this is problem of
> hypervisor and/or guest utilities. Do you have guest utilities that come
> with XenServer version or older in your template?
>
> Vadim.
>
> On 2015-09-04 19:34, Todd Pigram wrote:
>
> Ok. After rebooting the instance still no change after disabling globally.
>> I modified all my templates to remove 'Dynamic Scalable', then I have to
>> shutdown every instance and unselect 'Dynamic Scalable', then restart for
>> it to be correct.
>>
>> This may need to be looked at closer for a Windows/XenDesktop(XenApp)
>> environment as MS SQL will consume all the RAM windows sees.
>>
>> My other question is why CCP 4.3 (which is certified for Citrix Ready for
>> IaaS for XD) didn't have this issue until I upgraded to 4.3.0.2 in July.
>> This feature was released in 4.2.
>>
>> Thanks for all the help.
>>
>> Todd Pigram
>> http://about.me/ToddPigram [1] <http://about.me/ToddPigram [1]>
>> www.linkedin.com/in/toddpigram/ [2] <
>> http://www.linkedin.com/in/toddpigram/ [2]>
>> @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] <
>> https://plus.google.com/+ToddPigram86 [3]>
>> Mobile - 216-224-5769
>>
>> PGP Public Key <
>> http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB [4]> On
>> Sep 4, 2015, at 12:04 PM, Todd Pigram <t...@toddpigram.com> wrote:
>>
>> Thanks.
>>
>> Just funny that on CCP 4.3 it wasn't an issue and only after upgrading to
>> 4.3.0.2 and a host reboot did it change my instances.
>>
>> This issue is that the instance below is a SQL server. As Windows see
>> 32GB, it shows the used RAM in windows as 31.6GB. The Server only has 8GB.
>> That is what really is the issue. Causing slowness for my users.
>>
>> I have set 'enable.dynamic.scale.vm' to false and restarted
>> cloudstack-management. I will reboot an instance that is out of prod and
>> let you know the results.
>>
>> Todd Pigram
>> http://about.me/ToddPigram [1] <http://about.me/ToddPigram [1]>
>> www.linkedin.com/in/toddpigram/ [2] <
>> http://www.linkedin.com/in/toddpigram/ [2]>
>> @pigram86 on twitter
>> https://plus.google.com/+ToddPigram86 [3] <
>> https://plus.google.com/+ToddPigram86 [3]>
>> Mobile - 216-224-5769
>>
>> PGP Public Key <
>> http://pgp.mit.edu/pks/lookup?op=get=0x96B7B0F0C55933BB [4]> On
>> Sep 4, 2015, at 11:41 AM, Vadim Kimlaychuk <va...@kickcloud.net > va...@kickcloud.net>> wrote:
>>
>> Hello Todd,
>>
>> If I understood you correctly, you wonder why you have static max as 4x
>> of the offering, isn't it? This article should answer your question:
>>
>>
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver
>> [5] <
>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM#DynamicscalingofCPUandRAM-Xenserver
>> [5]>
>>
>> Look chapter for XenServer changes. As it is stated there: static max =
>> f_min (4 * service_offering) / memory_overprovisioning_of_cluster
>>
>> Regards,
>>
>> Vadim.
>>
>> On 2015-09-04 17:41, Todd Pigram wrote:
>>
>> Just wondering if anyone has seen similar. I already have a case open.
>> But seeing if the forum has an answer?
>> Issue, Upgraded to CCP 4.3.0.2 back in July. Afterwards everything was
>> great. Hosts rebooted two weeks ago. Any instance built with a template
>> with Dynamic Scalable set to yes, shows in XenCenter as min/max memory as
>> what system offering is but has a Static Max of 4x the RAM.
>> Screen shot of instance built from template with Dynamic Scalable = yes
>>
>> https://picasaweb.google.com/lh/photo/8AoU3kQRQjZccdnUrrAIAXjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>> [6] <
>> https://picasaweb.google.com/lh/photo/8AoU3kQRQjZccdnUrrAIAXjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>> [6]> [1 [6]]
>> XenCenter of same instance
>>
>> https://picasaweb.google.com/lh/photo/IATy1WmgkbdYHtfzpOcqVnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>> [7] <
>> https://picasaweb.google.com/lh/photo/IATy1WmgkbdYHtfzpOcqVnjKBWkv3JXG-X1pm5S52Ks?feat=directlink
>> [7]> [2 [7]]
>> In Windows 2012r2 sees Static Max
>>
>> http

Re: Backup Solution in Cloudstack

2015-02-02 Thread Todd Pigram
.
   *Disclaimer*
   Everything in this e-mail and any attachments relating to the official
   business of Datacentrix Holdings Ltd. and its subsidiaries
   ('Datacentrix')
   is proprietary to Datacentrix. It is confidential, legally privileged
   and protected by law. Datacentrix does not own and endorse any other
   content.
   Views and opinions are those of the sender unless clearly stated as
   being that of Datacentrix. The person addressed in the e-mail is the
   sole authorised recipient. Please notify the sender immediately if it
   has unintentionally reached you and do not read, disclose or use the
   content in any way. Datacentrix cannot assure that the integrity of
   this communication has been maintained nor that it is free of errors,
   virus, interception or interference.
   --
 



-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: SaaS or PaaS

2014-12-10 Thread Todd Pigram
CumuLogic is a nice tool for PaaS and it works with ACS and others

On Wednesday, December 10, 2014, José Egas López josee...@farmaenlace.com
wrote:

 Thank you!
 Those for IaaS, and for SaaS?

 *
 Regards,
 José

 *

 El 10/12/2014 a las 12:56, Vahric Muhtaryan escribió:

 Hello

 Many options and they are all depend what you would like to provide ,
 mostly linux or windows , Infra is not so important because of some
 softwares are create their own Infra for provider such things.

 http://www.pivotal.io/platform-as-a-service/pivotal-cf is an good option
 ,
 mostly linux based PAAS solution
 If you need for windows based environment Apprenda could be another option
 HP Helion Codar , I know that its working with every infra.

 Regards
 Vahric

 On 10/12/14 17:47, Nux! n...@li.nux.ro wrote:

  You can have a look at Openshift.
 I know it works on top of Openstack (not sure how well), possibly with
 ACS, too.

 There's also http://stratos.apache.org/ which is similar to Openshift,
 but seems more limited in what you can run.

 Disclaimer: I have experience with none of them

 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -

 From: José Egas López josee...@farmaenlace.com
 To: users@cloudstack.apache.org
 Sent: Wednesday, 10 December, 2014 12:48:07
 Subject: SaaS or PaaS
 Hi all, I have a little question.

 How can I offer Software as a Service or Platform as a Service? Is there
 anyway to offer it with ACS?
 Or, which is the platform or software (like ACS) for offering it?
 Thanks...
 --

 *Regards,
 José

 *






-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: Network without Virtual Router (2)

2014-08-08 Thread Todd Pigram
1. Create a new network offering with only 'Source NAT' using virtual
router.  - Has to have this or you won't be able to select from list when
selecting router on Isolated network creation.
2. Create a new domain(test)
3. Dedicate the VLAN to that domain (so if your guest network is 200-210)
dedicate 200-200 to test
4. create an isolated test-network with the default gateway as x.x.x.2 (as
you have router/firewall as .1 elsewhere on the network)
5. spin you VMs via UI. ACS/CCP will try and assign IP, but without w/o
DHCP/DNS, it will just show on Instance, Nics tab the IP it thinks it
assigned.
6. either have DHCP elsewhere or hardcode the IP but with what shows on
Nics tab, but with the .1 gateway.

I have done this with both PfSense and Meraki firewalls.

Hope this helps.


On Fri, Aug 8, 2014 at 9:38 AM, Kai Storbeck k...@xs4all.net wrote:

 Hello,

 I'm looking for some technical advice regarding Advanced Networking and
 Network offerings.

 Our Cloudstack setup will need to provision VM's in different existing
 VLANs together with existing physical hardware. These existing servers
 on those VLAN's only have public IPspace and are connected to public
 routers.

 Turning to Google, I found Remi Bergsma's blog entry about a Network
 offering without a virtual router:
   http://blog.remibergsma.com/2012/03/10/howto-create-a-network

 In this setup, we would be assigning real ipspace for assignment to
 Guests. In our setup, guests really only need their public IP.

 Quoting Geoff Higginbottom:
 
  You just need to create a new network offering with no services, and
 probably with the specify
  VLAN option selected.
 
  The thing to be aware of is that even without DHCP enabled, CloudStack
 will still 'assign'
  an IP address which will appear in the UI, but the VM will obviously
 need the IP to be assigned
  manually, or via an external DHCP server etc


 I Have tried this in a test setup, but since I'm not up to my sleeves
 in this project I have a few questions:

 - Will such a thing be supported in future versions of Cloudstack? (i.e.
 no services at all)

 - The (existing) physical hardware in the VLAN's are configured
 staticly. What happens in a DHCP only networking offering? Will
 Cloudstack spin up a routing vm for every guest network for the DHCP
 service? Can I influence which IPs are in use by other hardware?

 - Remi stated back then (2012) that one couldn't use the GUI for
 creating VM's. Is that still the case in 4.4 anno 2014?

 - Any other disadvantages or reasons why one shouldn't want this
 configuration in the long run? Or are there other solutions for this
 challenge?


 Thanks for your input

 Kind regards,
 Kai Storbeck

 --
 Systeembeheer XS4ALL Internet bv
 Internet: www.xs4all.nl
 Contact: www.xs4all.nl/contact




-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: Migrating existing VMs into Cloudstack

2014-06-25 Thread Todd Pigram
google search either ctx132014 or How to Upload a OVA or XVA Template from
the command line


On Tue, Jun 24, 2014 at 11:41 PM, ilya musayev ilya.mailing.li...@gmail.com
 wrote:

 Geoff mentioned template solution, that will work as well and better than
 what i proposed.



 On 6/24/14, 8:32 PM, ilya musayev wrote:

 At this point, nothing other than inspecting how cloudstack handles its
 own VM and replicating the same in the DB (caution there).

 Another thing you can try, is deploy a VM through CloudStack, then
 replace the disk image file. Make sure to keep the original disk image name.

 Regards
 ilya

 On 6/24/14, 12:36 AM, John Muckley wrote:

 Good morning guys,

 What is the best process to follow for importing existing Xenserver
 Virtual Machines from their native hosts into apache cloudstack?

 I have a couple of VM’s running on some old Xenserver5 hosts that I
 would like to bring into the cloud, but struggling to find a documented
 process that I can attempt.

 Thanks guys

 John


 

 This is an e-mail from Databax Ltd (Company No.04085248). The contents
 of this e-mail are confidential. Databax Ltd does not accept responsibility
 for the accuracy or completeness of the contents of this e-mail as it has
 been transmitted over a public network.  If you receive this e-mail in
 error please accept our apology. If this is the case we would be obliged if
 you would contact the sender and then delete this e-mail. This e-mail
 and/or any replies to it, and any attachments may be intercepted, copied or
 monitored by Databax Ltd for the purpose of monitoring or keeping record of
 its business and for the purposes set out in the Telecommunications (Lawful
 Business Practices) (Interception of Communications) Regulations 2000. All
 statements made in this e-mail are subject to contract. The contents are
 not to be regarded as a contractual offer or acceptance. The sender is not
 authorised to bind Databax Ltd. The views expressed in this e-mail are
 those of the sender and not necessarily those of  Databax Ltd.
 Feel free to visit the Databax web site at www.databax.comhttp://www.
 databax.com/  to find out about our range of products and services,
 and for the latest Databax news and information.

 

  Please consider the environment before printing this email.







-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Minor Windows Sysprep Autounattend.xml issue. Anyone else seen this?

2014-06-10 Thread Todd Pigram
Background

I have 3 different Autounattend files for w2012r2, w2012 and w2k8r2. If I
create templates from these files on XS 6.2 Sp1, vSphere 5.5u1 or add the
templates to vCloud, everything thing is fine and there is no user
interaction. I can even use then as part of Veewee to create my personal
base boxes for Chef testing.

Issue

Whether I upload the XS 6.2 templates to with ACS4.3 or CCP4.3, or if I
build from ISO and sys prep with the same Autounattend.xml, I am always
prompted to accept the EULA even though it is set to false in the XMLs.
Its just a check box, next, next , but I am wondering why?

Has anyone else seen this?

The templates are bare bone with some patches, latest Chef client installed
along with client.rb and validation.pem. Once the instances are up, run a
quick chef-client and Chef handles the rest

Thanks

-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: Minor Windows Sysprep Autounattend.xml issue. Anyone else seen this?

2014-06-10 Thread Todd Pigram
Lucian,

I am running the same. I will keep digging...

Thanks


On Tue, Jun 10, 2014 at 4:12 PM, Nux! n...@li.nux.ro wrote:

 On 10.06.2014 17:59, Todd Pigram wrote:

 Background

 I have 3 different Autounattend files for w2012r2, w2012 and w2k8r2. If I
 create templates from these files on XS 6.2 Sp1, vSphere 5.5u1 or add the
 templates to vCloud, everything thing is fine and there is no user
 interaction. I can even use then as part of Veewee to create my personal
 base boxes for Chef testing.

 Issue

 Whether I upload the XS 6.2 templates to with ACS4.3 or CCP4.3, or if I
 build from ISO and sys prep with the same Autounattend.xml, I am always
 prompted to accept the EULA even though it is set to false in the XMLs.
 Its just a check box, next, next , but I am wondering why?

 Has anyone else seen this?

 The templates are bare bone with some patches, latest Chef client
 installed
 along with client.rb and validation.pem. Once the instances are up, run a
 quick chef-client and Chef handles the rest

 Thanks


 I have not seen this. We also prepare Windows templates and configure no
 EULA in the unattent.xml as well. The sysprep is run (if memory serves) as:
 /shutdown /oobe /generalize

 HTH
 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro




-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: Windows instance DNS entries being lost by AD DNS servers

2013-11-26 Thread Todd Pigram
I occasionally I have this with my XenApp servers on Windows 2008 R2. The
w2012 VMs don't seem to have the issue.


On Tue, Nov 26, 2013 at 1:29 PM, Marty Sweet msweet@gmail.com wrote:

 I occasionally have this issue, haven't for a while though - only effects
 Windows VMs.
 Seems to affect Windows 2008 R2.

 Running KVM, Ubuntu 12.04, Bonding, Bridges, VLANS.

 Marty


 On Tue, Nov 26, 2013 at 5:51 PM, Kirk Jantzer kirk.jant...@gmail.com
 wrote:

  Interesting. That setting is not set on any of the instances. I've asked
  our resident AD expert to see his thoughts on that.
 
 
  Regards,
 
  Kirk Jantzer
  http://about.me/kirkjantzer
 
 
  On Tue, Nov 26, 2013 at 12:33 PM, Sean Hamilton s...@seanhamilton.co.uk
  wrote:
 
   I found this article:
   http://technet.microsoft.com/en-us/library/dd197418(v=ws.10).aspx
  
  
  
   I was wondering if *RegistrationRefreshInterval* is something that
 would
   help in this context?
  
  
   On 26 November 2013 17:17, Kirk Jantzer kirk.jant...@gmail.com
 wrote:
  
Anyone else?
   
   
Regards,
   
Kirk Jantzer
http://about.me/kirkjantzer
   
   
On Mon, Nov 25, 2013 at 10:45 AM, Kirk Jantzer 
 kirk.jant...@gmail.com
wrote:
   
 I did that as well, and they still disappear. I was on the router
  when
   I
 rebooted an instance and the record in the /etc/dhcphosts.txt would
delete
 as soon I cycled the instance.


 Regards,

 Kirk Jantzer
 http://about.me/kirkjantzer


 On Mon, Nov 25, 2013 at 10:40 AM, Sean Hamilton 
   s...@seanhamilton.co.uk
wrote:

 I've been experiencing this.
 From our experiences we've set the DNS servers on the instance to
  the
   IP
 addresses of the AD DNS servers.
 We also set the DNS search suffix list to include the DNS suffix
 for
   the
 AD
 domain.

 We haven't had anyone complain recently...


 On 25 November 2013 15:17, Kirk Jantzer kirk.jant...@gmail.com
   wrote:

  Hey guys. We have CS 4.1.1 running in our environment. I have a
   basic
 zone
  with the network offering set to only offer DHCP. When Windows
instances
  are shut down or rebooted, their DNS entries in our Windows DNS
servers
 are
  being lost. I have to get onto the instance and do 'ipconfig
 /registerdns'
  to be able to access the server by name again. Anyone experience
   this
  and/or have any suggestions on how to fix it?
 
  Regards,
 
  Kirk Jantzer
  http://about.me/kirkjantzer
 



   
  
 




-- 


Todd Pigram
http://about.me/ToddPigram
www.linkedin.com/in/toddpigram/
@pigram86 on twitter
https://plus.google.com/+ToddPigram86
Mobile - 216-224-5769


Re: Traditional Windows workloads and Cloudstack

2013-11-13 Thread Todd Pigram
Junaid,

what did you set the the network rate to in the exchange service offering?
Depending on your backend network setup for that offering you may get
better results with setting it to a '0' for unlimited. On my internal CCP,
our SQL servers service offering has network rate to '0' as I am using a 4
NIC LACP bond.

just food for thought

Todd


On Wed, Nov 13, 2013 at 6:37 AM, Junaid Shahid shahid.jun...@gmail.comwrote:

 Hi all,
 We are running a mixture of Windows and Linux VMs under different accounts
 on our cloud, that is based on CloudPlatform 3 (I know that it's a mailing
 list for ACS, but I still need your feedback so read on please :)).

 The Primary storage is based on iSCSI with GigE link, and Xen hyperviser.

 Now the problem is that whenever we run Windows OSes with applications like
 Exchange, Sharepoint and particularly MS Lync (that includes AD and MSSQL
 as pre-requisites..), the GigE link to Primary Storage becomes so congested
 that it affects the whole cloud environment. Nothing remains usable
 anymore, the performance of Linux VMs also is affected in the process.

 So what does your experience say, what should we do:
 1)  Segregate the Windows VMs to their own cluster and their own separate
 Primary storage.
 2) Use local storage for the pre-cloud era traditional Windows workloads
 such as MS Exchange etc.
 3)  Is cloud environment feasible at all for Hosted Exchange and the like,
 as Local storage that runs on the speed of the motherboard back-plane, of
 course cannot be matched by a GigE link alone.

 Awaiting your valuable feedback all :)

 --
 Regards,
 Junaid Shahid,
 TODO:__



Re: Unable to view 8080/client

2013-06-17 Thread Todd Pigram
Did you run cloud-setup-management? 

Sent from my iPhone

On Jun 17, 2013, at 8:58 PM, Jefferson Briones \(CONVERGE\) 
jcbrio...@convergeict.com wrote:

 Hi Guys,
 
 Im just new to checking cloudstack and tried installing it on a single
 machine with one nic using the quick install guide. After getting thru the
 installation process I tried browsing the link http://ip:8080/client i get
 no response. Im using a public ip address for my nic and I got the ff: info
 on my ifconfig. Can you pls help check whats missing?
 
 
 
 cloud0Link encap:Ethernet  HWaddr B6:E9:B1:C4:91:00  
 
  inet addr:169.254.0.1  Bcast:169.254.255.255  Mask:255.255.0.0
 
  inet6 addr: fe80::b4e9:b1ff:fec4:9100/64 Scope:Link
 
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 
  TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
 
  collisions:0 txqueuelen:0 
 
  RX bytes:0 (0.0 b)  TX bytes:468 (468.0 b)
 
 
 
 eth0  Link encap:Ethernet  HWaddr 14:DA:E9:78:81:FD  
 
  inet addr:x.x.170.195  Bcast:202.69.170.223  Mask:255.255.255.224
 
  inet6 addr: fe80::16da:e9ff:fe78:81fd/64 Scope:Link
 
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
  RX packets:988540 errors:0 dropped:0 overruns:0 frame:0
 
  TX packets:5700 errors:0 dropped:0 overruns:0 carrier:0
 
  collisions:0 txqueuelen:1000 
 
  RX bytes:75473476 (71.9 MiB)  TX bytes:1571456 (1.4 MiB)
 
 
 
 loLink encap:Local Loopback  
 
  inet addr:127.0.0.1  Mask:255.0.0.0
 
  inet6 addr: ::1/128 Scope:Host
 
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
 
  RX packets:20730 errors:0 dropped:0 overruns:0 frame:0
 
  TX packets:20730 errors:0 dropped:0 overruns:0 carrier:0
 
  collisions:0 txqueuelen:0 
 
  RX bytes:1036500 (1012.2 KiB)  TX bytes:1036500 (1012.2 KiB)
 
 
 
 virbr0Link encap:Ethernet  HWaddr 52:54:00:69:3B:B5  
 
  inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
 
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 
  collisions:0 txqueuelen:0 
 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
 
 
 Thanks.
 Jeff
 


Re: Unable to view 8080/client

2013-06-17 Thread Todd Pigram
Can you login now? 

Sent from my iPhone

On Jun 17, 2013, at 10:07 PM, Jefferson Briones \(CONVERGE\) 
jcbrio...@convergeict.com wrote:

 HI Todd,
 Heres the output.
 
 [root@srvr1 jepoy]# cloud-setup-databases cloud:password@localhost
 --deploy-as=root
 Mysql user name:cloud
 [ OK ]
 Mysql user password:password
 [ OK ]
 Mysql server ip:localhost
 [ OK ]
 Mysql server port:3306
 [ OK ]
 Mysql root user name:root
 [ OK ]
 Mysql root user password:
 [ OK ]
 Checking Cloud database files ...
 [ OK ]
 Checking local machine hostname ...
 [ OK ]
 Checking SELinux setup ...
 [ OK ]
 Detected local IP address as 202.69.170.195, will use as cluster management
 server node IP[ OK ]
 Preparing /etc/cloud/management/db.properties
 [ OK ]
 Applying /usr/share/cloud/setup/create-database.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-schema.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-database-premium.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-schema-premium.sql
 [ OK ]
 Applying /usr/share/cloud/setup/server-setup.sql
 [ OK ]
 Applying /usr/share/cloud/setup/templates.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-index-fk.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_db.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_schema.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_multipart.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_index.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_multipart_alter.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_bucketpolicy.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_policy_alter.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_offering.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_offering_alter.sql
 [ OK ]
 Processing encryption ...
 [ OK ]
 Finalizing setup ...
 [ OK ]
 
 CloudStack has successfully initialized database, you can check your
 database configuration in /etc/cloud/management/db.properties
 
 [root@srvr1 jepoy]# cloud-setup-management
 Starting to configure CloudStack Management Server:
 Configure sudoers ... [OK]
 Configure Firewall ...[OK]
 Configure CloudStack Management Server ...[OK]
 CloudStack Management Server setup is Done!
 
 
 Thanks.
 jeff
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com] 
 Sent: Tuesday, June 18, 2013 9:54 AM
 To: users@cloudstack.apache.org
 Subject: Re: Unable to view 8080/client
 
 Did you run cloud-setup-management? 
 
 Sent from my iPhone
 
 On Jun 17, 2013, at 8:58 PM, Jefferson Briones \(CONVERGE\)
 jcbrio...@convergeict.com wrote:
 
 Hi Guys,
 
 Im just new to checking cloudstack and tried installing it on a single 
 machine with one nic using the quick install guide. After getting thru 
 the installation process I tried browsing the link 
 http://ip:8080/client i get no response. Im using a public ip address 
 for my nic and I got the ff: info on my ifconfig. Can you pls help check
 whats missing?
 
 
 
 cloud0Link encap:Ethernet  HWaddr B6:E9:B1:C4:91:00  
 
 inet addr:169.254.0.1  Bcast:169.254.255.255  
 Mask:255.255.0.0
 
 inet6 addr: fe80::b4e9:b1ff:fec4:9100/64 Scope:Link
 
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 
 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
 
 collisions:0 txqueuelen:0
 
 RX bytes:0 (0.0 b)  TX bytes:468 (468.0 b)
 
 
 
 eth0  Link encap:Ethernet  HWaddr 14:DA:E9:78:81:FD  
 
 inet addr:x.x.170.195  Bcast:202.69.170.223  
 Mask:255.255.255.224
 
 inet6 addr: fe80::16da:e9ff:fe78:81fd/64 Scope:Link
 
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
 RX packets:988540 errors:0 dropped:0 overruns:0 frame:0
 
 TX packets:5700 errors:0 dropped:0 overruns:0 carrier:0
 
 collisions:0 txqueuelen:1000
 
 RX bytes:75473476 (71.9 MiB)  TX bytes:1571456 (1.4 MiB)
 
 
 
 loLink encap:Local Loopback  
 
 inet addr:127.0.0.1  Mask:255.0.0.0
 
 inet6 addr: ::1/128 Scope:Host
 
 UP LOOPBACK RUNNING  MTU:16436  Metric:1
 
 RX packets:20730 errors:0 dropped:0 overruns:0 frame:0
 
 TX packets:20730 errors:0 dropped:0 overruns:0 carrier:0
 
 collisions:0 txqueuelen:0
 
 RX bytes:1036500 (1012.2 KiB)  TX bytes:1036500 (1012.2 KiB)
 
 
 
 virbr0Link encap:Ethernet  HWaddr 52:54:00:69:3B:B5  
 
 inet addr:192.168.122.1  Bcast:192.168.122.255  
 Mask:255.255.255.0
 
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 
 collisions:0 txqueuelen:0
 
 RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
 
 
 Thanks.
 Jeff
 
 
 -
 No virus found in this message.
 Checked by AVG

Re: Unable to view 8080/client

2013-06-17 Thread Todd Pigram
What does it say in /var/log/cloud/management/management-server.log

Sent from my iPhone

On Jun 17, 2013, at 10:36 PM, Jefferson Briones \(CONVERGE\) 
jcbrio...@convergeict.com wrote:

 Hi Todd,
 Negative, ive got no response on my browser.
 
 Thanks.
 jeff
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com] 
 Sent: Tuesday, June 18, 2013 10:30 AM
 To: users@cloudstack.apache.org
 Subject: Re: Unable to view 8080/client
 
 Can you login now? 
 
 Sent from my iPhone
 
 On Jun 17, 2013, at 10:07 PM, Jefferson Briones \(CONVERGE\)
 jcbrio...@convergeict.com wrote:
 
 HI Todd,
 Heres the output.
 
 [root@srvr1 jepoy]# cloud-setup-databases cloud:password@localhost 
 --deploy-as=root Mysql user name:cloud [ OK ] Mysql user 
 password:password [ OK ] Mysql server ip:localhost [ OK ] Mysql server 
 port:3306 [ OK ] Mysql root user name:root [ OK ] Mysql root user 
 password:
 [ OK ]
 Checking Cloud database files ...
 [ OK ]
 Checking local machine hostname ...
 [ OK ]
 Checking SELinux setup ...
 [ OK ]
 Detected local IP address as 202.69.170.195, will use as cluster 
 management server node IP[ OK ] Preparing 
 /etc/cloud/management/db.properties
 [ OK ]
 Applying /usr/share/cloud/setup/create-database.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-schema.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-database-premium.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-schema-premium.sql
 [ OK ]
 Applying /usr/share/cloud/setup/server-setup.sql
 [ OK ]
 Applying /usr/share/cloud/setup/templates.sql
 [ OK ]
 Applying /usr/share/cloud/setup/create-index-fk.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_db.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_schema.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_multipart.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_index.sql
 [ OK ]
 Applying 
 /usr/share/cloud/setup/bridge/db/cloudbridge_multipart_alter.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_bucketpolicy.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_policy_alter.sql
 [ OK ]
 Applying /usr/share/cloud/setup/bridge/db/cloudbridge_offering.sql
 [ OK ]
 Applying 
 /usr/share/cloud/setup/bridge/db/cloudbridge_offering_alter.sql
 [ OK ]
 Processing encryption ...
 [ OK ]
 Finalizing setup ...
 [ OK ]
 
 CloudStack has successfully initialized database, you can check your 
 database configuration in /etc/cloud/management/db.properties
 
 [root@srvr1 jepoy]# cloud-setup-management Starting to configure 
 CloudStack Management Server:
 Configure sudoers ... [OK]
 Configure Firewall ...[OK]
 Configure CloudStack Management Server ...[OK] CloudStack Management 
 Server setup is Done!
 
 
 Thanks.
 jeff
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: Tuesday, June 18, 2013 9:54 AM
 To: users@cloudstack.apache.org
 Subject: Re: Unable to view 8080/client
 
 Did you run cloud-setup-management? 
 
 Sent from my iPhone
 
 On Jun 17, 2013, at 8:58 PM, Jefferson Briones \(CONVERGE\)
 jcbrio...@convergeict.com wrote:
 
 Hi Guys,
 
 Im just new to checking cloudstack and tried installing it on a 
 single machine with one nic using the quick install guide. After 
 getting thru the installation process I tried browsing the link 
 http://ip:8080/client i get no response. Im using a public ip address 
 for my nic and I got the ff: info on my ifconfig. Can you pls help 
 check
 whats missing?
 
 
 
 cloud0Link encap:Ethernet  HWaddr B6:E9:B1:C4:91:00  
 
inet addr:169.254.0.1  Bcast:169.254.255.255
 Mask:255.255.0.0
 
inet6 addr: fe80::b4e9:b1ff:fec4:9100/64 Scope:Link
 
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
 
collisions:0 txqueuelen:0
 
RX bytes:0 (0.0 b)  TX bytes:468 (468.0 b)
 
 
 
 eth0  Link encap:Ethernet  HWaddr 14:DA:E9:78:81:FD  
 
inet addr:x.x.170.195  Bcast:202.69.170.223
 Mask:255.255.255.224
 
inet6 addr: fe80::16da:e9ff:fe78:81fd/64 Scope:Link
 
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 
RX packets:988540 errors:0 dropped:0 overruns:0 frame:0
 
TX packets:5700 errors:0 dropped:0 overruns:0 carrier:0
 
collisions:0 txqueuelen:1000
 
RX bytes:75473476 (71.9 MiB)  TX bytes:1571456 (1.4 MiB)
 
 
 
 loLink encap:Local Loopback  
 
inet addr:127.0.0.1  Mask:255.0.0.0
 
inet6 addr: ::1/128 Scope:Host
 
UP LOOPBACK RUNNING  MTU:16436  Metric:1
 
RX packets:20730 errors:0 dropped:0 overruns:0 frame:0
 
TX packets:20730 errors:0 dropped:0 overruns:0 carrier:0
 
collisions:0 txqueuelen:0
 
RX bytes:1036500 (1012.2 KiB)  TX bytes:1036500 (1012.2 KiB)
 
 
 
 virbr0Link encap:Ethernet  HWaddr 52:54:00:69:3B:B5

Re: Unable to view 8080/client

2013-06-17 Thread Todd Pigram
Ok look at Catalina.out.

On Monday, June 17, 2013, Jefferson Briones (CONVERGE) wrote:

 No such file management-server.log seen.

 [root@srvr1 management]# pwd
 /var/log/cloud/management


 [root@srvr1 management]# ls -al
 total 12
 drwxrwxr-x. 2 root cloud 4096 Jun 17 18:22 .
 drwxr-xr-x. 5 root root  4096 Jun 17 18:34 ..
 -rw-r--r--. 1 root root   465 Jun 18 09:50 catalina.out


 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com javascript:;]
 Sent: Tuesday, June 18, 2013 10:40 AM
 To: users@cloudstack.apache.org
 Subject: Re: Unable to view 8080/client

 What does it say in /var/log/cloud/management/management-server.log

 Sent from my iPhone

 On Jun 17, 2013, at 10:36 PM, Jefferson Briones \(CONVERGE\)
 jcbrio...@convergeict.com wrote:

  Hi Todd,
  Negative, ive got no response on my browser.
 
  Thanks.
  jeff
 
  -Original Message-
  From: Todd Pigram [mailto:t...@toddpigram.com]
  Sent: Tuesday, June 18, 2013 10:30 AM
  To: users@cloudstack.apache.org
  Subject: Re: Unable to view 8080/client
 
  Can you login now?
 
  Sent from my iPhone
 
  On Jun 17, 2013, at 10:07 PM, Jefferson Briones \(CONVERGE\)
  jcbrio...@convergeict.com wrote:
 
  HI Todd,
  Heres the output.
 
  [root@srvr1 jepoy]# cloud-setup-databases cloud:password@localhost
  --deploy-as=root Mysql user name:cloud [ OK ] Mysql user
  password:password [ OK ] Mysql server ip:localhost [ OK ] Mysql
  server
  port:3306 [ OK ] Mysql root user name:root [ OK ] Mysql root user
  password:
  [ OK ]
  Checking Cloud database files ...
  [ OK ]
  Checking local machine hostname ...
  [ OK ]
  Checking SELinux setup ...
  [ OK ]
  Detected local IP address as 202.69.170.195, will use as cluster
  management server node IP[ OK ] Preparing
  /etc/cloud/management/db.properties
  [ OK ]
  Applying /usr/share/cloud/setup/create-database.sql
  [ OK ]
  Applying /usr/share/cloud/setup/create-schema.sql
  [ OK ]
  Applying /usr/share/cloud/setup/create-database-premium.sql
  [ OK ]
  Applying /usr/share/cloud/setup/create-schema-premium.sql
  [ OK ]
  Applying /usr/share/cloud/setup/server-setup.sql
  [ OK ]
  Applying /usr/share/cloud/setup/templates.sql
  [ OK ]
  Applying /usr/share/cloud/setup/create-index-fk.sql
  [ OK ]
  Applying /usr/share/cloud/setup/bridge/db/cloudbridge_db.sql
  [ OK ]
  Applying /usr/share/cloud/setup/bridge/db/cloudbridge_schema.sql
  [ OK ]
  Applying /usr/share/cloud/setup/bridge/db/cloudbridge_multipart.sql
  [ OK ]
  Applying /usr/share/cloud/setup/bridge/db/cloudbridge_index.sql
  [ OK ]
  Applying
  /usr/share/cloud/setup/bridge/db/cloudbridge_multipart_alter.sql
  [ OK ]
  Applying
  /usr/share/cloud/setup/bridge/db/cloudbridge_bucketpolicy.sql
  [ OK ]
  Applying
  /usr/share/cloud/setup/bridge/db/cloudbridge_policy_alter.sql
  [ OK ]
  Applying /usr/share/cloud/setup/bridge/db/cloudbridge_offering.sql
  [ OK ]
  Applying
  /usr/share/cloud/setup/bridge/db/cloudbridge_offering_alter.sql
  [ OK ]
  Processing encryption ...
  [ OK ]
  Finalizing setup ...
  [ OK ]
 
  CloudStack has successfully initialized database, you can check your
  database configuration in /etc/cloud/management/db.properties
 
  [root@srvr1 jepoy]# cloud-setup-management Starting to configure
  CloudStack Management Server:
  Configure sudoers ... [OK]
  Configure Firewall ...[OK]
  Configure CloudStack Management Server ...[OK] CloudStack Management
  Server setup is Done!
 
 
  Thanks.
  jeff
 
  -Original Message-
  From: Todd Pigram [mailto:t...@toddpigram.com]
  Sent: Tuesday, June 18, 2013 9:54 AM
  To:


Re: Unable to view 8080/client

2013-06-17 Thread Todd Pigram
Are you by chance running this on a version of RHEL? Did you set SELinux to
permissive? What version of CS are you using?

On Monday, June 17, 2013, Jefferson Briones (CONVERGE) wrote:

 [root@srvr1 management]# more catalina.out
 /usr/sbin/tomcat6: line 30: /usr/share/cloud/management/logs/catalina.out:
 Permission denied
 /usr/sbin/tomcat6: line 30: /usr/share/cloud/management/logs/catalina.out:
 Permission denied
 /usr/sbin/tomcat6: line 30: /usr/share/cloud/management/logs/catalina.out:
 Permission denied
 /usr/sbin/tomcat6: line 30: /usr/share/cloud/management/logs/catalina.out:
 Permission denied
 /usr/sbin/tomcat6: line 30: /usr/share/cloud/management/logs/catalina.out:
 Permission denied

 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com javascript:;]
 Sent: Tuesday, June 18, 2013 10:45 AM
 To: users@cloudstack.apache.org javascript:;
 Subject: Re: Unable to view 8080/client

 Ok look at Catalina.out.

 On Monday, June 17, 2013, Jefferson Briones (CONVERGE) wrote:

  No such file management-server.log seen.
 
  [root@srvr1 management]# pwd
  /var/log/cloud/management
 
 
  [root@srvr1 management]# ls -al
  total 12
  drwxrwxr-x. 2 root cloud 4096 Jun 17 18:22 .
  drwxr-xr-x. 5 root root  4096 Jun 17 18:34 ..
  -rw-r--r--. 1 root root   465 Jun 18 09:50 catalina.out
 
 
  -Original Message-
  From: Todd Pigram [mailto:t...@toddpigram.com javascript:;]
  Sent: Tuesday, June 18, 2013 10:40 AM
  To: users@cloudstack.apache.org
  Subject: Re: Unable to view 8080/client
 
  What does it say in /var/log/cloud/management/management-server.log
 
  Sent from my iPhone
 
  On Jun 17, 2013, at 10:36 PM, Jefferson Briones \(CONVERGE\)
  jcbrio...@convergeict.com wrote:
 
   Hi Todd,
   Negative, ive got no response on my browser.
  
   Thanks.
   jeff
  
   -Original Message-
   From: Todd Pigram [mailto:t...@toddpigram.com]
   Sent: Tuesday, June 18, 2013 10:30 AM
   To: users@cloudstack.apache.org
   Subject: Re: Unable to view 8080/client
  
   Can you login now?
  
   Sent from my iPhone
  
   On Jun 17, 2013, at 10:07 PM, Jefferson Briones \(CONVERGE\)
   jcbrio...@convergeict.com wrote:
  
   HI Todd,
   Heres the output.
  
   [root@srvr1 jepoy]# cloud-setup-databases cloud:password@localhost
   --deploy-as=root Mysql user name:cloud [ OK ] Mysql user
   password:password [ OK ] Mysql server ip:localhost [ OK ] Mysql
   server
   port:3306 [ OK ] Mysql root user name:root [ OK ] Mysql root user
   password:
   [ OK ]
   Checking Cloud database files ...
   [ OK ]
   Checking local machine hostname ...
   [ OK ]
   Checking SELinux setup ...
   [ OK ]
   Detected local IP address as 202.69.170.195, will use as cluster
   management server node IP[ OK ] Preparing
   /etc/cloud/management/db.properties
   [ OK ]
   Applying /usr/share/cloud/setup/create-database.sql
   [ OK ]
   Applying /usr/share/cloud/setup/create-schema.sql
   [ OK ]
   Applying /usr/share/cloud/setup/create-database-premium.sql
   [ OK ]
   Applying /usr/share/cloud/setup/create-schema-premium.sql
   [ OK ]
   Applying /usr/share/cloud/setup/server-setup.sql
   [ OK ]
   Applying /usr/share/cloud/setup/templates.sql
   [ OK ]
   Applying /usr/share/cloud/setup/create-index-fk.sql
   [ OK ]
   Applying /usr/share/cloud/setup/bridge/db/cloudbridge_db.sql
   [ OK ]
   Applying /usr/share/cloud/setup/bridge/db/cloudbridge_schema.sql
   [ OK ]
   Applying /usr/share/cloud/setup/bridge/db/cloudbridge_multipart.sql
   [ OK ]
   Applying /usr/share/cloud/setup/bridge/db/cloudbridge_index.sql
   [ OK ]
   Applying
   /usr/share/cloud/setup/bridge/db/cloudbridge_multipart_alter.sql
   [ OK ]
   Applying
   /usr/share/cloud/setup/bridge/db/cloudbridge_bucketpolicy.sql
   [ OK ]
   Applying
   /usr/share/cloud/setup/bridge/db/cloudbridge_policy_alter.sql
   [ OK ]
   Applying /usr/share/cloud/setup/bridge/db/cloudbridge_offering.sql
   [ OK ]
   Applying
   /usr/share/cloud/setup/bridge/db/cloudbridge_offering_alter.sql
   [ OK ]
   Processing encryption ...
   [ OK ]
   Finalizing setup ...
   [ OK ]
  
   CloudStack has successfully initialized database, you can check
   your database configuration in /etc/cloud/management/db.properties
  
   [root@srvr1 jepoy]# cloud-setup-management Starting to configure
   CloudS-
 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 2013.0.2904 / Virus Database: 3162/6324 - Release Date: 05/14/13
 Internal Virus Database is out of date.




Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
Len,

I have found that it is better to presetup the primary storage on XS6.1 then 
while adding in the via CCP UI, select PreSteup and provide the storage tag. 
Works like a champ. This how i have my Prod and test environments going to 
NetApp and Dev environments going to a Whiptail. 


On May 31, 2013, at 10:11 AM, Len Bellemore len.bellem...@controlcircle.com 
wrote:

 Fair enough.  I might have an answer anyway, which I will post when I confirm 
 whether it worked or not.
 
 Thanks guys
 
 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com] 
 Sent: 31 May 2013 14:36
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
 Actually I'm using CloudPlatform 3.06, so according to the docs that I've 
 seen, it should work...
 
 It's best to ask Citrix support then.  This is the user list for the Apache 
 CloudStack project.  CCP is a distro of this project, but we aren't all aware 
 of the bits that go into it.
 
 
 
 -Original Message-
 From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
 Sent: 31 May 2013 13:29
 To: Cloudstack users mailing list
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use XS 
 6.0.1.
 
 
 On Fri, May 31, 2013 at 8:11 AM, Len Bellemore  
 len.bellem...@controlcircle.com wrote:
 
 Hi Guys,
 
 I've got two XenServer 6.1 hosts and I am trying to add some Primary 
 Storage to them.
 
 When I add the Primary Storage via the cloudstack interface, the SR 
 is created in my XenPool, but the process bombs out in Cloudstack 
 with the following error:
 
 Add host failed due to ModifyStoragePoolCommand 
 failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
 heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due 
 to #6# heartbeat file
 /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d
 65
 d-48ea-a17a-06cd48a357a6 doesn't exist
 host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
 192.168.0.1/vol/nfs_volume
 
 The SR is still available on my XenPool and it looks like it's set 
 up properly, just not visible in Cloudstack.,
 
 Any ideas?
 
 Thanks
 Len
 
 
 
 
 --
 Regards,
 
 Kirk Jantzer
 c: (678) 561-5475
 http://about.met/kirkjantzer
 





Todd Pigram
t...@toddpigram.com




Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
Yes. Works with basic or advanced zones. Setup the storage via XenCenter as
a NFS VHD. Also works with ISCI. I have done it both ways.




On Fri, May 31, 2013 at 11:36 AM, Len Bellemore 
len.bellem...@controlcircle.com wrote:

 Interesting.  Is that even for NFS?

 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: 31 May 2013 16:31
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts

 Len,

 I have found that it is better to presetup the primary storage on XS6.1
 then while adding in the via CCP UI, select PreSteup and provide the
 storage tag. Works like a champ. This how i have my Prod and test
 environments going to NetApp and Dev environments going to a Whiptail.


 On May 31, 2013, at 10:11 AM, Len Bellemore
 len.bellem...@controlcircle.com wrote:

  Fair enough.  I might have an answer anyway, which I will post when I
 confirm whether it worked or not.
 
  Thanks guys
 
  -Original Message-
  From: Chip Childers [mailto:chip.child...@sungard.com]
  Sent: 31 May 2013 14:36
  To: users@cloudstack.apache.org
  Subject: Re: unable to add nfs primary storage with xenserver hosts
 
  On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
  Actually I'm using CloudPlatform 3.06, so according to the docs that
 I've seen, it should work...
 
  It's best to ask Citrix support then.  This is the user list for the
 Apache CloudStack project.  CCP is a distro of this project, but we aren't
 all aware of the bits that go into it.
 
 
 
  -Original Message-
  From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
  Sent: 31 May 2013 13:29
  To: Cloudstack users mailing list
  Subject: Re: unable to add nfs primary storage with xenserver hosts
 
  XS 6.1 doesn't work with the current releases (4.0.x); you'll have to
 use XS 6.0.1.
 
 
  On Fri, May 31, 2013 at 8:11 AM, Len Bellemore 
 len.bellem...@controlcircle.com wrote:
 
  Hi Guys,
 
  I've got two XenServer 6.1 hosts and I am trying to add some Primary
  Storage to them.
 
  When I add the Primary Storage via the cloudstack interface, the SR
  is created in my XenPool, but the process bombs out in Cloudstack
  with the following error:
 
  Add host failed due to ModifyStoragePoolCommand
  failedModifyStoragePoolCommand add XenAPIException:Unable to setup
  heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due
  to #6# heartbeat file
  /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d
  65
  d-48ea-a17a-06cd48a357a6 doesn't exist
  host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
  192.168.0.1/vol/nfs_volume
 
  The SR is still available on my XenPool and it looks like it's set
  up properly, just not visible in Cloudstack.,
 
  Any ideas?
 
  Thanks
  Len
 
 
 
 
  --
  Regards,
 
  Kirk Jantzer
  c: (678) 561-5475
  http://about.met/kirkjantzer
 





 Todd Pigram
 t...@toddpigram.com





Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
When I setup the exports on my Netapp, they were set to thin provisioned prior 
to adding to XS. Just like if this was a regular implementation without 
CCP/ACS. Just letting my NetApp Edge T appliances handle the Thin provisioning 
and snap mirror.  Interesting though, I will look into it, but it seems to be 
working correctly. Thanks


On May 31, 2013, at 12:08 PM, Geoff Higginbottom 
geoff.higginbot...@shapeblue.com wrote:

 The problem with this approach is that it does not support thin provisioning 
 so you cannot use the storage-overprovisioning settings meaning you will not 
 use your storage efficiently.
 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 
 -Original Message-
 From: Len Bellemore [mailto:len.bellem...@controlcircle.com]
 Sent: 31 May 2013 16:46
 To: users@cloudstack.apache.org
 Subject: RE: unable to add nfs primary storage with xenserver hosts
 
 Nice one. I'll give that a go
 
 Thanks a bunch for your help
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: 31 May 2013 16:40
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 Yes. Works with basic or advanced zones. Setup the storage via XenCenter as a 
 NFS VHD. Also works with ISCI. I have done it both ways.
 
 
 
 
 On Fri, May 31, 2013 at 11:36 AM, Len Bellemore  
 len.bellem...@controlcircle.com wrote:
 
 Interesting.  Is that even for NFS?
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: 31 May 2013 16:31
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 Len,
 
 I have found that it is better to presetup the primary storage on
 XS6.1 then while adding in the via CCP UI, select PreSteup and provide
 the storage tag. Works like a champ. This how i have my Prod and test
 environments going to NetApp and Dev environments going to a Whiptail.
 
 
 On May 31, 2013, at 10:11 AM, Len Bellemore
 len.bellem...@controlcircle.com wrote:
 
 Fair enough.  I might have an answer anyway, which I will post when
 I
 confirm whether it worked or not.
 
 Thanks guys
 
 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: 31 May 2013 14:36
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
 Actually I'm using CloudPlatform 3.06, so according to the docs
 that
 I've seen, it should work...
 
 It's best to ask Citrix support then.  This is the user list for the
 Apache CloudStack project.  CCP is a distro of this project, but we
 aren't all aware of the bits that go into it.
 
 
 
 -Original Message-
 From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
 Sent: 31 May 2013 13:29
 To: Cloudstack users mailing list
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 XS 6.1 doesn't work with the current releases (4.0.x); you'll have
 to
 use XS 6.0.1.
 
 
 On Fri, May 31, 2013 at 8:11 AM, Len Bellemore 
 len.bellem...@controlcircle.com wrote:
 
 Hi Guys,
 
 I've got two XenServer 6.1 hosts and I am trying to add some
 Primary Storage to them.
 
 When I add the Primary Storage via the cloudstack interface, the
 SR is created in my XenPool, but the process bombs out in
 Cloudstack with the following error:
 
 Add host failed due to ModifyStoragePoolCommand
 failedModifyStoragePoolCommand add XenAPIException:Unable to setup
 heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d
 due to #6# heartbeat file
 /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
 -d
 65
 d-48ea-a17a-06cd48a357a6 doesn't exist
 host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
 192.168.0.1/vol/nfs_volume
 
 The SR is still available on my XenPool and it looks like it's set
 up properly, just not visible in Cloudstack.,
 
 Any ideas?
 
 Thanks
 Len
 
 
 
 
 --
 Regards,
 
 Kirk Jantzer
 c: (678) 561-5475
 http://about.met/kirkjantzer
 
 
 
 
 
 
 Todd Pigram
 t...@toddpigram.com
 
 
 
 
 This email and any attachments to it may be confidential and are intended 
 solely for the use of the individual to whom it is addressed. Any views or 
 opinions expressed are solely those of the author and do not necessarily 
 represent those of Shape Blue Ltd or related companies. If you are not the 
 intended recipient of this email, you must neither take any action based upon 
 its contents, nor copy or show it to anyone. Please contact the sender if you 
 believe you have received this email in error. Shape Blue Ltd is a company 
 incorporated in England  Wales. ShapeBlue Services India LLP is operated 
 under license from Shape Blue Ltd. ShapeBlue is a registered trademark.
 





Todd Pigram
t...@toddpigram.com




Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
Interesting… I will definitely look into this as I just re-read the Admin guide 
about that. I am glad I over provisioned the physical storage for our internal 
needs. 

Thanks Geoff!

BTW, where you at the conference last week and the luncheon? 


On May 31, 2013, at 12:24 PM, Geoff Higginbottom 
geoff.higginbot...@shapeblue.com wrote:

 The Netapp will indeed thin provision, but CloudStack will be assume there is 
 not thin provisioning taking place so will report all 'allocated' space as 
 'used'
 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: 31 May 2013 17:22
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 When I setup the exports on my Netapp, they were set to thin provisioned 
 prior to adding to XS. Just like if this was a regular implementation without 
 CCP/ACS. Just letting my NetApp Edge T appliances handle the Thin 
 provisioning and snap mirror.  Interesting though, I will look into it, but 
 it seems to be working correctly. Thanks
 
 
 On May 31, 2013, at 12:08 PM, Geoff Higginbottom 
 geoff.higginbot...@shapeblue.com wrote:
 
 The problem with this approach is that it does not support thin provisioning 
 so you cannot use the storage-overprovisioning settings meaning you will not 
 use your storage efficiently.
 
 Regards
 
 Geoff Higginbottom
 
 D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
 
 geoff.higginbot...@shapeblue.com
 
 
 -Original Message-
 From: Len Bellemore [mailto:len.bellem...@controlcircle.com]
 Sent: 31 May 2013 16:46
 To: users@cloudstack.apache.org
 Subject: RE: unable to add nfs primary storage with xenserver hosts
 
 Nice one. I'll give that a go
 
 Thanks a bunch for your help
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: 31 May 2013 16:40
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 Yes. Works with basic or advanced zones. Setup the storage via XenCenter as 
 a NFS VHD. Also works with ISCI. I have done it both ways.
 
 
 
 
 On Fri, May 31, 2013 at 11:36 AM, Len Bellemore  
 len.bellem...@controlcircle.com wrote:
 
 Interesting.  Is that even for NFS?
 
 -Original Message-
 From: Todd Pigram [mailto:t...@toddpigram.com]
 Sent: 31 May 2013 16:31
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 Len,
 
 I have found that it is better to presetup the primary storage on
 XS6.1 then while adding in the via CCP UI, select PreSteup and
 provide the storage tag. Works like a champ. This how i have my Prod
 and test environments going to NetApp and Dev environments going to a 
 Whiptail.
 
 
 On May 31, 2013, at 10:11 AM, Len Bellemore
 len.bellem...@controlcircle.com wrote:
 
 Fair enough.  I might have an answer anyway, which I will post when
 I
 confirm whether it worked or not.
 
 Thanks guys
 
 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: 31 May 2013 14:36
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
 Actually I'm using CloudPlatform 3.06, so according to the docs
 that
 I've seen, it should work...
 
 It's best to ask Citrix support then.  This is the user list for the
 Apache CloudStack project.  CCP is a distro of this project, but we
 aren't all aware of the bits that go into it.
 
 
 
 -Original Message-
 From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
 Sent: 31 May 2013 13:29
 To: Cloudstack users mailing list
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 XS 6.1 doesn't work with the current releases (4.0.x); you'll have
 to
 use XS 6.0.1.
 
 
 On Fri, May 31, 2013 at 8:11 AM, Len Bellemore 
 len.bellem...@controlcircle.com wrote:
 
 Hi Guys,
 
 I've got two XenServer 6.1 hosts and I am trying to add some
 Primary Storage to them.
 
 When I add the Primary Storage via the cloudstack interface, the
 SR is created in my XenPool, but the process bombs out in
 Cloudstack with the following error:
 
 Add host failed due to ModifyStoragePoolCommand
 failedModifyStoragePoolCommand add XenAPIException:Unable to setup
 heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d
 due to #6# heartbeat file
 /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
 -d
 65
 d-48ea-a17a-06cd48a357a6 doesn't exist
 host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
 192.168.0.1/vol/nfs_volume
 
 The SR is still available on my XenPool and it looks like it's set
 up properly, just not visible in Cloudstack.,
 
 Any ideas?
 
 Thanks
 Len
 
 
 
 
 --
 Regards,
 
 Kirk Jantzer
 c: (678) 561-5475
 http://about.met/kirkjantzer
 
 
 
 
 
 
 Todd Pigram
 t

Re: [VOTE] List CloudStack related books on the website

2013-05-27 Thread Todd Pigram
+1

On May 27, 2013, at 4:27 AM, Sebastien Goasguen run...@gmail.com wrote:

 Hi,
 
 After a relatively long discussion on the marketing@ list about the Packt 
 Book [1] I would like to call a vote.
 
 Proposal:
 
 I propose to list CloudStack related books on our website [2]. The page 
 listing these books would contain the following disclaimer:
 
 This listing does not represent official endorsement by the Apache 
 CloudStack project. The Apache CloudStack project does not recommend one book 
 versus another nor does it guarantee the quality of the books.
 
 Inclusion of a book in the listing would be done via a vote on the marketing@ 
 list.
 
 
 As a quick summary, alternatives to this proposal were to:
 1-not do anything
 2-list the books on the wiki
 
 A few of us have already expressed their opinions and discussed the 
 possibilities. Check [1]. 
 
 Vote will be open for 96 hours (To accommodate Memorial day in the USA).
 
 Reply with:
 
 [ ] +1  approve
 [ ] +0  no opinion
 [ ] -1  disapprove (and reason why)
 
 PS: If edits of the disclaimer are needed but that they do not change the 
 meaning of it, the disclaimer will be modified but the vote will not be 
 restarted.
 
 [1] http://markmail.org/thread/r4qdmbonmx6yq2uv
 [2] http://cloudstack.apache.org
 
 -Sebastien





Todd Pigram
t...@toddpigram.com