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
- Type these command in the terminal:
- sudo su
- cd /
- mkdir tmp2
- IATEMPDIR=/tmp2
- export IATEMPDIR
- 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, please reach out to Support for assistance.
Feedback
thumb_up
Yes
thumb_down
No