NFA Linux Harvester won't install or upgrade because temp directory is full
search cancel

NFA Linux Harvester won't install or upgrade because temp directory is full

book

Article ID: 36489

calendar_today

Updated On:

Products

CA Network Flow Analysis (NetQos / NFA)

Issue/Introduction

When trying to execute the Harvester install on RedHat 6.7 won’t launch. It will return an error:

“JRE libraries are missing or not compatible....”

 

Environment

Release:
Component: NQRAHV

Cause

The /tmp partition can fill with files that will not allow the install to run. We need to copy the files out.

Resolution

  1. Type these command in the terminal:
  2. sudo su
  3. cd /
  4. mkdir tmp2
  5. IATEMPDIR=/tmp2
  6. export IATEMPDIR
  7. Now when you run the installation again it will launch successfully.

 

 

Additional Information

If you continue to have install issues on linux due to space issues try this:

NFA Harvester won't install on RedHat: Disk Space