Chapter 1. Updating Red Hat Enterprise Linux AI
Red Hat Enterprise Linux AI allows you to update your instance so you can use the latest version of RHEL AI and InstructLab.
1.1. Updating your RHEL AI instance Copy linkLink copied to clipboard!
You can update your instance to use the latest version of RHEL AI and InstructLab
Prerequisites
- You installed and deployed a Red Hat Enterprise Linux AI instance on one of the supported platforms.
- You created a Red Hat registry account.
- You have root user access on your machine.
Procedure
Log into your Red Hat registry account with the
podmancommand:$ sudo podman login registry.redhat.io --username <user-name> --password <user-password> --authfile /etc/ostree/auth.jsonOr you can log in with the
skopeocommand:$ sudo skopeo login registry.redhat.io --username <user-name> --password <user-password> --authfile /etc/ostree/auth.jsonUpgrading to a minor version of Red Hat Enterprise Linux AI
You can upgrade your instance to use the latest version of Red Hat Enterprise Linux AI by using the
bootcimage for your machines hardware.$ sudo bootc switch registry.redhat.io/rhelai1/bootc-<hardware-vendor>-rhel9:<rhel-ai-version>where
- <hardware-vendor>
-
Specify the hardare vendor for your accelerators. Valid values include:
nvidia,amd, andintel. - <rhel-ai-version>
Specify the RHEL AI version you want to upgrade to.
Example command for machines with NVIDIA accelerators
$ sudo bootc switch registry.redhat.io/rhelai1/bootc-nvidia-rhel9:1.5
Restart your system by running the following command:
$ sudo reboot -nImportantWhen upgrading to RHEL AI version 1.5, the
/etc/skel/.config/containers/storage.confstorage configuration needs to be copied to your<user-home>/.config/containers/storage.confhome directory before re-initializing.For example:
$ cp /etc/skel/.config/containers/storage.conf <user-home>/.config/containers/storage.con
Upgrading to a z-stream version of Red Hat Enterprise Linux AI
If a z-stream exists, you can upgrade your system to a z-stream version of RHEL AI by running the folllowing command:
$ sudo bootc upgrade --apply
It is recommended to re-initialize your environment and configurations after you upgrade to the latest RHEL AI version.
WarningThe
ilab config initcommand overrides your existingconfig.yamlfile and sets it to the default configurations per your system hardware. If you customized theconfig.yamlfile, ensure you are familiar with your custom configurations before re-initializing.$ ilab config init