xcat2 / xcat-core

Code repo for xCAT core packages
Eclipse Public License 1.0
360 stars 171 forks source link

Driver Installation for stateless boot #7438

Open ManshiMuskan opened 5 months ago

ManshiMuskan commented 5 months ago

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 one test for which I need nvidia-driver-local-repo-rhel7-550.54.15-1.0-1.x86_64.rpm and NVqual related scripts how to merge this driver or install it on netboot image. please help me with steps to perform.

samveen commented 5 months ago

If you're using stateless boot, one possible option is to use the postbootscripts attribute to run a script after bootup is completed to run yum install with that RPM path. More details can be found at https://xcat-docs.readthedocs.io/en/latest/guides/admin-guides/manage_clusters/common/deployment/prepostscripts/post_script.html