Kyle Benson. PeopleSoft Administrator. Oracle ACE 10+ years in PeopleSoft. Automation/DPK Life Cycle Management Fluid Navigation

Size: px
Start display at page:

Download "Kyle Benson. PeopleSoft Administrator. Oracle ACE 10+ years in PeopleSoft. Automation/DPK Life Cycle Management Fluid Navigation"

Transcription

1 PEEK-A-BOO...I CPU

2 Kyle Benson PeopleSoft Administrator Automation/DPK Life Cycle Management Fluid Navigation Oracle ACE 10+ years in PeopleSoft

3 psadmin.io Blog Podcast Community Training Coaching

4 Agenda 1. Patching 2. DPK 3. DPK+Patching 4. Conclusion

5 Patching - Who? EVERYONE needs a patching plan But...my rewall? But...my business? But...reasons?

6 Patching - What? CPU - Critical Patch Update Weblogic Tuxedo Java PeopleTools

7 Patching - Where? EVERYWHERE Don't forget about NonProd Talk about your PUM

8 Patching - When? CPU Quarterly January April July October Security Alerts AdHoc

9 Patching - Why? Oracle CPU, Security Alerts CVSS Common Vulnerability Scoring System Fixes

10 Patching - How? Have a Patching Plan What you will patch and when What resources will do it Use Tools Automation Con g Management

11 DPK Overview Deployment Packages Automated deployment method Puppet and ACM for Con g Management ONLY way to install PeopleTools 8.57+

12 DPK Archives DPK ships with middleware archives (tarballs) Archives used to install middleware Archives are old at release, unpatched Only one version of software in Archive directory

13 DPK Patching Delivered DPK - psft_patches.yaml Delivered DPK - Custom Archives Custom DPK - Custom Archives

14 Delivered DPK - psft_patches.yaml Linux Only Uses psft_patches.yaml and $FIXES_DIR Applies patches to delivered archive installation Doc: Install PeopleTools 8.56 Task 3-4: Applying CPUs, POCs, and IDDAs

15 Delivered DPK - psft_patches.yaml --- weblogic_patches: patch_file: "/opt/io/patches/wls/p _121300_generic.zip" tuxedo_patches: patch_file: "/opt/io/patches/tux/p _121300_linux-x86-64.zip"

16 Delivered DPK - Custom Archives Create your own, fully patches, Archives 1. Start with base installs 2. Manually patch them once 3. Package in tarball Use movement scripts, if needed 4. Replace tarball in $PSFT_BASE_DIR/dpk/archives 5. Cleanup previous install 6. Run puppet apply psadmin.io/blog

17 Demo

18 Custom Archives - Package Patch a current Tuxedo installation, then package up in tarball. # package TUX_HOME=/opt/oracle/psft/pt/tux TUX_VERSION= rp30 TUX_ARCHIVE_DIR=/opt/io/archives/tux tar -zcf "${TUX_ARCHIVE_DIR?}/pt-tuxedo${TUX_VERSION?}.tgz" \ -C "${TUX_HOME?}".

19 Custom Archives - Package $ tree -L 2 /opt/io/archives/ /opt/io/archives/ jdk pt-jdk1.8.0_144.tgz pt-jdk1.8.0_171.tgz pt pt-pshome tgz pt-pshome tgz tux pt-tuxedo rp26.tgz pt-tuxedo rp30.tgz wls pt-weblogic tgz pt-weblogic tgz

20 Custom Archives - Cleanup # cleanup rm -rf /opt/oracle/psft/pt/tux rm -rf /opt/oracle/psft/cfg/appserv rm -rf /opt/oracle/psft/db/orainventory rm /opt/oracle/psft/dpk/archives/pt-tuxedo*

21 Custom Archives - Add New Archive # link TUX_VERSION= rp30 TUX_ARCHIVE_DIR=/opt/io/archives/tux DPK_ARCHIVE_DIR=/opt/oracle/psft/dpk/archives ln -s ${TUX_ARCHIVE_DIR?}/pt-tuxedo${TUX_VERSION?}.tgz ${DPK_ARCHIVE_DIR?}

22 Custom Archives - Add New Archive $ tree $PSFT_BASE_DIR/dpk/archives/ /opt/oracle/psft/dpk/archives/... pt-jdk1.8.0_144.tgz -> /opt/io/archives/pt/pt-jdk1.8.0_144.tgz pt-pshome tgz -> /opt/io/archives/pt/pt-pshome tgz pt-tuxedo rp30.tgz -> /opt/io/archives/tux/pt-tuxedo pt-weblogic tgz -> /opt/io/archives/wls/pt-weblogic

23 Custom Archives - Apply $ cd ${PUPPET_HOME}/production/manifests $ sudo puppet apply site.pp --confdir=${puppet_home}

24 Custom DPK - Custom Archives Create a new hash to identify Archives we want to deploy archive_dir: "/opt/io/archives" archive_files: weblogic: "%{hiera('archive_dir')}/wls/pt-weblogic tgz" tuxedo: "%{hiera('archive_dir')}/tux/pt-tuxedo rp30.tgz" jdk: "%{hiera('archive_dir')}/jdk/pt-jdk1.8.0_144.tgz" pshome: "%{hiera('archive_dir')}/pt/pt-pshome tgz" psadmin.io/blog

25 Custom DPK - Custom Archives Update the Puppet code to use the new hash $ cd $PUPPET_HOME/production/modules/pt_setup/manifests $ vi tools_deployment.pp... $archive_files = hiera('archive_files', '') if $archive_files { $weblogic_archive_file = $archive_files[$weblogic_tag] } if $weblogic_archive_file == '' { $weblogic_archive_file = get_matched_file($tools_archive_location, $weblog } if $weblogic_archive_file == '' { fail("unable to locate archive (tgz) file for Weblogic in ${tools_archive_ }...

26

27 Conclusion 1. Have a plan, with management approval 2. Don't forget any systems 3. Pick a tool, learn it, improve it

28 psadmin.io Sessions Session ID Date & Time Wed. Jul. 18, 8:00 am Wed. Jul. 18, 9:15 am Wed. Jul. 18, 11:15 am Wed. Jul. 18, 4:30 pm Thu. Jul. 19, 8:00 am Thu. Jul. 19, 11:15 am Devops and Deployment Packages Deep Dive on Taking Advantage of the PeopleSoft Deployment Framework Down and Dirty with Automated Con g Management Peek-a-boo...I See P-You: Using DPKs for CPU Patching Advanced PeopleSoft Administration DPK Guided Lab

29 Thank You! Questions? Session Evaluation:

PeopleSoft Spotlight Series

PeopleSoft Spotlight Series PeopleSoft Spotlight Series Applying a PeopleTools Patch Using DPK PeopleTools 8.56 Copyright 2018, Oracle and/or its affiliates. All rights reserved. Applying PeopleTools Patch Topics PeopleTools 8.56

More information

ENHANCING AND EXTENDING DEPLOYMENT PACKAGES

ENHANCING AND EXTENDING DEPLOYMENT PACKAGES ENHANCING AND EXTENDING DEPLOYMENT PACKAGES PeopleTools 8.55.08/.13 Windows 2012 R2 / Oracle 12c on OEL 6 PeopleSoJ 9.2 - HR, ELM, Finance Deployment Packages (DPK) WHAT ARE DPKS? Automated crearon of

More information

Advanced Peoplesoft Administration

Advanced Peoplesoft Administration Advanced Peoplesoft Administration Session ID: 100480 Prepared by: Kyle Benson, Dan Iverson PeopleSoft Administrators psadmin.io @kbenson/ @psa_io / @daniverson Largest county in Minnesota Minneapolis

More information

Fast Track PUM with Client Implemented Strategy and Architecture

Fast Track PUM with Client Implemented Strategy and Architecture Fast Track PUM with Client Implemented Strategy and Architecture By David Pigman PeopleSoft Northwest Regional User Group November 2014 11/26/2014 2014 SpearMC Consulting 1 Your Presenter David Pigman

More information

Enterprise Manager Cloud Control 12c Release2 ( ) Installation

Enterprise Manager Cloud Control 12c Release2 ( ) Installation Enterprise Manager Cloud Control 12c Release2 (12.1.0.2) Installation 1 Agenda Facts about EM 12.1.0.2 EM12.1.0.2 Binaries New in EM 12.1.0.2 Install Installation Types and Methods Step by step demo Log

More information

Going Without CPU Patches on Oracle E-Business Suite 11i?

Going Without CPU Patches on Oracle E-Business Suite 11i? Going Without CPU Patches on E-Business Suite 11i? September 17, 2013 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation About

More information

Using Change Assistant for Migrations

Using Change Assistant for Migrations Using Change Assistant for Migrations Dan Iverson 1 Agenda Goals for Migration Automation Change Assistant Functionality Environment Management Framework Change Packages Advanced Migrations 2 Target Audience

More information

Fusion Applications Installations Lessons Learned #701. Todd Siler

Fusion Applications Installations Lessons Learned #701. Todd Siler Fusion Applications Installations Lessons Learned #701 Todd Siler Todd Siler Oracle Technology Practice Director PeopleSoft Administrator Oracle DBA Linux Administrator Audience Decision Maker Experienced

More information

mission critical applications mission critical security Oracle Critical Patch Update October 2011 E-Business Suite Impact

mission critical applications mission critical security Oracle Critical Patch Update October 2011 E-Business Suite Impact mission critical applications mission critical security Oracle Critical Patch Update October 2011 E-Business Suite Impact Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director

More information

Connecting your Microservices and Cloud Services with Oracle Integration CON7348

Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Robert Wunderlich Sr. Principal Product Manager September 19, 2016 Copyright 2016, Oracle and/or its affiliates. All rights

More information

PeopleSoft 9.2 Upgrade Planning Customer Case Study. Brian McIntyre, President WorkStrategy, Inc.

PeopleSoft 9.2 Upgrade Planning Customer Case Study. Brian McIntyre, President WorkStrategy, Inc. PeopleSoft 9.2 Upgrade Planning Customer Case Study Brian McIntyre, President WorkStrategy, Inc. NEW ENGLAND JOINT ORACLE USER GROUP MEETING November 17, 2016 1 Webinar and Event Schedule Upcoming Webinars

More information

mission critical applications mission critical security Oracle Critical Patch Update October 2011 Oracle Database Impact

mission critical applications mission critical security Oracle Critical Patch Update October 2011 Oracle Database Impact mission critical applications mission critical security Oracle Critical Patch Update October 2011 Oracle Database Impact Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director

More information

Oracle Weblogic products are available at

Oracle Weblogic products are available at 1 Chapter 1 Installing Oracle Weblogic Server In this chapter we will move our first steps with Oracle Weblogic Server by learning how to install it using the guided wizard installation or the compacted

More information

Oracle Solaris 10 Recommended Patching Strategy

Oracle Solaris 10 Recommended Patching Strategy 1 Oracle Solaris 10 Recommended Patching Strategy Gerry Haskins, Director, Software Patch Services Oracle Solaris Systems 11 th January 2011 The following is intended to outline our

More information

Enterprise Manager Cloud Control 12c Release1 ( ) Installation Akanksha Sheoran Product Management

Enterprise Manager Cloud Control 12c Release1 ( ) Installation Akanksha Sheoran Product Management Business-DrivenIT Management Enterprise Manager Cloud Control 12c Release1 (12.1.0.1) Installation Akanksha Sheoran Product Management Agenda Enterprise Manager 12.1 Binaries Where to get it from? Verify

More information

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft An Oracle Technical White Paper September 2010 Oracle VM Templates for PeopleSoft 1 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.56)

PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.56) PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.56) January 2019 PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.56) Copyright

More information

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6 1 of 11 8/25/2016 11:19 AM Back to normal view: https://oracle-base.com/articles/11g/oracle-weblogic-server-11gr1-1036-installation-on-oracle-linux-5-and-6-11gr1 Oracle WebLogic Server (WLS) 11gR1 (10.3.5

More information

PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.57)

PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.57) PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.57) January 2019 PeopleSoft Deployment Packages for Elasticsearch Installation (PeopleSoft PeopleTools 8.57) Copyright

More information

Welcome to the Oracle Enterprise Manager

Welcome to the Oracle Enterprise Manager Welcome to the Oracle Enterprise Manager Technical Webcast Series Please ensure that you are connected to the audio portion of this event which is available by dialing: Dial-in in US/Canada : ( 888 ) 794-4691

More information

How To Manually Update Java 7 Updates 25 Disable

How To Manually Update Java 7 Updates 25 Disable How To Manually Update Java 7 Updates 25 Disable As previously described, to disable Java updates simply change from 1 to 0 the EnableJavaUpdate registry value. The above example is based on Java Version

More information

Oracle E-Business Suite and Java Security What You Need to Know

Oracle E-Business Suite and Java Security What You Need to Know Oracle E-Business Suite and Java Security What You Need to Know March 26, 2019 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation

More information

Setup Middleware as a Service using EM12c

Setup Middleware as a Service using EM12c Setup Middleware as a Service using EM12c Date: 20/11/12 Author: Rob Zoeteweij http://oemgc.wordpress.com This paper will guide you through the steps necessary to allow your users to use Middleware as

More information

mission critical applications mission critical security Oracle Critical Patch Update July 2011 E-Business Suite Impact

mission critical applications mission critical security Oracle Critical Patch Update July 2011 E-Business Suite Impact mission critical applications mission critical security Oracle Critical Patch Update July 2011 E-Business Suite Impact Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director

More information

Configuring and Managing a Private Cloud with Oracle Enterprise Manager

Configuring and Managing a Private Cloud with Oracle Enterprise Manager Configuring and Managing a Private Cloud with Oracle Enterprise Manager Oracle OpenWorld 2011 Session #06980, Tuesday, 5:30 pm Kai Yu Dell Inc. Madhup Gulati, Oracle Corporation Akanksha Sheoran, Oracle

More information

mission critical applications mission critical security Oracle Critical Patch Update July 2011 Oracle Database Impact

mission critical applications mission critical security Oracle Critical Patch Update July 2011 Oracle Database Impact mission critical applications mission critical security Oracle Critical Patch Update July 2011 Oracle Database Impact Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of

More information

Xerox Security Bulletin XRX V1.0

Xerox Security Bulletin XRX V1.0 Xerox Security Bulletin XRX16-002 V1.0 FreeFlow Print Server v7, v8 and v9 Media Delivery (DVD/USB) of: October 2015 Security Patch Cluster (includes Java 6 Update 105) 01/13/2016 Background Oracle delivers

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials

More information

Manual Java Update Windows 7 32 Bit 2013

Manual Java Update Windows 7 32 Bit 2013 Manual Java Update Windows 7 32 Bit 2013 Version 7 Update 55 of Java's Standard Edition addresses 37 security vulnerabilities Answers the 64-bit question: Running 32-bit Java on 64-bit Windows involves

More information

Power your cloud infrastructure with Oracle VM and Cisco!

Power your cloud infrastructure with Oracle VM and Cisco! Power your cloud infrastructure with Oracle VM and Cisco! John Priest Director PM Oracle VM October 26/27, 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle BDA: Working With Mammoth - 1

Oracle BDA: Working With Mammoth - 1 Hello and welcome to this online, self-paced course titled Administering and Managing the Oracle Big Data Appliance (BDA). This course contains several lessons. This lesson is titled Working With Mammoth.

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Interact2 Help and Support

Interact2 Help and Support Exporting and Importing an Interact2 Site Best practice for transferring subject content into a new session subject site is: Export/Import process -> Publish Subject Outline -> Merging (only if required).

More information

High density deployments using Weblogic Multitenancy

High density deployments using Weblogic Multitenancy High density deployments using Weblogic Multitenancy DOAG 2016 Jaap Poot, 16 nov 2016 Mission 2 We help our customers get the most out of the their Oracle investments 1 ACE Director, 2 ACEs and 1 ACE associate

More information

RTLinux Installation Instructions

RTLinux Installation Instructions RTLinux Installation Instructions FSM Labs, Inc. http://www.fsmlabs.com April 20, 2001 Abstract This document is intended to guide the user through the installation steps needed to compile and install

More information

PeopleSoft Campus Solutions 9.2 (through Update Image 3) Installation

PeopleSoft Campus Solutions 9.2 (through Update Image 3) Installation PeopleSoft Campus Solutions 9.2 (through Update Image 3) Installation January 2017 PeopleSoft Campus Solutions 9.2 (through Update Image 3) Installation Copyright 2017, Oracle and/or its affiliates. All

More information

Powerful PeopleSoft 9.2 Composite & Connected Query

Powerful PeopleSoft 9.2 Composite & Connected Query Powerful PeopleSoft 9.2 Composite & Connected Query Session ID: 101710 Prepared by: Randall Johnson Managing Director SpearMC Consulting @SpearMC Agenda About SpearMC and Your Presenter What is Connected

More information

Enterprise Manager Cloud Control 12c Release 4 ( )

Enterprise Manager Cloud Control 12c Release 4 ( ) Enterprise Manager Cloud Control 12c Release 4 (12.1.0.4) Covers: a) Install b) Upgrade c) Agent Deployment d) Plug-in Deployment e) OMS Patching - Akanksha Sheoran Kaler Safe Harbor Statement The following

More information

USING RPMS TO AUTOMAGICALLY INSTALL ORACLE AGENTS TO EM12C

USING RPMS TO AUTOMAGICALLY INSTALL ORACLE AGENTS TO EM12C USING RPMS TO AUTOMAGICALLY INSTALL ORACLE AGENTS TO EM12C Mike Gangler Senior Database Specialist / Team Lead Secure-24 - @mjgangler Mjgangler@yahoo.com ABOUT MIKE GANGLER Oracle ACE DBA for over 28

More information

Oracle WebLogic Devcast Series: JMX for DevOps. Dr. Frank Munz ORACLE PRODUCT LOGO

Oracle WebLogic Devcast Series: JMX for DevOps. Dr. Frank Munz ORACLE PRODUCT LOGO Oracle WebLogic Devcast Series: JMX for DevOps Dr. Frank Munz g of the Year,, Cloud Oracle Technologist ORACLE PRODUCT LOGO 1 The following is intended to outline our general product direction. It is intended

More information

Annexure B - 4 Technical Architecture

Annexure B - 4 Technical Architecture Annexure B - 4 Technical Architecture 1 Technical Findings 1.1 Overview A technical study was undertaken during the upgrade assessment phase with the UNHCR team at Hungary. This was conducted to assess

More information

AWS FREQUENTLY ASKED QUESTIONS (FAQ)

AWS FREQUENTLY ASKED QUESTIONS (FAQ) UCPATH @ AWS FREQUENTLY ASKED QUESTIONS (FAQ) ARCHITECTURE WHAT WILL CHANGE DURING THIS MOVE TO AWS? All environments use a standardized format using Cloud Formation Scripts. They are also all encapsulated

More information

Goal 1: Maintain Security of ITS Enterprise Systems

Goal 1: Maintain Security of ITS Enterprise Systems INFORMATION TECHNOLOGY SERVICES University Technology Administration, Infrastructure and Support Open Systems Infrastructure Calendar Year 2019 Overview The primary mission of Open Systems Infrastructure

More information

Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems

Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems Oracle WebCenter Portal Jump Start Kit Readme 11.1.1.8.0 Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems 11.1.1.8.0 Overview The Jump Start Kit (JSK) for WebCenter

More information

Manually Java 7 Update Bit Offline

Manually Java 7 Update Bit Offline Manually Java 7 Update 25 64 Bit Offline I was able to download the exe from oracle.com/technetwork/java/javase/downloads/jre8- downloads- REM Uninstall Java 7 Update 40 64 bit Oracle strongly recommends

More information

Android SDK under Linux

Android SDK under Linux Android SDK under Linux Jean-Francois Messier Android Outaouais jf@messier.ca Abstract This is a tutorial about installing the various components required to have an actual Android development station

More information

e2 factory the emlix Embedded Build Framework

e2 factory the emlix Embedded Build Framework e2 factory the emlix Embedded Build Framework Agenda Motivation Basic Concepts Design and Implementation Working with e2 factory e2 factory Motivation Motivation Development Tools Source Code Management

More information

Oracle Hyperion Enterprise Performance Management System Security Administration Guide

Oracle Hyperion Enterprise Performance Management System Security Administration Guide Oracle Hyperion Enterprise Performance Management System Security Administration Guide 11.1.1.3 See the Oracle Essbase Studio New Features Guide. For new features Oracle Enterprise Performance Management

More information

WEB SERVER MONITORING AND ALERTING USING WEBLOGIC

WEB SERVER MONITORING AND ALERTING USING WEBLOGIC WEB SERVER MONITORING AND ALERTING USING WEBLOGIC We make JD Edwards work better for people and harder for business TABLE OF Contents 03 04 06 08 12 14 15 16 Section 01 OVERVIEW Section 02 CREATE JAVAMAIL

More information

PeopleSoft Spotlight Series Page Composer. Copyright 2017, Oracle and/or its affiliates. All rights reserved.

PeopleSoft Spotlight Series Page Composer. Copyright 2017, Oracle and/or its affiliates. All rights reserved. PeopleSoft Spotlight Series Page Composer Copyright 2017, Oracle and/or its affiliates. All rights reserved. Agenda Page Composer Overview What is Page Composer Fluid Approval Overview Updating Page Composer

More information

CIS-CAT Pro Dashboard Documentation

CIS-CAT Pro Dashboard Documentation CIS-CAT Pro Dashboard Documentation Release 1.0.0 Center for Internet Security February 03, 2017 Contents 1 CIS-CAT Pro Dashboard User s Guide 1 1.1 Introduction...............................................

More information

INSTALLATION GUIDE Online Collection Software for European Citizens' Initiatives

INSTALLATION GUIDE Online Collection Software for European Citizens' Initiatives INSTALLATION GUIDE Online Collection Software for European Citizens' Initiatives 1. Application database preparation... 2 1.1. Oracle Database 11g... 2 1.2. MySQL 5.5+... 2 2. System initialisation...

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any

More information

Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1

Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1 Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1 September 2010 Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1 SKU iovm_elm91_elm91ovm_091710 Copyright

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

IBM and Oracle Partnership

IBM and Oracle Partnership IBM and Oracle Partnership Bringing Red on Blue Value to IBM and Oracle Joint Customers Susan Adamovich Oracle on z Lead Business Development Executive IBM Systems, ISV Enablement adamovic@us.ibm.com 1

More information

Q2. What versions of PeopleTools has Fluid UI? A. Fluid is available starting from PT 8.54

Q2. What versions of PeopleTools has Fluid UI? A. Fluid is available starting from PT 8.54 FLUID UI FAQs Q1. What is Fluid UI? A. Fluid User Interface is designed as a significant improvement over the PeopleSoft classic user interface, which aims to provide customers with an enhanced and intuitive

More information

Administering WebLogic Server on Java Cloud Service I Ed 1 Coming Soon

Administering WebLogic Server on Java Cloud Service I Ed 1 Coming Soon Oracle University Contact Us: Local: 0180 2000 526 Intl: +49 8914301200 Administering WebLogic Server on Java Cloud Service I Ed 1 Coming Soon Duration: 5 Days What you will learn This Administering WebLogic

More information

Manual Update Java 7 25 Mac 32 Bit

Manual Update Java 7 25 Mac 32 Bit Manual Update Java 7 25 Mac 32 Bit Java SE 8 Update 20: Everything you need to run Java applications and Operating Systems: Linux, Mac OS X, Windows 7 (32 bit), Windows 7 (64 bit). For more information,

More information

Take Your Oracle WebLogic Applications to The Next Level with Oracle Enterprise Manager 12c

Take Your Oracle WebLogic Applications to The Next Level with Oracle Enterprise Manager 12c Take Your Oracle WebLogic Applications to The Next Level with Oracle Enterprise Manager 12c Mojahedul Hoque Abul Hasanat CTO, Therap Services Neelima Bawa Consulting Tech. Lead, SCP, EM, Oracle Therap

More information

Web AppBuilder for ArcGIS: A Deep Dive in Enterprise Deployments. Nick Brueggemann and Mark Torrey

Web AppBuilder for ArcGIS: A Deep Dive in Enterprise Deployments. Nick Brueggemann and Mark Torrey Web AppBuilder for ArcGIS: A Deep Dive in Enterprise Deployments Nick Brueggemann and Mark Torrey Agenda Subhead Here Patterns Installation Configuration Security Application Development Deployment Post-Deployment

More information

PeopleTools 8.57: Change Assistant and Update Manager

PeopleTools 8.57: Change Assistant and Update Manager PeopleTools 8.57: Change Assistant and Update Manager September 2018 PeopleTools 8.57: Change Assistant and Update Manager This software and related documentation are provided under a license agreement

More information

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite/BPM Suite VirtualBox Appliance Introduction and Readme Table of Contents 1 VirtualBox Appliance...3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Essential (free) Tools for DBA!

Essential (free) Tools for DBA! Essential (free) Tools for DBA! Biju Thomas Principal Solutions Architect OneNeck IT Solutions www.oneneck.com @biju_thomas 2 About me! Biju Thomas Principal Solutions Architect with OneNeck IT Solutions

More information

Using.NET Core and Entity Framework Core Linux/Windows with Oracle Database

Using.NET Core and Entity Framework Core Linux/Windows with Oracle Database Using.NET Core and Entity Framework Core Linux/Windows with Oracle Database Alex Keh Senior Principal Product Manager Server Technologies October 23, 2018 Program Agenda 1 2 3 4 ODP.NET Core Production

More information

DOWNLOAD OR READ : UBUNTU I IN YOU AND YOU IN ME PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : UBUNTU I IN YOU AND YOU IN ME PDF EBOOK EPUB MOBI DOWNLOAD OR READ : UBUNTU I IN YOU AND YOU IN ME PDF EBOOK EPUB MOBI Page 1 Page 2 ubuntu i in you and you in me ubuntu i in you pdf ubuntu i in you and you in me Ubuntu (Zulu pronunciation: [Ã¹É Ãºntʼù])

More information

Java Cloud Service & WLS 12c

Java Cloud Service & WLS 12c Java Cloud Service & WLS 12c What You Should Know OTN LatAm Tour 2017 Dr. Frank Munz munz & more Frank Munz Founded munz & more in 2007 17 years Oracle Middleware, Cloud, and Distributed Computing Consulting

More information

ArcGIS Runtime SDK for Java: Building Apps. Mark Baird

ArcGIS Runtime SDK for Java: Building Apps. Mark Baird ArcGIS Runtime SDK for Java: Building Apps Mark Baird Agenda Getting started with 100.4 JavaFX Base maps, layers and lambdas Graphics overlays Offline data Licensing and deployment What is happening in

More information

Manually Java 7 Update Bit Windows

Manually Java 7 Update Bit Windows Manually Java 7 Update 21 64 Bit Windows Oracle strongly recommends that all Java SE 7 users upgrade to one of these releases. created with javadoc versions included with JDK 5u45, 6u45, 7u21 and earlier.

More information

Oracle Critical Patch Updates: Insight and Understanding. Stephen Kost Integrigy Corporation

Oracle Critical Patch Updates: Insight and Understanding. Stephen Kost Integrigy Corporation Oracle Critical Patch Updates: Insight and Understanding Stephen Kost Integrigy Corporation Introduction Stephen Kost Chief Technology Officer of Integrigy Corporation 11 years experience with Oracle Applications

More information

Maximo Upgrade. April 2016

Maximo Upgrade. April 2016 Maximo Upgrade April 2016 Agenda Maximo Upgrade Why Upgrade Upgrade Requirements Upgrade Planning Upgrade Process Overview Upgrade Process Notes Upgrade Notes Maximo 7.6 Installation and Configuration

More information

Setting up Installer Oracle FLEXCUBE Universal Banking Release [April] [2014]

Setting up Installer Oracle FLEXCUBE Universal Banking Release [April] [2014] Setting up Installer Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. SETTING UP ORACLE FLEXCUBE INSTALLER... 1-1 1.1 INTRODUCTION... 1-1 1.2 SCOPE OF INSTALLER...

More information

About ERPScan. ERPScan and Oracle. ERPScan researchers were acknowledged 20+ times during quarterly Oracle patch updates since 2008

About ERPScan. ERPScan and Oracle. ERPScan researchers were acknowledged 20+ times during quarterly Oracle patch updates since 2008 1 2 About ERPScan 3 ERPScan and Oracle ERPScan researchers were acknowledged 20+ times during quarterly Oracle patch updates since 2008 Totally 100+ Vulnerabilities closed in Oracle Applications o Oracle

More information

1 - Download the VarAFT software. Go to click on the Download section

1 - Download the VarAFT software. Go to   click on the Download section 1 - Download the VarAFT software Go to http://varaft.eu click on the Download section October 31st November 3rd 2016 2 1 - Download the VarAFT software Get the VarAFT installer corresponding to your computer

More information

Using RPMS to Automagically to install Oracle Agents to EM12C

Using RPMS to Automagically to install Oracle Agents to EM12C Using RPMS to Automagically to install Oracle Agents to EM12C Session ID: 1201 Palm B Monday, April 11 12 12:30pm Prepared by: Mike Gangler Senior Database Specialist Secure-24 - @mjgangler Mjgangler@yahoo.com

More information

PeopleSoft Fluid User Interface Guide

PeopleSoft Fluid User Interface Guide PeopleSoft Fluid User Interface Guide Published by: Controller s Office April 2018 Table of Contents Chapter 1: Layout Introduction... 3 1.0 Key Terms... 3 1.1 Actions List... 4 1.2 NavBar... 5 Chapter

More information

USING ENTERPRISE MANAGER TO ACHIEVE GRID AUTOMATION WITH DEPLOYMENT PROCEDURES

USING ENTERPRISE MANAGER TO ACHIEVE GRID AUTOMATION WITH DEPLOYMENT PROCEDURES USING ENTERPRISE MANAGER TO ACHIEVE GRID AUTOMATION WITH DEPLOYMENT PROCEDURES Deployment Procedures are Oracle s latest contribution in automating operations around the grid. This FAQ style technical

More information

Modern and Fast: A New Wave of Database and Java in the Cloud. Joost Pronk Van Hoogeveen Lead Product Manager, Oracle

Modern and Fast: A New Wave of Database and Java in the Cloud. Joost Pronk Van Hoogeveen Lead Product Manager, Oracle Modern and Fast: A New Wave of Database and Java in the Cloud Joost Pronk Van Hoogeveen Lead Product Manager, Oracle Scott Lynn Director of Product Management, Oracle Linux and Oracle Solaris, Oracle October

More information

Running a Commodore 64 Emulator on Linux Mint

Running a Commodore 64 Emulator on Linux Mint Running a Commodore 64 Emulator on Linux Mint 4digits.net/blog/retrocomputing/commodore-64-emulator-linux.html Posted in: Retrocomputing Written by: Johannes Dreller On: March 02, 2016 If you grew up in

More information

Website Operators Manual

Website Operators Manual Talking Points Website Operators Manual About the Session About the Site Open to Questions Mission of useventing.com Represent our Roots Intuitive Answer User Questions Be an Authority on Eventing Represent

More information

Summoning the Password Cracking Beast

Summoning the Password Cracking Beast Password 123456 Summoning the Password Cracking Beast Brian Johnson Security Enthusiast / Podcaster 7 Minute Security Jeff Melnick Solutions Engineer Netwrix Agenda Introduction Build an awesome cloud-based

More information

CS 460 Linux Tutorial

CS 460 Linux Tutorial CS 460 Linux Tutorial http://ryanstutorials.net/linuxtutorial/cheatsheet.php # Change directory to your home directory. # Remember, ~ means your home directory cd ~ # Check to see your current working

More information

PeopleSoft Campus Solutions 9.2 Installation

PeopleSoft Campus Solutions 9.2 Installation PeopleSoft Campus Solutions 9.2 Installation December 2015 PeopleSoft Campus Solutions 9.2 Installation SKU ics92_122015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Trademark Notice

More information

How to Implement Oracle CPUs for EBS

How to Implement Oracle CPUs for EBS How to Implement Oracle CPUs for EBS Eng. Cristian Peque Oracle Security Specialist Program Agenda Understanding what an Oracle CPU is What we need to do after Oracle launches a CPU How to install all

More information

Who is Docker and how he can help us? Heino Talvik

Who is Docker and how he can help us? Heino Talvik Who is Docker and how he can help us? Heino Talvik heino.talvik@seb.ee heino.talvik@gmail.com What is Docker? Software guy view: Marriage of infrastucture and Source Code Management Hardware guy view:

More information

MathCode Fortran90 installation instructions for MacOSX machines and license administration. Version 1.2.4, April 6, 2011.

MathCode Fortran90 installation instructions for MacOSX machines and license administration. Version 1.2.4, April 6, 2011. MathCode Fortran90 installation instructions for MacOSX machines and license administration Version 1.2.4, April 6, 2011. 1 Chapter 1 Installation step by step Please follow these steps for successful

More information

PeopleSoft - Top 10 Security Risks

PeopleSoft - Top 10 Security Risks PeopleSoft - Top 10 Security Risks December 6, 2018 Stephen Kost Chief Technology Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation About Integrigy ERP Applications

More information

Forwarding Logs Using Tail2Syslog. Release Security Threat Response Manager. Juniper Networks, Inc.

Forwarding Logs Using Tail2Syslog. Release Security Threat Response Manager. Juniper Networks, Inc. Security Threat Response Manager Release 2013.2 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-07-19 Copyright Notice Copyright 2013

More information

VAM. PeopleSoft Value-Added Module (VAM) Deployment Guide

VAM. PeopleSoft Value-Added Module (VAM) Deployment Guide VAM PeopleSoft Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products

More information

Masterclass: WebLogic Server for OAS Administrators

Masterclass: WebLogic Server for OAS Administrators Masterclass: WebLogic Server Simon Haslam Veriton Limited Veriton Oracle Partner, established 13 years Demanding web & call-centre applications Oracle Application Server & WebLogic Server (clusters, JEE,

More information

WebLogic Security Top Ten

WebLogic Security Top Ten WebLogic Security Top Ten June 2014 Michael Miller Chief Security Officer Integrigy Corporation Phil Reimann Director of Business Development Integrigy Corporation Stephen Kost Chief Technology Officer

More information

Oracle 1Z0-161 Exam. Volume: 67 Questions

Oracle 1Z0-161 Exam. Volume: 67 Questions Volume: 67 Questions Question: 1 You want to use an Integrated Development Environment (IDE.to deploy an application to an Oracle Java Cloud Service Instance. Which two tasks must you accomplish for establishing

More information

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections:

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections: This chapter contains the following sections: Backing up the Monitoring Database in a Multi-Node Setup, page 1 Pinging the Hostname and IP Address, page 2 Viewing Tail Inframgr Logs, page 2 Collecting

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions October 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Oracle Configuration Manager

Oracle Configuration Manager Oracle Configuration Manager Support Hub Guide Release 10.3.8.0 E41441-06 June 2015 The Oracle Support Hub is an HTTP tunnel that conveys the configuration payload from individual Oracle Configuration

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

Building Multi-Language Portals. Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Building Multi-Language Portals. Copyright 2011, Oracle and/or its affiliates. All rights reserved. Building Multi-Language Portals The goal of this module is to teach you about functionality introduced in Oracle WebCenter 11g R1 (11.1.1.4), commonly referred to as PS3. The product itself will be rebranded

More information

HighQSoft. Avalon. Service Installation. Version 1.5

HighQSoft. Avalon. Service Installation. Version 1.5 HighQSoft Avalon Version 1.5 Service Installation Andreas Hofmann 11.10.2012 Inhaltsverzeichnis 1 Audience 1 2 Introduction 3 3 System Requirements 5 4 Windows-Installation 7 4.1 Language.........................................

More information

Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1

Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1 Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1 April 2011 Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1

More information