BIP9819

Severity

0 : Information

Message

Creates a database for use with a Broker

Syntax:
mqsicreatedb databaseName [-i serviceUserID] [-a servicePassword] [-w workpath] [-p portNumber] [-e dbType] [-u dbUserID]]

Explanation

Command Options:
'databaseName' is the name of the database to be created
Optional:
'-i serviceUserID' the userid that the DatabaseInstanceMgr should run under.
'-a servicePassword' the password for the DatabaseInstanceMgr userid.
'-p portNumber' the port number the DatabaseInstanceMgr should use (default=1527)
'-e dbType' the Database type to use, currently supported: 'DB2' or 'Derby'
'-u dbUserID' (DB2 only) grant database access to this userID.