#****************************************************************** #* * #* @START_COPYRIGHT@ * #* * #* Licensed Materials - Property of IBM; * #* 5655-G97 (c) Copyright IBM Corp. 2004; * #* All Rights Reserved; * #* US Government Users Restricted Rights - use, * #* duplication or disclosure restricted by GSA * #* ADP Schedule Contract with IBM Corp.; * #* See Copyright Instructions * #* * #* @END_COPYRIGHT@ * #* * #****************************************************************** #* IBM WebSphere Event/Message Brokers * #* * #* Sample profile for a configmgr. * #* * #****************************************************************** #* MORE INFORMATION - See: * #* * #* WebSphere Event/Message Brokers Information Centre. * #* * #* IMPORTANT: * #* * #* You must submit BIPGEN each time you update this profile! * #* * #****************************************************************** #* CUSTOMIZE HERE FOR YOUR INSTALLATION #* YOU MUST DO GLOBAL CHANGES ON THESE PARAMETERS USING YOUR EDITOR #* * #* Replace ++INSTALL++ #* WBI Brokers installation directory. #* e.g. '/usr/lpp/mqsi' #* #* Replace ++COMPONENTDIRECTORY++ #* Configmgr directory. #* e.g. '/mqsi/configmgr/MQ01CMGR' #* #* Replace ++COMPONENTNAME++ #* ConfigMgr Name. #* e.g. 'MQ01CMGR' #* #* Replace ++LOCALE++ #* Locale. #* e.g. 'C' #* #* Replace ++TIMEZONE++ #* Time zone. #* e.g. 'GMT0BST' #* #* Replace ++JAVA++ #* Java location. #* e.g. '/usr/lpp/java/IBM/J1.4' #* #* Replace ++XMLTOOLKIT++ #* IBM XML Toolkit location. #* e.g. '/usr/lpp/ixm/IBM/xml4c-5_5' #* #* Replace ++MQPATH++ #* MQ location. #* e.g. '/usr/lpp/mqm' #* #****************************************************************** # 1. Component Settings #****************************************************************** # # 1.1 MQSI_REGISTRY references the component path. Also needed by # commands. # e.g. MQSI_REGISTRY=/mqsi/configmgr/MQ01CMGR # # 1.2 MQSI_COMPONENT_NAME is set to the ConfigMgr name. # e.g. MQSI_COMPONENT_NAME=MQ01CMGR # # 1.3 MQSI_FILEPATH needed by commands to reference the component # version install path. # e.g. MQSI_FILEPATH=usr/lpp/mqsi/V6R0M0 # export MQSI_REGISTRY=++COMPONENTDIRECTORY++ export MQSI_COMPONENT_NAME=++COMPONENTNAME++ export MQSI_FILEPATH=++INSTALL++ #****************************************************************** # 2. NLS Settings #****************************************************************** # # 2.1 LANG and LC_ALL determine in which locale the component # will run. # e.g. LANG=Ja_JP.IBM-939 and LC_ALL=Ja_JP.IBM-939 for # japanese locale. # LANG=C, LC_ALL=C for US English locale. # # 2.2 TZ has the timezone setting in which you are located. # e.g. TZ=EST5 for USA Eastern Standard Time # TZ=MEZ-1MES,M3.5.0,M10.5.0 for Central Europe # TZ=GMT0BST for the UK # Please refer to the IBM Manual # "Unix System Services Command Reference SC28-1892. # # 2.3 NLSPATH contains the location of the message catalog(s). # (NO NEED TO CHANGE FROM DEFAULT!) # # 2.4 MQSI_CONSOLE_NLSPATH is used to locate the messages for # the console. # For Japanese or S-Chinese messages, change En_US to # Ja_JP or Zh_CN below. For English messages these can be # displayed in mixed or upper case only. (see MC_MESSAGES) # Note that MQSI_CONSOLE_NLSPATH does not use %L or %N # export LANG=++LOCALE++ export LC_ALL=++LOCALE++ export TZ=++TIMEZONE++ export NLSPATH=$MQSI_FILEPATH/messages/%L/%N export MQSI_CONSOLE_NLSPATH=$MQSI_FILEPATH/messages/En_US #****************************************************************** # 3. Automatic Restart Management (ARM) Settings #****************************************************************** # # 3.1 MQSI_USE_ARM specifies whether to use ARM. # e.g. MQSI_USE_ARM=YES for ARM enabled. # MQSI_USE_ARM=NO for ARM not enabled. # # 3.2 MQSI_ARM_ELEMENTNAME required if ARM enabled. # # 3.3 MQSI_ARM_ELEMENTTYPE required if ARM enabled. # export MQSI_USE_ARM=NO export MQSI_ARM_ELEMENTNAME=++COMPONENTNAME++ export MQSI_ARM_ELEMENTTYPE= #****************************************************************** # 4. Java Settings #****************************************************************** # # 4.1 JAVAHOME contains the root directory of the JAVA install. # e.g. JAVAHOME=/usr/lpp/java/IBM/J1.4 # Note that the Java version must be at least 1.4.1 # export JAVAHOME=++JAVA++ #****************************************************************** # 5. WBI Configmgr Settings #****************************************************************** # # 5.1 _BPX_BATCH_SPAWN # (MUST NOT CHANGE FROM DEFAULT!) # # 5.2 MQSI_MC_MESSAGES determines if messages should appear in # mixed case or upper case. # e.g. MQSI_MC_MESSAGES=YES for mixed case # MQSI_MC_MESSAGES=NO for upper case # # 5.3 MQSI_COMMAND_DATABASE_ECHO if defined, mqsi commands # display information when creating DB2 tables/indexes. # # 5.4 MQSI_COMMAND_ZOS_MQ_ECHO if defined, mqsi commands display # information returned from the MQ command server when # creating/deleting queues. # # 5.5 MQSI_COMMAND_ZOS_MQ_ECHO_RC if defined, mqsi commands display # reason and return codes from the MQ command server when # creating/deleting queues. # # 5.6 STEPLIB # (MUST NOT CHANGE FROM DEFAULT!) # export _BPX_BATCH_SPAWN=NO export MQSI_MC_MESSAGES=NO export MQSI_COMMAND_DATABASE_ECHO=1 export MQSI_COMMAND_ZOS_MQ_ECHO=1 export MQSI_COMMAND_ZOS_MQ_ECHO_RC=1 export STEPLIB=CURRENT #****************************************************************** # 6. Other Settings #****************************************************************** # # NO NEED TO CHANGE FROM DEFAULT! # CP=++MQPATH++/java/lib/com.ibm.mq.jar CP=$CP:++MQPATH++/java/lib/connector.jar CP=$CP:$MQSI_FILEPATH/classes CP=$CP:$JAVAHOME/lib CP=$CP:$MQSI_FILEPATH/classes/config.jar CP=$CP:$MQSI_FILEPATH/classes/ConfigManagerProxy.jar CP=$CP:$MQSI_FILEPATH/classes/ConfigManagerProxySamples.jar CP=$CP:$MQSI_FILEPATH/classes/configutil.jar CP=$CP:$MQSI_FILEPATH/messages export CLASSPATH=$CP XMLTOOLKIT=++XMLTOOLKIT++ LP=++MQPATH++/java/lib LP=$LP:$MQSI_FILEPATH/lib/wbirf LP=$LP:$MQSI_FILEPATH/lib/wbimb LP=$LP:$MQSI_FILEPATH/lib/wbieb LP=$LP:$MQSI_FILEPATH/lib LP=$LP:$JAVAHOME/lib LP=$LP:$JAVAHOME/bin LP=$LP:$JAVAHOME/bin/classic LP=$LP:$XMLTOOLKIT/lib export LIBPATH=$LP export PATH=$MQSI_FILEPATH/bin export PATH=$PATH:$JAVAHOME/bin