What is the proper process for starting/stopping processd in Spectrum
search cancel

What is the proper process for starting/stopping processd in Spectrum

book

Article ID: 194071

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

What is the proper process for starting/stopping processd in Spectrum

Environment

Release : Any

Component : Spectrum Core / SpectroSERVER

Resolution

For Windows, you can do either of the following:

Windows Services:

1. Log into the system as the user that owns the Spectrum installation

2. Launch the Windows Services

3. Find the Spectrum Processd service and start/stop

Bash Shell:

1. Log into the system as the user that owns the Spectrum installation

2. Start a bash shell by running "bash -login"

3. cd to the $SPECROOT/lib/SDPM directory and enter the following:

To stop processd:

./processd.pl stop

To start processd:

./processd.pl start

To restart processd:

./processd.pl restart

 

For Linux:

1. Log into the system or su to the root user

2. cd to the $SPECROOT/lib/SDPM directory and enter the following:

To stop processd:

./processd.pl stop

To start processd:

./processd.pl start

To restart processd:

./processd.pl restart

Starting in Spectrum 10.4.2.1, processd.pl script will now also stop the SpectroSERVER and Archive Manager
https://knowledge.broadcom.com/external/article?articleId=201598