LinuxAIX

Ensuring that the database is started on AIX, and Linux operating systems

To ensure an operational WebSphere Commerce environment, the associated DB2 database needs to be active.

Procedure

  • DB2 To ensure that DB2 database is started:
    1. Start a command line session.
    2. Issue the following command:
      
        ps -ef  | grep db2
      
    3. Review the output of the command and ensure the following processes are listed:
      
      db2tcpcm
      db2srvlst
      db2ipccm
      db2spmrm
      db2sysc
      db2wdog
      db2tcpdm
      db2gds
      db2tcpcm
      db2sysc
      db2ipccm
      db2resyn
      db2gds
      db2wdog
      db2spmlw
      

      If any of these processes are not listed after you issue the command, stop and restart DB2 database according to the instructions provided in the DB2 documentation.

  • Oracle To ensure that Oracle is started on AIX and Linux follow the instructions in the Oracle documentation.