ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Regarding MB v6.0 configuratoin on Linux(RedHat)

Post new topic  Reply to topic
 Regarding MB v6.0 configuratoin on Linux(RedHat) « View previous topic :: View next topic » 
Author Message
EAI Developer
PostPosted: Tue Feb 07, 2006 11:49 am    Post subject: Regarding MB v6.0 configuratoin on Linux(RedHat) Reply with quote

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
View user's profile Send private message Visit poster's website
wschutz
PostPosted: Tue Feb 07, 2006 12:40 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
EAI Developer
PostPosted: Tue Feb 07, 2006 12:50 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
wschutz
PostPosted: Tue Feb 07, 2006 12:55 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
EAI Developer
PostPosted: Tue Feb 07, 2006 1:12 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
vennela
PostPosted: Tue Feb 07, 2006 1:20 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Did you source the mqsiprofile
Back to top
View user's profile Send private message Send e-mail Visit poster's website
EAI Developer
PostPosted: Tue Feb 07, 2006 1:24 pm    Post subject: Reply with quote

Centurion

Joined: 30 Nov 2005
Posts: 101
Location: US

Yes, i already set the mqsiprofile path
Back to top
View user's profile Send private message Visit poster's website
mvic
PostPosted: Tue Feb 07, 2006 1:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Tue Feb 07, 2006 2:40 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mvic
PostPosted: Tue Feb 07, 2006 2:53 pm    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

fjb_saper wrote:
.b./.profile

where b represents a space

Or, more generally,
Code:
. ~/.profile

(works with ksh and compatibles).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Regarding MB v6.0 configuratoin on Linux(RedHat)
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.