8.2 Verifying That All Services Are Running

8.2.1 Linux

  1. Log in to the machine as the root user.

  2. Verify that the ActiveMQ service is running by entering the following command:

    ps -ef | grep novell-activemq
    

    A line similar to the following is displayed:

    root  2759 30290  0 12:50 pts/0   00:00:00 egrep novell-activemq
    
  3. Verify that one or more Apache proxy services are running by entering the following command:

    ps -ef | grep httpd
    

    Lines similar to the following are displayed:

    root   2983 30290  0 12:53 pts/0  00:00:00 egrep httpd
    root   3163     1  0 May12 ?      00:00:29 /opt/novell/apache2/sbin/httpd
    wwwrun 3165  3163  0 May12 ?      00:01:00 /opt/novell/apache2/sbin/httpd
    wwwrun 3184  3163  0 May12 ?      00:00:01 /opt/novell/apache2/sbin/httpd
    wwwrun 3188  3163  0 May12 ?      00:00:01 /opt/novell/apache2/sbin/httpd
    
  4. Verify that the user session cache service is running by entering the following command:

    ps -ef | grep novell-agscd
    

    Lines similar to the following are displayed:

    root  3259 30290  0 12:56 pts/0    00:00:00 egrep novell-agscd
    108   5525     1  0 May11 ?   00:00:00 /opt/novell/ag/bin/novell-agscd -d
    108   5526  5525  0 May11 ?   00:00:09 /opt/novell/ag/bin/novell-agscd -d
    
  5. Verify that the Tomcat service is running by entering the following command:

    ps -ef | grep catalina.base
    

    Lines similar to the following are displayed:

    root     3506 30290  0 12:59 pts/0   00:00:00 egrep catalina.base
    novlwww  5574     1   0 May11 ?       00:30:51 /opt/novell/jdk1.6.0_18/jre/
    bin/java -Djava.util.logging.config.file=/var/opt/novell/tomcat5/conf/logging.properties -server -Xmx1024m -Xms512m -Xss128k -XX:+UseConcMarkSweepGC -Dsun.net.client.defaultConnectTimeout=29000 -Dsun.net.client.defaultReadTimeout=28000 -Dnids.freemem.threshold=0 -Djavax.net.ssl.sessionCacheSize=10000 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Djava.endorsed.dirs=/var/opt/novell/tomcat5/common/endorsed -classpath /opt/novell/jdk1.6.0_18/lib/tools.jar:/var/opt/novell/tomcat5/bin/bootstrap.jar -Dcatalina.base=/var/opt/novell/tomcat5 -Dcatalina.home=/var/opt/novell/tomcat5 -Djava.io.tmpdir=/var/opt/novell/tomcat5/temp org.apache.catalina.startup.Bootstrap start
    
  6. Verify that the JCC service is running by entering the following command:

    ps -ef | grep /opt/novell/devman/jcc/conf/run.sh
    

    Lines similar to the following are displayed:

    root  3777 30290  0 13:03 pts/0 00:00:00 egrep /opt/novell/devman/jcc/
                                                    conf/run.sh
    root  5506     1  0 May11 ?      00:00:00 /bin/bash /opt/novell/devman/jcc/
                                                    conf/run.sh
    

    When you are familiar with the services, you can use the following command to display information about all the services:

    ps -ef | egrep "novell-activemq"|novell-agscd|/opt/novell/devman/jcc/conf/run.sh|catalina.base|httpd"
    
  7. If one or more services are not running, use the following commands to start the services:

    /etc/init.d/novell-jcc start
    /etc/init.d/novell-apache2 start
    /novell-agcsd start
    /novell-activemq start
    /tomcat5 start
    
  8. If a service won’t start, view the log files to determine the cause. See the following:

8.2.2 Windows

  1. Log in to the machine as the administrator.

  2. Click Control Panel > Administrative Tools > Services.

  3. Ensure that the following services are running:

    ActiveMQ

    Apache Tomcat

    Apache 2.2

    JCCServer

  4. If one or more services are not running, select the service and start it.

  5. If a service won’t start, view the log files to determine the cause. See the following: