Author |
Message
|
EAI Developer |
Posted: Tue Feb 07, 2006 11:49 am Post subject: Regarding MB v6.0 configuratoin on Linux(RedHat) |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Hi Everybody,
After successful installation of MB v6.0 ,i am getting error in configuration which states that "BIP8006E: Mandatory flag missing.
When using this command interface the user should select all mandatory flags.Correct and reissue the command." I am getting this error when i run the command
<root_name>@localhost bnd]$ mqsicreatebroker DEVBRK –i username –a passwd -q DEVQMGR –n MQSIBKDB
BIP8105W: Creates a broker.
Please give me a solution for this problem.
Thanks in adavance. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Feb 07, 2006 12:40 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
What you are typing in looks correct, are you sure you're typing it in exactly as you are showing us? _________________ -wayne |
|
Back to top |
|
 |
EAI Developer |
Posted: Tue Feb 07, 2006 12:50 pm Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Hi,
I am sending the exact error module i got after typing the command for creating broker ..
--------------------------------------------------------------------------------
raj@localhost bnd]$ mqsicreatebroker DEVBRK –i raj –a raj123 -q DEVQMGR –n MQSIBKDB
BIP8105W: Creates a broker.
Syntax:
mqsicreatebroker brokerName -i serviceUserId -a servicePassword -q queueManagerName -n dataSourceName [-u dataSourceUserId] [-p dataSourcePassword] [-s unsQMgrName [-j]] [-g configurationTimeout] [-k configurationDelayTimeout] [-w workPath] [-l userLilPath] [-t] [-m] [-v statisticsMajorInterval] [-P httpListenerPort] [-c icuConverterPath] [-y ldapPrincipal -z ldapCredentials]
Command Options:
'brokerName' name of the broker
'-i serviceUserId' the userid that the broker will run under
'-a servicePassword' the password for the broker userid
'-q queueManagerName' the WebSphere MQ queue manager that the broker will use. This is created if it does not exist
'-n dataSourceName' the broker's database name
'-u dataSourceUserId' the userid that the broker uses to access its database
'-p dataSourcePassword' the password for the broker's database userid
'-s unsQMgrName' the WebSphere MQ queue manager of the User Name Server
'-j' enables publish/subscribe access control for the broker
'-g configurationTimeout' the maximum time (in seconds) to allow a broker to process a deployed message
'-k configurationDelayTimeout' the maximum time (in seconds) to allow a broker to process a minimum size deployed message
'-w workPath' the directory into which trace logs are placed
'-l userLilPath' the directory from which the broker searches for user-supplied libraries
'-t' enables WebSphere MQ fastpath for this broker
'-m' indicates that migration is required from an WebSphere publish/subscribe broker
'-v statisticsMajorInterval' the time (in minutes) for the duration of the interval for collecting statistics archive records
'-P httpListenerPort' the port that the broker HTTP listener will use
'-c icuConverterPath' delimited list (';' in windows, ':' on unix) of paths to search for ICU converters or converter packages.
'-y ldapPrincipal' the LDAP Principal (userId)
'-z ldapCredentials' the LDAP Credentials (password)
BIP8006E: Mandatory flag missing.
When using this command interface the user should select all mandatory flags.
Correct and reissue the command.
[miracle@localhost bnd]$ '-z ldapCredentials' the LDAP Credentials (password)
bash: syntax error near unexpected token `(' |
|
Back to top |
|
 |
wschutz |
Posted: Tue Feb 07, 2006 12:55 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Whats this stuff?
Quote: |
BIP8006E: Mandatory flag missing.
When using this command interface the user should select all mandatory flags.
Correct and reissue the command.
[miracle@localhost bnd]$ '-z ldapCredentials' the LDAP Credentials (password)
bash: syntax error near unexpected token `(' |
Are you sure your not running some sort of shell script?
Go to /opt/ibm/mqsi/6.0/bin and execute:
./mqsicreatebroker ........... _________________ -wayne |
|
Back to top |
|
 |
EAI Developer |
Posted: Tue Feb 07, 2006 1:12 pm Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Hi,
Thank you for replying .After executing the mqsicreatebroker command in the path u have specified,i am getting the following error.
--------------------------------------------
[raj@localhost bin]$ ./mqsicreatebroker DEVBRK -i raj -a raj123 -q DEVQMGR -n MQSIBKDB
./mqsicreatebroker: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory
[raj@localhost bin]$
Thanks in advance |
|
Back to top |
|
 |
vennela |
Posted: Tue Feb 07, 2006 1:20 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Did you source the mqsiprofile |
|
Back to top |
|
 |
EAI Developer |
Posted: Tue Feb 07, 2006 1:24 pm Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Yes, i already set the mqsiprofile path |
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 07, 2006 1:30 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
EAI Developer wrote: |
./mqsicreatebroker: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory |
Ensure libImbCmdLib.so is on your LD_LIBRARY_PATH environment variable in your shell. And ensure this environment variable is "exported" - ie. so that it is set in the environment of the mqsicreatebroker program when the shell starts it. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 07, 2006 2:40 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And remember in Unix to make the new env settings of your file stick:
.b./.profile
where b represents a space
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 07, 2006 2:53 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
fjb_saper wrote: |
.b./.profile
where b represents a space |
Or, more generally,
(works with ksh and compatibles). |
|
Back to top |
|
 |
|