Dell Avamar Platform OS Security Patch Rollup 2023R3 Release Notes
This guide provides release notes and instructions for the Dell Avamar Platform OS Security Patch Rollup 2023R3, including procedures for managing /boot volume space and applying security updates.
Table of contents
Quick guide from the manual
This document provides release notes and instructions for the Dell Avamar Platform OS Security Patch Rollup 2023R3. It covers the necessary steps to apply security and operating system updates, specifically focusing on managing disk space on the /boot volume for Avamar Data Store (ADS) systems.
Avamar platform OS security patch rollup
The rollup automates security and OS updates for various Avamar products, including Avamar server, Avamar combined proxy, Avamar Virtual Edition (AVE), Avamar Data Store (ADS), Avamar NDMP accelerator node, NetWorker Virtual Edition (NVE), and PowerProtect DP Series Appliance.
Cleaning /boot volume
If you are applying the OS security patch rollup on ADS, you may need to free up space on the /boot volume.
Prerequisites
- For multi-node servers, perform this procedure on the utility node, all storage nodes, spare nodes, and accelerator nodes.
- When applying the Security Rollup manually, the required free space on the /boot volume is 80MB.
Procedure
- Log in to the server (single-node) or utility node (multi-node) as admin and switch to root using su -.
- Check space: df -h /boot/.
- Check for kdump files: ls -l /boot/*kdump.
- Remove kdump files: rm /boot/*kdump.
- List kernels: rpm -qa |grep kernel-default.
- Remove old kernels: rpm -ev kernel-default-VERSION_OLD kernel-default-base-VERSION_OLD.
- Check for archived .gz files: ls -l /boot/*.gz.
- Remove archived files: rm /boot/*.gz.
- If space is still insufficient (less than 80MB), back up the running kernel to /usr/local/avamar/var/rollup_bak before proceeding.
- Restore the running kernel after installation using mv /usr/local/avamar/var/rollup_bak/*-default /boot.
Manufacturer information
Dell Technologies Inc.
Practical help
Common problems
Follow the cleaning procedure: remove kdump files, old kernels, and archived .gz files. If space is still less than 80MB, back up the running kernel before installation.
Before use
- Verify free space on /boot volume using df -h /boot/
- Identify old kernels using rpm -qa |grep kernel-default
- Ensure you have root access via su -
- Check for kdump files using ls -l /boot/*kdump
Show more Show less
Specs in practice
- /boot volume free space
- Requires 80MB for manual Security Rollup installation.
Model compatibility
- Applies to Avamar server, combined proxy, AVE, ADS, NDMP accelerator node, NVE, and PowerProtect DP Series Appliance.
Manual page author
Michael Turner
Technical manual editor