100% found this document useful (1 vote)
72 views3 pages

Restart Manual

This document outlines the shutdown and startup sequences for various subsystems in a production environment. The subsystems include web servers, CRM, reservations, online integration, ticketing, and databases. For each subsystem, the relevant servers and services are listed, along with the order for shutting down or starting up each service.

Uploaded by

MuhammadMahmoud
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
72 views3 pages

Restart Manual

This document outlines the shutdown and startup sequences for various subsystems in a production environment. The subsystems include web servers, CRM, reservations, online integration, ticketing, and databases. For each subsystem, the relevant servers and services are listed, along with the order for shutting down or starting up each service.

Uploaded by

MuhammadMahmoud
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PRODUCTION ENVIRONMENT

SHUTDOWN MAIN SERVICES SEQUENCE:


WEB SERVERS
servers : 10.1.14.11 10.1.14.12
main services:
1- START PRODUCTION
2- START SIT
3- START WEB

CRM SUBSYSTEM
Servers: 10.1.2.13 - 10.1.2.14
main services:
1234-

Siebel Gateway
Siebel Server
Apache tomcat
From task manager notice the three service are started and running

RESERVATION SUBSYSTEM & ONLINE INTEGRATION SUBSYSTEM


Shut RSRV then INT
The sequence in both ETL and INT
1- Ms2
2- Ms1
3- Adminserver (Optional)

TICKETING SUBSYSTEM
TK1 and TK2
Servers : 10.1.2.17 10.1.2.18
Shutdown
1- /etc/init.d/httpd stop
(stop the apache webserver)
2- /etc/init.d/heartbeat stop
(stop the clustering service)
3- /etc/init.d/enr_afcsWeb stop
(stop the ticketinh web interface)
4- /etc/init.d/jboss_init_redhat.sh stop (stop the jboss app server)

DATABASE SUBSYSTEM
servers: 10.1.5.11 10.1.5.12
1- Crsctl stop crs Or /etc/init.d/init.crs stop
2- Crs_stat t
3- Lsnrctl stop

STARTUP MAIN SERVICES SEQUENCE:


DATABASE SUBSYSTEM
servers: 10.1.5.11 10.1.5.12
1- Lsnrctl start
2- Crsctl start crs Or /etc/init.d/init.crs start
3- Crs_stat t

TICKETING SUBSYSTEM
TK1 and TK2
Servers : 10.1.2.17 10.1.2.18
Startup
1- /etc/init.d/httpd start
(start the apache webserver)
2- /etc/init.d/heartbeat start
(start the clustering service)
3- /etc/init.d/enr_afcsWeb start
(start the ticketinh web
interface)
4- /etc/init.d/jboss_init_redhat.sh start (start the jboss app server)

RESERVATION SUBSYSTEM & ONLINE INTEGRATION SUBSYSTEM


Start INT then ETL
The sequence in both ETL and INT
1- Adminserver (Optional)
2- Ms1
3- Ms2
ps -ef | grep java | more
netstat -a |grep CLOSE |wc -l
/usr/local/bin/lsof -n -l | grep CLOSING | wc -l
netstat -an|awk '/tcp/ {print $6}'|sort| uniq -c
/usr/local/bin/lsof -n -l|wc -l
netstat -an |grep CLOSE_WAIT |pg
cat /dev/null > nohup.out
root> ulimit -Hn 16384
root> ulimit -Sn 8192

su oracle
ulimit -n 4096
Production
Integration
Admin
10.1.2.15

cd /opt/BEA/user_projects/domains/base_domain/servers/AdminServer/logs
nohup /opt/BEA/user_projects/domains/base_domain/startWebLogic.sh > /dev/null 2>&1 &

ms1
10.1.2.15

cd /opt/BEA/user_projects/domains/base_domain/servers/ms1/logs
nohup /opt/BEA/user_projects/domains/base_domain/bin/startManagedWebLogic.sh "ms1"
http://10.1.2.15:7001> /dev/null 2>&1 &
cd /opt/BEA/user_projects/domains/base_domain_ms/servers/ms2/logs
nohup /opt/BEA/user_projects/domains/base_domain_ms/bin/startManagedWebLogic.sh "ms2"
http://10.1.2.15:7001> /dev/null 2>&1 &

ms2
10.1.2.16

Production
Reservation
Admin
10.1.2.11
ms1
10.1.2.11
ms2
10.1.2.12

cd /opt/MW/user_projects/domains/prod_domain/servers/AdminServer/logs
nohup /opt/MW/user_projects/domains/prod_domain/startWebLogic.sh > /dev/null 2>&1 &
cd /opt/MW/user_projects/domains/prod_domain/servers/ms1/logs
nohup /opt/MW/user_projects/domains/prod_domain/bin/startManagedWebLogic.sh "ms1" http://10.1.2.11:7001
> /dev/null 2>&1 &
cd /opt/MW/user_projects/domains/prod_domain_ms/servers/ms2/logs
nohup /opt/MW/user_projects/domains/prod_domain_ms/bin/startManagedWebLogic.sh "ms2"
http://10.1.2.11:7001 > /dev/null 2>&1 &

4-

CRM SUBSYSTEM
Servers: 10.1.2.13 - 10.1.2.14
main services:
1- Siebel Gateway
2- Siebel Server
3- Apache tomcat

WEB SERVERS
servers : 10.1.14.11 10.1.14.12
main services:
1- START PRODUCTION
2- START SIT
3- START WEB

You might also like