| The lock files seem to be in /tmp/Harris/License/ and following the naming convention of 
 .cllsem_FCU[8 digits].lock
 .cllsem_FLT_[8 digits].lock
 .cllsem_shmFCU[8 digits].lock
 
 Took out the 8 digit number in case it's license related.  In particular, when running 'strace idl', idl hangs on the '_FCU' dot file:
 ...
 open("/tmp/Harris/License/.cllsem_FCU[8 digits].lock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
 fcntl(6, F_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_CUR, l_start=0, l_len=0}
 ...
 
 This is a RHEL7 system with SELinux enabled.
 
 |