You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/upgrade.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,16 @@ This article describes how to proceed in order to convert your Citrix XenServer
220
220
* Eject CDs from your VMs before upgrading [to avoid issues](https://xcp-ng.org/forum/topic/174/upgrade-from-xenserver-7-1-did-not-work): `xe vm-cd-eject --multiple`
221
221
***It is very important to make sure clustering is not enabled on your pool**. It's a functionality that relies on proprietary software and that is not available in XCP-ng, and having it enabled before the upgrade will lead to XAPI being unable to start due to unexpected data in the database. If it is enabled or you already upgraded, see [this comment](https://github.com/xcp-ng/xcp/issues/94#issuecomment-437838544).
222
222
* If you already have an XCP-ng pool, do not try to add a slave running XenServer to it. You will get an "Incompatible License" error. Please upgrade the slave to XCP-ng first, then add it to your existing pool
223
+
* Before proceeding, it is important to ensure that the `xapi` service
224
+
currently running on your host is compatible with the version provided by
225
+
XCP-ng. To verify this, open a terminal session on the host machine and execute
226
+
the command `rpm -qi xapi-core`. This command will display detailed information
227
+
about the installed `xapi-core` package, including its version number. Check the
228
+
xapi version available in [XCP-ng updates](https://mirrors.xcp-ng.org/8/8.3/updates/Source/SPackages/).
229
+
Compatibility is essential because the XCP-ng installation ISO can only upgrade
230
+
XenServer hosts whose xapi version is equal to or lower than the version
231
+
included with XCP-ng. If your xapi version exceeds this, the upgrade process may
232
+
not proceed correctly.
223
233
:::
224
234
225
235
### Before you start
@@ -236,17 +246,23 @@ XCP-NG installation follows roughly the same workflow as a XenServer installatio
0 commit comments