Last Modified: May 29, 2024
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 14.1.2.7, 14.1.2.8, 14.1.3, 14.1.3.1, 14.1.4, 14.1.4.1, 14.1.4.2, 14.1.4.3, 14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.0.1.4
Fixed In:
15.1.0
Opened: Feb 07, 2019 Severity: 3-Major
nethsm-thales-rfs-install.sh fails with errors / partition full or /shared/nfast/bin/anonkneti: No such file or directory
Failed Thales RFS installation.
Installing Thales RFS using the script: nethsm-thales-rfs-install.sh.
Modify nethsm-thales-rfs-install.sh script as follows. Replace: mkdir -p /shared/nfast for tar_file in $nfast_agg_tar $nfast_ctls_tar $nfast_user_tar $nfast_pkcs11_tar do tar -C / -xvf $nfast_path$tar_file with mkdir -p /shared/nfast for tar_file in $nfast_agg_tar $nfast_ctls_tar $nfast_user_tar $nfast_pkcs11_tar do tar -C /shared/nfast -xvf $nfast_path$tar_file --strip-components=2
None