Issue:
When running client commands as a non-root users I see
"ERROR: cannot establish connection - Operation now in progress (hostname:port=:42559)"
Symptom:
You will see the keyworkds "Operation now in progress" when running commands.
"ERROR: cannot establish connection - Operation now in progress (hostname:port=:42559)"
Solution:
In most cases the environment needs to know where the MOABHOMDIR is and that the Moab binaries are in the environment path.
Example suggestions
"export MOABHOMEDIR=/usr/local/Moab "
"PATH=/var/opt/moab/bin:$PATH"
Additionally you will want to make sure the the user can read the moab.cfg file found under $MOABHOMEDIR.
Tags: cannot establish connection, client commands, Operation now in progress