Re: Sequence table recovery possible?

2016-09-08 Thread Chiradeep Vittal
This table is used to generate unique ids for the respective tables (vm_instance_seq for vm_instance for example). Just use the largest id from the vm_instance table and add a largish number (1). On Thu, Sep 8, 2016 at 8:47 PM, Zack Payton wrote: > Yo cloudstack users and devs! > A corrupt H

Sequence table recovery possible?

2016-09-08 Thread Zack Payton
Yo cloudstack users and devs! A corrupt HDD caused my mysql cloud.sequence table to become corrupted (misconfig didn't put mysql data dir on zfs). I have multiple cloudstack installations though and am able to look at a valid sequence table example: mysql> select * from sequence; +---

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
Yiping, Thanks a ton for going through this with me. It's awesome when you get help on a user group. Sent from my Verizon, Samsung Galaxy smartphone Original message From: Jeremy Peterson Date: 9/8/16 5:52 PM (GMT-06:00) To: users@cloudstack.apache.org Subject: RE: Adding

DOCS extracted template url

2016-09-08 Thread Marc Streeter
Hello, We have several templates that we wish to download from cloudstack internally using the private ip address, but the URL provided from `extractTemplate` is using the public ip address. Is there a way to specify that the private ip is desired? Currently we are replacing the public ip wit

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
Ok so done all host have been added to the new pool with bonded mgmt. And all updates have been applied. Next step is to attach iscsi storage to the new pool. After storage Luns show up I'll setup HA on the pool. Then add the new hosts to cs. My next question is. I plan on decommissioning my c

Re: Adding Hosts to XenCenter Pool

2016-09-08 Thread Yiping Zhang
On the switch side, you need to configure the port channel to LACP passive mode. On the Xen Server side, you need to take out all bond configurations, and assign mgmt. IP directly to NIC4. Once xen4 joins the pool, its mgmt. IP will now be assigned to Bond4+5, and you can manually assign IPs

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
Xen4 is before joining the pool. My question is how will I have mgmt? I have a port channel setup for the bonded interfaces if I break the bond my port channel won't come up. Jeremy -Original Message- From: Yiping Zhang [mailto:yzh...@marketo.com] Sent: Thursday, September 8, 2016 12

Re: Adding Hosts to XenCenter Pool

2016-09-08 Thread Yiping Zhang
Is the xen4 config shown that of before or after xen4 has joint the pool? If it is after, then I don’t see any problem, but if it is before, then you need to wipe out its bond settings first. As I said, the incoming server, i.e. the server joining the pool and in this case the Xen4, should NOT

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
Ok so I created a new pool. Added Xen3 Then tried to add Xen4 once that works I'll add Xen5 Xen6 then add to cloudstack. http://screencast.com/t/LNPu9XchUU You can see Xen3's config and Xen4 Xen3 is pool master. I need to add Xen4 and more still same error. Jeremy -Original Message--

Re: Adding Hosts to XenCenter Pool

2016-09-08 Thread Yiping Zhang
The problem is that for Xen1 and Xen2, the mgmt. interface is NIC4, while for Xen3, the mgmt. interface is Bond4+5. According to docs, incoming server should not have any bond configurations, it will automatically get those from the pool once it becomes a pool member. What you need to do is 1)

Re: All Xen hosts except poolmaster stuck in alerting/connecting state

2016-09-08 Thread Yiping Zhang
After we switched pool master to another host with command “xe pool-designate-new-master host-uuid=”, the CloudStack mgmt. server eventually connected to all hosts successfully with all hosts in Running state. So I can only speculate that there is something wrong with the Xen Cluster itself

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
Ok so do I have to change my existing pool hosts to have a bond? Is that the issue ? Jeremy -Original Message- From: Jeremy Peterson [mailto:jpeter...@acentek.net] Sent: Thursday, September 8, 2016 10:41 AM To: users@cloudstack.apache.org Subject: RE: Adding Hosts to XenCenter Pool I

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
I changed my "name" of the Box 4+5 to MGMT to match what my pool has and same thing error. Jeremy -Original Message- From: Jeremy Peterson [mailto:jpeter...@acentek.net] Sent: Thursday, September 8, 2016 10:03 AM To: users@cloudstack.apache.org Subject: RE: Adding Hosts to XenCenter Po

RE: Adding Hosts to XenCenter Pool

2016-09-08 Thread Jeremy Peterson
Super XenServer related but G! http://screencast.com/t/2qpuXJaR9rhU Xen3 is the server I want to add to the pool of xen1 and xen2 I see my Management is setup on all three IP's are reachable since my xencenter server can see everything for both groups of servers. Only difference is Ma

Re: Cloud Platform Dashboard's System Capacity is not updated with newly added resources

2016-09-08 Thread Will Stevens
Well it works properly, just not the way people expect. The purpose of that dashboard is to highlight the ​ cluster ​which is most likely to need capacity changes when doing capacity planning. ​Unfortunately CloudPlatform is behind CloudStack on these features. In CloudPlatform it is not possible

Re: Adding Hosts to XenCenter Pool

2016-09-08 Thread Stephan Seitz
Am Mittwoch, den 07.09.2016, 22:57 + schrieb Jeremy Peterson: > So I am running XenCenter and I am trying to create a second pool to > add hosts to but when I join the pool the errors are coming up > > The server joining the pool must have a physical management > NIC  (i.e. the management NIC

Re: Incorrect details for private Nic

2016-09-08 Thread Yuriy Karpel
Trafic ACS tag: Management tag -- mgm0 Storage tag-- stor0 Public,Guest trafictag -- cloudbr0 KVM host interface: ens6f0,ens6f1 interfaces are collected in lacp team0 master cloudbr0 - public and guest bridge. Management vlan and bridge: team0.1804@team0 master mgm0 bridge Storage vlan and bridg

Re: Upgrade 4.7 to 4.9 issue

2016-09-08 Thread Yuriy Karpel
Sorry for the long answer. I updated to 4.8.1 there is no problem. 2016-08-16 22:34 GMT+03:00 Simon Weller : > This is interesting. So, at a cursory glance, it seems that your interface > name for the private.network.device is causing a problem with 4.9. > > Do you have a lab environment where yo