Web application for detailed realtime database transaction monitoring

Size: px
Start display at page:

Download "Web application for detailed realtime database transaction monitoring"

Transcription

1 Web application for detailed realtime database transaction monitoring for CMS condition data ICCMSE 2009 The 7th International Conference of Computational Methods for Science and Engineering Friday October 2 Salvatore Di Guida, Michele de Gruttola, Vincenzo Innocente, Antonio Pierro

2 Outline What are CMS condition data? How are CMS condition data handled by PopCon? What is PopCon monitoring? Why PopCon monitoring? GUI: PopCon from different users perspectives; Example of different users perspectives and different reports (table, error, chart). Architecture. Results. Upgrades and improvements. ICCMSE 2009 Salvatore di Guida 2

3 What are condition data? Configuration data: needed to bring CMS in running mode: Voltage settings of power supplies, Parameters for front-end electronics; Condition data: describing the state of any detector subsystem: High-low voltages, Magnet currents, Needed online for post mortem analysis of detector errors and for HLT, while offline for data quality monitoring and proper event reconstruction. Calibration data: describing the calibration of different subdetectors, mainly evaluated offline: Pedestal offsets, Drift velocities, Alignments, Needed online for HLT, and offline for reconstructing properly physical quantities coming from collision events. ICCMSE 2009 Salvatore di Guida 3

4 What is PopCon? PopCon (Populator of Condition Objects tool): is an application package fully integrated in the overall CMS framework intended to transfer, store, and retrieve condition data in the Offline Databases; Assigns metadata information (tag and IOV). CMS relies on three ORACLE databases for the condition data. PopCon OMDS (Online Master Database System) ORCOFF (Offline Reconstruction Condition Database Offline System) ORCON CMS (Offline Reconstruction Condition Compact Muon PopCon DB Solenoid Online System) ICCMSE 2009 Salvatore di Guida 4

5 PopCon UML Diagram ICCMSE 2009 Salvatore di Guida 5

6 Central Population of Condition Databases Centralized procedure using an account and a dedicated machine in the online network, where a set of automatic jobs was deployed: üpopulate ORCON accounts for each subdetector, ümonitor any transactions towards them. ICCMSE 2009 Salvatore di Guida 6

7 Central Population of Condition Databases Two possibilities for each sub-detector: Run automatically the so-called O2O application that reads from any online source, assigns tag and IOV and uploads data in the dedicated ORCON account (condition data); Dropbox (calibration data): users copy data in SQLite format into a dedicated folder, then these data are automatically exported to the subdetector s ORCON account. PopCon transfers data into the DB accounts: Creates log information stored in a DB account. Watchdog to monitor automatic jobs status: Monitoring information stored in the DB. ICCMSE 2009 Salvatore di Guida 7

8 Offline Dropbox Infrastructure that, using Web applications inside Virtual Machine technology, allows the exportation of calibration data to offline databases The calibration data are exported to ORCON using ssh tunneling, then streamed offline to ORCOFF The user uploads sqlite files containing calibration data and fills in metadata information Automatic HTTP request for obtaining the next Run to be processed at PromptReco level ICCMSE 2009 Salvatore di Guida 8

9 What is PopCon monitoring? Open source web based service for heterogeneous DB server performing large data transfers, providing HW and SW monitoring: DB status and history of all DB transactions: Aborted, committed, pending; Error monitoring reports: Identify any mistakes made by users, application failures, unexpected networks shutdowns, etc.; Reports from different users perspectives: Personal views for: Oracle database administrator, CMS detector manager, CMS sub-detector manager, End user. ICCMSE 2009 Salvatore di Guida 9

10 Why PopCon Monitoring? We might use the existing web monitoring tool for our purpose, but we need to fulfill the challenge requirements of CMS experiment: Usage of CMSSW standards: Generic CMSSW component to feel comfortable developers and end-users in building and using new package in CMSSW; Monitoring the heterogeneous software environment: Oracle DBs, CMSSW framework and other open source packages; Open source product; CERN Participation in Oracle Technology Beta Programs: We need a flexible architecture to handle unexpected error; Maximize the performance: Stress test of CMSSW infrastructure and HW components, Avoiding bottlenecks due to Huge Data Access (history and current data). ICCMSE 2009 Salvatore di Guida 10

11 PopCon from different users perspectives Personal reports, and the trend of self-monitoring to check the status of his own jobs Overview and full report of subdetector to check all transaction done in a dedicated account TheCMS sub-detector manager End -users The ORACLE DB Administrator and PopCon Developer The central CMS detector manager Overview and full report for all detectors subsystems Log Inspection for deep scan, security checks, performance issues ICCMSE 2009 Salvatore di Guida 11

12 GUI (I) Table Reporting Recent activity recorded from sub-detector RPC (Resistive Plate Chambers) Manager point of view: General view of last transactions towards a DB account, useful to keep track of all the new data transfers for a specific subdetector. ICCMSE 2009 Salvatore di Guida 12

13 GUI (II) Error reporting The Central CMS Detector Administrator Error Reporting view: General view of DB transaction status, useful to identify the different running jobs and spot quickly problems in DB transactions. Data transaction at 11:00 is missing ICCMSE 2009 Salvatore di Guida 13

14 GUI (III) Error reporting The ORACLE DB Administrator Error Reporting view: Log report to display information about primary key violation and inconsistencies in mapping between data members of C++ objects and schema objects. destdb: oracle://cms_orcon_prod/cms_cond_31x_pixel, inputtag: GainCalib_TEST_hlt, tag: SiPixelGainCalibrationHLT_2009runs_hlt, from to, user comment: craft09gains2 logdb: oracle://cms_orcon_prod/cms_cond_31x_popconlog CORAL/RelationalPlugins/oracle Error ORA-00001: unique constraint (CMS_COND_31X_PIXEL.METADATA_PK) violated (Executing the statement) error ---- Conditions BEGIN addmapping: metadata entry "SiPixelGainCalibrationHLT_2009runs_hlt" already exists ---- Conditions END ICCMSE 2009 Salvatore di Guida 14

15 GUI (IV) Chart reporting PopCon activity history: A multiple line chart view of transaction DB, useful to have a general view of the status of DBs usage for the central CMS detector manager and The ORACLE DB Administrator. Number of DB transactions Date ICCMSE 2009 Salvatore di Guida 15

16 Architecture ICCMSE 2009 Salvatore di Guida 16

17 Results % offailure Since the transaction status web monitoring was introduced: The percentage of transaction failure decreased From 28.9% to 15.2%; Peak in January due to the introduction of the new tool: Many users not yet familiar with it. Introduction of transaction status monitoring aug sep oct nov dec jan feb mar apr may jun jul aug ICCMSE 2009 Salvatore di Guida 17

18 Upgrades and improvements Storing and monitoring logs of quota information for the online account: DB backend set up, web interface ready to be deployed. SMS/ alert system for end-user in case of transaction failures and DBAdeveloper in case of hardware/network problems. Automatic error resolution in a heterogeneous software environment See Antonio s talk. ICCMSE 2009 Salvatore di Guida 18

Database Monitoring Requirements. Salvatore Di Guida (CERN) On behalf of the CMS DB group

Database Monitoring Requirements. Salvatore Di Guida (CERN) On behalf of the CMS DB group Database Monitoring Requirements Salvatore Di Guida (CERN) On behalf of the CMS DB group Outline CMS Database infrastructure and data flow. Data access patterns. Requirements coming from the hardware and

More information

The Compact Muon Solenoid Experiment. CMS Note. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. CMS Note. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS NOTE -2010/001 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 25 October 2009 Persistent storage of non-event

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

More information

Anne-Catherine Le Bihan Antonio Pierro. Big thanks to Vincenzo Innocente for his help

Anne-Catherine Le Bihan Antonio Pierro. Big thanks to Vincenzo Innocente for his help Anne-Catherine Le Bihan Antonio Pierro Domenico Giordan Big thanks to Vincenzo Innocente for his help Antonio Pierro - DQM/DB Meeting on History and Trend Plotting - Friday 19 September 2008 1 Objective:

More information

A J2EE based server for Muon Spectrometer Alignment monitoring in the ATLAS detector Journal of Physics: Conference Series

A J2EE based server for Muon Spectrometer Alignment monitoring in the ATLAS detector Journal of Physics: Conference Series A J2EE based server for Muon Spectrometer Alignment monitoring in the ATLAS detector Journal of Physics: Conference Series Andrea Formica, Pierre-François Giraud, Frederic Chateau and Florian Bauer, on

More information

Ashley Institute of Training Schedule of VET Tuition Fees 2015

Ashley Institute of Training Schedule of VET Tuition Fees 2015 Ashley Institute of Training Schedule of VET Fees Year of Study Group ID:DECE15G1 Total Course Fees $ 12,000 29-Aug- 17-Oct- 50 14-Sep- 0.167 blended various $2,000 CHC02 Best practice 24-Oct- 12-Dec-

More information

Web based monitoring in the CMS experiment at CERN

Web based monitoring in the CMS experiment at CERN FERMILAB-CONF-11-765-CMS-PPD International Conference on Computing in High Energy and Nuclear Physics (CHEP 2010) IOP Publishing Web based monitoring in the CMS experiment at CERN William Badgett 1, Irakli

More information

Computing & Telecommunications Services Monthly Report March 2015

Computing & Telecommunications Services Monthly Report March 2015 March 215 Monthly Report Computing & Telecommunications Services Monthly Report March 215 CaTS Help Desk (937) 775-4827 1-888-775-4827 25 Library Annex helpdesk@wright.edu www.wright.edu/cats/ Last Modified

More information

The Data Quality Monitoring Software for the CMS experiment at the LHC

The Data Quality Monitoring Software for the CMS experiment at the LHC The Data Quality Monitoring Software for the CMS experiment at the LHC On behalf of the CMS Collaboration Marco Rovere, CERN CHEP 2015 Evolution of Software and Computing for Experiments Okinawa, Japan,

More information

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR JULY 2015 Area (RS-1) GSR GSR (LCS-1) Texarkana Incorporated July-15 $0.50690/Ccf $0.45450/Ccf $0.00000/Ccf $2.85090/MMBtu $17.52070/MMBtu Texarkana Unincorporated July-15 $0.56370/Ccf $0.26110/Ccf $1.66900/Ccf

More information

CMS data quality monitoring web service

CMS data quality monitoring web service CMS data quality monitoring web service L Tuura 1, G Eulisse 1, A Meyer 2,3 1 Northeastern University, Boston, MA, USA 2 DESY, Hamburg, Germany 3 CERN, Geneva, Switzerland E-mail: lat@cern.ch, giulio.eulisse@cern.ch,

More information

PTC Creo 2.0 Hardware Support Dell

PTC Creo 2.0 Hardware Support Dell PTC Creo 2.0 Hardware Support Dell Last updated: February 2, 2016 The Desktop Virtualization Environment Support Dell table displays at the end of this document, after the standard Creo certification table.

More information

OPTIMIZING THE USE OF VHA s FEE BASIS CLAIMS SYSTEM (FBCS)

OPTIMIZING THE USE OF VHA s FEE BASIS CLAIMS SYSTEM (FBCS) VA-CASE VISN 11 VA Center for Applied Systems Engineering OPTIMIZING THE USE OF VHA s FEE BASIS CLAIMS SYSTEM (FBCS) The Fee Basis Claims System (FBCS) Optimization initiative aims to improve, standardize,

More information

LHC Databases on the Grid: Achievements and Open Issues * A.V. Vaniachine. Argonne National Laboratory 9700 S Cass Ave, Argonne, IL, 60439, USA

LHC Databases on the Grid: Achievements and Open Issues * A.V. Vaniachine. Argonne National Laboratory 9700 S Cass Ave, Argonne, IL, 60439, USA ANL-HEP-CP-10-18 To appear in the Proceedings of the IV International Conference on Distributed computing and Gridtechnologies in science and education (Grid2010), JINR, Dubna, Russia, 28 June - 3 July,

More information

Oxfam GB Digital Case Study - email

Oxfam GB Digital Case Study - email Oxfam GB Digital Case Study - email Friday 19 th July Lizzie Williams Email Marketing Manager Holly Bolter Senior Analyst Mark Lumby Selections & Analysis Manager Emergencies Get Together Campaigns Regular

More information

Distributed Database Access in the LHC Computing Grid with CORAL

Distributed Database Access in the LHC Computing Grid with CORAL Distributed Database Access in the LHC Computing Grid with CORAL Dirk Duellmann, CERN IT on behalf of the CORAL team (R. Chytracek, D. Duellmann, G. Govi, I. Papadopoulos, Z. Xie) http://pool.cern.ch &

More information

Leveraging Technology For ICD-10 Program Management Using MS SharePoint 2010. Poster Presentation by Maithili Vadula

Leveraging Technology For ICD-10 Program Management Using MS SharePoint 2010. Poster Presentation by Maithili Vadula Leveraging Technology For ICD-10 Program Management Using MS SharePoint 2010 Poster Presentation by Maithili Vadula ICD-10 Project using SharePoint: Project Background: New structure for coding diagnosis

More information

Oregon s Experience Accepting Online Credit and Debit Payments

Oregon s Experience Accepting Online Credit and Debit Payments Oregon s Experience Accepting Online Credit and Debit Payments Statistical Charts and Examples Page 1 of 8 How Oregon s Case Validation Works Semi-Technical Speak As part of their process, a vendor using

More information

CAFIS REPORT 2015.10

CAFIS REPORT 2015.10 CAFIS REPORT 2015.10 INDEX Message CAFIS Inbound 03-06 07-08 CAFIS Arch 09-10 CAFIS Brain 11-12 CAFIS Global 13-14 What We Do 15-16 About CAFIS 17-18 Services for Member Stores 19-34 Services for Card

More information

Consumer ID Theft Total Costs

Consumer ID Theft Total Costs Billions Consumer and Business Identity Theft Statistics Business identity (ID) theft is a growing crime and is a growing concern for state filing offices. Similar to consumer ID theft, after initially

More information

ITD Help Desk Traffic Report May 2002

ITD Help Desk Traffic Report May 2002 ITD Help Desk Traffic Report May 2002 Call volumes and resolution times within the CONSULT Remedy workgroup June 10, 2002 Christopher King Help Desk Manager NC State University chris_king@ncsu.edu Information

More information

Detailed guidance for employers

Detailed guidance for employers April 2015 3 Detailed guidance for employers Appendix A: Pay reference periods This document accompanies: Detailed guidance no. 3 Assessing the workforce Pay reference period calendars where the definition

More information

How To Get A Certificate From Ms.Net For A Server Server

How To Get A Certificate From Ms.Net For A Server Server Last Activity Recorded : December 19, 2014 Microsoft Certification ID : 2665612 MARC GROTE Wittorfer Strasse 4 Bardowick, Lower Saxony 21357 DE grotem@it-training-grote.de ACTIVE MICROSOFT CERTIFICATIONS:

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : May 30, 2014 Microsoft Certification ID : 375009 SUSANNE SCHNEIDER KAISERSTRASSE 53 REUTLINGEN, 72764 DE SUSANNE.SCHNEIDER@KIT-KOM.DE *Charter- Certification that was achieved

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 04, 2011 Microsoft Certification ID : 483228 KENT NORDSTROM Asbergsvagen 27 Soderhamn, 82637 SW kent@xpservices.se ACTIVE MICROSOFT CERTIFICATIONS: Microsoft Certified Solutions

More information

Managing Open Source Code Best Practices

Managing Open Source Code Best Practices Managing Open Source Code Best Practices September 24, 2008 Agenda Welcome and Introduction Eran Strod Open Source Best Practices Hal Hearst Questions & Answers Next Steps About Black Duck Software Accelerate

More information

Applying ICT and IoT to Multifamily Buildings. U.S. Department of Energy Buildings Interoperability Vision Meeting March 12, 2015 Jeff Hendler, ETS

Applying ICT and IoT to Multifamily Buildings. U.S. Department of Energy Buildings Interoperability Vision Meeting March 12, 2015 Jeff Hendler, ETS Applying ICT and IoT to Multifamily Buildings U.S. Department of Energy Buildings Interoperability Vision Meeting March 12, 2015 Jeff Hendler, ETS ETS is an Energy Technology, Behavior Management, and

More information

The electronic Logbook @ the TTF VUV-FEL. Making the next step

The electronic Logbook @ the TTF VUV-FEL. Making the next step The electronic Logbook @ the TTF VUV-FEL Making the next step R. Kammering -MVP- DESY in Hamburg Overview Introduction The TTF e-logbook The basic technology How does it look like? Changes since the first

More information

Managing Projects with Practical Software & Systems Measurement PSM

Managing Projects with Practical Software & Systems Measurement PSM Managing Projects with Practical Software & Systems Measurement PSM Mauricio Aguiar PSM Qualified Instructor TI Métricas Ltda. Av. Rio Branco 181/1910 Rio de Janeiro, RJ Brazil 20040-007 www.metricas.com.br

More information

CABINET 9 th February 2006. Report of the Director of Partnerships and Customer Services

CABINET 9 th February 2006. Report of the Director of Partnerships and Customer Services CABINET 9 th February 2006 Report of the Director of Partnerships and Customer Services ITEM 11 CRM DEVELOPMENT Purpose of the Report To seek approval to the replacement for the Council s Customer Relationship

More information

LSUF 24 th January 2006

LSUF 24 th January 2006 Quality Control ISO 17025:2005 5.9 Assuring the quality of test and calibration results 5.9.1 The laboratory shall have quality control procedures for monitoring the validity of tests and calibrations

More information

FY 2015 Schedule at a Glance

FY 2015 Schedule at a Glance Coaching and Mentoring for Excellence Oct 21 23, 2014 $2,950 Residential Coaching and Mentoring for Excellence Apr 7 9, 2015 $2,400 Non-residential Coaching and Mentoring for Excellence May 27 29, 2015

More information

D83167 Oracle Data Integrator 12c: Integration and Administration

D83167 Oracle Data Integrator 12c: Integration and Administration D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages

More information

Resource Management Spreadsheet Capabilities. Stuart Dixon Resource Manager

Resource Management Spreadsheet Capabilities. Stuart Dixon Resource Manager Resource Management Spreadsheet Capabilities Stuart Dixon Resource Manager Purpose Single view of resource data Shows rolling demand vs supply for 14 months, 2 months back, current month, and 11 forward

More information

Rapid Consumption and Deployment of SAP Software as Virtual Appliances Using SAP Cloud Appliance Library

Rapid Consumption and Deployment of SAP Software as Virtual Appliances Using SAP Cloud Appliance Library Rapid Consumption and Deployment of SAP Software as Virtual Appliances Using SAP Cloud Appliance Library Sanjay Kulkarni, Chief Expert, Solution Management, Virtualization & Cloud Management May 2013 Customer

More information

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013 EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013 This report provides information about software releases, including release dates, any announced

More information

Boston Traffic Management Center Activity Report for FY 2013 Real-time Traffic Signal Adjustments

Boston Traffic Management Center Activity Report for FY 2013 Real-time Traffic Signal Adjustments Boston Traffic Management Center Activity Report for FY 2013 Real-time Traffic Signal Adjustments The mission of the Traffic Management Center (TMC) within the Boston Transportation Department is to monitor,

More information

Deep Security/Intrusion Defense Firewall - IDS/IPS Coverage Statistics and Comparison

Deep Security/Intrusion Defense Firewall - IDS/IPS Coverage Statistics and Comparison Deep Security/Intrusion Defense Firewall - IDS/IPS Trend Micro, Incorporated A technical brief summarizing vulnerability coverage provided by Deep Security and Intrusion Defense Firewall. The document

More information

Bb Upgrade Timeline. Oct Nov Dec Jan 2011 Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan 2012. PDFmyURL.com

Bb Upgrade Timeline. Oct Nov Dec Jan 2011 Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan 2012. PDFmyURL.com Bb Upgrade Timeline Oct Nov Dec Jan 2011 Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan 2012 Technology Create a training plan for Bb early adopters and mentors Conduct Transitioning to Bb 9.1 training

More information

Engine Workscope Optimization. Jim Henry VP Technology Development Standard Aero jhenry@standardaero.com

Engine Workscope Optimization. Jim Henry VP Technology Development Standard Aero jhenry@standardaero.com Engine Workscope Optimization Jim Henry VP Technology Development Standard Aero jhenry@standardaero.com The Maintainer s Dilemma High Cost Too Much Maintenance High Cost Low Too Little Maintenance Poor

More information

Long Live Hosting! Use Solution-based Offers to Re-position Your Business and Reach New Audiences. 2014 Parallels IP Holdings GmbH

Long Live Hosting! Use Solution-based Offers to Re-position Your Business and Reach New Audiences. 2014 Parallels IP Holdings GmbH Long Live Hosting! Use Solution-based Offers to Re-position Your Business and Reach New Audiences 2014 Parallels IP Holdings GmbH 2 3 4 300K New Webservers were added in 2013 350000 300000 250000 200000

More information

Oracle Database Security Myths

Oracle Database Security Myths Oracle Database Security Myths December 13, 2012 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation About Integrigy ERP Applications

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

Proposal to Reduce Opening Hours at the Revenues & Benefits Coventry Call Centre

Proposal to Reduce Opening Hours at the Revenues & Benefits Coventry Call Centre Proposal to Reduce Opening Hours at the Revenues & Benefits Coventry Call Centre Proposal To change the opening hours of the Revenues & Benefits Call Centre to 9am until 5pm Monday to Friday with effect

More information

https://mcp.microsoft.com/authenticate/mcpcredentials.aspx

https://mcp.microsoft.com/authenticate/mcpcredentials.aspx M r ic o o s f t e C t r if ic t a io n D I : 1 0 0 5 8 3 6 Seite 1 von 12 Microsoft Certified Professional Transcript Last Activity Recorded : March 15, 2011 UDO HEUSCHMANN ACTIVE MICROSOFT CERTIFICATIONS:

More information

2015-16 BCOE Payroll Calendar. Monday Tuesday Wednesday Thursday Friday Jun 29 30 Jul 1 2 3. Full Force Calc

2015-16 BCOE Payroll Calendar. Monday Tuesday Wednesday Thursday Friday Jun 29 30 Jul 1 2 3. Full Force Calc July 2015 CM Period 1501075 July 2015 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 August 2015 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

More information

Deep Security Intrusion Detection & Prevention (IDS/IPS) Coverage Statistics and Comparison

Deep Security Intrusion Detection & Prevention (IDS/IPS) Coverage Statistics and Comparison Deep Security Intrusion Detection & Prevention (IDS/IPS) Trend Micro, Incorporated A technical brief summarizing vulnerability coverage provided by Deep Security. The document also outlines a comparison

More information

Online CMS Web-Based Monitoring. Zongru Wan Kansas State University & Fermilab (On behalf of the CMS Collaboration)

Online CMS Web-Based Monitoring. Zongru Wan Kansas State University & Fermilab (On behalf of the CMS Collaboration) Online CMS Web-Based Monitoring Kansas State University & Fermilab (On behalf of the CMS Collaboration) Technology and Instrumentation in Particle Physics June 13, 2011 Chicago, USA CMS One of the high

More information

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012 EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on August 16, 2012 This report provides information about software releases, including release dates, any announced

More information

Supervisor Instructions for Approving Web Time Entry

Supervisor Instructions for Approving Web Time Entry Supervisor Instructions for Approving Web Time Entry Time Approval Deadlines by Category Local 2110 Members members submit time by NOON on Monday of the pay week. Time should be approved no later than

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 30, 2012 Microsoft Certification ID : 30999 BERT VAN HOVE BARON EMPAINLAAN 68 MECHELEN, 2800 BE bert@road2result.be ACTIVE MICROSOFT CERTIFICATIONS: Microsoft Certified

More information

Grid Operations and Planning

Grid Operations and Planning Grid Operations and Planning Report Kent Saathoff ERCOT Board of Directors April 20, 2010 Kent Content Summary March 2010 Operations Peak Demand: Actual vs. Forecast On-line Resources: Total at Peak and

More information

Data Quality Monitoring. DAQ@LHC workshop

Data Quality Monitoring. DAQ@LHC workshop Data Quality Monitoring DAQ@LHC workshop Introduction What this presentation is not What it is and how it is organized Definition of DQM Overview of systems and frameworks Specific chosen aspects o Data

More information

SEO Presentation. Asenyo Inc.

SEO Presentation. Asenyo Inc. SEO Presentation What is Search Engine Optimization? Search Engine Optimization (SEO) : PPC and Organic Results Pay Per Click Ads The means of achieving top search engine results without having to incur

More information

Employers Compliance with the Health Insurance Act Annual Report 2015

Employers Compliance with the Health Insurance Act Annual Report 2015 Employers Compliance with the Health Insurance Act Annual Report 2015 ea Health Council Health Council: Employers Compliance with the Health Insurance Act 1970 Annual Report 2015 Contact us: If you would

More information

Financial Operating Procedure: Budget Monitoring

Financial Operating Procedure: Budget Monitoring Financial Operating Procedure: Budget Monitoring Original Created: Jan 2010 Last Updated: Jan 2010 1 Index 1 Scope of Procedure...3 2 Aim of Procedure...3 3 Roles & Responsibilities...3 Appendix A Timetable...7

More information

LocatorHub Product Life Cycle Status

LocatorHub Product Life Cycle Status LocatorHub Product Life Cycle Status The Product Life Cycle Policy is designed to help communicate to LocatorHub customers the technical support resources available during a product's life span and to

More information

The Impact of Medicare Part D on the Percent Gross Margin Earned by Texas Independent Pharmacies for Dual Eligible Beneficiary Claims

The Impact of Medicare Part D on the Percent Gross Margin Earned by Texas Independent Pharmacies for Dual Eligible Beneficiary Claims The Impact of Medicare Part D on the Percent Gross Margin Earned by Texas Independent Pharmacies for Dual Eligible Beneficiary Claims Angela Winegar, M.S., Marvin Shepherd, Ph.D., Ken Lawson, Ph.D., and

More information

Department of Public Welfare (DPW)

Department of Public Welfare (DPW) Department of Public Welfare (DPW) Office of Income Maintenance Electronic Benefits Transfer Card Risk Management Report Out-of-State Residency Review FISCAL YEAR 2012-2013 June 2013 (March, April and

More information

S&OP Case Study Creating Value at O Neal Manufacturing Services. Anthony Zampello, CPIM, CIRM, CSCP Adjunct Faculty Bentley University

S&OP Case Study Creating Value at O Neal Manufacturing Services. Anthony Zampello, CPIM, CIRM, CSCP Adjunct Faculty Bentley University S&OP Case Study Creating Value at O Neal Manufacturing Services Anthony Zampello, CPIM, CIRM, CSCP Adjunct Faculty Bentley University Prepared by: Jamie Cochran, Strategic Business Applications Manager,

More information

Evolution of Database Replication Technologies for WLCG

Evolution of Database Replication Technologies for WLCG Home Search Collections Journals About Contact us My IOPscience Evolution of Database Replication Technologies for WLCG This content has been downloaded from IOPscience. Please scroll down to see the full

More information

3rd Edition August 2012. The Guru s Guide for. Desk Support. Law firm specific metrics & key performance indicators

3rd Edition August 2012. The Guru s Guide for. Desk Support. Law firm specific metrics & key performance indicators 3rd Edition August 212 The Guru s Guide for Legal Service Desk Support Law firm specific metrics & key performance indicators WELCOME TO THE GURU S GUIDE, 3 RD EDITION I have been involved with the law

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 25-AUG-2014 End: 19-OCT-2014 Start: 20-OCT-2014 End: 14-DEC-2014

P/T 2B: 2 nd Half of Term (8 weeks) Start: 25-AUG-2014 End: 19-OCT-2014 Start: 20-OCT-2014 End: 14-DEC-2014 2014-2015 SPECIAL TERM ACADEMIC CALENDAR FOR SCRANTON EDUCATION ONLINE (SEOL), MBA ONLINE, HUMAN RESOURCES ONLINE, NURSE ANESTHESIA and ERP PROGRAMS SPECIAL FALL 2014 TERM Key: P/T = Part of Term P/T Description

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 26-AUG-2013 End: 20-OCT-2013 Start: 21-OCT-2013 End: 15-DEC-2013

P/T 2B: 2 nd Half of Term (8 weeks) Start: 26-AUG-2013 End: 20-OCT-2013 Start: 21-OCT-2013 End: 15-DEC-2013 2013-2014 SPECIAL TERM ACADEMIC CALENDAR FOR SCRANTON EDUCATION ONLINE (SEOL), MBA ONLINE, HUMAN RESOURCES ONLINE, NURSE ANESTHESIA and ERP PROGRAMS SPECIAL FALL 2013 TERM Key: P/T = Part of Term P/T Description

More information

Storm Clouds Ahead? A risk analysis of Cloud Computing

Storm Clouds Ahead? A risk analysis of Cloud Computing Storm Clouds Ahead? A risk analysis of Cloud Computing Andy Bolton Chief Executive Officer, Capacitas Abstract Many organisations are now considering using 'Cloud Computing' offerings to meet their scalability

More information

2016 Dry Cleaning Compliance Calendar

2016 Dry Cleaning Compliance Calendar Missouri Department of Natural Resources Division of Environmental Quality 20 Dry Cleaning Compliance Calendar Recycled Paper 12/2015 PUB001310 LEGEND OF TERMS APCP - Air Pollution Control Program EIQ

More information

Accident & Emergency Department Clinical Quality Indicators

Accident & Emergency Department Clinical Quality Indicators Overview This dashboard presents our performance in the new A&E clinical quality indicators. These 8 indicators will allow you to see the quality of care being delivered by our A&E department, and reflect

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 24-AUG-2015 End: 18-OCT-2015 Start: 19-OCT-2015 End: 13-DEC-2015

P/T 2B: 2 nd Half of Term (8 weeks) Start: 24-AUG-2015 End: 18-OCT-2015 Start: 19-OCT-2015 End: 13-DEC-2015 2015-2016 SPECIAL TERM ACADEMIC CALENDAR For Scranton Education Online (SEOL), Masters of Business Administration Online, Masters of Accountancy Online, Health Administration Online, Health Informatics

More information

Activity Report for FY 2010 Real-time Traffic Signal Adjustments

Activity Report for FY 2010 Real-time Traffic Signal Adjustments Boston Transportation Management Center Activity Report for FY 2010 Real-time Traffic Signal Adjustments The Boston Transportation Department s Transportation Management Center (TMC) holds the mission

More information

Performance Monitoring on NERSC s POWER 5 System

Performance Monitoring on NERSC s POWER 5 System ScicomP 14 Poughkeepsie, N.Y. Performance Monitoring on NERSC s POWER 5 System Richard Gerber NERSC User Services RAGerber@lbl.gov Prequel Although this talk centers around identifying system problems,

More information

SWIFT. Page:1. Openstack Swift. Object Store Cloud built from the grounds up. David Hadas Swift ATC. HRL davidh@il.ibm.com 2012 IBM Corporation

SWIFT. Page:1. Openstack Swift. Object Store Cloud built from the grounds up. David Hadas Swift ATC. HRL davidh@il.ibm.com 2012 IBM Corporation Page:1 Openstack Swift Object Store Cloud built from the grounds up David Hadas Swift ATC HRL davidh@il.ibm.com Page:2 Object Store Cloud Services Expectations: PUT/GET/DELETE Huge Capacity (Scale) Always

More information

OPERATIONS SERVICE UPDATE

OPERATIONS SERVICE UPDATE OPERATIONS SERVICE UPDATE EXECUTIVE SUMMARY Policy Processing At the June 24 Citizens Board of Governors meeting, Staff committed to achieving year end policy processing service goals by September 1, 24.

More information

AITS FY15 Metrics Report. 7/1/2015 University of Illinois Administrative Information Technology Services

AITS FY15 Metrics Report. 7/1/2015 University of Illinois Administrative Information Technology Services AITS FY15 Metrics Report 7/1/215 University of Illinois Administrative Information Technology Services AITS FY15 Metrics Overview AITS provides a wide range of administrative information technology solutions

More information

2016 Examina on dates

2016 Examina on dates Please note the following informa on: The following exams are available throughout the year: Please click on the exam for which you wish to see the dates. When you have finished, you can select to return

More information

Oracle Data Integrator: Administration and Development

Oracle Data Integrator: Administration and Development Oracle Data Integrator: Administration and Development What you will learn: In this course you will get an overview of the Active Integration Platform Architecture, and a complete-walk through of the steps

More information

CPSC ITDS/RAM Pilot System: PGA Message Set

CPSC ITDS/RAM Pilot System: PGA Message Set CPSC ITDS/RAM Pilot System: PGA Message Set Electronic Certificate Filing Test March 27, 2015 This presentation has not been reviewed or approved by the Commission and may not reflect its views CPSC Background

More information

Cloud Computing. What Are We Handing Over? Ganesh Shankar Advanced IT Core Pervasive Technology Institute

Cloud Computing. What Are We Handing Over? Ganesh Shankar Advanced IT Core Pervasive Technology Institute Cloud Computing What Are We Handing Over? Ganesh Shankar Advanced IT Core Pervasive Technology Institute Why is the Cloud Relevant to In the current research workflow. Medical Research? Data volumes are

More information

Manchester City Council Report for Information. Managing Attendance (Real Time Absence Reporting)

Manchester City Council Report for Information. Managing Attendance (Real Time Absence Reporting) Manchester City Council Report for Information Report to: Subject: Overview and Scrutiny Human Resources Subgroup - 25 January 2011 Managing Attendance (Real Time Absence Reporting) Report of: Assistant

More information

2015 Examination dates

2015 Examination dates Please note the following information: The following exams are available throughout the year: BULATS Paper-based: Please click on the exam for which you wish to see the dates. When you have finished, you

More information

End of Life Content Report November 2014. Produced By The NHS Choices Reporting Team CH.NHSChoices-Reporting@nhs.net

End of Life Content Report November 2014. Produced By The NHS Choices Reporting Team CH.NHSChoices-Reporting@nhs.net End of Life Content Report November 2014 Produced By The NHS Choices Reporting Team CH.NHSChoices-Reporting@nhs.net End of Life Dashboard Page 1 Overall Choices Site Visits Tag cloud showing end of life

More information

1. Introduction. 2. User Instructions. 2.1 Set-up

1. Introduction. 2. User Instructions. 2.1 Set-up 1. Introduction The Lead Generation Plan & Budget Template allows the user to quickly generate a Lead Generation Plan and Budget. Up to 10 Lead Generation Categories, typically email, telemarketing, advertising,

More information

Sage ERP MAS 90, 200, 200 SQL, and Sage ERP MAS 500. Supported Versions

Sage ERP MAS 90, 200, 200 SQL, and Sage ERP MAS 500. Supported Versions Sage ERP MAS 90, 200, 200 SQL, and Sage ERP MAS 500 Supported Versions Current Document: 2012... Page 1 Earlier Documents: 2011... Page 2 2010... Page 3 2009... Page 4 2008... Page 5 Sage ERP MAS 90, 200,

More information

JISC data.bris project & EPSRC Platform project: progress against workplan (October 2012)

JISC data.bris project & EPSRC Platform project: progress against workplan (October 2012) Project Name : data.bris DBSG/5/2 JISC data.bris project & EPSRC Platform project: progress against workplan (October 2012) WORKPACKAGES Month: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Oct 11 Nov Dec

More information

Den bredeste Service Desk Service Desk konference SOS Forum

Den bredeste Service Desk Service Desk konference SOS Forum Den bredeste Service Desk Service Desk konference SOS Forum Senior Director Morten Østergaard Director Gitte Ryholl Director Lene Dueholm 1 Agenda Intro How Current Status 2 LEGO Service Center: Direction

More information

Compact Open Source Soft PBX for VoIP Solutions in SOHO and SME Environments. Prof. Dr.-Ing. Diederich Wermser Michael Iedema (BSC CS)

Compact Open Source Soft PBX for VoIP Solutions in SOHO and SME Environments. Prof. Dr.-Ing. Diederich Wermser Michael Iedema (BSC CS) Compact Open Source Soft PBX for VoIP Solutions in SOHO and SME Environments Prof. Dr.-Ing. Diederich Wermser Michael Iedema (BSC CS) Hybrid Open Source PBX for Private / SOHO / SME Public Networks Private

More information

Start Your. Business Business Plan

Start Your. Business Business Plan Start Your Waste Recycling Business A TECHNICAL STEP-BY-STEP-GUIDE OF HOW TO START A COMMUNITY-BASED WASTE RECYCLING BUSINESS Start Your Waste Recycling Business Business Plan INTERNATIONAL LABOUR OFFICE

More information

13.6 PRODUCT RELEASE AND ROADMAP UPDATE ERIC HARLESS SENIOR PRODUCT MANAGER

13.6 PRODUCT RELEASE AND ROADMAP UPDATE ERIC HARLESS SENIOR PRODUCT MANAGER 13.6 PRODUCT RELEASE AND ROADMAP UPDATE ERIC HARLESS SENIOR PRODUCT MANAGER AGENDA Introduction Release History and Features Overview - Disaster Recovery - Platform Support - Billing Integration - Performance

More information

Council, 6 February 2014. IT Report. Executive summary and recommendations. Introduction

Council, 6 February 2014. IT Report. Executive summary and recommendations. Introduction Council, 6 February 2014 IT Report Executive summary and recommendations Introduction The report sets out the main activities of the IT Department since the last meeting of Council. It includes statistical

More information

PERFORMANCE WORK STATEMENT (PWS) 3 Aug 15 EXECUTIVE SUMMARY FOR AFAEMS / AFVEC / AI PORTAL HELPDESK SUPPORT AIR FORCE ACQUSITION TRAINING OFFICE

PERFORMANCE WORK STATEMENT (PWS) 3 Aug 15 EXECUTIVE SUMMARY FOR AFAEMS / AFVEC / AI PORTAL HELPDESK SUPPORT AIR FORCE ACQUSITION TRAINING OFFICE PERFORMANCE WORK STATEMENT (PWS) FOR AFAEMS / AFVEC / AI PORTAL HELPDESK SUPPORT 3 Aug 15 Name: Organization: AIR FORCE ACQUSITION TRAINING OFFICE SAF/AQH-ATO Address: 555 E STREET WEST, JBSA RANDOLPH,

More information

Bad Honnef 14.-15. September 2010. Reiner Schmitt. schmitt consulting. your license. our business

Bad Honnef 14.-15. September 2010. Reiner Schmitt. schmitt consulting. your license. our business Bad Honnef 14.-15. September 2010 Reiner Schmitt schmitt consulting your license. our business Agenda 1. Responsibilities @ SAP AG 2. Motivation / Challenges for Software License & Asset 3. Transparency

More information

DBMS / Business Intelligence, Business Intelligence / DBMS

DBMS / Business Intelligence, Business Intelligence / DBMS DBMS / Business Intelligence, Business Intelligence / DBMS Orsys, with 30 years of experience, is providing high quality, independant State of the Art seminars and hands-on courses corresponding to the

More information

LEGAL SERVICE DESK SUPPORT

LEGAL SERVICE DESK SUPPORT 3rd Edition August 212 THE GURU S GUIDE FOR LEGAL SERVICE DESK SUPPORT LAW FIRM SPECIFIC METRICS & KEY PERFORMANCE INDICATORS WELCOME TO THE GURU S GUIDE, 3 RD EDITION I have been involved with the law

More information

Blackboard Collaborate Web Conferencing Hosted Environment Technical Infrastructure and Security

Blackboard Collaborate Web Conferencing Hosted Environment Technical Infrastructure and Security Overview Blackboard Collaborate Web Conferencing Hosted Environment Technical Infrastructure and Security Blackboard Collaborate web conferencing is available in a hosted environment and this document

More information

Business Plan Example. 31 July 2020

Business Plan Example. 31 July 2020 Business Plan Example 31 July Index 1. Business Overview 1.1Objectives 1.2Vision Mission and Values 1.3 Keys to Success 2. Business Management 3. Services 2.1 Company Summary 2.2 Company Ownership 2.3

More information