Search code examples
gridsungridengine

issues in installing UNIVA Grid Engine Execution host


Hi I am just trying to install Univa Grid Engine Execution on a different host then master host. I just copy the master host directory to remote host on which I want to install execution host then set this directory as SGE_ROOT in bashrc of root. now when run the settigns.sh file which is copied with the directory from master hsot it gives following error
util/arch: strings: not found
can any body help me where I am wrong.


Solution

  • Do you have the string command installed:

    which strings
    

    Should produce:

    /usr/bin/strings
    

    If you see:

    /usr/bin/which: no strings in ...
    

    Then you need to install it.