WebSphere WebSphere Application Server Version 6.1.x Feature Pack for Web Services Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows, z/OS

Avoiding errors when creating a messaging engine with a file store or a data store using the wsadmin tool

Using different combinations of parameters can create a file store or a data store according your requirements. The outcome varies in server and cluster scopes.

For a detailed list of wsadmin command script paramenters and examples for file store or data store of a messaging engine please refer to Creating a new messaging engine using the wsadmin tool.

Server scope

When you add a server as a new bus member using administrative commands (by specifying createSIBEngine -server) take note of the following:
  • If you do not specify the type of message store, then a file store is created by default. If you specify -createDefaultDatasource or -dataSourceJndiName, then a data store is created.
  • If you choose to use a file store (by specifying -filestore), then only file store attributes can be specified.
  • If you choose to use a data store (by specifying -datastore):
    • Only data store attributes can be specified.
    • If you set -createDefaultDatasource to False then you must specify -dataSourceJndiName.

Cluster scope

When you add a cluster as a new bus member using administrative commands (by specifying createSIBEngine -cluster) take note of the following:
  • If you choose to use a file store (by specifying -filestore):
    • You must not use the default log file, permanent store file and temporary store file directories because they are not suitable for cluster engines.
    • You must specify -logDirectory, -permanentStoreDirectory and -temporaryStoreDirectory to be at locations that all members of the cluster can access on your file system.
  • If you choose to use a data store (by specifying -datastore):
    • You must not specify -createDefaultDatasource because the default data source is not suitable for cluster engines.
    • You must specify -dataSourceJndiName, giving the name of an existing data source.

Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 27 November 2008
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.wsfep.multiplatform.doc/ref/rjm0670_.html

Copyright IBM Corporation 2004, 2008. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)