Posts

Showing posts with the label DSODB

Configuring services for IBM InfoSphere DataStage and QualityStage Operations Console to automatically start after reboot

Configuring services for IBM InfoSphere DataStage and QualityStage Operations Console to automatically start after reboot On Windows, by default the "DataStage AppWatcher Service" is configured to automatically start when the system is started. The configuration can be altered by modifying the service settings in the control panel. On Unix and Linux, configure the system to automatically call the DSAppWatcher.sh script upon startup. This can be achieved in a variety of different ways, the simplest of which is to modify the DataStage Engine startup script. As the root user, edit the file   InformationServerRoot /Server/DSEngine/sample/ds.rc and insert the following lines (you might have to make the file read/write before it can be changed):

Automatically starting and stopping the AppWatcher process

Automatically starting and stopping the AppWatcher process Configure the AppWatcher process to automatically start after restarting the engine system. About this task On Windows, the AppWatcher process is implemented by a service called DataStage AppWatcher Service. By default, this service is not configured to automatically start when the system is started. You can configure this service by modifying the settings for the service in the control panel. On UNIX and Linux, you can update the DataStage Engine startup script to automatically start and stop the AppWatcher process.