Rudder. Sharing IT automation benefits in a team with Rudder. Benoît Peccatte bpe@normation.com. Normation Tous droits réservés normation.

Size: px
Start display at page:

Download "Rudder. Sharing IT automation benefits in a team with Rudder. Benoît Peccatte bpe@normation.com. Normation Tous droits réservés normation."

Transcription

1 Rudder Sharing IT automation benefits in a team with Rudder Benoît Peccatte bpe@ 1

2 Who am I? Benoît Peccatte Origins: Sysadmin and a developper Now: Automation, Rudder, ncf ncf 2

3 What is Rudder anyway? Why is it interesting? How do people use it (demo)? 3

4 Context What is Rudder? 4

5 Context Automated configuration Save time Deploy faster & be more responsive to changes Improve reliability Avoid manual errors, harmonize configurations Scalable Manage 1 to > servers the same way 5

6 Key points Specifically designed for automation & compliance Simplified user experience via a Web UI Based on CFEngine 3 (don't reinvent the wheel!) Graphical reporting Pre-packaged for: Linux, UNIX, Windows, Android Open Source Vagrant config to test: 6

7 Design choices: CFEngine CFEngine Small footprint, scalable A few MB of RAM, just seconds to run... Continuous checking Agent based approach, no push Multi-platform Linux, Android, BSD, AIX, HP-UX, Solaris, Windows... Resilient to errors Network outages, failures, unavailable resources... Open Source GPLv3 7

8 Design choices Continuous checking Every 5 minutes High freqency, trust in compliance reporting Separate configuration from implementation Reuse implementations, less bugs, shared code... Clear separation of roles Multi-platform Cover as many systems as possible Reporting Done after the checks, separate process Avoid bottleneck Different report types Linux, Unix, Windows, Android... 8

9 Starting CM How to start a configuraiton management project? 9

10 Starting CM Choose a tool. You're ready! 10

11 Not so fast Getting everyone on board for CM is hard Steep learning curve New concepts, non obvious syntaxes, paradigm,... Lack of motivation What do I have to gain from using this tool? Frustration I can do it quicker by hand or with a shell script 11

12 Not so fast So how come so many projects do work out? 12

13 Not so fast So how come so many projects do work out? Thanks to a hero! 13 Photo CC BY-NC-ND 2.0 from

14 A hero? Poor configuration management hero... 14

15 A hero? Poor configuration management hero... Hey, I'm trying to do this thing in config management, but I can't make it work, can you help me? 15

16 A hero? Poor configuration management hero... Hi, this is the supervision team. I'm sorry to disturb you at night, but we've got this error in production, and I think it's related to a change in the CM tool, but I don't understand it. Can you help me? 16

17 What can we do? 17

18 What can we do? This is clearly a problem. How can we help? 18

19 Approach Steep learning curve New concepts, non obvious syntaxes, paradigm,... 1) Separate content and controls 2) Provide access to key parameters without having to edit {CFEngine,Puppet,Chef} code 19

20 Approach Lack of motivation What do I have to gain from using this tool? 1) Show the benefits to all users 2) Provide nice reports showing what works, how many machines are impacted 20

21 Approach Frustration I can do it quicker by hand or with a shell script 1) Make it easy and quick to achieve success 2) Provide ready-to-use configuration techniques and share in-house ones simply 21

22 Why Rudder? Make configuration management easy and increase its adoption Lower entry barrier Extend benefits to of learn and use configuration management to configuration management Easy to use Highly powerful a wider population Managers Junior sysadmins Non experts 22

23 Right! Show me already! 23

24 Workflow Typical usage 24

25 Components c c Community Expert Techniques Nodes Implemented in ncf syntax + metadata for web configuration Search criteria on inventory data Hardware/OS/Network/ Software/Node name/... Directives Groups Manager or sysadmins Rules Apply Directives to a Group Sysadmins 25

26 Workflow Working in a team with Rudder 26

27 Workflow: the theory REPORTING Management c c Community Expert Sysadmins Define policy Changes (fixes, upgrades...) Technical abstraction (method vs parameters) Configure parameters Initial application Continuous verification 27

28 Workflow: the practice Hi, this is sysadmin Alice. Do we still have debian 6 hosts? I would like to remove it from the mirror. Rudder: Let me check 28

29 Workflow: the practice c c Community Expert Techniques Nodes Implemented in ncf syntax + metadata for web configuration Search criteria on inventory data Hardware/OS/Network/ Software/Node name/... Directives Groups Manager or sysadmins Rules Apply Directives to a Group Sysadmins 29

30 Workflow: the practice Hi, this is CISO. We shouldn't allow root to login over SSH. Where are we on this? Rudder: Let me check We never started! Then we should start it now 30

31 Workflow: the practice c c Community Expert Techniques Nodes Implemented in ncf syntax + metadata for web configuration Search criteria on inventory data Hardware/OS/Network/ Software/Node name/... Directives Groups Manager or sysadmins Rules Apply Directives to a Group Sysadmins 31

32 Workflow: the practice Simplified configuration 32

33 Workflow: the practice Hi, this is project manager Bob. We we need more server to sustain the outstanding number of clients! Rudder: OK, let's add some! 33

34 Workflow: the practice c c Community Expert Techniques Nodes Implemented in ncf syntax + metadata for web configuration Search criteria on inventory data Hardware/OS/Network/ Software/Node name/... Directives Groups Manager or sysadmins Rules Apply Directives to a Group Sysadmins 34

35 Workflow: the practice Hi, this is the CIO. I need the visibility on our certificate migration project. What is the current progress? Rudder: Let me show you that. 35

36 Workflow: the practice Built-in reporting 36

37 Workflow: the practice Built-in reporting 37

38 Workflow: the practice Hi, this is the DBA. We have an excessive load on our database, I think some PostgreSQL setting have changed. Can you check? Rudder: Let me find why, who and when. 38

39 Workflow: the practice Complete tracability 39

40 Workflow: the practice Hi, this is the CIO. We have a new policy, each modification should be reviewed and confirmed by a senior sysadmin before being put into production. Rudder: OK if this is is mandatory 40

41 Workflow: the practice Validation workflow 41

42 Workflow: the practice States: Pending validation The change was validated, but now require to be deployed. Can be sent to: Deployed, Cancelled. Deployed Can be sent to: Pending deployment, Deployed, Cancelled. Pending deployment Validation workflow The change is deployed. This is a final state, it can t be moved anymore. Cancelled The change was not approved. This is a final state, it can t be moved anymore. 42

43 Workflow: the practice Hi, this is developer Charlie. We have changed our application, it now needs a new configuration file. Can you put it on all servers? It needs to be modified on each server to contain the server name. Rudder: OK, let's do this. 43

44 Workflow: the practice c c Community Expert Techniques Nodes Implemented in ncf syntax + metadata for web configuration Search criteria on inventory data Hardware/OS/Network/ Software/Node name/... Directives Groups Manager or sysadmins Write any configuration yourules like in a Technique and share them with co-workers Apply Directives to a Group Sysadmins 44

45 Workflow: the practice Hi, this is sysadmin Eve. I would like to know which rules are not anymore used. Rudder: I don't know, let's use the API to check. 45

46 Summary What is Rudder anyway? Why is it interesting? How do people use it? 46

47 Questions? Check it out on: Benoît Peccatte 47

FEATURES. Full featured multiplatform agents for Windows, HP-UX, Solaris, BSD, AIX and Linux.

FEATURES. Full featured multiplatform agents for Windows, HP-UX, Solaris, BSD, AIX and Linux. W E L C O M E T O M O N I T O R I N G H E A V E N Pandora FMS is a software-monitoring tool that has been created for all kinds of companies. It is specially designed for large environments and works by

More information

"Cloud Computing: Powering the Future of Testing"

Cloud Computing: Powering the Future of Testing W5 Class 10/5/2011 11:30 AM "Cloud Computing: Powering the Future of Testing" Presented by: Sundar Raghavan Skytap Brought to you by: 340 Corporate Way, Suite 300, Orange Park, FL 32073 888 268 8770 904

More information

Open Computers & Softwares Inventory New Generation

Open Computers & Softwares Inventory New Generation Open Computers & Softwares Inventory New Generation What is OCS? OCS Inventory NG is an application designed to help a network or system administrator keep track of the computers configuration and software

More information

HP SiteScope software

HP SiteScope software HP SiteScope software When you can see availability and performance, you can improve it. Improve the availability and performance of your IT environment HP SiteScope software helps you to agentlessly monitor

More information

Building and Managing a Standard Operating Environment

Building and Managing a Standard Operating Environment Building and Managing a Standard Operating Environment Dirk Herrmann Head of Strategic Consulting Central Europe, Red Hat Todd Warner Satellite Product Manager, Red Hat Milan Zázrivec Satellite Software

More information

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Table of Contents Overview...3 Monitoring VMware vsphere ESX & ESXi Virtual Environment...4 Monitoring using Hypervisor Integration...5

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

openft Enterprise File Transfer Copyright 2011 FUJITSU

openft Enterprise File Transfer Copyright 2011 FUJITSU openft Enterprise File Transfer Introduction 1 Enterprise File Transfer openft Ready to Transfer your Business Critical Data 2 openft in a nutshell openft is a high-performance solution for enterprise-wide

More information

Introduction to Computer Administration. System Administration

Introduction to Computer Administration. System Administration Introduction to Computer Administration System Administration System Administration System Administration Duties of System Administrator Types of Administrators/Users Operating Systems Supporting Administration

More information

The Bro Network Security Monitor

The Bro Network Security Monitor The Bro Network Security Monitor Bro Live!: Training for the Future Jon Schipp NCSA jschipp@illinois.edu BroCon14 NCSA, Champaign-Urbana, IL Issues Motivations Users: Too much time is spent passing around,

More information

Q.20 One online training topic that would be most useful system administration system configuration/infrastructure management Maybe something on

Q.20 One online training topic that would be most useful system administration system configuration/infrastructure management Maybe something on Q.20 One online training topic that would be most useful system administration system configuration/infrastructure management Maybe something on operating system design. No idea, online training is a little

More information

The syslog-ng Store Box 3 LTS

The syslog-ng Store Box 3 LTS The syslog-ng Store Box 3 LTS PRODUCT DESCRIPTION Copyright 2000-2012 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Store Box (SSB) is a high-reliability and high-performance

More information

ISLET: Jon Schipp, Ohio Linux Fest 2015. jonschipp@gmail.com. An Attempt to Improve Linux-based Software Training

ISLET: Jon Schipp, Ohio Linux Fest 2015. jonschipp@gmail.com. An Attempt to Improve Linux-based Software Training ISLET: An Attempt to Improve Linux-based Software Training Jon Schipp, Ohio Linux Fest 2015 jonschipp@gmail.com Project Contributions The Netsniff-NG Toolkit SecurityOnion Bro Team www.open-nsm.net The

More information

OBSERVEIT 6.0 WHAT S NEW

OBSERVEIT 6.0 WHAT S NEW OBSERVEIT 6.0 WHAT S NEW ObserveIT 6.0 extends ObserveIT s industry leading session recording solution to a complete Insider Threat Platform that detects and mitigates the risk of insider threats across

More information

Automated deployment of virtualization-based research models of distributed computer systems

Automated deployment of virtualization-based research models of distributed computer systems Automated deployment of virtualization-based research models of distributed computer systems Andrey Zenzinov Mechanics and mathematics department, Moscow State University Institute of mechanics, Moscow

More information

Automate Your BI Administration to Save Millions with Command Manager and System Manager

Automate Your BI Administration to Save Millions with Command Manager and System Manager Automate Your BI Administration to Save Millions with Command Manager and System Manager Presented by: Dennis Liao Sr. Sales Engineer Date: 27 th January, 2015 Session 2 This Session is Part of MicroStrategy

More information

PostgreSQL administration using Puppet. Miguel Di Ciurcio Filho

PostgreSQL administration using Puppet. Miguel Di Ciurcio Filho PostgreSQL administration using Puppet Miguel Di Ciurcio Filho miguel@instruct.com.br http://localhost:9090/onepage 1/25 What is Puppet? Puppet Architecture Managing PostgreSQL Installation Databases Roles

More information

BMC CONTROL-M Agentless Tips & Tricks TECHNICAL WHITE PAPER

BMC CONTROL-M Agentless Tips & Tricks TECHNICAL WHITE PAPER BMC CONTROL-M Agentless Tips & Tricks TECHNICAL WHITE PAPER Table of Contents BMC CONTROL-M An IT workload automation platform... 1 Using standard agent-based scheduling... 1 Agentless scheduling... 1

More information

NEXT GENERATION ARCHIVE MIGRATION TOOLS

NEXT GENERATION ARCHIVE MIGRATION TOOLS NEXT GENERATION ARCHIVE MIGRATION TOOLS Cloud Ready, Scalable, & Highly Customizable - Migrate 6.0 Ensures Faster & Smarter Migrations EXECUTIVE SUMMARY Data migrations and the products used to perform

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing!

Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing! ObserveIT auditing software acts like a security camera on your servers. It provides bulletproof video evidence of user sessions, significantly shortening investigation time. Every action performed by

More information

The syslog-ng Store Box 3 F2

The syslog-ng Store Box 3 F2 The syslog-ng Store Box 3 F2 PRODUCT DESCRIPTION Copyright 2000-2014 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Store Box (SSB) is a high-reliability and high-performance

More information

PARALLELS CLOUD SERVER

PARALLELS CLOUD SERVER PARALLELS CLOUD SERVER An Introduction to Operating System Virtualization and Parallels Cloud Server 1 Table of Contents Introduction... 3 Hardware Virtualization... 3 Operating System Virtualization...

More information

Building, testing and deploying mobile apps with Jenkins & friends

Building, testing and deploying mobile apps with Jenkins & friends Building, testing and deploying mobile apps with Jenkins & friends Christopher Orr https://chris.orr.me.uk/ This is a lightning talk which is basically described by its title, where "mobile apps" really

More information

Agile and the cloud: why automating application deployment matters. Executive summary. Applications are the business

Agile and the cloud: why automating application deployment matters. Executive summary. Applications are the business Agile and the cloud: why automating application deployment matters Business white paper Executive summary Agile development methodologies and the cloud computing model have increased the pace of deployment

More information

Cloud Server. Parallels. An Introduction to Operating System Virtualization and Parallels Cloud Server. White Paper. www.parallels.

Cloud Server. Parallels. An Introduction to Operating System Virtualization and Parallels Cloud Server. White Paper. www.parallels. Parallels Cloud Server White Paper An Introduction to Operating System Virtualization and Parallels Cloud Server www.parallels.com Table of Contents Introduction... 3 Hardware Virtualization... 3 Operating

More information

InspecTView Highlights

InspecTView Highlights InspecTView auditing software acts like a security camera on your servers. It provides bulletproof video evidence of user sessions, significantly shortening investigation time. Every action performed by

More information

ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing.

ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing. ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing. ObserveIT acts like a security camera on your servers, generating audit

More information

Automatic Software Updates on Heterogeneous Clusters with STACI

Automatic Software Updates on Heterogeneous Clusters with STACI Automatic Software Updates on Heterogeneous Clusters with STACI Michael Shuey Linux Developer and Administrator LCI: The HPC Revolution May 19, 2004 Outline Introduction Common maintenance problems STACI

More information

Enabling Cloud Computing for Enterprise Web Applications:

Enabling Cloud Computing for Enterprise Web Applications: : Leveraging Virtualization to Revolutionize Application Management Introduction Cloud computing is no longer a nebulous term without tangible benefits. It s a real strategy and a market that s expected

More information

The FusionInventory project

The FusionInventory project The FusionInventory project RMLL / LSM 2012 Walid Nouh - Mathieu Simon Genève Juillet 2012 About us Walid Nouh FusionInventory contributor GLPI contributor Working for TECLIB, Montpellier About us Mathieu

More information

How To Use Ibm Tivoli Monitoring Software

How To Use Ibm Tivoli Monitoring Software Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Help improve uptime and shorten Help optimize IT service delivery by

More information

Proxmox VE Subscriptions Agreement

Proxmox VE Subscriptions Agreement Proxmox VE Subscriptions Agreement A Proxmox VE Subscription enables fast and easy access to updates, support and services for your virtualization server deployments. Choose the subscription plan that

More information

ITSM Service Monitoring Using Open Source Tools

ITSM Service Monitoring Using Open Source Tools ITSM Service Monitoring Using Open Source Tools Presented to University of Utah I.T. Managers Monthly Meeting August 3, 2011 ITSM and Service Monitoring INFORMATION TECHNOLOGY SERVICE MANAGEMENT IT Service

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

SECURELINK.COM ENTERPRISE REMOTE SUPPORT NETWORK

SECURELINK.COM ENTERPRISE REMOTE SUPPORT NETWORK ENTERPRISE REMOTE SUPPORT NETWORK I. INTRODUCTION EXECUTIVE SUMMARY MANAGING REMOTE SUPPORT IN A SECURE ENVIRONMENT Enterprise computing environments often include dozens, even hundreds of different software

More information

Datzilla. Error Reporting and Tracking for NOAA Data

Datzilla. Error Reporting and Tracking for NOAA Data Datzilla Error Reporting and Tracking for NOAA Data Overview Datzilla is a web based system used to report and track errors in NOAA datasets and Data Products. It is an adaptation of the software bug tracking

More information

Micro Focus Mainframe Solutions There s a future in the present

Micro Focus Mainframe Solutions There s a future in the present Micro Focus Mainframe Solutions There s a future in the present Kevin Brearley Micro Focus (August 6th 2012 ) > Micro Focus Mainframe Solution Modernization A key strategic direction COST QUALITY RISK

More information

An Oracle White Paper May 2011. Oracle Tuxedo: An Enterprise Platform for Dynamic Languages

An Oracle White Paper May 2011. Oracle Tuxedo: An Enterprise Platform for Dynamic Languages An Oracle White Paper May 2011 Oracle Tuxedo: An Enterprise Platform for Dynamic Languages Introduction Dynamic languages, also sometimes known as scripting languages, have been in existence for a long

More information

RapidStart Implementation

RapidStart Implementation RapidStart Implementation RapidStart Services helps meet the needs of Microsoft partners responsible for creating, setting up, and initializing new installations of Microsoft Dynamics NAV. This release

More information

Introduction. AppDynamics for Databases Version 2.9.4. Page 1

Introduction. AppDynamics for Databases Version 2.9.4. Page 1 Introduction AppDynamics for Databases Version 2.9.4 Page 1 Introduction to AppDynamics for Databases.................................... 3 Top Five Features of a Database Monitoring Tool.............................

More information

Virtual Machine daloradius Administrator Guide Version 0.9-9

Virtual Machine daloradius Administrator Guide Version 0.9-9 Virtual Machine daloradius Administrator Guide Version 0.9-9 May 2011 Liran Tal of Enginx Contact Email: daloradius Website: Enginx website: liran@enginx.com http://www.daloradius.com http://www.enginx.com

More information

Enterprise Remote Support Network

Enterprise Remote Support Network Enterprise Remote Support Network Table of Contents I. Introduction - Executive Summary...1 Managing Remote Support in a Secure Environment...1 The Challenge...2 The Solution...2 II. SecureLink Enterprise

More information

IBM WebSphere MQ File Transfer Edition, Version 7.0

IBM WebSphere MQ File Transfer Edition, Version 7.0 Managed file transfer for SOA IBM Edition, Version 7.0 Multipurpose transport for both messages and files Audi logging of transfers at source and destination for audit purposes Visibility of transfer status

More information

SysAidTM Product Description

SysAidTM Product Description SysAidTM Product Description September 2006 IT Challenges As the ratio of computers to IT staff grows, so does the visibility of the IT department in organizations. Efficiency and responsiveness has become

More information

Azure Day Application Development

Azure Day Application Development Azure Day Application Development Randy Pagels Developer Technology Specialist Tim Adams Developer Solutions Specialist Azure App Service.NET, Java, Node.js, PHP, Python Auto patching Auto scale Integration

More information

JBoss Enterprise Middleware

JBoss Enterprise Middleware JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Presented By : Sukanta Basak Red Hat -- Vital Statistics Headquarters in Raleigh, NC Founded in 1993 Over

More information

Symantec Client Management Suite 8.0

Symantec Client Management Suite 8.0 IT Flexibility. User Freedom. Data Sheet: Endpoint Management Overview of Symantec Client Management Suite Symantec Client Management Suite automates time-consuming and redundant tasks for deploying, managing,

More information

Content Distribution Management

Content Distribution Management Digitizing the Olympics was truly one of the most ambitious media projects in history, and we could not have done it without Signiant. We used Signiant CDM to automate 54 different workflows between 11

More information

This guide specifies the required and supported system elements for the application.

This guide specifies the required and supported system elements for the application. System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...

More information

Datamation. Find the Right Cloud Computing Solution. Executive Brief. In This Paper

Datamation. Find the Right Cloud Computing Solution. Executive Brief. In This Paper Find the Right Cloud Computing Solution In This Paper There are three main cloud computing deployment models: private, public, and hybrid The true value of the cloud is achieved when the services it delivers

More information

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...

More information

When flexibility met simplicity: The friendship of OpenStack and Ansible

When flexibility met simplicity: The friendship of OpenStack and Ansible When flexibility met simplicity: The friendship of OpenStack and Ansible Robyn Bergeron Ansible Community Architect Red Hat @robynbergeron robyn@redhat.com Major Hayden Principal Architect Rackspace @majorhayden

More information

Unit 10 : An Introduction to Linux OS

Unit 10 : An Introduction to Linux OS Unit 10 : An Introduction to Linux OS Linux is a true 32/64-bit operating system that run on different platforms. It is a multi-user, multi-tasking and time sharing operating system. Linux is a very stable

More information

Application Servers - BEA WebLogic. Installing the Application Server

Application Servers - BEA WebLogic. Installing the Application Server Proven Practice Application Servers - BEA WebLogic. Installing the Application Server Product(s): IBM Cognos 8.4, BEA WebLogic Server Area of Interest: Infrastructure DOC ID: AS01 Version 8.4.0.0 Application

More information

syslog-ng Store Box PRODUCT DESCRIPTION Copyright 2000-2009 BalaBit IT Security All rights reserved. www.balabit.com

syslog-ng Store Box PRODUCT DESCRIPTION Copyright 2000-2009 BalaBit IT Security All rights reserved. www.balabit.com syslog-ng Store Box PRODUCT DESCRIPTION Copyright 2000-2009 BalaBit IT Security All rights reserved. www.balabit.com Introduction Log messages contain information about the events happening on the hosts.

More information

Altiris IT Management Suite 7.1 from Symantec

Altiris IT Management Suite 7.1 from Symantec Altiris IT Management Suite 7.1 from Achieve a new level of predictability Data Sheet: Endpoint Management Overviewview Change is inevitable for IT and it comes from several sources: changing needs from

More information

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing.

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing. Microsoft SQL Server 2012 for Private cloud (Part 1) Darmadi Komo - Senior Technical Product Manager DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server

More information

Robot/SCHEDULE Enterprise

Robot/SCHEDULE Enterprise Robot/SCHEDULE Enterprise Enterprise Job Scheduling Experience Complete Job Scheduling For Your Enterprise Robot/SCHEDULE Overview With more than 15,000 users worldwide, Robot/ SCHEDULE is the most popular

More information

Ansible in Depth WHITEPAPER. ansible.com +1 800-825-0212

Ansible in Depth WHITEPAPER. ansible.com +1 800-825-0212 +1 800-825-0212 WHITEPAPER Ansible in Depth Get started with ANSIBLE now: /get-started-with-ansible or contact us for more information: info@ INTRODUCTION Ansible is an open source IT configuration management,

More information

HIPAA Compliance Use Case

HIPAA Compliance Use Case Overview HIPAA Compliance helps ensure that all medical records, medical billing, and patient accounts meet certain consistent standards with regard to documentation, handling, and privacy. Current Situation

More information

A survey of system configuration tools

A survey of system configuration tools A survey of system configuration tools Thomas Delaet Wouter Joosen Bart Vanbrabant DistriNet, Dept. of Computer Science K.U.Leuven, Belgium {thomas.delaet, wouter.joosen, bart.vanbrabant}@cs.kuleuven.be

More information

Release Automation for Siebel

Release Automation for Siebel June 30 th 2015 Release Automation for Siebel Stefan Kures Agenda + Common Challenges + Automic s solution + Positive Outcomes + Customer Example 3 Property of Automic Software. All rights reserved Siebel

More information

EMC Data Protection Advisor 6.0

EMC Data Protection Advisor 6.0 White Paper EMC Data Protection Advisor 6.0 Abstract EMC Data Protection Advisor provides a comprehensive set of features to reduce the complexity of managing data protection environments, improve compliance

More information

Integration of Cloud Computing and Cloud Storage

Integration of Cloud Computing and Cloud Storage Integration of Cloud Computing and Cloud Storage Chief Scientist,Renaissance Computing Institute Adjunct Prof. Computer Science, NC State University IEEE Mass Storage Conference Tutorial May 3, 2010 Outline

More information

Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization

Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization Qualcomm Achieves Significant Cost Savings and Improved Performance with Red Hat Enterprise Virtualization Fast facts Customer Industry Geography Business challenge Solution Qualcomm Telecommunications

More information

CLOUD COMPUTING AS ENABLER FOR DURABLE IT SOLUTIONS

CLOUD COMPUTING AS ENABLER FOR DURABLE IT SOLUTIONS CLOUD COMPUTING AS ENABLER FOR DURABLE IT SOLUTIONS Business Meets Research 2012 Pascal Bauler CRP GL, Belvaux May 22 nd, 2012 How to use Cloud Computing to build better Enterprise Solutions Enterprise

More information

Upgrades and the Cloud

Upgrades and the Cloud Upgrades and the Cloud Jacob Khan & Bill Murray Solution Architects The Choice for Leaders in Digital The EPiServer Difference Simplicity for complex needs Experience is the new differentiator Insight

More information

Continuous Integration and Delivery. manage development build deploy / release

Continuous Integration and Delivery. manage development build deploy / release Continuous Integration and Delivery manage development build deploy / release test About the new CI Tool Chain One of the biggest changes on the next releases of XDK, will be the adoption of the New CI

More information

Kaseya IT Automation Framework

Kaseya IT Automation Framework Kaseya Kaseya IT Automation Framework An Integrated solution designed for reducing complexity while increasing productivity for IT Professionals and Managed Service Providers. The powerful, web-based automation

More information

THE QUEST FOR A CLOUD INTEGRATION STRATEGY

THE QUEST FOR A CLOUD INTEGRATION STRATEGY THE QUEST FOR A CLOUD INTEGRATION STRATEGY ENTERPRISE INTEGRATION Historically, enterprise-wide integration and its countless business benefits have only been available to large companies due to the high

More information

Virtualization across the organization

Virtualization across the organization Virtualization across the organization Server Virtualization Desktop Virtualization Application Virtualization Presentation Virtualization Consolidate workloads for more efficient resource utilization

More information

Guardium Change Auditing System (CAS)

Guardium Change Auditing System (CAS) Guardium Change Auditing System (CAS) Highlights. Tracks all changes that can affect the security of database environments outside the scope of the database engine Complements Guardium's Database Activity

More information

Introducing IBM Tivoli Configuration Manager

Introducing IBM Tivoli Configuration Manager IBM Tivoli Configuration Manager Introducing IBM Tivoli Configuration Manager Version 4.2 GC23-4703-00 IBM Tivoli Configuration Manager Introducing IBM Tivoli Configuration Manager Version 4.2 GC23-4703-00

More information

Computing Power at your Service: IaaS from the Private Cloud Dynamic Services for Infrastructure

Computing Power at your Service: IaaS from the Private Cloud Dynamic Services for Infrastructure Computing Power at your Service: IaaS from the Private Cloud Dynamic Services for Infrastructure November 2011 18.11.2010 1 CIO s challenges 2010. Challenges of many CIOs in 2010: IT budgets approx. 20%

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

Skelta BPM and High Availability

Skelta BPM and High Availability Skelta BPM and High Availability Introduction Companies are now adopting cloud for hosting their business process management (BPM) tools. BPM on cloud can help control costs, optimize business processes

More information

Automated Data Ingestion. Bernhard Disselhoff Enterprise Sales Engineer

Automated Data Ingestion. Bernhard Disselhoff Enterprise Sales Engineer Automated Data Ingestion Bernhard Disselhoff Enterprise Sales Engineer Agenda Pentaho Overview Templated dynamic ETL workflows Pentaho Data Integration (PDI) Use Cases Pentaho Overview Overview What we

More information

The Trouble with Backups

The Trouble with Backups The Trouble with Backups Backups are central to any data protection strategy, but by some estimates more than half of all backups fail either in whole or in part. When you look at the reasons for why they

More information

Altiris IT Management Suite 7.1 from Symantec

Altiris IT Management Suite 7.1 from Symantec Altiris IT 7.1 Achieve a new level of predictability Overviewview Change is inevitable for IT and it comes from several sources: changing needs from lines of business, managing and supporting too many

More information

DevOps for CA Plex Automated Testing

DevOps for CA Plex Automated Testing DevOps for CA Plex Automated Testing Agenda DevOps Agile ALM CM MatchPoint Automated Testing Worksoft Certify DevOps Agile - DevOps Source: IBM SoftwareTechnical White Paper DevOps Lifecycle DevOps CA

More information

A (Web) Face for Radio. NPR and Drupal7 David Moore

A (Web) Face for Radio. NPR and Drupal7 David Moore A (Web) Face for Radio NPR and Drupal7 David Moore Who am I? David Moore Developer at NPR Using Drupal since 4.7 Focus on non-profit + Drupal CrookedNumber on drupal.org, twitter, etc. What is NPR? A non-profit

More information

Managing Linux Computers Using System Center 2012 R2 Configuration Manager

Managing Linux Computers Using System Center 2012 R2 Configuration Manager prajwaldesai.com http://prajwaldesai.com/managing-linux-computers-using-system-center-2012-r2-configuration-manager/ Managing Linux Computers Using System Center 2012 R2 Configuration Manager In this post

More information

Performance Management Platform

Performance Management Platform Open EMS Suite by Nokia Performance Management Platform Functional Overview Version 1.4 Nokia Siemens Networks 1 (16) Performance Management Platform The information in this document is subject to change

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

MALAYSIAN PUBLIC SECTOR OPEN SOURCE SOFTWARE (OSS) PROGRAMME. COMPARISON REPORT ON NETWORK MONITORING SYSTEMS (Nagios and Zabbix)

MALAYSIAN PUBLIC SECTOR OPEN SOURCE SOFTWARE (OSS) PROGRAMME. COMPARISON REPORT ON NETWORK MONITORING SYSTEMS (Nagios and Zabbix) MALAYSIAN PUBLIC SECTOR OPEN SOURCE SOFTWARE (OSS) PROGRAMME COMPARISON REPORT ON NETWORK MONITORING SYSTEMS (Nagios and Zabbix) JANUARY 2010 Phase II -Network Monitoring System- Copyright The government

More information

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Red Hat open source solution stack changes the economics of IT infrastructure Offers proprietary replacements

More information

My DevOps Journey by Billy Foss, Engineering Services Architect, CA Technologies

My DevOps Journey by Billy Foss, Engineering Services Architect, CA Technologies About the author My DevOps Journey by Billy Foss, Engineering Services Architect, CA Technologies I am going to take you through the journey that my team embarked on as we looked for ways to automate processes,

More information

Cloud Computing @ UT. Pay-as-you-go computing explained

Cloud Computing @ UT. Pay-as-you-go computing explained Cloud Computing @ UT Pay-as-you-go computing explained Course Overview Cloud Computing @ TU, May 18+25, 2009 2 Acknowledgement and references Cloud Computing @ TU, May 18+25, 2009 3 Outline Players in

More information

Deploying Ubuntu Server Edition. Training Course Overview. (Ubuntu 10.04 LTS)

Deploying Ubuntu Server Edition. Training Course Overview. (Ubuntu 10.04 LTS) Deploying Ubuntu Server Edition Training Course Overview (Ubuntu 10.04 LTS) 1. Deploying Ubuntu Server Edition Course Overview About the Course and Objectives This advanced 40-hour course will provide

More information

Enhance visibility into and control over software projects IBM Rational change and release management software

Enhance visibility into and control over software projects IBM Rational change and release management software Enhance visibility into and control over software projects IBM Rational change and release management software Accelerating the software delivery lifecycle Faster delivery of high-quality software Software

More information

BMC BladeLogic Client Automation Installation Guide

BMC BladeLogic Client Automation Installation Guide BMC BladeLogic Client Automation Installation Guide Supporting BMC BladeLogic Client Automation 8.2.02 January 2013 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

More information

1-800-Flowers.com: Configuration Management, Security & Cloud Operations with Puppet Enterprise

1-800-Flowers.com: Configuration Management, Security & Cloud Operations with Puppet Enterprise 1-800-Flowers.com: Configuration Management, Security & Cloud Operations with Puppet Enterprise Industry Retail Challenge Achieve elasticity in the cloud to respond to peak seasonal demand. Achieve stability

More information

Domestic & General deliver a new IBM WebSphere Application Server Environment at speed using RapidDeploy for Application Deployment

Domestic & General deliver a new IBM WebSphere Application Server Environment at speed using RapidDeploy for Application Deployment Domestic & General deliver a new IBM WebSphere Application Server Environment at speed using RapidDeploy for Application Deployment RapidDeploy enabled us to automate the migration of our existing WebSphere

More information

Windows 7 Upgrade Risk Mitigation Planning: Ensuring Windows 7 Upgrade Success

Windows 7 Upgrade Risk Mitigation Planning: Ensuring Windows 7 Upgrade Success November 2010 Windows 7 Upgrade Risk Mitigation Planning: Ensuring Windows 7 Upgrade Success By: Robert Schaper, Laplink Software Enterprise Solutions Contents Introduction 2 Risk and Cost 2 Upgrade Strategies

More information

How To Use Axway Sentinel

How To Use Axway Sentinel Axway Sentinel Data Flow Visibility and Monitoring In order to unlock the full value of your business interactions, you need to control and optimize truly govern the flow of data throughout your organization,

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

What s New in Centrify Server Suite 2013 Update 2

What s New in Centrify Server Suite 2013 Update 2 CENTRIFY SERVER SUITE 2013.2 DATA SHEET What s New in Centrify Server Suite 2013 Update 2 The new Centrify Server Suite 2013 Update 2 (2013.2) builds on the core enhancements Centrify introduced in Server

More information

IBM Maximo Asset Management V7.6 Overview. January 8, 2015

IBM Maximo Asset Management V7.6 Overview. January 8, 2015 IBM Maximo Asset Management V7.6 Overview January 8, 2015 IBM Maximo Historical Releases Maximo V7.1 (May 2008) Maximo V7.5 (Apr 2011) Maximo V7.6 (Dec 12, 2014) IBM End of Support for V7.1 Is April 30,

More information