Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Administration commands not working if i run inside the container #56

Open
edukunduru83 opened this issue May 30, 2019 · 1 comment
Open

Comments

@edukunduru83
Copy link

I am trying to execute mqsilist command by logging into IIB container but i am getting below error. I am running the command as iibuser. The executable is in following path /opt/ibm/iib-10.0.0.11/server/bin and i also noticed all the files present in bin directory are having '' end of each file.
ls -ltr is showing like below for all the files.
Ex: mqsilist

./mqsilist:error while loading shared libaries:libImbCmdLib.so cannot open such shared object file:No such file or Directory

But i am able to execute the below command. So, if i run the command without logging in the container its working but the same command if i run inside the container its not working which is strange to me.
docker exec /bin/bash -c mqsilist

Could you please help me what could be the issue.

@vattikullasatish
Copy link

vattikullasatish commented Oct 13, 2020

Though late response :)
I had a similar issue and running source ./mqsiprofile worked.

sh-4.4$ pwd
/opt/ibm/ace-11/server/bin
sh-4.4$ ./mqsilist
./mqsilist: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory
sh-4.4$ source ./mqsiprofile

MQSI 11.0.0.9
/opt/ibm/ace-11/server

sh-4.4$ mqsilist
BIP1281I: No integration nodes have been defined on this machine.
BIP8071I: Successful command completion.
sh-4.4$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants