Bay startup scripts

From PTAGISWiki

Jump to: navigation, search

Manual steps for starting services on bay

The weblogic admin service on bay needs to start before any weblogic servers on bay or jack. So generally bay should start before jack does.

  • ingstart
ps -eaf | grep ii
  • /opt/rt3/apache/bin/apachectl start
ps -eaf | grep http | grep rt3
  • /usr/local/apache2/bin/apachectl start
ps -eaf | grep http | grep local
  • /usr/local/bea81/user_projects/domains/mydomain/startWeblogic.sh
ps -eaf | grep java | grep 200
  • /usr/local/bea81/user_projects/domains/mydomain/startManagedWeblogic.sh
ps -eaf | grep java | grep 512
  • start SREE scheduler from SREE admin console
ps -eaf | grep java | grep 1024

rc3.d entries

lrwxrwxrwx   1 root     root          24 Dec 10 15:38 S20weblogic-admin -> ../init.d/weblogic-admin
lrwxrwxrwx   1 root     root          16 Dec 10 14:55 S30ingres -> ../init.d/ingres
lrwxrwxrwx   1 root     root          19 Dec 10 15:31 S40rt-apache -> ../init.d/rt-apache
lrwxrwxrwx   1 root     root          16 Dec 10 15:33 S50apache -> ../init.d/apache
lrwxrwxrwx   1 root     root          18 Dec 10 15:36 S55weblogic -> ../init.d/weblogic
lrwxrwxrwx   1 root     other         22 Feb 20  2007 S99mysql.server -> ../init.d/mysql.server
lrwxrwxrwx   1 root     other         16 Nov 29  2006 X95ingres -> ../init.d/ingres
Personal tools