Diff: Server n parallel jobs


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Diff: Server n parallel jobs
# 1  
Old 11-30-2006
Diff: Server n parallel jobs

Hi,

Could any one please explain the difference between DataStage server edition jobs and DS parallel extender jobs...?
In which scenarios or application areas do we use either of these jobs.?

Regards
Suresh
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Jobs running in a server

Hi, I need to know the jobs running in a server for all users in linux, crontab -l gives for particular user, how ever I need for all users. I have sudo user access. Thanks (4 Replies)
Discussion started by: nag_sathi
4 Replies

2. Programming

Client server in parallel

Hello, Please, I have two tasks: client and server (two tasks that run in parallel) I do not know in advance which machine will exeute the client task and which machine will execute the task server. the client needs the server IP @ ... Assuming that the server connects sends its @ ip to a... (1 Reply)
Discussion started by: chercheur857
1 Replies

3. Shell Programming and Scripting

waiting on jobs in bash, allowing limited parallel jobs at one time, and then for all to finish

Hello, I am running GNU bash, version 3.2.39(1)-release (x86_64-pc-linux-gnu). I have a specific question pertaining to waiting on jobs run in sub-shells, based on the max number of parallel processes I want to allow, and then wait... (1 Reply)
Discussion started by: srao
1 Replies

4. Shell Programming and Scripting

Running jobs in parallel

I need to process 50 sqlplus scripts which are listed in a text file. I need to develop a shell script that'll read this file and run these sqlplus scripts. At any point of time, the number of sqlplus scripts running shouldn't exceed 6. If any of the sqlplus scripts completes successfully then... (17 Replies)
Discussion started by: gctex
17 Replies

5. Shell Programming and Scripting

jobs run parallel - server consumption?

I have a requirement where jobs/scripts need to be run in the background.The concern here is there are around 20 scripts which need to be run in the bg.Does running all the 20 scripts/job at the same time in bg consumes much sever-utilization. If so wot would be the efficient way to run the jobs... (5 Replies)
Discussion started by: michaelrozar17
5 Replies

6. UNIX for Dummies Questions & Answers

startup jobs on linux server

I run a raq550 on strongbolt2 (Centos 4.8). I check my logwatch every morning and this morning a new entry appeared (below) that I haven't seen before. --------------------- Cron Begin ------------------------ **Unmatched Entries** STARTUP (V5.0) INFO (@reboot jobs will be run at computer's... (0 Replies)
Discussion started by: tonj
0 Replies

7. Shell Programming and Scripting

Conditional execution and parallel jobs

how can i process jobs parallel with conditions below. Script1.ksh Script2.ksh Script3.ksh Script4.ksh Script5.ksh Script6.ksh Script7.ksh Script8.ksh Script9.ksh Script10.ksh After successful completion of Script1.ksh I need to run Script7.ksh. After successful... (4 Replies)
Discussion started by: ford2020
4 Replies

8. UNIX for Advanced & Expert Users

Cron jobs in a unix server

Dear all, Is it possible to view all the cronjobs set under all the userids in a server. Or view all the cronjobs in the server? Thanks in anticipation, Sree. (2 Replies)
Discussion started by: Sreejith_VK
2 Replies

9. Solaris

How to start/stop cron jobs on live server

Hi, I am working with a company where some times i need to start/stop cron jobs on need basis. I have one option to kill cron daemon.Is it right? Please correct me. Waiting for your reply. Thanks in advance.. (2 Replies)
Discussion started by: varaprasadu
2 Replies

10. HP-UX

Login to diff server w/o prompts for passwd

Is there any way to login to another server with out getting prompted for the password? Is there a way to embed the password in a script and use either telnet or rlogin (or some other prg)? I need to do some file manipulation on several servers for out ORACLE 10g RAC and need to automated so... (4 Replies)
Discussion started by: vslewis
4 Replies
Login or Register to Ask a Question
condor_router_q(1)					      General Commands Manual						condor_router_q(1)

Name
       condor_router_q Display - information about routed jobs in the queue

Synopsis
       condor_router_q [-S] [-R] [-I] [-H] [-route name] [-idle] [-held] [-constraint X] [condor_q options]

Description
       condor_router_q displays information about jobs managed by the condor_job_routerthat are in the Condor job queue. The functionality of this
       tool is that of condor_q, with additional options specialized for routed jobs. Therefore, any of the options for condor_qmay also  be  used
       with condor_router_q .

Options
       -S

	  Summarize the state of the jobs on each route.

       -R

	  Summarize the running jobs on each route.

       -I

	  Summarize the idle jobs on each route.

       -H

	  Summarize the held jobs on each route.

       -route name

	  Display only the jobs on the route identified by name.

       -idle

	  Display only the idle jobs.

       -held

	  Display only the held jobs.

       -constraint X

	  Display only the jobs matching constraint X.

Exit Status
       condor_router_q will exit with a status of 0 (zero) upon success, and non-zero otherwise.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright  (C)  1990-2012  Condor  Team,  Computer  Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012						condor_router_q(1)