退订

2016-05-06 Thread ye tao
退订


退订

2016-05-06 Thread 任 泽鑫
退订


Re: Register ISO

2016-05-06 Thread Rafael Weingärtner
Would you mind explaining a little bit more your idea of installing a
template without using a URL? You just do not want to have a web server to
serve the file?

Or did you mean a batch of templates or something like that?

ACS 4.6+ has a function that enables you to upload a template from your
local drive through the UI, would that work for you?

I would *not* recommend you to change data directly in the database
(especially in production environments), the data model that ACS uses can
be a little bit complicated to deal with sometimes; the link between some
tables are difficult to understand and see, and there are some duplicity in
data that may mislead you at first sight.


On Fri, May 6, 2016 at 9:27 PM, ilya  wrote:

> Certainly doable - but not ideal.
>
> You would have to inspect what cloudstack does when it imports iso.
> Something somewhat similar happens when you register the systemvm
> template for the first time - but DB entry already exists.
>
> I'd do following:
>
> In your test env:
>
> create mysql dump with single line inserts
> import iso via cloudstack interface
> create mysql dump with single line inserts
> diff two outputs to identify whats being changed in mysql
>
> identify what happens on secondary storage and where its being copied.
>
> On 5/5/16 9:28 PM, Mohd Zainal Abidin Rabani wrote:
> > Hi,
> >
> >
> >
> > IS there anyway to quick register without using URL? Like copy-paste and
> > define back at backend?
> >
> >
> >
> > Regards,
> >
> >
> >
> > Mohd Zainal Abidin Rabani
> >
> > Technical Support
> >
> >
> >
> > ModernOne Data Solutions Sdn. Bhd.
> >
> > [ Dedicated Server | VPS | Co-Location | Hosting ]
> >
> > [ Managed Service | System Integration | Domain ]
> >
> > W : www.nocser.net
> >
> > FB: http://www.facebook.com/nocser
> >
> > Twitter: @nocsertech
> >
> > Skype: zabidin5417
> >
> >
> >
> >
>



-- 
Rafael Weingärtner


Re: Register ISO

2016-05-06 Thread ilya
Certainly doable - but not ideal.

You would have to inspect what cloudstack does when it imports iso.
Something somewhat similar happens when you register the systemvm
template for the first time - but DB entry already exists.

I'd do following:

In your test env:

create mysql dump with single line inserts
import iso via cloudstack interface
create mysql dump with single line inserts
diff two outputs to identify whats being changed in mysql

identify what happens on secondary storage and where its being copied.

On 5/5/16 9:28 PM, Mohd Zainal Abidin Rabani wrote:
> Hi,
> 
>  
> 
> IS there anyway to quick register without using URL? Like copy-paste and
> define back at backend? 
> 
>  
> 
> Regards,
> 
>  
> 
> Mohd Zainal Abidin Rabani
> 
> Technical Support
> 
>  
> 
> ModernOne Data Solutions Sdn. Bhd.
> 
> [ Dedicated Server | VPS | Co-Location | Hosting ]
> 
> [ Managed Service | System Integration | Domain ]
> 
> W : www.nocser.net
> 
> FB: http://www.facebook.com/nocser
> 
> Twitter: @nocsertech
> 
> Skype: zabidin5417
> 
>  
> 
> 


Re: Error: "Unable to add host"

2016-05-06 Thread Cayetano Rodríguez
Right now it isn't running. I don't know what I have done while trying to
fix this but now agent isn't running and I can't stop libvirt (it fails).
Anyway this didn't happen before.

Do you know what could be happening with libvirt? Thank you

El viernes, 6 de mayo de 2016, Mohd Zainal Abidin Rabani 
escribió:

> Does agent on host running? Try to stop libvirt. Check log on agent and
> /var/log/message.
>
> -Original Message-
> From: Cayetano Rodríguez [mailto:tfg.cloudcomput...@gmail.com
> ]
> Sent: 06 Mei 2016 1:25
> To: users@cloudstack.apache.org 
> Subject: Re: Error: "Unable to add host"
>
> I am still getting this error. I can't add a host to my Cloudstack
> installation. I followed the Quick Installation Guide and everything works
> okay, except I can't add a host. When I try to do it I see the error
> message "Unable to add the host". I'm using KVM on Centos 6.5, and I want
> to install the management server and first host in the same machine.
>
> Could anyone help me? I really need to get this and I don't have enough
> resources to try Cloudstack with 2 different machines (as it says in the
> guide, it is possible to install everything in a single machine).
>
> Thank you very much.
>
> 2016-04-22 13:37 GMT+02:00 Cayetano Rodríguez <
> tfg.cloudcomput...@gmail.com >
> :
>
> > Now it shows the kvm_intel line
> >
> > [root@srvr1 ~]# lsmod | grep kvm
> > kvm_intel  55624  0
> > kvm   341551  1 kvm_intel
> >
> > 2016-04-22 6:12 GMT+02:00 Pavan Bandarupally <
> > pavan.bandarupa...@accelerite.com >:
> >
> >> What did the lsmod | grep kvm output after enabling virtualization ?
> >> Did it show kvm_intel this time ? If it hasn't can you try installing
> >> kvm-qemu package and give it a try ?
> >>
> >> -Original Message-
> >> From: Cayetano Rodríguez [mailto:tfg.cloudcomput...@gmail.com
> ]
> >> Sent: Thursday, April 21, 2016 11:56 PM
> >> To: users@cloudstack.apache.org 
> >> Subject: Re: Error: "Unable to add host"
> >>
> >> It wasn't enabled but I enabled the virtualization in the BIOS and I
> >> still can't add a host
> >>
> >> El lunes, 18 de abril de 2016, Pavan Bandarupally <
> >> pavan.bandarupa...@accelerite.com > escribió:
> >>
> >> > Is Virtualization enabled in the BIOS for the machine ?
> >> >
> >> > -Original Message-
> >> > From: Cayetano Rodríguez [mailto:tfg.cloudcomput...@gmail.com
> 
> >> > ]
> >> > Sent: Friday, April 15, 2016 8:05 PM
> >> > To: users@cloudstack.apache.org  
> >> > Subject: Re: Error: "Unable to add host"
> >> >
> >> > Yes, I'm trying to setup everything on a single machine. I followed
> >> > that guide and now I've checked all steps in the KVM section. When
> >> > I
> >> execute  "
> >> > lsmod | grep kvm "
> >> >  I get the following output:
> >> > [root@srvr1 ~]# lsmod | grep kvm
> >> > kvm   341551  0
> >> >
> >> > In the guide it appears in the output another line (kvm_intel), am
> >> > I doing something wrong so that line doesn't appear?
> >> >
> >> > Thank you
> >> >
> >> > 2016-04-15 4:06 GMT+02:00 Pavan Bandarupally <
> >> > pavan.bandarupa...@accelerite.com  >:
> >> >
> >> > > If you have resources, it is recommended to have management
> >> > > server and host on separate machines. But just to troubleshoot
> >> > > your environment you can check the below link and see if things
> work.
> >> > >
> >> > > From my understanding you are trying to setup everything (
> >> > > management server and hotst) on a single machine. The error you
> >> > > face is generally seen if the hypervisor host doesn't have KVM
> >> > > agent installed properly (I might be wrong here). Can you please
> >> > > go through the below link and make sure that you have followed
> >> > > all the required steps (for KVM installation ) and confirm if KVM
> >> > > is properly installed (say by checking
> >> > lsmod | grep kvm ) ?
> >> > >
> >> > >
> >> > > http://docs.cloudstack.apache.org/projects/cloudstack-installatio
> >> > > n/e
> >> > > n/
> >> > > 4.6/qig.html
> >> > >
> >> > > Regards,
> >> > > Pavan
> >> > >
> >> > >
> >> > > -Original Message-
> >> > > From: Cayetano Rodríguez [mailto:tfg.cloudcomput...@gmail.com
> 
> >> > ]
> >> > > Sent: Friday, April 15, 2016 6:08 AM
> >> > > To: users@cloudstack.apache.org  
> >> > > Subject: Re: Error: "Unable to add host"
> >> > >
> >> > > The managenent ip address is the same as the host ip address, and
> >> > > the same as the machine that I'm using...
> >> > > I've done this because I've followed the Quick Installation Guide
> >> > > that is focused on doing everything in the same machine, and this
> >> > > guide specifies to use the same ip addresses in managenent server
> >> > > and the
> >> > first host.
> >> > 

Re: Number of NICs in VMWare - CS 4.6 bug?

2016-05-06 Thread Octavian Popescu
Adding a bit to this – it looks like it’s a documented bug, fixed in CS-25155 
but unfortunately I couldn’t really find much about the fix other than vague 
references, any ideas how I could track it down?

Thanks,
Octavian

On 06/05/2016 10:28, "Octavian Popescu" 
> wrote:

Hello,

There seems to be a bug in CS 4.6 that prevents a VM running on VMWare from 
booting if it has more than 7 NICs – the NICs can be added just fine until you 
hit the VMWare limit (10) but on reboot it doesn’t start anymore until you 
remove them. Do you know if this was fixed in 4.7 or 4.8?

Thanks,
Octavian




Re: Register ISO

2016-05-06 Thread Prashant Mishra

1-for db entry ,register ISO   , if possible cancel the download
2-copy iso to location mentioned in DB , u may need to rename iso file in
secondly storage , and update few columns like remove , state etc in db.


On 5/6/16, 3:25 PM, "Sanjeev Neelarapu" 
wrote:

>You can copy all the files to secondary storage and try restarting SSVM.
>It might work
>
>Best Regards,
>Sanjeev N
>Chief Product Engineer, Accelerite
>Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com
>
>
>-Original Message-
>From: Mohd Zainal Abidin Rabani [mailto:zai...@nocser.net]
>Sent: Friday, May 06, 2016 9:58 AM
>To: users@cloudstack.apache.org
>Subject: Register ISO
>
>Hi,
>
>
>
>IS there anyway to quick register without using URL? Like copy-paste and
>define back at backend?
>
>
>
>Regards,
>
>
>
>Mohd Zainal Abidin Rabani
>
>Technical Support
>
>
>
>ModernOne Data Solutions Sdn. Bhd.
>
>[ Dedicated Server | VPS | Co-Location | Hosting ]
>
>[ Managed Service | System Integration | Domain ]
>
>W : www.nocser.net
>
>FB: http://www.facebook.com/nocser
>
>Twitter: @nocsertech
>
>Skype: zabidin5417
>
>
>
>
>
>
>DISCLAIMER
>==
>This e-mail may contain privileged and confidential information which is
>the property of Accelerite, a Persistent Systems business. It is intended
>only for the use of the individual or entity to which it is addressed. If
>you are not the intended recipient, you are not authorized to read,
>retain, copy, print, distribute or use this message. If you have received
>this communication in error, please notify the sender and delete all
>copies of this message. Accelerite, a Persistent Systems business does
>not accept any liability for virus infected mails.




DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


RE: Register ISO

2016-05-06 Thread Sanjeev Neelarapu
You can copy all the files to secondary storage and try restarting SSVM. It 
might work

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com


-Original Message-
From: Mohd Zainal Abidin Rabani [mailto:zai...@nocser.net]
Sent: Friday, May 06, 2016 9:58 AM
To: users@cloudstack.apache.org
Subject: Register ISO

Hi,



IS there anyway to quick register without using URL? Like copy-paste and define 
back at backend?



Regards,



Mohd Zainal Abidin Rabani

Technical Support



ModernOne Data Solutions Sdn. Bhd.

[ Dedicated Server | VPS | Co-Location | Hosting ]

[ Managed Service | System Integration | Domain ]

W : www.nocser.net

FB: http://www.facebook.com/nocser

Twitter: @nocsertech

Skype: zabidin5417






DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Accelerite, a Persistent Systems business. It is intended only for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient, you are not authorized to read, retain, copy, print, 
distribute or use this message. If you have received this communication in 
error, please notify the sender and delete all copies of this message. 
Accelerite, a Persistent Systems business does not accept any liability for 
virus infected mails.


Number of NICs in VMWare - CS 4.6 bug?

2016-05-06 Thread Octavian Popescu
Hello,

There seems to be a bug in CS 4.6 that prevents a VM running on VMWare from 
booting if it has more than 7 NICs – the NICs can be added just fine until you 
hit the VMWare limit (10) but on reboot it doesn’t start anymore until you 
remove them. Do you know if this was fixed in 4.7 or 4.8?

Thanks,
Octavian