Enabling early platform support for RHEL 10
TrueSight Server Automation now certifies RHEL 10 for both RSCD agents and the patching workflow.
With this update, you can:
- Install and upgrade RSCD agents
- Enroll agents
- Live browse servers
- Execute patching jobs (both online and offline)
This support is enabled through the Early Platform Support framework introduced in TrueSight Server Automation 25.2, allowing faster OS adoption without requiring a full product upgrade.
Before you begin
- Ensure you are using TrueSight Server Automation version 25.2.
- Download the required support files and XML configurations before starting.
Prerequisites
- This support is available only in TrueSight Server Automation version 25.2.
- A server restart is required after replacing core files.
- Changes apply to Application Servers only, not target servers.
- Ensure all impacted components are backed up before making changes.
- Evaluate in non-production environments before rollout.
Supported Versions
- Operating System: Red Hat Enterprise Linux 10 (x86_64)
- Kernel Versions: 6.x and above (specific versions may vary)
- Supported Components:
- Agent installation
- Patch Management
Enabling early platform support for RHEL10 OS versions
RHEL 10 introduces vendor changes that require the following additional configuration steps before deploying agents or running patching jobs.
To install the RSCD Agent
Perform the following steps:
Step 1: Verify System Architecture
Run the uname -p command on the RHEL 10 machine.
- If the output is x86_64, proceed with the standard RSCD Agent installation.
- If the output is unknown, follow the further steps.
Step 2: Create Agent Installer Job (AIJ)
Create an Agent Installer Job (AIJ) using the Linux_64 Agent Installer bundle with the following installer command:mv /usr/bin/uname /usr/bin/uname_original; echo '#!/bin/sh' > /usr/bin/uname; echo 'if test "$1" = "-p"' >> /usr/bin/uname; echo 'then' >> /usr/bin/uname; echo 'echo x86_64' >> /usr/bin/uname; echo 'else' >> /usr/bin/uname; echo 'uname_original $@' >> /usr/bin/uname; echo 'fi' >> /usr/bin/uname; chmod 755 /usr/bin/uname; rpm -Uiv ??SOURCE??; mv /usr/bin/uname_original /usr/bin/uname
Refer to the following screenshot for more details:
Step 3: Complete Agent Installation
Run the AIJ to complete the RSCD Agent installation.
To execute patching use case
Perform the following steps:
Step 1: Download Required Files
- Download the following files:
- See the table below to download the files for the TSSA Server hosted on Windows or Linux servers, and verify their checksums.
TSSA Server File name SHA256 Checksum MD5 Checksum Windows 3F1BB1CDB59879239AAED8567BE14162DEEA38E68B1D488AE4650624FAA656B6 F36597E4A42DE989058C63675CAC7E0F Linux 5AE30A13E7F95E9C4D0DB77348E3E6261925D1DB57F5135352E76D043D51091D 106BBE6FED0C48FFA3A1C8CECD772D84
Step 2: Update TrueSight Server Automation Server
- Stop the TrueSight Server Automation Server.
- Navigate to <Install Dir>/BladeLogic/NSH/br/stdlib.
- Backup the existing support-files-1.0.jar.
- Replace it with the downloaded support-files-1.0.jar.
- Restart the TrueSight Server Automation Server.
Step 3: Upload XML Files via RCP
- Navigate to the Configuration tab.
- Select Patch Global Configuration.
- Under the Red Hat tab in Basic Options:
- Upload to RedHat Channel Filters List File.
- Upload to RedHat ISO URLs File (CDN repo).
- Click Apply and OK.