Author |
Message
|
Henrique Neil |
Posted: Mon Jul 24, 2006 12:26 pm Post subject: Problems to create ConfigMgr on Linux |
|
|
Apprentice
Joined: 24 Jul 2006 Posts: 27
|
Hi All,
I have some problems to create a configmgr on linux platform.
i performed the ./mqsiprofile and follow ./mqsicreateconfigmgr <parameters>, but i got the following error:
./mqsicreateconfigmgr: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory
i created some simbolic link but i got another problem:
The user environment was not adequately prepared to continue execution. Locate and run the profile supplied with the product. This file is called mqsiprofile, and is located in the bin subdirectory for the product.
I'm using Websphere Message Broker 6 on Suse Linux Enterprise Server 9.
What is wrong??
thank's _________________ Henrique Neil
System Analyst - Cyberlynxx
http://www.clx.com.br |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 24, 2006 12:35 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You didn't perform the .mqsiprofile correctly.
You need to either "source .mqsiprofile" or ". .mqsiprofile", that's "<dot><space><dot>mqsiprofile". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Henrique Neil |
Posted: Mon Jul 24, 2006 12:40 pm Post subject: |
|
|
Apprentice
Joined: 24 Jul 2006 Posts: 27
|
Hi jefflowrey,
it's work fine!
Thanks _________________ Henrique Neil
System Analyst - Cyberlynxx
http://www.clx.com.br |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 24, 2006 12:42 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You should go back and remove the symlinks you created, so your system is as clean as possible.
Also you should adjust the .profile (or .bash_profile or whatever shell you're using) for the broker/configmgr service user to include the same command to source the profile. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Henrique Neil |
Posted: Mon Jul 24, 2006 1:05 pm Post subject: |
|
|
Apprentice
Joined: 24 Jul 2006 Posts: 27
|
Hi jefflowrey,
I will do it!
One more question... i read about the profile for DB2, i already have the db2profile file, how use this file with mqsiprofile?
I didn't find on info center how to use it.
If you can tell me or send some link explain how to use it.
Thanks _________________ Henrique Neil
System Analyst - Cyberlynxx
http://www.clx.com.br |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 24, 2006 1:29 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's the same way. The "source" command or the "<dot><space>" version tells your shell to run the following command in the current shell, rather than in a "new" shell. So environment variables in the command or script that is run are added to the current environment.
So "<dot><space><path to db2 profile>/db2profile".
And, again, add it to the .profile of the service user. I usually do the db2profile first and then the mqsiprofile. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|