Sie sind auf Seite 1von 2

WCC-Workload control centre.

EEM-Embedded Entitlement Manager. (Authentication and Authorization)


WAE- Workload Automation Enterprise. (Event server/Application Server/Remote Agent)

1) autorep -j ALL ( to see all the job in the system by width )


2) autorep -j ALL -q ( to see the jil of all the job in the system)
3) autorep -j <job_name> -q (job jil)
4) autorep -j <job_name> -d (job detail or current run info)
5) autorep -j <job_name> -L0 -q (provide only the box jil)
6) autorep -j <job_name> -r -1 -d (show the last run info of the job)
7) autorep -m ALL -q (show all the machine defination)
8) autorep -m ALL -w (show all the machine by width )
9) autorep -g ALL (show all the global variable and there value)
10) autostatus -j <job_name> (show the current status of the job)
11) autostatus -g <globalvariable_name> (show the current value of theglobal
variable)
12) job_depends �c -j <job_name> (show all job dependency)
13) sendevent -E FORCE_STARTJOB -J Job_Name ( Force starts the job)
14) sendevent -E STARTJOB -J JOB_NAME (Starts the job)
15) sendevent -E JOB_ON_HOLD -J JOB_NAME (HOLD the job)
16) sendevent -E JOB_ON_ICE -j JOB_NAME (Place on ice)
17) sendevent -E KILLJOB -J JOB_NAME (Kills the job)
18) sendevent -E JOB_OFF_HOLD -J JOB_NAME (Off hold of job)
19) sendevent -E JOB_OFF_ICE -J JOB_NAME (Off ice of job)
25) sendevent -E DELETEJOB -J JOB_NAME (deletes the jobs)
20) sendevent -E CHANGE_STATUS -s SUCCESS -J Job_Name (Set job as success)
21) sendevent -E CHANGE_STATUS -s TERMINATED -J JOB_NAME
22) sendevent -E CHANGE_STATUS -s RUNNING -J JOB_NAME
23) sendevent -E CHANGE_STATUS -s FAILURE-J JOB_NAME
24) sendevent -E CHANGE_STATUS -s INACTIVE -J Job_Name (Set job as inactive)
21) sendevent -E CHANGE_STATUS -s STARTING -J JOB_NAME
26) chk_auto_up (checks to see if event processor and the DB are both up.)
27) autoping -m machine -D (verify that both client & server are
correctlyconfigured)
28) autosyslog -e (to view scheduler logs )
?autorep�m (to see machine available or not)
?autorep -M nj09mhf5167 -q�
Integrity
29) autocal_asc ( to print, create and delete calendar)
30) autosys_secure ( to change edit, exec superusers, change DB passwd,change
remote authentication method)
31) chase (Makes sure that jobs claiming to be running in the clientmachine are
running and remote agent is also up)
32) autotimezone -l ( list timezones table)
33) autoflags -a (give the autosys version information)
34) job_depends -t -J ALL -F �mm/dd/yyyy� (forcast the jobs)
35) job_depends -t -J ALL -F �mm/dd/yyyy� -T �mm/dd/yyyy� ( jobs scheduledto run
between these two dates)
36) sendevent -E FORCE_STARTJOB -J JOB_NAME -T �mm/dd/yyyy� ( schedule thejob for
future)
37) sendevent -E FORCE_STARTJOB -J JOB_NAME -u ( cancel the schedule job
38) sendevent -E CHANGE_PRIORITY -J <jobname> -q 0
39) sendevent -E SET_GLOBAL -GJob_Name= New value (changes the value of global
variable )
40) autostatus -GJob_Name
41)autotrack -F "09/20/2017 00:00" -T "09/20/2017 04:17" -v >
Autotrack_HZN_1530.txt
How to find files some days older and above certain size
We can combine �mtime and �size to find files which are some days old and greater
than some size in Unix. Very common scenario where you want to delete some large
old files to free some space in your machine. This example of find command will
find which are more than 10 days old and size greater than 50K.
find . -mtime +10 -size +50000c -exec ls -l {} \;

CA Services Status Report


� /opt/CA/SharedComponents/bin/ustat

� CA Services Status Report

� Component Name Pid Status
� ------------------------------------ ------- --------------
� CA-UAJM Application Server (PRD) 3710 running
� CA-UAJM Agent 27613 running
� CA-uwccuiframework Server 22883 running
� CA-uwccsched Server 23317 running
� CA-uwccmonitor Server 20124 running
� CA-uwcclauncher Server 23549 running
� CA-uwccjscservant Server 23758 running
� CA-uwccjsc Server 23984 running
� CA-uwccha Server 24224 running
� CA-uwccevent Server 24481 running
� CA-uwccconfig Server 24739 running
� CA-UAJM Scheduler (PRD) 28486 running
/opt/CA/SharedComponents/ccs/cci/bin/caiccid does not exist

Killing an Autosys job using Workflow ID


First of all, get a Workflow details using the following command
ps -ef | grep <LoginID>

After getting the workflow ID, kill the job using the following command
kill -9 <Workflow ID>

To get information about the previous run


$autorep -J <NAME OF JOB> -r <No of runs back>
To list all the job present in a Job box
$autorep -J %<NAME OF JOB>% -q
To check the dependency on the job
$job_depands -c -w -J <NAME OF JOB>

Das könnte Ihnen auch gefallen