Bug ID 758006: Thales nethsm-thales-rfs-install.sh script failing with / partition full

Last Modified: Sep 14, 2023

Affected Product(s):
BIG-IP LTM(all modules)

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

Symptoms

nethsm-thales-rfs-install.sh fails with errors / partition full or /shared/nfast/bin/anonkneti: No such file or directory

Impact

Failed Thales RFS installation.

Conditions

Installing Thales RFS using the script: nethsm-thales-rfs-install.sh.

Workaround

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

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips