Sponsored Content
Top Forums UNIX for Advanced & Expert Users Mutually Exclusive Autosys jobs Post 302447033 by rajiv82 on Friday 20th of August 2010 03:18:25 PM
Old 08-20-2010
Try adding in jobA:
condition: notrunning(job_B)

In jobB:
condition: notrunning(job_A)
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

creating and modifying jobs in autosys

now, I tried looking at the User manuals I can find on the internet concerning autosys but these manuals seem to be quite confusing to me. My question is, does anyone have a straight forward explanation on how to modify and/or create jobs in autosys??? (3 Replies)
Discussion started by: TRUEST
3 Replies

2. UNIX for Dummies Questions & Answers

Searching Status for 2 Autosys jobs

I need to search for a failed status of 2 autosys jobs which write to the same logfile. Is there any way to do that on one line? I already know the following doesn't work, but is there a way to get it to work, or will I have to do a loop? RUN_STATUS=autorep -J jobname jobname if then ... (1 Reply)
Discussion started by: tekster757
1 Replies

3. Shell Programming and Scripting

Repeated execution of Autosys Jobs

post deleted ... (2 Replies)
Discussion started by: Data469
2 Replies

4. Shell Programming and Scripting

How to list the Autosys jobs thats in failure status using Shell Script

hello There, I am pretty much new to Shell Scripting and also to AutoSys. I would like to know how to list the Autosys jobs in FA status using shell scripting. I would like to get an email alert as and when any Autosys job fails. Also, it should give the path of the Log file. Could you please... (0 Replies)
Discussion started by: supragna
0 Replies

5. UNIX for Dummies Questions & Answers

How to list the Autosys jobs thats in failure status using Shell Script

Hello There, I am pretty much new to Shell Scripting and also to AutoSys. I would like to know how to list the Autosys jobs in FA status using shell scripting. I would like to get an email alert as and when any Autosys job fails. Also, it should give the path of the Log file. Could you please... (5 Replies)
Discussion started by: supragna
5 Replies

6. Shell Programming and Scripting

How to find out which jobs are referencing my AutoSys variable?

I need to list out all the AutoSys jobs that are referencing a particular AutoSys global variable. I know the autorep command will definitely need to be used here, and maybe grep as well, but I can't figure out exactly how it's to be done. For example, "autorep -q -J %jobnamewildcard% | grep... (1 Reply)
Discussion started by: dazzwater
1 Replies

7. UNIX for Dummies Questions & Answers

Autosys jobs

Hi, I have a script that take one parameter as an input. for example: ./clean.sh <foldername> There are 7 different folder names that we can provide to my script and my script would delete the contents of that folder that was passed as an argument. Inorder to have this script... (3 Replies)
Discussion started by: shifahim
3 Replies

8. UNIX for Dummies Questions & Answers

Refresh the jobs in Autosys Scheduler

Can anyone please tell me how to refresh the jobs in Autosys Scheduler? ---------- Post updated at 03:19 PM ---------- Previous update was at 03:18 PM ---------- I need a command to refresh it. (2 Replies)
Discussion started by: Lakme Pemmaiah
2 Replies

9. Shell Programming and Scripting

Help required in Identifying child jobs in autosys recursively.

I have been working on to neatly present the job dependency lineage in autosys through ksh/perl and I am having trouble in recursively finding the dependency. it will be great if anyone could share their thoughts on this.? I know that job_depends in autosys will help me give first level of... (0 Replies)
Discussion started by: Vhunt
0 Replies

10. Shell Programming and Scripting

How to list autosys detail jobs?

Hi Gurus, below list is autosys job output stats, it includes boxes, sub-boxes and detail jobs. detail jobs are most right indented ones in each box. the requests is to get all these detail jobs list. the only way to identify the "detail job", is intend. auto_job ... (2 Replies)
Discussion started by: green_k
2 Replies
siacfg(8)						      System Manager's Manual							 siacfg(8)

NAME
siacfg - Update a matrix.conf file for adding or removing SIA mechanisms SYNOPSIS
/usr/sbin/siacfg [-[arul]] [-g group_codes] [-[PA]] [-R other_mech] [-D] [-F matrix_file] name path FLAGS
Add a new mechanism. Mutually exclusive with -r, -u, and -l. Remove a mechanism. Mutually exclusive with -a, -u, and -l. The path parameter is optional when this flag is specified. Update a mechanism. Mutually exclusive with -a, -r, and -l. Used when a new version of a mechanism is installed which supports more of the entrypoints. Change the definition of the local mechanism. Mutually exclusive with -a, -r, and -u. This should only be used with the SIA mechanisms supplied by Compaq. Specify which functional groups are supported by the given mechanism. The functional groups are specified by the following characters for use with the -g option: The session routines (siad_ses_*(), siad_chk_invoker()). The *pwent routines (siad_setpwent(), siad_endpwent(), siad_getpwent(), siad_getpwuid(), siad_getpw- nam()). The *grent routines (siad_setgrent(), siad_endgrent(), siad_getgrent(), siad_getgrgid(), siad_getgrnam()). The change routines (siad_chk_user(), siad_chg_*()). The *init routine (siad_init()). The i code is not truly optional, and will be assumed even if it is not specified. It is provided as an option for the -g flag so that a mechanism which supports nothing else can be specified. It is an error to support the change routines without supporting the session rou- tines. If this flag is not specified, an attempt will be made to determine which routines are supported by the associated shared library by using dlopen() and dlsym() to find the corresponding entrypoints. Prepend. Only meaningful with -a, and mutually exclusive with -A. Specifies that this mechanism should be added as the very first one to be tried. This is the default behavior. Append. Only meaningful with -a, and mutually exclusive with -P. Specifies that this mechanism should be added as the very last non-local mechanism. Relative positioning. Only meaningful with -A or -P, this option modifies the meaning of those options to specify an insertion point relative to the specified other mechanism. For -A this will be immediately after it, and for -P it will be immediately before it. ARGUMENTS
The name to be associated with the given mechanism, such as DCE, BSD, OSFC2, ASDU, or AFS. The path to the shared library which contains the entry points for this mechanism. Required for all but the -r option. DESCRIPTION
The siacfg utility provides a way to update the /etc/sia/matrix.conf files without the errors which are likely during hand-editing. The use of this utility also prevents the proliferation of pre-built configuration files which result from trying to supply pre-built configu- rations in support of systems with BASE or ENHANCED security, with or without DCE, and with or without ASDU. EXAMPLES
An example of how to use this utility to convert from BASE to ENHANCED security: # siacfg -l -g isc OSFC2 /usr/shlib/libsecurity.so To add DCE SIA support to a system: # siacfg -a DCE /usr/shlib/libdcesiad.so To remove DCE from the matrix.conf file: # siacfg -r DCE To create a default BSD matrix.conf file: # siacfg -l BSD libc.so To create a default enhanced security matrix.conf file: # siacfg -l OSFC2 /usr/shlib/libsecurity.so FILES
Executable. SIA mechanism configuration file. RELATED INFORMATION
Files: matrix.conf(4) delim off siacfg(8)
All times are GMT -4. The time now is 10:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy