While running the setupCmdLine.sh script to set your Websphere environment variables you get the error: “dirname: invalid option — ‘b'”.

This might happen if you start the script (as described in the documentation) from the directory “/opt/IBM/WebSphere/AppServer/bin/”. If you instead run it from the Deployment manager profile, then it should work:

 

Do not forget the leading “. ” in front of the command!

You may check that the variables are set correctly by running

 

This variable should now be set to you WAS install directory (e.g. “/opt/IBM/WebSphere/AppServer”)

IBM Connections: Error running “setupCmdLine.sh”
Tagged on:             

2 thoughts on “IBM Connections: Error running “setupCmdLine.sh”

  • 15.01.2014 at 17:52
    Permalink

    Note: Starting with ./ might result in the effect that the variables asr not set correctly. If “echo $WAS_HOME” returns an empty string, navigate to “/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin” from a console and run “. setupCmdLine.sh”.

    Reply
  • 15.01.2014 at 21:32
    Permalink

    It is not “./” but “. /” – do not forget the blank between “.” and “/” which means that the environment variables should be copied to the current environment and not deleted after the script file ends.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *