XCP-NG / Xen Orchestra (XOA) HomeLab Setup
First things first - these resources/documentation are quite helpful during the setup process, especially if you are coming from the VMware side and haven't used Xen in many years.
- https://xcp-ng.org/docs/
- https://xen-orchestra.com/docs/
- https://www.linuxhelp.com/add-additional-hard-disk-xenserver
- https://support.citrix.com/article/CTX121313
Default Credentials
- Default Web UI credentials are admin@admin.net / admin
- Default console/SSH credentials are xoa / xoa (first login)
Set Static Network
- Login to the console and run: xoa network static
Sudo/Admin Access
To avoid typing sudo for any admin command, you can have a root shell with sudo -s
Storage Management (Work in Progress)
- During install, pick the install disk and then (1) disk for an initial VM datastore.
- If you select multiple disks it will try to span the SR across them.
- Only select (1) if available, the others will need to be added from the console after the initial installation is complete.
- *STRONGLY* recommended to use EXT (File) vs LVM (Block) for your SR format
fdisk -l|grep Disk
cat /proc/partitions
ll /dev/disk/by-id
xe sr-create host-uuid=<host UUID> type=ext content-type=user name-label="Local Ext" device-config:device=/dev/sdaX
Comments
Post a Comment