The following sections describe how to start the system components if the machine where they reside has been out of service. You must first start DB2 and WebSphere MQ before you can start the Business Integration Connect components.
To start DB2, use the following procedure.
su - db2inst1
db2start
To start WebSphere MQ, use the following procedure.
su - mqm
strmqm <hostname>.queue.manager
runmqlsr -t tcp -p <port number> -m <hostname>.queue.manager &
strmqbrk -m <hostname>.queue.manager
To start Community Console, Receiver, and Document Manager, use the following procedure.
su - bcguser
cd <installation location>/console/was/bin
where <installation location> is where Business Integration Connect is installed.
./startServer.sh server1
cd <installation location>/receiver/was/bin
./startServer.sh server1
cd <installation location>/router/was/bin
./startServer.sh server1