RPMs are Delicious: Intro to Yum

Size: px
Start display at page:

Download "RPMs are Delicious: Intro to Yum"

Transcription

1 RPMs are Delicious: Intro to Yum Kevin 2018 IBM Corporation

2 Purpose How software installation has evolved Future of Open Source Software on IBM i All about Yum 2018 IBM Corporation 2

3 In the Beginning... Bought software from a vendor Got a SAVF/DVD/CD/Tape/Floppy Installed via RSTLICPGM Installed a license with ADDLICKEY 2018 IBM Corporation 3

4 Then, Cracks Appear Cross-platform software wants cross-platform installers Terminal-based installers Notable software WebSphere Application Server IBM Installation Manager 2018 IBM Corporation 4

5 Nobody Expects the OPS Installation Method Go to IBM Entitled Software Support (ESS) Need Customer number / login details Call Fred Fred s on vacation Fred calls BP and gets the info Log in to ESS Hunt around looking for what to download Might be under 5817, 5818, 5819, 5827, 5828, or 5829 FCs 2018 IBM Corporation 5

6 Nobody Expects the OPS Installation Method Oh wait, you re on 7.3 Sometimes it s under IBM Cloud Solutions for i instead Download fles and load in to image catalog RSTLICPGM At least this part is easy... Wait, there s nothing there? Product is empty, enablement comes via Group PTFs SNDPTFORD Finally have Python IBM Corporation 6

7 5733-OPS Options Option 1 Node.js 0.x Option 2 - Python 3.4 Option 3 chroot scripts / GCC Option 4 Python 2.7 Option 5 Node.js 4.x Option 6 Git Option 7 Tools Option 8 Orion Option 9 cloud-init Option 10 Node.js 6.x Option 11 Nginx Option 12 (empty) Option 13 (empty) Option 14 (empty) Option 15 (empty) 2018 IBM Corporation 7

8 5733-OPS Options Option 1 Node.js 0.x Option 9 cloud-init Option 2 - Python 3.4 Option 10 Node.js 6.x Option 3 chroot scripts / GCC Option 11 Nginx Option 4 Python 2.7 Option 12 (empty) Use Yum instead! Option 5 Node.js 4.x Option 13 (empty) Option 6 Git Option 14 (empty) Option 7 Tools Option 15 (empty) Option 8 Orion 2018 IBM Corporation 8

9 What s Yum 2018 IBM Corporation 9

10 What s Yum 2018 IBM Corporation 10

11 What s Yum Yellowdog Updater, Modifed RPM-based package manager Used by Red Hat-based Linux distributions Red Hat Enterprise Linux (RHEL) CentOS Oracle Enterprise Linux Fedora Also used by AIX Toolbox 2018 IBM Corporation 11

12 What s a Package Manager? Software which automates installing, upgrading, confguring, and removing software Resolves dependency hell or DLL hell Supports multiple repositories of software packages Other notable Package Managers apt (Debian/Ubuntu Linux) npm (Node.js) pip (Python) gem (Ruby) composer (PHP) 2018 IBM Corporation 12

13 New Horizons New distribution mechanism: IBM i RPMs Package manager IBM-hosted public RPM repository Generally available since May 20, 2018 *** INSTALLING OPEN SOURCE JUST INVOLVES DOWNLOADING FROM THE WEB *** Installed software from RPMs will be: in a new IFS location 64-bit only Independent of AIX RPMs Independent of OPS deliverables 2018 IBM Corporation 13

14 Why are all these changes important for IBM i? Allows us to deliver more open source technology Allows automated build + test Easily integrate third-party software repositories building an open source ecosystem 5733-OPS no longer needed!! Can easily work with IBM i containers Allows developers to safely try new technology 2018 IBM Corporation 14

15 2018 IBM Corporation 15

16 2018 IBM Corporation 16

17 Steve Pitcher s Initial Reaction to RPM Support 2018 IBM Corporation 17

18 Steve s Illogical Concerns It s different I don t want change It ll probably cause me more work I ll have to learn something out of my comfort zone I ll have to sell the boss on it 2018 IBM Corporation 18

19 Steve s Logical Concerns Security Developer authority to update software You need a strategy Education We need to inform admins 2018 IBM Corporation 19

20 Installing Yum Starting point: Basic Steps: Download bootstrap.sql from FTP site Load bootstrap.sql in Run SQL Scripts Click Run All Check Bootstrapping Successful message 2018 IBM Corporation 20

21 c

22 Three techniques to done Common tasks: Install new software Check for updates Perform an update What s installed? Am I exposed to a CVE? See what s available Techniques The old way Command line Access Client Solutions 2018 IBM Corporation 22

23 Install New Software (command line) yum install <package> 2018 IBM Corporation 23

24 Install New Software (ACS) 2018 IBM Corporation 24

25 Check for Updates: the Old Way IBM Preventive Service Planning 5733-OPS developerworks What s the granularity? 2018 IBM Corporation 25

26 Check for Updates (command line) yum list upgrades 2018 IBM Corporation 26

27 Check for Updates (ACS) 2018 IBM Corporation 27

28 Perform an Update: the Old Way Apply the latest PTF groups 2018 IBM Corporation 28

29 Perform an Update (command line) yum upgrade <package> 2018 IBM Corporation 29

30 Perform an Update (command line) yum upgrade 2018 IBM Corporation 30

31 Perform an Update (ACS) 2018 IBM Corporation 31

32 Security Vulnerability! Uh Oh!!! IBM Corporation 32

33 Security Vulnerability! Uh Oh!!! Looks like we need curl or higher!!! How do you fnd? 2018 IBM Corporation 33

34 What s installed?: the Old Way PTF Levels /QOpenSys/QIBM/ProdData/OPS/opsver/opsver.sh 2018 IBM Corporation 34

35 What s installed?: the Old Way c 2018 IBM Corporation 35

36 What s installed? (command line) yum list <package> yum list '*searchword*' yum list 2018 IBM Corporation 36

37 What s installed? (command line) yum list <package> yum list '*searchword*' yum list 2018 IBM Corporation 37

38 What s installed? (ACS) 2018 IBM Corporation 38

39 What s installed? (ACS) 2018 IBM Corporation 39

40 What s installed? (ACS) 2018 IBM Corporation 40

41 What s available?: the Old Way developerworks pages Read Jesse s blog Ask your friends on Twitter Send Jesse an Attend a COMMON session (POWERUp) 2018 IBM Corporation 41

42 What s available? (command line) yum list available 2018 IBM Corporation 42

43 What s available? (ACS) 2018 IBM Corporation 43

44 Paper trail? yum history 2018 IBM Corporation 44

45 c 2018 IBM Corporation 45

46 Which Package Did this File Come From? yum provides /path/to/file yum provides '*/file' 2018 IBM Corporation 46

47 Sounds great, but 2018 IBM Corporation 47

48 Where does it get all this info? RPM Repository 2018 IBM Corporation 48

49 Where does it get all this info? RPM Repository 2018 IBM Corporation 49

50 c 2018 IBM Corporation 50

51 Resources Getting Started Guid: ibm.biz/ibmi-rpms Yum Cheat Sheet: IBM Corporation 51

52 El fn 2018 IBM Corporation

Solutions Business Manager What s New. May 30, David J. Easter Director of Product Management, SBM and SBM powered solutions

Solutions Business Manager What s New. May 30, David J. Easter Director of Product Management, SBM and SBM powered solutions Solutions Business Manager 11.4 What s New May 30, 2018 David J. Easter Director of Product Management, SBM and SBM powered solutions Brock Bland Director of R&D, SBM and SBM powered solutions Overview

More information

How to organize efficient bioinformatics data analysis workflows

How to organize efficient bioinformatics data analysis workflows How to organize efficient bioinformatics data analysis workflows Alina Frolova Institute of molecular biology and genetics, Kyiv, Ukraine a.o.frolova@imbg.org.ua 12 Oct 2017, Warsaw, Poland A scientific

More information

CA Workload Automation Agent for SAP

CA Workload Automation Agent for SAP CA Workload Automation Agent for SAP Release Notes r11.3.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

What s new in Maximo 7.6. Presenter: Jeff Yasinski

What s new in Maximo 7.6. Presenter: Jeff Yasinski What s new in Maximo 7.6 Presenter: Jeff Yasinski About the Presenter: Jeff Yasinski Jeff is a Senior Consulting Engineer at Ontracks Canadian practice in the Edmonton office. He is a Computer Engineer

More information

OBIEE12c New Features for End-Users, Developers and Sys Admins

OBIEE12c New Features for End-Users, Developers and Sys Admins OBIEE12c New Features for End-Users, Developers and Sys Admins Mark Rittman, CTO, Rittman Mead OTN EMEA Tour, May 2016 info@rittmanmead.com www.rittmanmead.com @rittmanmead About the Speaker Mark Rittman,

More information

Having 5 years and 2 months of professional experience in Information Technology. 3 years of experience as a Informatica PowerCenter Administrator.

Having 5 years and 2 months of professional experience in Information Technology. 3 years of experience as a Informatica PowerCenter Administrator. Objective: To work in an environment that presents me with new challenges and growth of opportunities.to be involved with technically innovative, fast placed & forward thinking. My ideal scope should be

More information

An IBM Proof of Technology IBM Workload Deployer Overview

An IBM Proof of Technology IBM Workload Deployer Overview An IBM Proof of Technology IBM Workload Deployer Overview WebSphere Infrastructure: The Big Picture Vertically integrated and horizontally fit for purpose Operational Management & Efficiency IBM Workload

More information

CA Workload Automation Agent for SAP

CA Workload Automation Agent for SAP CA Workload Automation Agent for SAP Release Notes r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED UForge AppCenter 3.8 Introduction March 2018 Copyright 2018 FUJITSU LIMITED Enterprise Cloud Application Journey 3 stages in transitioning legacy enterprise applications to cloud: Cloud-hosted applications:

More information

Web Application Software 1.0 Managed WebSphere Application Server

Web Application Software 1.0 Managed WebSphere Application Server Web Application Software 1.0 Managed WebSphere Application Server This CenturyLink Service Guide ( SG ) sets forth a description of Web Version Previous Section Modified Date HOS-20140707-SG- WebSphereAppServer

More information

Use Hyperion Workspace User's Guide

Use Hyperion Workspace User's Guide Use Hyperion Workspace User's Guide 11.1.1.3 This software or hardware is developed for general use in a variety of information In EPM Workspace, select Tools, then Install, and then Smart View. Oracle

More information

What s new on Azure? Jan Willem Groenenberg

What s new on Azure? Jan Willem Groenenberg What s new on Azure? Jan Willem Groenenberg Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. Why

More information

Dell IT Proven: Cloud Native Applications at Your Service

Dell IT Proven: Cloud Native Applications at Your Service Dell IT Proven: Cloud Native Applications at Your Service Raj Markala, Sr. Manager, Cloud Platforms, Dell IT Ian Cheasty, Principle Developer, Dell IT Agenda 1 Cloud Native Agenda 2 Pivotal Cloud Foundry

More information

PLATFORM CAPABILITIES OF THE DIGITAL BUSINESS PLATFORM

PLATFORM CAPABILITIES OF THE DIGITAL BUSINESS PLATFORM PLATFORM CAPABILITIES OF THE DIGITAL BUSINESS PLATFORM Jay Gauthier VP Platform Integration DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE 2017 Software AG. All rights reserved. DIGITAL BUSINESS PLATFORM DIGITAL

More information

INSTALLATION GUIDE. Web Help Desk. Version 12.6

INSTALLATION GUIDE. Web Help Desk. Version 12.6 INSTALLATION GUIDE Web Help Desk Version 12.6 Last Updated: Wednesday, September 12, 2018 INSTALLATION GUIDE: WEB HELP DESK 2018 SolarWinds Worldwide, LLC. All rights reserved. This document may not be

More information

Use Hyperion Workspace User Guide

Use Hyperion Workspace User Guide Use Hyperion Workspace User Guide 11.1.2 The Oracle Smart View for Office User's Guide contains references to Oracle If you use Planning Offline with Smart View, you must use the 32-bit version of View

More information

Application Monitoring FAQ

Application Monitoring FAQ IBM Service Engage Products Start Your Free Trial Learn Explore Try Buy Extend Overview Details News Reviews Videos Application Monitoring FAQ Requirements What Browsers are supported by Performance Management

More information

CA Workload Automation Agent for Oracle E-Business Suite

CA Workload Automation Agent for Oracle E-Business Suite CA Workload Automation Agent for Oracle E-Business Suite Release Notes 11.3.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Bitnami Stacksmith. What is Stacksmith?

Bitnami Stacksmith. What is Stacksmith? Stacksmith Modernize your DevOps pipeline. Automate application packaging for today's cloud and container platforms, and continuously maintain them so they remain up-to-date and secure. What is Stacksmith?

More information

ViPR SRM Practical Problem Solving. Rich Colarusso

ViPR SRM Practical Problem Solving. Rich Colarusso ViPR SRM Practical Problem Solving Rich Colarusso 1 Storage Resource Management Suite Renamed EMC ViPR SRM Highlights EMC s commitment to monitoring & reporting for software defined storage SRM ViPR simplifies

More information

IBM Virtual Appliance for Oracle Database

IBM Virtual Appliance for Oracle Database IBM IOUG session September 2013 IBM Virtual Appliance for Oracle Database Chuck Calio ccalio@us.ibm.com Benefits from Cloud Computing Rethink IT. Rapidly deliver new services Integrate services across

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Table of Contents. Copyright CMSmart.net. All Rights Reserved.

Table of Contents. Copyright CMSmart.net. All Rights Reserved. Table of Contents 1. About... 2 About Product... 2 System Requirements:... 3 2. Installation... 3 Step 1: Unzip Package... 3 Step 2: Install... 3 Step 3: Upgrade... 4 Step 4: Deloy... 4 Step 5: Clean cache...

More information

HUBSPOT + LEADDOUBLER. Your bridge to sale

HUBSPOT + LEADDOUBLER. Your bridge to sale HUBSPOT + LEADDOUBLER Your bridge to sale Case: First Agenda The Danish software company First Agenda is using LeadDoubler with HubSpot. With LeadDoubler they ve created an online calculator that automatically

More information

Texas Skyward User Group Conference Skyward Server Management Options

Texas Skyward User Group Conference Skyward Server Management Options Texas Skyward User Group Conference Skyward Server Management Options Server Management Options Managed Services Overview Secure Cloud Computing (SCC) Hosted Overview OpenEdge Management / OpenEdge Explorer

More information

Web Help Desk GETTING STARTED GUIDE. Version Last Updated: November 14, 2017

Web Help Desk GETTING STARTED GUIDE. Version Last Updated: November 14, 2017 GETTING STARTED GUIDE Web Help Desk Version 12.5 Last Updated: November 14, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/web_help_desk_(whd)/whd_documentation 2017

More information

Getting your Ducks in a Row. Getting your Ducks in a Row

Getting your Ducks in a Row. Getting your Ducks in a Row Getting your Ducks in a Row i Getting your Ducks in a Row Getting your Ducks in a Row ii Contents 1 Getting your Ducks in a Row 1 2 What Are You Gonna Learn Today? 1 3 Manfred Moser 1 4 Data Sources 1

More information

End of life policy for Odin Business Automation Standard. End of life policy for Odin Business Automation Standard. Ingram Micro Inc 1 ver.

End of life policy for Odin Business Automation Standard. End of life policy for Odin Business Automation Standard. Ingram Micro Inc 1 ver. End of life policy for Odin Business Automation Standard Ingram Micro Inc 1 Table of Contents Table of Contents... 2 Document Purpose and Scope... 2 Lifecycle Milestones... 2 General Availability (GA)...

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 12c Release 5 (12.1.0.5.0) E38529-08 April 2016 This document describes how to use the Infrastructure

More information

The aim of WHMCS: The aim of WHMCS is to simplify and automate the operations for hosting companies.

The aim of WHMCS: The aim of WHMCS is to simplify and automate the operations for hosting companies. WHCMS WHMCS stands for WebHosting Manager Complete System. It s a complete client management system which speeds up your new account opening, client management, billing system and support solution for

More information

CURRENTS. A quarterly report on developer trends in the cloud

CURRENTS. A quarterly report on developer trends in the cloud CURRENTS A quarterly report on developer trends in the cloud Key findings include: Introduction The landscape developers work in is ever-changing. The best way to truly understand how developers work and

More information

SIEM Buyer s Guide. The Security Challenge Today

SIEM Buyer s Guide. The Security Challenge Today The Security Challenge Today It s no secret that security threats are increasing, and they can come from both internal and external sources. In addition to ongoing threats from hackers looking to breach

More information

Evolving from Control to Enablement: A Change Management Journey

Evolving from Control to Enablement: A Change Management Journey Evolving from Control to Enablement: A Change Management Journey Craig Danielson, PMP, ITIL IT Change Manager Commerce Bank Monday, August 12, 2013: 1:30PM 2:30pm Session Number: 13483 W I I F M Importance

More information

Introduction to IBM Insight for Oracle and SAP

Introduction to IBM Insight for Oracle and SAP Introduction to IBM Insight for Oracle and SAP Sazali Baharom (sazali@my.ibm.com) ISV Solutions Architect IBM ASEAN Technical Sales Target Audience Consultants, Managers, Sr. Managers Infrastructure Service

More information

CURRENTS. A quarterly report on developer trends in the cloud

CURRENTS. A quarterly report on developer trends in the cloud CURRENTS A quarterly report on developer trends in the cloud Key findings include: Introduction Developers aren t worried about vendor lock-in 77 percent said it was not a factor when choosing a cloud

More information

IBM Maximo Asset Management V7.6 Overview. December 12, Matt Logsdon

IBM Maximo Asset Management V7.6 Overview. December 12, Matt Logsdon IBM Maximo Asset Management V7.6 Overview December 12, 2014 Matt Logsdon 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

More information

SATELLITE 6 OVERVIEW AND ROADMAP. Michael Lessard Senior Solutions Architect michaellessard

SATELLITE 6 OVERVIEW AND ROADMAP. Michael Lessard Senior Solutions Architect michaellessard SATELLITE 6 OVERVIEW AND ROADMAP Michael Lessard Senior Solutions Architect mlessard@redhat.com michaellessard What is Satellite? 2 LIFECYCLE MANAGEMENT PHYSICAL 3 VIRTUAL PRIVATE CLOUD PUBLIC CLOUD EFFICIENT

More information

IBM Software Support Services IBM Enhanced Technical Support for Linux installed on Intel and AMD - Acquired from an IBM Business Partner

IBM Software Support Services IBM Enhanced Technical Support for Linux installed on Intel and AMD - Acquired from an IBM Business Partner IBM Deutschl GmbH Statement of Work IBM Software Support Services IBM Enhanced Technical Support for Linux installed on Intel AMD - Acquired from an IBM Business Partner Version: February 2011 (change

More information

How to create an Azure subscription

How to create an Azure subscription How to create an Azure subscription Azure is a cloud hosting service offered by Microsoft, and offers services like file storage, backups, database and Windows and Linux virtual machines. Anyone can harness

More information

Infrastructure Developer 2018

Infrastructure Developer 2018 Infrastructure Developer 2018 About Dion Dion Global Solutions is a global trusted technology provider to the financial services industry, providing solutions to retail, commercial banks, institutional

More information

Jaspersoft Community Edition vs. Commercial Editions A guide for choosing the TIBCO Jaspersoft edition that s right for you

Jaspersoft Community Edition vs. Commercial Editions A guide for choosing the TIBCO Jaspersoft edition that s right for you Jaspersoft Edition vs. Commercial Editions A guide for choosing the TIBCO Jaspersoft edition that s right for you This guide helps determine which software edition is right for you: The TIBCO Jaspersoft

More information

Upgrading from IBM Cognos Disclosure Management server version to version

Upgrading from IBM Cognos Disclosure Management server version to version Upgrading from IBM Cognos Disclosure Management server version 10.2.3 to version 10.2.4 ii Upgrading from IBM Cognos Disclosure Management server version 10.2.3 to version 10.2.4 Contents Upgrading from

More information

Web GIS: An Introduction. Shannon Kalisky Kelly Gerrow-Wilcox

Web GIS: An Introduction. Shannon Kalisky Kelly Gerrow-Wilcox Web GIS: An Introduction Shannon Kalisky Kelly Gerrow-Wilcox When we talk about Web GIS we are talking about an end-to-end experience not just a REST service. ArcGIS Enterprise ArcGIS Online Web GIS with

More information

1. By default, what are three of the required fields in a bulletin board message? (Choose three.)

1. By default, what are three of the required fields in a bulletin board message? (Choose three.) Volume A~B: 100 Questions Volume A 1. By default, what are three of the required fields in a bulletin board message? (Choose three.) A. Subject B. Message C. Message ID D. Organization E. Person Group

More information

CA Workload Automation Agent for PeopleSoft

CA Workload Automation Agent for PeopleSoft CA Workload Automation Agent for PeopleSoft Release Notes r11.3.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Answers Pdf For System Administrator

Answers Pdf For System Administrator Customer Manager Interview Questions And Answers Pdf For System Administrator Top 50 Network Administrator Interview Questions everything by rote, but at least be able to have a resource you can get the

More information

Ibm Maximo Mobile Work Manager User Guide

Ibm Maximo Mobile Work Manager User Guide Ibm Maximo Mobile Work Manager User Guide For IBM Maximo Mobile Work Manager, download the CZY1UML.zip file 3. Before you install the product, read the Quick Start Guide in the information center. Allows

More information

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing GUIDE The Enterprise Buyer s Guide to Public Cloud Computing cloudcheckr.com Enterprise Buyer s Guide 1 When assessing enterprise compute options on Amazon and Azure, it pays dividends to research the

More information

OPENSHIFT CONTAINER PLATFORM

OPENSHIFT CONTAINER PLATFORM OPENSHIFT CONTAINER PLATFORM FUNDAMENTAL OVERVIEW Mike Surbey Emerging Technology Specialist http://msurbey.com AGENDA 2 1. INTRODUCTION Today s Business Challenge 2. KEY CONCEPTS s, DevOps, etc. 3. HOLISTIC

More information

Shipping Surcharges. Shipping Surcharges Module for Magento

Shipping Surcharges. Shipping Surcharges Module for Magento Shipping Surcharges Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents...2 1. INTRODUCTION...3 2. Overview...3 3. Requirements...3 4. Features...3 5. Installation...4 5.1 Shipping

More information

Statement of Work. IBM Software Support Services IBM Enhanced Technical Support for AIX. 1. Subject. 2. Definitions. IBM Deutschland GmbH

Statement of Work. IBM Software Support Services IBM Enhanced Technical Support for AIX. 1. Subject. 2. Definitions. IBM Deutschland GmbH IBM Deutschland GmbH Statement of Work IBM Software Support Services IBM Enhanced Technical Support for AIX Version: May 2015 1. Subject This Statement of Work describes the specific services relating

More information

MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN

MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN MIGRATION TO RED HAT JBOSS MIDDLEWARE: EASY, PREDICTABLE, PROVEN Tobias Hartwig Regional Product Manager EMEA Red Hat thartwig@redhat.com & Brad Davis Director of FSI Solutions Red Hat bdavis@redhat.com

More information

CHAPTER 9 Electronic Commerce Software

CHAPTER 9 Electronic Commerce Software CHAPTER 9 Electronic Commerce Software 2017 Cengage Learning. May not be scanned, copied or duplicated, or posted to a. publicly accessible website, in whole or in part, except for use as permitted in

More information

Charles Manuel. Regional Manager ISV & Developer Relations ASEAN/SA

Charles Manuel. Regional Manager ISV & Developer Relations ASEAN/SA Charles Manuel Regional Manager ISV & Developer Relations ASEAN/SA Keep on Keeping Rational: What s Next? The Marketplace is Changing Technology: Need for innovation, new technologies Business: New computing

More information

Managing Microservices using the All-in-One TIBCO Monitor RTView Enterprise Monitor

Managing Microservices using the All-in-One TIBCO Monitor RTView Enterprise Monitor Managing Microservices using the All-in-One TIBCO Monitor RTView Enterprise Monitor Kalpana Kulanthaivelu, Wells Fargo Rodney Morrison, SL Wednesday, May 18 th, 2016 Microservices Are Picking Up Steam

More information

IBM Rational RequisitePro

IBM Rational RequisitePro Success starts with requirements management IBM Rational RequisitePro Highlights Offers advanced Microsoft Provides Web access for Word integration distributed teams Built on a robust Offers flexible reporting

More information

APIs for the I. The Role of APIs and Web Services in the Era of Digital Business Transformation

APIs for the I. The Role of APIs and Web Services in the Era of Digital Business Transformation APIs for the I The Role of APIs and Web Services in the Era of Digital Business Transformation Yesterday s Applications... Today s User Experience 4 APIs are Key to Digital Transformation APIs drive innovation:

More information

Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog

Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog November 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights

More information

Datasheet FUJITSU Software UForge AppCenter 3.8

Datasheet FUJITSU Software UForge AppCenter 3.8 Datasheet FUJITSU Software UForge AppCenter 3.8 Hybrid IT Application Delivery and Migration Hybrid IT Application Delivery Hybrid IT adoption continues to grow at a rapid pace. Enterprises are looking

More information

DevOps: Driving Organizational Change and Agility with PaaS

DevOps: Driving Organizational Change and Agility with PaaS DevOps: Driving Organizational Change and Agility with PaaS Government and PaaS: What s the Holdup?...2 PaaS: Open for Business...3 How Agencies Can Benefit from the Maturing PaaS Model...5 Infographic...7

More information

Assistance with University Projects? Research Reports? Writing Skills? We ve got you covered! www.assignmentstudio.net WhatsApp: +61-424-295050 Toll Free: 1-800-794-425 Email: contact@assignmentstudio.net

More information

SSL ClearView Reporter Data Sheet

SSL ClearView Reporter Data Sheet SSL ClearView Reporter Data Sheet Written expressly for the Juniper Networks SSL VPN, the SSL ClearView Reporter application takes log data from one or more SSL VPN devices and generates feature-rich reports

More information

Technology and Experience Good expertise in ETL activities using Informatica 9.6.1,

Technology and Experience Good expertise in ETL activities using Informatica 9.6.1, Experience Summary Having 6.9 years experience in IT industry and looking for a challenging role in the IT industry where my skills can be best utilized and continuously acquires skills in emerging trends.

More information

Deploy de aplicações na nuvem usando serviços de IoT e Computação Cognitiva

Deploy de aplicações na nuvem usando serviços de IoT e Computação Cognitiva Deploy de aplicações na nuvem usando serviços de IoT e Computação Cognitiva IBM Bluemix Wilson Magalhães Jr Cloud Ecod Leader wilsontm@br.ibm.com @WilsonTM_JR #bluemix The app revolution Fundamentally

More information

2018 ERP/EPM Customer Success Day Cloud Portal and My Services

2018 ERP/EPM Customer Success Day Cloud Portal and My Services 2018 ERP/EPM Customer Success Day Cloud Portal and My Services Scott Keith March 6 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

DevOps Certification Training Course

DevOps Certification Training Course About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Upgrading to Maximo 7.6. Presenter: Jeff Yasinski

Upgrading to Maximo 7.6. Presenter: Jeff Yasinski Upgrading to Maximo 7.6 Presenter: Jeff Yasinski About the Presenter: Jeff Yasinski Jeff is a Principal Consultant at Ontracks Canadian practice in the Edmonton office. He is an IBM Certified Deployment

More information

Zero to Federated at the Speed of Jenkins. A Case Study of Success in DevOps

Zero to Federated at the Speed of Jenkins. A Case Study of Success in DevOps Zero to Federated at the Speed of Jenkins A Case Study of Success in DevOps Richard Mills June 18, 2015 Zero to Continuous in 90 Days A Case Study of Success in DevOps Richard Mills June 18, 2015 Who is

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Data Sheet Cisco Intelligent Automation for Cloud Introduction IT is under increasing pressure to deliver services to the business more quickly and inexpensively than ever before. Fortunately, a new solution,

More information

Web Help Desk INSTALLATION GUIDE. Version Last Updated: November 15, 2017

Web Help Desk INSTALLATION GUIDE. Version Last Updated: November 15, 2017 INSTALLATION GUIDE Web Help Desk Version 12.5.2 Last Updated: November 15, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/web_help_desk_(whd)/whd_documentation 2017

More information

Managed Services. Managed Services. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE.

Managed Services. Managed Services. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE Pricing Models At SmartERP, we realize that every organization is different with a unique set of requirements. Depending on

More information

TOP 6 SECURITY USE CASES

TOP 6 SECURITY USE CASES Solution Brief: Top 6 Security Use Cases for Automated Asset Inventory page 1 SOLUTION BRIEF TOP 6 SECURITY USE CASES for Automated Asset Inventory Solution Brief: Top 6 Security Use Cases for Automated

More information

RightITnow ECM. Overview. The IT Operations Management Solution

RightITnow ECM. Overview. The IT Operations Management Solution The IT Operations Management Solution RightITnow ECM Overview RightITnow ECM (Event Correlation Manager) is a multi-source event correlation and IT operations management solution that aggregates, filters

More information

Pepperi Plugin for SAP Business One

Pepperi Plugin for SAP Business One Pepperi Plugin for SAP Business One April. 2015 Ver 1.1 Contents 1 Introduction...4 1.1 System Requirements... 4 1.2 Glossary... 4 2 System Architecture...5 3 Overview...6 3.1 Installation and Setup...

More information

Ibm Cognos 8 Virtual View Manager User Guide >>>CLICK HERE<<<

Ibm Cognos 8 Virtual View Manager User Guide >>>CLICK HERE<<< Ibm Cognos 8 Virtual View Manager User Guide Installing 5.2.3? long live RTFM--Read the FRIENDLY manual--and check this related resources (4:00), and viewing storage from the server point of view (8 minutes)

More information

KACE SYSTEM MANAGEMENT APPLIANCE (SMA) ONSITE QUICKSTART (5 DAYS)

KACE SYSTEM MANAGEMENT APPLIANCE (SMA) ONSITE QUICKSTART (5 DAYS) KACE SYSTEM MANAGEMENT APPLIANCE (SMA) ONSITE QUICKSTART (5 DAYS) Description This consultative service includes implementation and consulting service with respect to establishing of the KACE Systems Management

More information

Building Your Big Data Team

Building Your Big Data Team Building Your Big Data Team With all the buzz around Big Data, many companies have decided they need some sort of Big Data initiative in place to stay current with modern data management requirements.

More information

StorageX. Migrating Unstructured File Data Using Data Dynamics StorageX

StorageX. Migrating Unstructured File Data Using Data Dynamics StorageX StorageX Migrating Unstructured File Data Using Data Dynamics StorageX September 30, 2013 Copyright 2013 Data Dynamics, Inc. All Rights Reserved. The trademark Data Dynamics is the property of Data Dynamics,

More information

5Fundamentals for Efficient

5Fundamentals for Efficient 5Fundamentals for Efficient Project Communication collaboration automation accountability reporting capable automatic archive Textura is the leading provider of collaboration and productivity tools for

More information

IBM SmartCloud Control Desk V7.5 Fundamentals Exam.

IBM SmartCloud Control Desk V7.5 Fundamentals Exam. IBM 000-652 IBM SmartCloud Control Desk V7.5 Fundamentals Exam TYPE: DEMO http://www.examskey.com/000-652.html Examskey IBM 000-652 exam demo product is here for you to test the quality of the product.

More information

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions Agenda CLOUD Providers Types of CLOUD Environments Cloud Deployments MQ on CLOUD MQ on AWS MQ Monitoring on Cloud What is

More information

Web Help Desk INSTALLATION GUIDE. Version Last Updated: June 13, 2017

Web Help Desk INSTALLATION GUIDE. Version Last Updated: June 13, 2017 INSTALLATION GUIDE Web Help Desk Version 12.5.1 Last Updated: June 13, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/web_help_desk_(whd)/whd_documentation 2017 SolarWinds

More information

Applicazioni Cloud native

Applicazioni Cloud native Applicazioni Cloud native Marco Dragoni IBM Cloud - Italy Roberto Pozzi IBM Cloud - Italy 2017 IBM Corporation 1 IBM Bluemix is our Integrated Cloud Platform Industry IoT Block Chain Health Financial Services

More information

All of the CitySuites applications including UBS have been designed for maximum interoperability with other systems.

All of the CitySuites applications including UBS have been designed for maximum interoperability with other systems. 1. Does your software interact with other applications? All of the CitySuites applications including UBS have been designed for maximum interoperability with other systems. 2. Do you have one version for

More information

Addition of Cristie Bare Machine Recovery for virtual machines and additional platform-specific feature numbers

Addition of Cristie Bare Machine Recovery for virtual machines and additional platform-specific feature numbers IBM United States Announcement 207-223, dated October 2, 2007 Addition of Cristie Bare Machine Recovery for virtual machines and additional platform-specific feature numbers IBM Global Financing... 2 Prices...2

More information

FUJITSU Software UForge AppCenter 3.8

FUJITSU Software UForge AppCenter 3.8 FUJITSU Software UForge AppCenter 3.8 Introduction Fujitsu Limited February 2018 0 Hybrid IT Challenges 1 Hybrid IT Challenges % Networking Single Pane of Glass for Monitoring and Management Application

More information

The Benefits of Office 365

The Benefits of Office 365 The Benefits of Office 365 tekniqueit.com The Benefits of Office 365 Businesses experience many advantages when they begin using Office 365, Microsoft s cloud platform, and the benefits are experienced

More information

Delivering the Unified Workspace. Automate: Deliver: Manage. October 2017 Peter von Oven End User Computing SME

Delivering the Unified Workspace. Automate: Deliver: Manage. October 2017 Peter von Oven End User Computing SME October 2017 Peter von Oven End User Computing SME Table of contents Executive summary 3 Introduction 5 Delivering the Workspace of the Future 6 Applications: Launch, Connect, or Install 6 Accelerated

More information

Managed IT

Managed IT Managed IT +617 3222 2555 info@citec.com.au Managed IT Through our managed IT Services, we become an extension of your IT department, allowing you to scale, achieve greater flexibility, and focus on your

More information

Keep It Simple. White Paper

Keep It Simple. White Paper SUSE Manager Your Linux assets are a complex assortment of servers and workstations running in virtualized, remote cloud and hardware environments. How do you manage all that diversity and still keep it

More information

Did you know that over 65% of companies have successfully hired someone using social media? Even so, using these online and mobile tools for your

Did you know that over 65% of companies have successfully hired someone using social media? Even so, using these online and mobile tools for your Did you know that over 65% of companies have successfully hired someone using social media? Even so, using these online and mobile tools for your clients, students or your own professional development

More information

Oracle BIEE Plus Complete Overview for Implementers. Naren Thota April, 2008

Oracle BIEE Plus Complete Overview for Implementers. Naren Thota April, 2008 Oracle BIEE Plus Complete Overview for Implementers Naren Thota April, 2008 Professional Background Oracle Application Development since 1996 Experienced in Implementations and Upgrades 10.6 SC thru 11.5.10.2

More information

Affiliate Management Platform Solutions

Affiliate Management Platform Solutions Affiliate Management Platform Solutions We supply world class multi-language and multi-currency affiliate management software solutions for the online Forex and trading industry in three platform variants

More information

IBM Exam C Power Systems with POWER8 Enterprise Technical Sales Skills V1 Version: 7.0 [ Total Questions: 58 ]

IBM Exam C Power Systems with POWER8 Enterprise Technical Sales Skills V1 Version: 7.0 [ Total Questions: 58 ] s@lm@n IBM Exam C4040-252 Power Systems with POWER8 Enterprise Technical Sales Skills V1 Version: 7.0 [ Total Questions: 58 ] Question No : 1 A new customer has a requirement to analyze the effects of

More information

i-sems Strategic Enterprise Management

i-sems Strategic Enterprise Management i-sems Strategic Enterprise Management www.willbesolution.com December, 2010 Agenda I. Financial Solution Framework II. Technical Architecture III. Introduction to i-sems IV. Benefits Financial Solution

More information

Sage The Road Ahead

Sage The Road Ahead Sage 300 - The Road Ahead Session number: MM-7612 Date/time: Tuesday 12:30/Wednesday 11:00 Speaker: Jacqueline Li Twitter: @JacquelineLi The contents of this presentation were provided by the individual(s)

More information

WhatisManagedFileTransfer,canIaforditandthekey signsthatindicateyourorganisationisreadyforit WHITEPAPER

WhatisManagedFileTransfer,canIaforditandthekey signsthatindicateyourorganisationisreadyforit WHITEPAPER Isyourcompanyready formanagedfiletransfer WhatisManagedFileTransfer,canIaforditandthekey signsthatindicateyourorganisationisreadyforit WHITEPAPER Contents 3 What is Managed File Transfer? 4 Can I afford

More information

Hyperion Data Integration Management Adapter For Planning User's Guide

Hyperion Data Integration Management Adapter For Planning User's Guide Hyperion Data Integration Management Adapter For Planning User's Guide Oracle Data Integrator Adapter for Hyperion Planning User's Guide, PDF Hyperion Data Integration Management Adapter for Planning Online

More information

Attaining True Agility Through Continuous Integration

Attaining True Agility Through Continuous Integration e-issn 2455 1392 Volume 2 Issue 6, June 2016 pp. 483 488 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Attaining True Agility Through Continuous Integration Aniket More 1, Vaishali Gatty

More information