Technical Tip: Application servers fail OS updates in version 8.8
Description
This article discusses about operating system updates fail when ran on an Application Server in environments where the Control and Application Servers are separate appliances.
The following error is displayed in the CLI:
Error: Package: freeradius-ldap-3.0.21-1x86_64 (networkradius-stable)
Requires: openldap-ltb
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofile --nodigest
Requires: openldap-ltb
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofile --nodigest
Scope
Version: 8.8.0
Solution
Workaround: Perform the following steps on each Application Server.
1) Login to the CLI as root.
2) Run the command
/bsc/campusMgr/bin/internal/install-radiusd
3) Apply OS Updates
# yum -y update
Solution: Addressed in version 8.8.1 (ID 0642810)
Workaround (version 8.8.3 or later): Perform the following steps on each Application Server.
1) Login to the CLI as root.
2) Run the command
# yum remove freeradius-ldap freeradius-krb5
2) Run the command
# yum remove freeradius-ldap freeradius-krb5
3) Apply OS Updates
# yum -y update
