Troubleshooting
Problem
The mvfs_agent executable, which resides in the ClearCase installation directory, is expected to be accessible via the user's PATH environment variable. However, that directory is not added to the PATH on Linux.
Symptom
- The Automatic View option is unavailable in the Create View dialog.
- The same issue occurs in the Join Project wizard.
Creating or starting automatic views with rcleartool or a custom CM API application fails.
Cause
The mvfs_agent executable is located inside the IBM Rational ClearCase installation directory (typically /opt/rational/clearcase/bin).
However, the ClearCase binary path is not included in the system PATH environment variable. As a result, the system cannot locate the command when the application tries to execute mvfs_agent.
Resolving The Problem
The environment variable PATH must be provided before launching the application.
Example: Run the command in a Bourne shell or terminal, and launch the application from the same session.
export PATH=$PATH:/opt/rational/clearcase/bin
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
10 March 2026
UID
ibm17263062