How to Start / Stop Catalog Services from Command prompt?
search cancel

How to Start / Stop Catalog Services from Command prompt?

book

Article ID: 15400

calendar_today

Updated On:

Products

CA Service Catalog CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction

Start / Stop catalog services from command line utility.

Environment

CA Service Catalog 17.3.X

Resolution

Below are two command to start / Stop services of catalog from a command prompt

 

To Stop Catalog Services from command prompt

1. Open a command prompt as Administrator

2. Run "net stop ServiceCatalog" to stop the services

 

To Start Catalog Services from command prompt

1. Open a command prompt as Administrator

2. Run "net start ServiceCatalog" to start the services

 

The above commands will help in running these commands in a silent installation or to use within a code development

Additional Information

Note: Net commands are Microsoft provided default network related commands