5.4. Updating Content Hosts
Updating Content Hosts to the Next Minor Version
To Update a Content Host, enter the following commands:
Update the
gofer
package:yum update gofer
# yum update gofer
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Restart goferd:
systemctl restart goferd
# systemctl restart goferd
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Update all packages:
yum update
# yum update
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Optional: If a kernel update occurred since the last reboot, reboot the system:
reboot
# reboot
Copy to Clipboard Copied! Toggle word wrap Toggle overflow