How would you start the and stop DataStage services in different environments?

1 comment:

  1. For windows: Goto the control panel and click on DataStage icon. Once the pop-up window appears click on Stop All Services to stop services and Click on Start All services to start the services.

    For UNIX: Login as administrator traverse to DataStage home and execute the following query to stop the services

    ./bin/uv –admin -stop

    To start the services:

    ./bin/uv –admin -start

    ReplyDelete