What are the CLI shutdown commands and stop/start order for PM component systems
search cancel

What are the CLI shutdown commands and stop/start order for PM component systems

book

Article ID: 189887

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

What are the CLI shutdown commands and stop/start order for PM component systems

Environment

Release : 3.7

Component : IM Reporting / Admin / Configuration

Resolution

Stop/Start commands by system

DR...

Stop:
/opt/vertica/bin/admintools -t stop_db -d db-name [-p password]

Start:
/opt/vertica/bin/admintools -t start_db -d db-name [-p password]

DA...

Stop:
systemctl stop dadaemon activemq

Start:
systemctl start dadaemon

DC...

Stop:
systemctl stop dcmd activemq

Start:
systemctl start dcmd

PC...

Stop:
systemctl stop caperfcenter_console caperfcenter_devicemanager caperfcenter_eventmanager caperfcenter_sso mysql

Start:
systemctl start caperfcenter_eventmanager caperfcenter_sso caperfcenter_devicemanager; sleep 25; systemctl start caperfcenter_console




Order of systems for stopping:

1. DC(s)
2. DA
3. DR 
4. PC (wildcard system, can be stopped or started at any point)

Order of systems for starting:

1. DR
2. DA
3. DC(s)
4. PC (wildcard system, can be stopped or started at any point)