How do I restart a UNIX DataStage server?

How do I restart DataStage?

Answer

  1. Stop DataStage services. Start -> Control Panel. Double click on the DataStage icon to open it. …
  2. Stop the ASB Agent. Start -> All Programs -> IBM Information Server -> Stop the agent.
  3. Stop the WebSphere Server. Start -> All Programs -> IBM WebSphere -> Application Server v6 -> Profiles -> default -> Stop the server.

16 июн. 2018 г.

How do I kill a DataStage job in Unix?

  1. Logon to DataStage server using a telnet tool like Putty with your DataStage userid.
  2. Run the following command: ps -ef | grep userid (userid is your userid)
  3. Look for any process with dsapi_slave and kill them using this command.

3 янв. 2013 г.

How do I tell what DataStage services are running?

  1. Log into your Unix/Linux machine as root (you can run first part as dsadm).
  2. Make sure that no one is using DataStage.
  3. Check if there are any processes left by executing the following commands: …
  4. Check if DataStage RPC Daemon (dsrpc) is running by executing: …
  5. Stop DataStage (you have to run this from $DSHOME)

How do I know if a job is running in putty?

Checking the memory usage of a running job:

  1. First log onto the node your job is running on. …
  2. You can use the Linux commands ps -x to find the Linux process ID <PID> of your job.
  3. Then use the Linux pmap command: pmap <PID>
  4. The last line of the output gives the total memory usage of the running process.

How do you kill a job in DataStage?

If you want to kill the job go to director > cleanup resources> clear status file as said above. Sometimes even this won’t work , in that case, simply stop and start the asb agent . It will kill the job forcefully.

How do you kill PID?

To kill a process use the kill command. Use the ps command if you need to find the PID of a process. Always try to kill a process with a simple kill command. This is the cleanest way to kill a process and has the same effect as cancelling a process.

How do you kill a job in putty?

  1. What Processes Can You Kill in Linux?
  2. Step 1: View Running Linux Processes.
  3. Step 2: Locate the Process to Kill. Locate a Process with ps Command. Finding the PID with pgrep or pidof.
  4. Step 3: Use Kill Command Options to Terminate a Process. killall Command. pkill Command. …
  5. Key Takeaways on Terminating a Linux Process.

12 апр. 2019 г.

How do I check if a job is running in Unix?

Run a Unix process in the background

  1. To run the count program, which will display the process identification number of the job, enter: count &
  2. To check the status of your job, enter: jobs.
  3. To bring a background process to the foreground, enter: fg.
  4. If you have more than one job suspended in the background, enter: fg %#

18 июн. 2019 г.

Like this post? Please share to your friends:
OS Today