Pages

Saturday, December 17, 2011

Maximo Middleware start/stop in Unix based instances

If the instance is having LDAP enabed DB2 needs to be started first as tds will be using db2. Follow following steps
1. Login to the system as root
2. start ctginst1 instance:
              su - db2inst2 -c "db2start" -- > for maximo database
              su - db2inst1 -c "db2start"  --> for ldap database
If the database is on HADR then then after the restart of the database server hadr should also be started
              db2 start hadr on database as primary by force
3. start IBM Tivoli Directory Server Admin Daemon
            /opt/ibm/ldap/V6.2/sbin/idsdiradm -I <instancename>
 start IBM Tivoli Directory Server daemon
            /opt/ibm/ldap/V6.2/sbin/idsslapd -I <instancename>
To find out the tds instance use the command
           /opt/ibm/ldap/V6.2/sbin/idsilist

Important: The instance of IBM Tivoli Directory Server must remain as a manual startup type. It must be started manually to synchronize correctly with the database in the context of Maximo.
4. Start WebSphere dmgr node using
/usr/WebSphere/AppServer/profiles/ctgDmgr01/bin/startManager.sh

/usr/WebSphere/AppServer/profiles/ctgAppSrv01/bin/startNode.sh
/usr/IBM/HTTPServer/bin/apachectl start
/usr/WebSphere/AppServer/profiles/ctgAppSrv01/bin/startServer.sh MXServer
      

No comments:

Post a Comment