xcat-core
xcat-core copied to clipboard
Code repo for xCAT core packages
Aim : I am setting up a test machine through which I will boot server nodes using Pxe and Xcat netboot image and test my server nodes. so there is...
This fault is probably on my site, but I cannot figure out, what the reason is. Hopefully you guys can point me in the right direction: When a node boots...
diskless compute node after restart is not boot showing grub error using rhel8.3 os
Adding parsing NM resolv.conf for dns entries (if there is no lease file). EL9 does not have `/var/lib/dhclient/*$str_inst_nic*` anymore. Data is in `/var/run/NetworkManager/resolv.conf` now. Try to get DNS config from...
The PR is to fix issue https://github.com/xcat2/xcat-core/issues/6910 Supersedes PR https://github.com/xcat2/xcat-core/pull/6911
Hi, I have a 3 node cluster. When trying to PXE boot the cluster with ubuntu, one of the node is showing boot status as standingby and all the other...
I am using xCAT Version 2.16.5 and trying to provision rhel8.8 and given the addkcmdline="R::biosdevname=1 R::crashkernel=155M,high R::crashkernel=72M,low" But it is not updated in cat /install/autoinst/node1|grep kernel parameters neither it is...
I am trying to install xCAT on `RHEL9 `OS using version 2.16.5. With tarball available for xCAT 2.16.5, installation failed due to missing dependency of `perl-Expect`. This package is available...
xCAT Apache configuration sets explicitly `option Indexes` and `Require all granted` to the whole `/install` directory. Both options can result in accessing to the custom config files (e.g. `/install/custom` as...
xCAT adds its Apache configuration in addition to the default conf. Since Apache treat config files in alphanumeric order, if an additional service is added, in most cases with configs...