SlideShare a Scribd company logo
CA 
WATS 
2014 
Workload 
Automa4on 
iDash 
Overview 
Daniel 
Chidgey
Agenda 
• Introduc4on 
• What 
is 
iDash? 
• iDash 
Components 
• Product 
Features 
• iDash 
Reports 
• CLI 
2
3 
What 
is 
this 
iDash 
product 
all 
about…?
4 
iDash 
Components
5 
iDash 
Components 
-­‐ 
iDash 
Daemon 
Generates 
forecasts 
Monitors 
AutoSys 
health 
and 
job 
execu4ons 
Calculates 
upstream 
Cri4cal 
Path 
and 
Cri4cal 
Path 
progress 
for 
all 
jobs 
with 
SLA 
defined 
Generates 
CA 
Workload 
Automa4on 
AE 
Alarms 
for 
Start 
/ 
End 
SLAs: 
– At 
risk 
– Predicted 
to 
be 
missed 
– Missed
6 
iDash 
Components 
-­‐ 
iDash 
Database 
Stores 
iDash 
data 
(Configura4on, 
Security, 
SLA 
defini4ons 
and 
Audit 
trail) 
Repository 
for 
AutoSys 
historical 
data 
(from 
auto 
archive 
files) 
– Job 
runs 
– Events 
– Audit 
informa4on 
– Performance 
sta4s4cs 
iDash 
Database 
supported 
types: 
– Oracle 
– SQL 
Server 
– Sybase
7 
iDash 
Components 
-­‐ 
iDash 
Clients 
Op4on 
1 
– 
The 
iDash 
GUI 
– Available 
for 
Linux 
and 
Windows. 
– Monitor, 
report, 
forecast, 
and 
control 
the 
SLA 
thresholds 
and 
the 
Cri4cal 
Path 
jobs 
– No 
local 
client 
install 
on 
your 
PC 
Op4on 
2 
-­‐ 
The 
iDash 
Client 
CLI 
– set 
of 
commands 
that 
can 
be 
deployed 
to 
any 
supported 
system 
– Permits 
users 
to 
perform 
certain 
Administra4on 
func4ons 
(e.g. 
manage 
SLA 
defini4ons, 
load 
CA 
Workload 
Automa4on 
AE 
archive 
files, 
and 
generate 
iDash 
reports 
in 
PDF, 
HTML, 
and 
CSV 
formats).
8 
Super 
Easy 
Deployment… 
• Windows/Linux 
Server 
• Apache 
Tomcat 
(6 
or 
7) 
• Java 
JRE 
(6 
or 
7) 
• iDash 
Database 
(SQL/Oracle/Sybase) 
– 
(Single 
or 
Dual)
9 
Key 
Features 
• The 
ability 
to 
easily 
control 
and 
manage 
SLAs 
• Understand 
the 
impact 
of 
real 
4me 
events 
before 
they 
cause 
issues 
• Automa4cally 
take 
correc4ve 
ac4on 
(Script) 
• Early 
no4fica4on 
• Historical 
Data 
-­‐ 
Hold 
vast 
amounts 
of 
data 
without 
impact 
to 
workload 
performance. 
• New 
with 
r11.3.6 
– 
iDash 
integra4on 
with 
CA7
10 
SLA 
Requirements 
– 
Where 
you 
might 
use 
iDash 
• The 
en4re 
job 
stream 
must 
complete 
successfully 
by 
a 
par4cular 
4me. 
• A 
job 
within 
the 
job 
stream 
must 
start 
by 
a 
par4cular 
4me. 
• A 
job 
or 
a 
set 
of 
jobs 
within 
a 
job 
stream 
must 
start 
and 
finish 
by 
a 
par4cular 
date 
and 
4me
11 
SLA 
Requirements 
– 
What 
you 
need.. 
• Start 
deadline 
(Time 
job/jobs 
must 
start 
by) 
• End 
deadline 
(Time 
job/jobs 
must 
complete 
by) 
• Or 
Both
12 
Understanding 
some 
key 
iDash 
terms
13 
Run 
Validity 
SLA 
Time 
10:00am 
Execu4on 
Time 
Run 
Validity 
set 
to 
10 
minutes.
14 
At 
Risk 
Warning 
Current 
Time 
Calculated 
Execu4on 
Time 
SLA 
Deadline 
At 
Risk
15 
Cri3cal 
Path 
JOBA 
JOBB 
JOBE 
JOBC 
JOBD
16 
Cri3cal 
Path 
JOBA 
(5mins) 
JOBB 
(25mins) 
JOBE 
(10mins) 
JOBC 
(5mins) 
JOBD 
(5mins)
17 
Cri3cal 
Path 
JOBA 
(Complete) 
JOBB 
(6 
Mins 
Leh) 
JOBE 
(10mins) 
JOBC 
(5 
Mins 
Leh) 
JOBD 
(5 
Mins 
Leh)
18 
Live 
Demo 
Showing 
SLA 
& 
Cri4cal 
Path
19 
iDash 
Reports
20 
Job 
Status 
Report
21 
Job 
Status 
Report
22 
Job 
Run 
Report
23 
Job 
Run 
Report
24 
AutoSys 
Event 
Report
25 
AutoSys 
Event 
Report
26 
AutoSys 
Event 
Report
27 
AutoSys 
Autotrack 
Report
28 
AutoSys 
Autotrack 
Report
29 
Live 
Demo 
Showing 
iDash 
Report 
Genera4on
30 
IDash 
CLI.. 
again 
• Quickly 
generate 
reports 
in 
required 
format 
(PDF/HTML/CSV/XLS) 
• Load 
archived 
job 
run 
data 
into 
iDash 
Database 
• Manage 
SLA’s
31 
CLI: 
Generate 
AutoSys 
Run 
Report 
PDF 
idgenpdf -t run.report -n 
<ReportName>-f C:<Output Name>.pdf
32 
CLI: 
View 
SLA 
defini4on 
idlist -t sla –n <SLA NAME> -i <Instance>
33 
Live 
Demo 
Showing 
CLI 
Example

More Related Content

What's hot

Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!
Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!
Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!
CA Technologies
 
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
CA Technologies
 
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
CA Technologies
 
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
Extra Technology
 
Tech Talk: Predictive Workload Analytics with CA Workload Automation iDash
Tech Talk: Predictive Workload Analytics with CA Workload Automation iDashTech Talk: Predictive Workload Analytics with CA Workload Automation iDash
Tech Talk: Predictive Workload Analytics with CA Workload Automation iDash
CA Technologies
 
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
CA Technologies
 
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
CA Technologies
 
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Extra Technology
 
Hands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardHands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM Dashboard
CA Technologies
 
CA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep DiveCA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Technologies
 
Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...
Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...
Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...
CA Technologies
 
Migrating to CA Workload Automation - Consolidation and Conversion Considerat...
Migrating to CA Workload Automation - Consolidation and Conversion Considerat...Migrating to CA Workload Automation - Consolidation and Conversion Considerat...
Migrating to CA Workload Automation - Consolidation and Conversion Considerat...
CA Technologies
 
The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...
The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...
The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...
CA Technologies
 
Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
CA Technologies
 
Managing Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CAManaging Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CA
CA Technologies
 
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
CA Technologies
 
Pre-Con Education: Effective Change/Configuration Management With CA Service...
Pre-Con Education: Effective Change/Configuration Management With CA Service...Pre-Con Education: Effective Change/Configuration Management With CA Service...
Pre-Con Education: Effective Change/Configuration Management With CA Service...
CA Technologies
 
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 EnhancementsContinuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
CA Technologies
 
Unicenter Autosys Job Management
Unicenter Autosys Job ManagementUnicenter Autosys Job Management
Unicenter Autosys Job Management
Venkata Duvvuri
 
Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...
Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...
Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...
CA Technologies
 

What's hot (20)

Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!
Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!
Customer Case Study: CenterPoint Energy - How to achieve .0003 abends!
 
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
 
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
 
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
CA Workload Automation Product Roadmap - CA Workload Automation Technology Su...
 
Tech Talk: Predictive Workload Analytics with CA Workload Automation iDash
Tech Talk: Predictive Workload Analytics with CA Workload Automation iDashTech Talk: Predictive Workload Analytics with CA Workload Automation iDash
Tech Talk: Predictive Workload Analytics with CA Workload Automation iDash
 
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
 
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
 
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
Running Database Jobs with CA 7 and the CA Workload Automation Agent for Data...
 
Hands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardHands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM Dashboard
 
CA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep DiveCA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep Dive
 
Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...
Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...
Tech Talk: Make the Most of Your ITIL and CA Service Management Investment W...
 
Migrating to CA Workload Automation - Consolidation and Conversion Considerat...
Migrating to CA Workload Automation - Consolidation and Conversion Considerat...Migrating to CA Workload Automation - Consolidation and Conversion Considerat...
Migrating to CA Workload Automation - Consolidation and Conversion Considerat...
 
The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...
The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...
The New CA Vantage™ Storage Resource Manager Storage Management Like You’ve N...
 
Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
 
Managing Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CAManaging Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CA
 
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
 
Pre-Con Education: Effective Change/Configuration Management With CA Service...
Pre-Con Education: Effective Change/Configuration Management With CA Service...Pre-Con Education: Effective Change/Configuration Management With CA Service...
Pre-Con Education: Effective Change/Configuration Management With CA Service...
 
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 EnhancementsContinuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
 
Unicenter Autosys Job Management
Unicenter Autosys Job ManagementUnicenter Autosys Job Management
Unicenter Autosys Job Management
 
Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...
Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...
Pre-Con Education: Migrating to CA Release Automation 5.5.2 to Exploit New ...
 

Viewers also liked

Iping england (team 1)
Iping england (team 1)Iping england (team 1)
Iping england (team 1)
coronadojoe77
 
Scrum
Scrum Scrum
Scrum
Asim Iqbal
 
Rengin hoca ödev künye
Rengin hoca ödev künyeRengin hoca ödev künye
Rengin hoca ödev künyeHatice Kesgeç
 
Kortrijk stadsinfo2014 2015
Kortrijk stadsinfo2014 2015Kortrijk stadsinfo2014 2015
Kortrijk stadsinfo2014 2015
Jan Duchau Zakelijke Dienstverlening
 
Term paper in Comm. Theories
Term paper in Comm. TheoriesTerm paper in Comm. Theories
Term paper in Comm. Theories
Joyce Ann Gonzales
 
педагогіка презентація курсу
педагогіка презентація курсупедагогіка презентація курсу
педагогіка презентація курсу
seredairyna
 
WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...
WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...
WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...
Extra Technology
 
Rengin hoca ödev künye
Rengin hoca ödev künyeRengin hoca ödev künye
Rengin hoca ödev künyeHatice Kesgeç
 
University of Indianapolis School for Adult Learning info session 12.9.14 final
University of Indianapolis School for Adult Learning info session 12.9.14 finalUniversity of Indianapolis School for Adult Learning info session 12.9.14 final
University of Indianapolis School for Adult Learning info session 12.9.14 final
Trish2014
 
Wegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogidsWegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogids
Jan Duchau Zakelijke Dienstverlening
 
engineering as a career.
engineering as a career.engineering as a career.
engineering as a career.
chief essay
 
3rd general draft standard for bottled flavoured water ihwf chennai
3rd general draft standard for bottled flavoured water ihwf chennai3rd general draft standard for bottled flavoured water ihwf chennai
3rd general draft standard for bottled flavoured water ihwf chennai
Navill11
 

Viewers also liked (12)

Iping england (team 1)
Iping england (team 1)Iping england (team 1)
Iping england (team 1)
 
Scrum
Scrum Scrum
Scrum
 
Rengin hoca ödev künye
Rengin hoca ödev künyeRengin hoca ödev künye
Rengin hoca ödev künye
 
Kortrijk stadsinfo2014 2015
Kortrijk stadsinfo2014 2015Kortrijk stadsinfo2014 2015
Kortrijk stadsinfo2014 2015
 
Term paper in Comm. Theories
Term paper in Comm. TheoriesTerm paper in Comm. Theories
Term paper in Comm. Theories
 
педагогіка презентація курсу
педагогіка презентація курсупедагогіка презентація курсу
педагогіка презентація курсу
 
WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...
WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...
WATS 2014 WA Agents Overview - CA Workload Automation Technology Summit (WATS...
 
Rengin hoca ödev künye
Rengin hoca ödev künyeRengin hoca ödev künye
Rengin hoca ödev künye
 
University of Indianapolis School for Adult Learning info session 12.9.14 final
University of Indianapolis School for Adult Learning info session 12.9.14 finalUniversity of Indianapolis School for Adult Learning info session 12.9.14 final
University of Indianapolis School for Adult Learning info session 12.9.14 final
 
Wegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogidsWegwijs in zedelgem_2015-infogids
Wegwijs in zedelgem_2015-infogids
 
engineering as a career.
engineering as a career.engineering as a career.
engineering as a career.
 
3rd general draft standard for bottled flavoured water ihwf chennai
3rd general draft standard for bottled flavoured water ihwf chennai3rd general draft standard for bottled flavoured water ihwf chennai
3rd general draft standard for bottled flavoured water ihwf chennai
 

Similar to iDash Overview - CA Workload Automation Technology Summit (WATS) 2014

Rapid4Cloud Product Overview
Rapid4Cloud Product OverviewRapid4Cloud Product Overview
Rapid4Cloud Product Overview
Philip Martin
 
Rapid4Cloud Product Overview
Rapid4Cloud Product OverviewRapid4Cloud Product Overview
Rapid4Cloud Product Overview
Philip Martin
 
Apache Airflow (incubating) NL HUG Meetup 2016-07-19
Apache Airflow (incubating) NL HUG Meetup 2016-07-19Apache Airflow (incubating) NL HUG Meetup 2016-07-19
Apache Airflow (incubating) NL HUG Meetup 2016-07-19
Bolke de Bruin
 
How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...
Sebastien Goiffon
 
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld
 
Serverless in-action
Serverless in-actionServerless in-action
Serverless in-action
Assaf Gannon
 
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
Getting value from IoT, Integration and Data Analytics
 
Delivering SaaS Using IaaS - RightScale Compute 2013
Delivering SaaS Using IaaS - RightScale Compute 2013Delivering SaaS Using IaaS - RightScale Compute 2013
Delivering SaaS Using IaaS - RightScale Compute 2013
RightScale
 
sap-overview.ppt
sap-overview.pptsap-overview.ppt
sap-overview.ppt
RamaKrishnaErroju
 
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
ERPScan
 
C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...
C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...
C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...
DataStax Academy
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
SergioBruno21
 
Cloud Native Data Pipelines (DataEngConf SF 2017)
Cloud Native Data Pipelines (DataEngConf SF 2017)Cloud Native Data Pipelines (DataEngConf SF 2017)
Cloud Native Data Pipelines (DataEngConf SF 2017)
Sid Anand
 
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
BI Brainz
 
In-memory ColumnStore Index
In-memory ColumnStore IndexIn-memory ColumnStore Index
In-memory ColumnStore Index
SolidQ
 
Sql server dba 2012 administration training
Sql server dba 2012 administration trainingSql server dba 2012 administration training
Sql server dba 2012 administration trainingFuturePoint Technologies
 
Scaling up uber's real time data analytics
Scaling up uber's real time data analyticsScaling up uber's real time data analytics
Scaling up uber's real time data analytics
Xiang Fu
 
Near real-time anomaly detection at Lyft
Near real-time anomaly detection at LyftNear real-time anomaly detection at Lyft
Near real-time anomaly detection at Lyft
markgrover
 

Similar to iDash Overview - CA Workload Automation Technology Summit (WATS) 2014 (20)

Oracle dba golden gate training
Oracle dba golden gate trainingOracle dba golden gate training
Oracle dba golden gate training
 
Oracle golden gate training
Oracle golden gate trainingOracle golden gate training
Oracle golden gate training
 
Rapid4Cloud Product Overview
Rapid4Cloud Product OverviewRapid4Cloud Product Overview
Rapid4Cloud Product Overview
 
Rapid4Cloud Product Overview
Rapid4Cloud Product OverviewRapid4Cloud Product Overview
Rapid4Cloud Product Overview
 
Apache Airflow (incubating) NL HUG Meetup 2016-07-19
Apache Airflow (incubating) NL HUG Meetup 2016-07-19Apache Airflow (incubating) NL HUG Meetup 2016-07-19
Apache Airflow (incubating) NL HUG Meetup 2016-07-19
 
How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...How city of chicago boosts their sap business objects environment prepares fo...
How city of chicago boosts their sap business objects environment prepares fo...
 
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
 
Serverless in-action
Serverless in-actionServerless in-action
Serverless in-action
 
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
AMIS Oracle OpenWorld 2015 Review – part 3- PaaS Database, Integration, Ident...
 
Delivering SaaS Using IaaS - RightScale Compute 2013
Delivering SaaS Using IaaS - RightScale Compute 2013Delivering SaaS Using IaaS - RightScale Compute 2013
Delivering SaaS Using IaaS - RightScale Compute 2013
 
sap-overview.ppt
sap-overview.pptsap-overview.ppt
sap-overview.ppt
 
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
Injecting evil code in your SAP J2EE systems. Security of SAP Software Deploy...
 
C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...
C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...
C* Summit 2013: Real-time Analytics using Cassandra, Spark and Shark by Evan ...
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
 
Cloud Native Data Pipelines (DataEngConf SF 2017)
Cloud Native Data Pipelines (DataEngConf SF 2017)Cloud Native Data Pipelines (DataEngConf SF 2017)
Cloud Native Data Pipelines (DataEngConf SF 2017)
 
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
Analysing and Troubleshooting Performance Issues in SAP BusinessObjects BI Re...
 
In-memory ColumnStore Index
In-memory ColumnStore IndexIn-memory ColumnStore Index
In-memory ColumnStore Index
 
Sql server dba 2012 administration training
Sql server dba 2012 administration trainingSql server dba 2012 administration training
Sql server dba 2012 administration training
 
Scaling up uber's real time data analytics
Scaling up uber's real time data analyticsScaling up uber's real time data analytics
Scaling up uber's real time data analytics
 
Near real-time anomaly detection at Lyft
Near real-time anomaly detection at LyftNear real-time anomaly detection at Lyft
Near real-time anomaly detection at Lyft
 

More from Extra Technology

CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
Extra Technology
 
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
Extra Technology
 
CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...
CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...
CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...
Extra Technology
 
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Extra Technology
 
WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...
WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...
WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...
Extra Technology
 
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
Extra Technology
 
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
Extra Technology
 

More from Extra Technology (7)

CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
CA External WAAE Roadmap - UK User Group - CA Workload Automation Technology ...
 
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
The New Features and Enhancements in CA Workload Control Center (WCC) r11.4 S...
 
CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...
CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...
CA 7 r11.3 to r12 DB Conversion Presentation - CA Workload Automation Technol...
 
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
Creating Management Summaries Using CA 7 Reports - CA Workload Automation Tec...
 
WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...
WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...
WA CA 7 Edition r12 Database Conversion - CA Workload Automation Technology S...
 
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
JMO to dSeries Transformation - CA Workload Automation Technology Summit (WAT...
 
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
JMO to dSeries, A 10 Stage Conversion Process - CA Workload Automation Techno...
 

Recently uploaded

PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 

Recently uploaded (20)

PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 

iDash Overview - CA Workload Automation Technology Summit (WATS) 2014

  • 1. CA WATS 2014 Workload Automa4on iDash Overview Daniel Chidgey
  • 2. Agenda • Introduc4on • What is iDash? • iDash Components • Product Features • iDash Reports • CLI 2
  • 3. 3 What is this iDash product all about…?
  • 5. 5 iDash Components -­‐ iDash Daemon Generates forecasts Monitors AutoSys health and job execu4ons Calculates upstream Cri4cal Path and Cri4cal Path progress for all jobs with SLA defined Generates CA Workload Automa4on AE Alarms for Start / End SLAs: – At risk – Predicted to be missed – Missed
  • 6. 6 iDash Components -­‐ iDash Database Stores iDash data (Configura4on, Security, SLA defini4ons and Audit trail) Repository for AutoSys historical data (from auto archive files) – Job runs – Events – Audit informa4on – Performance sta4s4cs iDash Database supported types: – Oracle – SQL Server – Sybase
  • 7. 7 iDash Components -­‐ iDash Clients Op4on 1 – The iDash GUI – Available for Linux and Windows. – Monitor, report, forecast, and control the SLA thresholds and the Cri4cal Path jobs – No local client install on your PC Op4on 2 -­‐ The iDash Client CLI – set of commands that can be deployed to any supported system – Permits users to perform certain Administra4on func4ons (e.g. manage SLA defini4ons, load CA Workload Automa4on AE archive files, and generate iDash reports in PDF, HTML, and CSV formats).
  • 8. 8 Super Easy Deployment… • Windows/Linux Server • Apache Tomcat (6 or 7) • Java JRE (6 or 7) • iDash Database (SQL/Oracle/Sybase) – (Single or Dual)
  • 9. 9 Key Features • The ability to easily control and manage SLAs • Understand the impact of real 4me events before they cause issues • Automa4cally take correc4ve ac4on (Script) • Early no4fica4on • Historical Data -­‐ Hold vast amounts of data without impact to workload performance. • New with r11.3.6 – iDash integra4on with CA7
  • 10. 10 SLA Requirements – Where you might use iDash • The en4re job stream must complete successfully by a par4cular 4me. • A job within the job stream must start by a par4cular 4me. • A job or a set of jobs within a job stream must start and finish by a par4cular date and 4me
  • 11. 11 SLA Requirements – What you need.. • Start deadline (Time job/jobs must start by) • End deadline (Time job/jobs must complete by) • Or Both
  • 12. 12 Understanding some key iDash terms
  • 13. 13 Run Validity SLA Time 10:00am Execu4on Time Run Validity set to 10 minutes.
  • 14. 14 At Risk Warning Current Time Calculated Execu4on Time SLA Deadline At Risk
  • 15. 15 Cri3cal Path JOBA JOBB JOBE JOBC JOBD
  • 16. 16 Cri3cal Path JOBA (5mins) JOBB (25mins) JOBE (10mins) JOBC (5mins) JOBD (5mins)
  • 17. 17 Cri3cal Path JOBA (Complete) JOBB (6 Mins Leh) JOBE (10mins) JOBC (5 Mins Leh) JOBD (5 Mins Leh)
  • 18. 18 Live Demo Showing SLA & Cri4cal Path
  • 20. 20 Job Status Report
  • 21. 21 Job Status Report
  • 22. 22 Job Run Report
  • 23. 23 Job Run Report
  • 29. 29 Live Demo Showing iDash Report Genera4on
  • 30. 30 IDash CLI.. again • Quickly generate reports in required format (PDF/HTML/CSV/XLS) • Load archived job run data into iDash Database • Manage SLA’s
  • 31. 31 CLI: Generate AutoSys Run Report PDF idgenpdf -t run.report -n <ReportName>-f C:<Output Name>.pdf
  • 32. 32 CLI: View SLA defini4on idlist -t sla –n <SLA NAME> -i <Instance>
  • 33. 33 Live Demo Showing CLI Example