ls -ltr /var/crash/ [10:53 localhost ~]# ls -ltr /var/crash/ total 4 drwxr-xr-x 2 root root 4096 Oct 19 02:02 20251019-020207-PKT [10:55 localhost ~]# ls -lh /var/crash/20251019-020207-PKT/ cd /var/crash/20251019-020207-PKT/ grep -iE “panic|oops|fatal|bug|trap” dmesg.kexec.log | tail -30 grep -iE “panic|fatal|oops|bug” xen-crashdump-analyser.log | tail -30 grep -iE “panic|oops|fatal|bug|trap” dmesg.kexec.log | tail -30 Irfan Anis
Category: Xen Server
create local SR ISO it via Xen Orchestra (easiest way)
Via Xen Orchestra Xen Orchestra is the de facto standard client to manage your XCP-ng hosts. Quick’n dirty Here is the easiest way to achieve it. In Xen Orchestra, left main menu, go into “+ New”, then “Storage”. Select your host, then fill the form: Click on “Create” and you are done: Upload your ISO Now you […]
Xen Server
GitHub – ronivay/XenOrchestraInstallerUpdater: Xen Orchestra install/update script Image If you don’t want to first install a VM and then use xo-install.sh script on it, you have the possibility to import VM image which has everything already setup. Use xo-vm-import.sh to do this, it’ll download a prebuilt Debian 11 image which has Xen Orchestra and XenOrchestraInstallerUpdater installed. Details of image […]