100% found this document useful (1 vote)
877 views9 pages

DataStage Health Check Guide, Its A Guide For Checking Health of Unix Sever

The document outlines the steps to perform a health check on a DataStage production server and QA server. It includes checking that the DataStage server is running, verifying connectivity to databases, and running a smoke test on the master sequencer.

Uploaded by

abdulshafique
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
877 views9 pages

DataStage Health Check Guide, Its A Guide For Checking Health of Unix Sever

The document outlines the steps to perform a health check on a DataStage production server and QA server. It includes checking that the DataStage server is running, verifying connectivity to databases, and running a smoke test on the master sequencer.

Uploaded by

abdulshafique
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

DataStage Health Check Guide

Server : Production Sever (10.144.223.210) Check 1 : The DataStage server should be up and running. Step 1 : Log on to PUTTY to DataStage production Server(10.144.223.210). Provide log on credentials.

Step 2 : Check if the DataStage server is up and running with the command ps ef|grep dsrpcd

You will get above details. Check 1 is completed.

Check 2 : Database connectivity Step 1: Go to path /software/datastage/Ascential/DataStage/DSEngine

Run dsenv file with the command . ./dsenv Invoke ds shell with the command ./bin/dssh

Step 2 : In order to log on to project , use the command LOGTO project name (e.g. DWH_EU_prd). To get the list of Databases, use the command DS_CONNECT

Step 3 : Connect to each of the Databases in the list using command DS_CONNECT database name (e. g. ORAPROD) with appropriate credentials. ORAPROD

SIEPROD

BIWPROD

BDWPROD

Check 2 is completed.

Smoke Test Step 1: Go to DataStage director, enter host system, username/password, project as shown below.

Go to Master sequencer.

Select SeqScheduler and click on the button circled in red.

Following pop-up will appear. Provide appropriate inputs as shown in screenshot.

Click on Run. SecSchedular.HC is in running state now.

After couple of minutes(2-3 minutes), SeqSchedular.HC will be in finished state.

Smoke test is completed.

Server : QA Sever (10.147.109.205) Check 1 : The DataStage server should be up and running. Step 1 : Log on to PUTTY to DataStage QA Sever (10.147.109.205). Provide log on credentials.

Step 2 : Check if the DataStage server is up and running with the command ps ef|grep dsrpcd

You will get above details. Check 1 is completed.

Check 2 : Database connectivity

Step 1: Go to path /software/datastage/Ascential/DataStage/DSEngine Run dsenv file with the command . ./dsenv Invoke ds shell with the command ./bin/dssh

Step 2 : In order to log on to project , use the command LOGTO project name (e.g. DWH_EU_prd_cpy). To get the list of Databases, use the command DS_CONNECT

Step 3 : Connect to each of the Databases in the list using command DS_CONNECT database name (e. g. BDWQA) with appropriate credentials. BDWQA

SIED24

BIWQA

ORAD24

Check 2 is completed.

You might also like