FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
cmaheu
Staff
Staff
Article Id 189405

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



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
3) Apply OS Updates
     # yum -y update

 

 

Contributors