xcat-core
xcat-core copied to clipboard
Code repo for xCAT core packages
I'm trying to learn how to compile a driver and make them part of a stateless netboot image. So far, I've created a directory where I'm storing the driver and...
xCAT node object status updated to `ping` from `booted` automatically after installing OS. Any idea why `ping` is appearing in `node status`? In node which is not reachable node status...
…keys file in the image ### The PR is to fix issue _#7501_ ### The modification include Searching for additional public keys to include in the image
For the post installation scripts, when grabbing the mypostscript/getpostscript.awk if the management node is down it enters a loop and the post installation step hangs. If there is a download...
Currently mknb only looks for /root/.ssh/id_rsa - it would be nice if it also copied in more modern public key types, eg ed25519 and ecdsa keys if available.
Hi I know its been commented on before that 9.5 isnt supported however it does fundamentally work. That said, i have just attempted an installation of RHEL9.5 and although the...
- One the xcat server: 1. `lsdef -t osimage rocky8.10-x86_64-netboot-compute`: > partitionfile=/install/custom/netboot/rocky8.10/cfglocaldisk > 2. `cat partitionfile=/install/custom/netboot/rocky8.10/cfglocaldisk`: > enable=yes enablepart=yes [disk] dev=/dev/sda clear=yes fstype=ext4 parts=10,20,30 [localspace] dev=/dev/sda1 fstype=ext4 > 3. `tabdump...
I want to create golden client (rocky linux 9) with systemimager-server / systemimager-client program with xcat 2.17.0 on rocky linux 8. I installed systemimager-server 4.3.0-0.3 and systemimager-client 4.3.0-0.1. When I...
While provisioning of a server, node status of the xcat db update like powering-off, powering-on, bmcready, installing, booting, booted. In this status list only `installing` won't be shown during installation...
When running xcatprobe xcatmn in a Bash shell with umask 027 (commonly set for security reasons), the check "TFTP service is configured" fails due to restrictive permissions on the TFTP...