@Forza thanks for idea
Posts
-
Alpine Template Problem
every time im importing Alpine Template
it cant reach pkg repos (propably repos are not there anymore )
so i have to update repos to active ones and them update systemmaybe there is a way to fix this issue in template ?
-
RE: can`t import Mikrotik
@olivierlambert
i asked them
but they decide to ignoreIs there any chance that we can fix the compatibility issue in 8.2 with Mikrotik V6
Or should I forget about it?
-
RE: can`t import Mikrotik
@Andrew Thanks
Yes, I can confirm that the “Management Agent” is visible when I install version 7.
However, the issue arises with version 6, as the “Management Agent” is not detected when using it.probably Mikrotik v6 issue
-
RE: can`t import Mikrotik
@gudge25 when im importing using XO
Management agent not detected -
can`t import Mikrotik
according to this
https://www.youtube.com/watch?v=5AIveKpGBu8
i should be able to import mikrotikhttps://download.mikrotik.com/routeros/6.49.13/chr-6.49.13.ova
https://download.mikrotik.com/routeros/7.16.2/chr-7.16.2.ovabut I cant , please advice
Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] host.call_plugin R:f4505c2a3fdf failed with exception Server_error(XENAPI_MISSING_PLUGIN, [ transfer ]) Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] Raised Server_error(XENAPI_MISSING_PLUGIN, [ transfer ]) Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] 1/6 xapi Raised at file ocaml/xapi/rbac.ml, line 205 Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] 2/6 xapi Called from file ocaml/xapi/server_helpers.ml, line 95 Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] 3/6 xapi Called from file ocaml/xapi/server_helpers.ml, line 113 Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] 4/6 xapi Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 24 Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] 5/6 xapi Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 35 Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace] 6/6 xapi Called from file lib/backtrace.ml, line 177 Jan 5 13:40:32 localhost xapi: [error||13581 :::80||backtrace]
-
RE: how to identifi that server is not overloaded by VMs?
please advice is there a way to check
that RAID1 read speed can be a bottleneck ?
like 3 VMs are more than NVME Raid can give
and that's why VMs are slow in responce -
RE: how to identifi that server is not overloaded by VMs?
@gudge25 Strange is that
Host + 3 VMS started to use more CPU on exactly the same day (time)
Host:
VM1
VM2
VM3
-
RE: how to identifi that server is not overloaded by VMs?
@DustinB
Storage
Server itself
-
RE: how to identifi that server is not overloaded by VMs?
@olivierlambert my bad sorry
i have a server with 3 VMs on it
from a prev week without any reason CPU utilization doubles
and I noticed even on reboot VM Grub loads with a delayso I'm wondering is there a way to check maybe one or all VMs started overload server
need advice how I can identify that
Regards -
RE: terraform: XO response: jsonrpc2: code 10 message
can you share your .tf file ?
-
RE: cannot create a VM from a diskless template without an ISO #274
@AtaxyaNetwork
https://pastebin.com/raw/q6qMn73Mand file
cloud_config.tftpl file used by the cloudinit templating.
#cloud-config
hostname: ${hostname}
fqdn: ${hostname}.${domain}
package_upgrade: true -
RE: cannot create a VM from a diskless template without an ISO #274
@AtaxyaNetwork
ok for example
we have parameterinstallation_method - (Optional) This cannot be used with cdrom. Possible values are network which allows a VM to boot via PXE.
so when i add it
installation_method = "network"
i have another errorxenorchestra_vm.bar: Creating... ╷ │ Error: jsonrpc2: code 10 message: invalid parameters: {"errors":[{"instancePath":"/installation/repository","schemaPath":"#/properties/installation/properties/repository/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"}]} │ │ with xenorchestra_vm.bar, │ on main.tf line 33, in resource "xenorchestra_vm" "bar": │ 33: resource "xenorchestra_vm" "bar" { │ ╵
-
RE: cannot create a VM from a diskless template without an ISO #274
@AtaxyaNetwork thanks for reply
i want to achieve VM creation from
1-ISO
and/or
2-from Network (PXE installation )so i need 2 templates
-
RE: cannot create a VM from a diskless template without an ISO #274
@gudge25
i trieddata "xenorchestra_template" "template" { name_label = "CentOS 7" }
and
data "xenorchestra_template" "template" { name_label = "Ubuntu Bionic Beaver 18.04" }
same error