IPS Packaging for Oracle Solaris 11

Size: px
Start display at page:

Download "IPS Packaging for Oracle Solaris 11"

Transcription

1

2 IPS Packaging for Oracle Solaris 11 Click to edit the title text formatclick to edit Master title style Wenlong Zhang Senior Sales Consultant 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

3 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

4 Requirements and Big Ideas - Packaging Updates & upgrades must be fast, reliable, reversible Updates should be package updates, not patches Packages dependencies should be handled automatically Plan Packages should be network-based Update Deploy Image minimization should be easy Seamless integration with Zones is required Maintain Test Deliver practically identical experience Use on SPARC, x86

5 Requirements and Big Ideas - Install Low initial investment, great scalability for deployment Ease-of-use is a priority for all features Deployment must be well-integrated with best practices, overall user experience Plan Limit install-specific features, knowledge Integrated deployment of Zones is required Leverage existing Solaris strengths Update Deploy Maintain Test Use

6 Install, packaging and patching an integrated design. No longer a collection of independent parts Simplified architecture + Improved automation + Improved safety + Improved flexibility + Improved integration = Better user experience On a Large Scale

7 Image Packaging System IPS Change Management Built for the Enterprise Networked package repositories Cryptographically verified Complete set of tools Package, version, and distribute your internal applications Easy to pilot and automate Best practice is the default practice Can t stray off track Lightning fast updates 7

8 Rosetta Stone for Oracle Solaris 10 Users Oracle Solaris 10 Oracle Solaris 11 SVR4 Packages IPS Packages Install DVD Install CD + pkg repository Live Upgrade Boot Environments Upgrade from installer pkg(1), Update Manager JumpStart Automated Installer (AI) JumpStart Profiles AI manifests Blueprints for custom DVD's Distribution Constructor

9 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

10 Safe Upgrades in a snap ZFS Boot Environments Benefits No initial investment Updates are applied to a file system clone, no interruption Reboot into upgraded environment when you re ready Trivial roll-back if failure occurs Integrated, enforced best practice for safety Fast reboot reduces maintenance windows Excellent for recovery purposes Active BE Active BE New BE Active BE Updated BE

11 Boot Environments Make updates safe, reliable, recoverable Different from/simpler than Solaris 10 Live Upgrade Takes advantage of ZFS Use liberally as an administrative safety net Managed by beadm(1m), functionality includes: List Activate, Rename Create, Destroy Mount, Unmount

12 beadm(1) Utility Create a new boot environment based on the active boot environment Create a new boot environment based on an inactive boot environment Create a snapshot of an existing boot environment Create a new boot environment based on an existing snapshot Create a new boot environment, and copy it to a different zpool Create a new boot environment and add a custom title to the x86 GRUB menu or the SPARC boot menu Activate an existing, inactive boot environment Mount a boot environment Unmount a boot environment Destroy a boot environment Destroy a snapshot of a boot environment Rename an existing, inactive boot environment Display information about your boot environment snapshots and datasets

13 Listing Boot Environments {badboy} beadm list BE Active Mountpoint Space Policy Created b M static :47 b M static :40 b M static :05 b M static :47 b G static :09 b M static :23 b M static :31 b M static :28 b M static :05 b M static :53 b M static :32 b M static :10 b-152 NR / 56.03G static :32

14 Live Upgrade -> Boot Environments Oracle Solaris 10 Oracle Solaris 11 Description lucreate n newbe beadm create newbe Create a new BE lustatus beadm list Display BE info luactivate newbe beadm activate newbe Activate a BE ludelete BE beadm destroy BE Destroy an inactive BE luupgrade or patchadd pkg update Upgrade or update a BE

15 pkg(1) To install an individual package: pkg install communication/im/pidgin To check for individual updates: pkg info r communication/im/pidgin To update an individual package: pkg update communication/im/pidgin Test Run an image update: pkg update nv Update (all packages, or the complete image): pkg update

16 Oracle Solaris 11 Lifecycle Management Improved updates with IPS 6:00: pkg update New Security Patch Maintenance window: 6-7pm 6:00-6:02: Dependency checks, patch/update planning 6:04-6:06: reboot up and running again 6:02-6:04: New boot environment created, updates downloaded and applied 4X Faster upgrades typical Create ZFS boot environment to safely apply updates Full dependency check of packages, crypto verified, auditable Reboot updated ZFS boot environment

17 Boot Environments in Non-global Zones BE's automatically include installed/attached zones Zone BE is linked to a global zone BE Multiple zone BE's can be linked to a single global zone BE Zone administrator can create, mount, activate BE's Active BE is within the context of the active global zone BE

18 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

19 Maintenance Updates for Oracle Solaris 11 Oracle customers with an active Oracle support plan have access to the support package repository Register for the support repository at SRU = Support Repository Update Future Oracle Solaris 11 Releases will be available in the support repository or a release repository that provides the currently available OS

20 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

21 Local IPS Repositories Reasons for a local package repository Security and Performance Consistency and Replication Custom Packages Two Types of Repositories: Origin Mirror

22 Create a Local IPS Repositories Copy From Internet: pkgrepo create /export/reposolaris11 pkgrecv -s -d /export/reposolaris11 '* Copy From File: Get file, and unzip and cat (if necessary) lofiadm -a /export/repo2010_11/ sol-11-repo-full.iso mount -F hsfs /dev/lofi/1 /mnt rsync -ap /mnt/repo /export/reposolaris11 or cd /mnt/repo; tar cf -. (cd /export/reposolaris11; tar xfp -) umount /mnt lofiadm -d /dev/lofi/1

23 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

24 Automated Installation (AI) Reduce initial and ongoing costs of deploying Solarisbased software stack Leverages ZFS, SMF, IPS features to provide enhanced features vs. JumpStart Reduces need for third-party or customer-developed extensions Most scripting moved to first-boot SMF services Integrated, seamless Zones deployment WAN-capable design provides operational flexibility Designed to be manageable and observable installadm(1m) provides one-stop management interface

25 Basic Flow of Automated Installation

26 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

27 New System Configuration Framework & UI Replaces sysidtool/sysidcfg/sys-unconfig sysconfig(1m) interactive UI configure, unconfigure, create-profile subcommands Interactive tool provides basic, required system configuration. UI similar to Text Installer. Profiles can configure any SMF service property sysconfig unconfigure reverts the properties configured by the interactive UI to shipped defaults --destructive option requests more complete cleanup, e.g. deleting initial user account's home directory

28 System Configuration Profiles Common parameters available in Oracle Solaris 11: User account, including RBAC roles, profiles and sudo Root user: password, role/normal Timezone, locale Hostname Console terminal type, keyboard layout IPv4 and/or IPv6 interface, default route DNS, NIS, LDAP clients Name service switch

29 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

30 Deploying Zones with AI Zones can be specified in the AI manifest <configuration type= zone name= zone1 source= /> <configuration type= zone name= zone2 source= file:///net/server/zone2/config /> config file is the zone's configuration file as output from zonecfg export Automatically installed on first boot of the global zone svc:/system/zones-install:default

31 Deploying Zones with AI (2) Use zonename criterion to associate manifests and profiles with a zone # installadm create-manifest -n S11-x86 -f /tmp/zmanifest.xml -c zonename= zone1 zone2 # installadm create-profile -n S11-x86 -f /tmp/zprofile1.xml -c zonename= zone1 # installadm create-profile -n S11-x86 -f /tmp/zprofile2.xml -c zonename= zone2

32 Deploying Zones with AI (3) AI is also used when installing non-global zones from existing global zone Default manifest is /usr/share/auto_install/manifest/zone_default.xml Default profile enables interactive system configuration during first boot Provide alternate manifest and/or profile with # zoneadm -z <zone> install -m <manifest> -c <profile>

33 Agenda Requirements and Ideas Updates & Upgrades Boot Environments SRUs Deploying at Scale IPS Repository Mirrors Automated Installer System Configuration Zones Additional Transition Tools and Resources

34 JumpStart to AI Mapping JumpStart Automated Installation setup_install_server installadm create-service add_install_client installadm create-client JumpStart profile & rules AI manifest & criteria sysidcfg file SMF configuration profile Begin script Derived Manifests, custom images from Distribution Constructor Finish script pkg actions, First-boot SMF services

35 Steps to Convert from Solaris 10 JumpStart Deploy S11 server instance to host AI service Use as JumpStart server as well Translate rules to criteria Translate profiles to manifests Translate sysidcfg to SMF profile Publish manifests and profiles to AI service Convert finish scripts to SMF service(s) Publish SMF service package to IPS repository

36 js2ai JumpStart to AI translation tool Automatically converts existing JumpStart rules, profiles, sysidcfg files to AI equivalents Conversion is best-effort, with instructions on issues that need manual resolution Result is a directory hierarchy with AI profiles, system config manifests, log of the tool's actions See js2ai(1m)

37 Distribution Constructor (DC) Tool to easily construct installation images and virtual machine images Used by Solaris engineering to build the product Use DC to build AI (or interactive install) images customized with additional drivers or services XML manifest (similar to AI) specifies construction Checkpoint/resume feature nicely leverages ZFS! Fully extensible plug your own customizations into build process See distro_const(1m) for more information

38 Building and Using a Custom AI Boot Image Install Distribution Constructor pkg install distribution-constructor Copy base AI image manifest, customize Basic SPARC manifest at /usr/share/distro_const/auto_install/ai_sparc_image.xml Build the image: distro_const build my_ai_image.xml Deploy to AI service: installadm create-service...

39 Q&A

40 49 Copyright 2011, Oracle and/or its affiliates. All rights

Automatisierte Installationen mit Oracle Solaris 11 - Eine Einführung

Automatisierte Installationen mit Oracle Solaris 11 - Eine Einführung Automatisierte Installationen mit Oracle Solaris 11 - Eine Einführung Detlef Drewanz Principal Sales Consultant, EMEA Server Presales Agenda Oracle Solaris 11 Lifecycle Management

More information

Participants in this lab will gain example-led awareness and understanding of the following technical facilities:

Participants in this lab will gain example-led awareness and understanding of the following technical facilities: IPS Basics 1 Introduction Oracle Solaris 11 takes a new approach to lifecycle and package management to greatly simplify the process of managing system software helping to reduce the inherent risks of

More information

Oracle 1Z Upgrade to Oracle Solaris 11 System(R) Administrator.

Oracle 1Z Upgrade to Oracle Solaris 11 System(R) Administrator. Oracle 1Z0-820 Upgrade to Oracle Solaris 11 System(R) Administrator http://killexams.com/exam-detail/1z0-820 QUESTION: 71 A change in your company s security policy now requires an audit trial of all administrators

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 1Z0-822 Title : Oracle Solaris 11 Advanced System Administration Exam Version : DEMO 1 / 7 1.A recursive snapshot was taken of the root pool and the snapshot streams are stored on a

More information

Sun Certified System Administrator for the Solaris 10 OS Bootcamp

Sun Certified System Administrator for the Solaris 10 OS Bootcamp Sun Certified System Administrator for the Solaris 10 OS Bootcamp Student Guide - Volume 3 SA-997 Rev A (SA-202-S10-C.2) D63735GC10 Edition 1.0 D64505 Copyright 2008, 2010, Oracle and/or its affiliates.

More information

Why You Will Benefit From Thinking About, And Planning For Oracle Solaris 11

Why You Will Benefit From Thinking About, And Planning For Oracle Solaris 11 Why You Will Benefit From Thinking About, And Planning For Oracle Solaris 11 Isaac Rozenfeld Oracle Solaris Product Customer ation Experience isaac.rozenfeld@oracle.com 3/11/2011

More information

Getting Started with OpenSolaris An Introduction for Technical Evaluators

Getting Started with OpenSolaris An Introduction for Technical Evaluators Getting Started with OpenSolaris 2009.06 - An Introduction for Technical Evaluators 3 days starting 25 January at Guillemot Park, Camberley, Surrey To book please make direct contact with Sarah Clayton

More information

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration.

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration. Course Summary Description This course teaches basic to intermediate topics in Solaris 10 system administration. The operating system will be Oracle Solaris 10 (SunOS 5.10 Release 1/13 U11). Objectives

More information

Oracle Solaris 11 Virtualization

Oracle Solaris 11 Virtualization Oracle Solaris 11 Virtualization 1 Introduction This lab will introduce us to the basics of Oracle Solaris 11 virtualization, also known as Zones. You will become familiar with the basic operations of

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 1z0-821 Title : Oracle Solaris 11 System Administrator Vendor : Oracle Version : DEMO Get Latest & Valid 1Z0-821 Exam's

More information

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions 1Z0-879 Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-879 Exam on Oracle Certified Professional Oracle Solaris

More information

Pavel Anni Oracle Solaris 11 Feature Map. Slide 2

Pavel Anni Oracle Solaris 11 Feature Map. Slide 2 Slide 1 Pavel Anni Oracle Solaris 11 Feature Map Slide 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

ZFS Boot Environments

ZFS Boot Environments Intro 2018/07/30 ZFS Boot Environments Sławomir Wojciech Wojtczak vermaden@interia.pl vermaden.wordpress.com twitter.com/vermaden https://is.gd/beadm What it is? 2018/07/30 What is ZFS Boot Environment?

More information

Oracle 1Z Oracle Solaris 11 System Administration.

Oracle 1Z Oracle Solaris 11 System Administration. Oracle Oracle Solaris 11 System Administration http://killexams.com/exam-detail/ QUESTION: 147 Review the boot environments displayed on your system: Which option describes the solaris-1 BE? A. It is active

More information

Increase Efficiency of Solaris Operations & Hardware Life Cycle

Increase Efficiency of Solaris Operations & Hardware Life Cycle Increase Efficiency of Solaris Operations & Hardware Life Cycle Marcel Hofstetter hofstetter@jomasoft.ch http://www.jomasoftmarcel.blogspot.ch CEO / Enterprise Consultant JomaSoft GmbH Oracle ACE Associate

More information

Oracle EXAM - 1Z Upgrade to Oracle Solaris 11 System Administrator. Buy Full Product.

Oracle EXAM - 1Z Upgrade to Oracle Solaris 11 System Administrator. Buy Full Product. Oracle EXAM - 1Z0-820 Upgrade to Oracle Solaris 11 System Administrator Buy Full Product http://www.examskey.com/1z0-820.html Examskey Oracle 1Z0-820 exam demo product is here for you to test the quality

More information

Veritas InfoScale Installation Guide - Solaris 10 Sparc, Solaris 11 Sparc and Solaris 11 x86

Veritas InfoScale Installation Guide - Solaris 10 Sparc, Solaris 11 Sparc and Solaris 11 x86 Veritas InfoScale 7.0.1 Installation Guide - Solaris 10 Sparc, Solaris 11 Sparc and Solaris 11 x86 December 2015 Veritas InfoScale Installation Guide The software described in this book is furnished under

More information

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

More information

Oracle Exam 1z0-820 Upgrade to Oracle Solaris 11 System Administrator Version: 7.0 [ Total Questions: 133 ]

Oracle Exam 1z0-820 Upgrade to Oracle Solaris 11 System Administrator Version: 7.0 [ Total Questions: 133 ] s@lm@n Oracle Exam 1z0-820 Upgrade to Oracle Solaris 11 System Administrator Version: 7.0 [ Total Questions: 133 ] Question No : 1 Which modification needs to be made to the Service Management Facility

More information

Utilizing Oracle Solaris Containers with Oracle Database. Björn Rost

Utilizing Oracle Solaris Containers with Oracle Database. Björn Rost Utilizing Oracle Solaris Containers with Oracle Database Björn Rost about us Software Production company founded 2001 mostly J2EE logistics telco media and publishing customers expect full lifecycle support

More information

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Solaris 11 Installation and Configuration Essentials. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Solaris 11 Installation and Configuration Essentials. Version: Demo Vendor: Oracle Exam Code: 1Z0-580 Exam Name: Oracle Solaris 11 Installation and Configuration Essentials Version: Demo QUESTION: 1 What information would the "beadm list -ds" command output? A. a list

More information

1Z Oracle. Oracle Solaris 10 System Administrator Certified Professional, Part II

1Z Oracle. Oracle Solaris 10 System Administrator Certified Professional, Part II Oracle 1Z0-878 Oracle Solaris 10 System Administrator Certified Professional, Part II Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-878 QUESTION: 243 Click the Task button. The

More information

Sun Virtualization: Solaris 10 Containers Administration

Sun Virtualization: Solaris 10 Containers Administration Sun Virtualization: Solaris 10 Containers Administration Student Guide SA-355-S10 Rev A.1 D61772GC11 Edition 1.1 D65087 Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved. Disclaimer

More information

Oracle EXAM - 1Z Oracle Solaris 11 Advanced System Administration. Buy Full Product.

Oracle EXAM - 1Z Oracle Solaris 11 Advanced System Administration. Buy Full Product. Oracle EXAM - 1Z0-822 Oracle Solaris 11 Advanced System Administration Buy Full Product http://www.examskey.com/1z0-822.html Examskey Oracle 1Z0-822 exam demo product is here for you to test the quality

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

Oracle Solaris 11.4 Beta Secure. Simple. Cloud-Ready.

Oracle Solaris 11.4 Beta Secure. Simple. Cloud-Ready. Oracle Solaris 11.4 Beta Secure. Simple. Cloud-Ready. Oracle Solaris is optimized to secure your data, simplify the system and application lifecycle, and streamline your cloud journey while protecting

More information

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Detlef Drewanz Master Principal Sales Consultant Systems Sales Consulting Northern Europe 17. November, 2015 Copyright 2014 Oracle and/or its

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 1Z0-821 Title : Oracle Solaris 11 System Administration Version : Demo 1 / 4 1.zone1 is a non-global zone that has been configured and installed. zone1 was taken down for maintenance,

More information

Solaris 9 Mount Cdrom Manually

Solaris 9 Mount Cdrom Manually Solaris 9 Mount Cdrom Manually The /cdrom folder may need to be created prior to continuing. Ejecting the CD-ROM, see Solaris 10 guest cannot eject ISO image mounted as CD-ROM. + PREFORMAT_EP_OPERATIONAL_STATE=9

More information

LENS Server Maintenance Guide JZ 2017/07/28

LENS Server Maintenance Guide JZ 2017/07/28 LENS Server Maintenance Guide JZ 2017/07/28 Duty Maintain LENS server with minimum downtime Patch critical vulnerabilities Assist LAB member for using the LENS services Evaluate for custom requirements

More information

Creating and Administering Oracle Solaris 11 Boot Environments

Creating and Administering Oracle Solaris 11 Boot Environments Creating and Administering Oracle Solaris 11 Boot Environments Part No: E21801 November 2011 E21801 01 Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February 2009 SPARC Enterprise Preface Preface Purpose This book provides you with procedures to construct the environment

More information

TABLE OF CONTENTS: NEED TO KNOW

TABLE OF CONTENTS: NEED TO KNOW 1.3 TABLE OF CONTENTS: WELCOME! 2 NEED TO KNOW 2 CONCEPTS 2 USEFUL NEEDED INSTRUCTIONS 4 VIRTUAL MACHINE MANAGEMENT FOR BUBBLE COURSES 5 TROUBLESHOOTING 6 WELCOME! Hello and welcome to the PDS Survival

More information

Symantec Storage Foundation and High Availability Solutions Installation Guide - Solaris

Symantec Storage Foundation and High Availability Solutions Installation Guide - Solaris Symantec Storage Foundation and High Availability Solutions 6.2.1 Installation Guide - Solaris Maintenance Release Solaris 10, 11 (SPARC) June 2016 Symantec Storage Foundation and High Availability Installation

More information

Tahsin Demiral, M.Sc.

Tahsin Demiral, M.Sc. Sun Learning Services Training i Day 24 September, 2008 Tahsin Demiral, M.Sc. Omega Training and Consultancy www.omegaegitim.com 1 Agenda 09:30 10:45 Solaris Course Content & Certification 10:45 11:15

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Configure and Install Guest Domains 12c Release 3 (12.3.2.0.0) E60042-03 June 2016 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Provision and Update Guide, 11g Release 1 Update 3 (11.1.3.0.0) E18417-04 November 2011 Oracle Enterprise Manager Ops Center Provision and Update Guide 11g Release

More information

Oracle Enterprise Manager Ops Center. Introduction. Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 (12.2.2.0.0) E47810-03 December 2014 This document provides an end-to-end example for how to use Oracle

More information

Oracle University Installation Framework OUIF Installation Guide July 13, 2012

Oracle University Installation Framework OUIF Installation Guide July 13, 2012 Oracle University Installation Framework OUIF 1.7.0 Installation Guide July 13, 2012 Oracle University Installation Framework Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. Table

More information

BSA Best Practices Webinars Distributed Installations Sean Berry Customer Engineering

BSA Best Practices Webinars Distributed Installations Sean Berry Customer Engineering BSA Best Practices Webinars Distributed Installations Sean Berry Customer Engineering Agenda Overview Use Cases Repeaters Repositories Proxies Copyright 5/11/2013 BMC Software, Inc 2 Overview Use Cases

More information

Introduction. Key Features and Benefits

Introduction. Key Features and Benefits Introduction Stabilix Underwriting Framework is a highly adaptable XML based J2EE com-pliant software platform built on the Stabilix s business process automation (BPA) suite, code named CloudEx. CloudEx

More information

Oracle Enterprise Manager Ops Center 12c Administration Ed 3

Oracle Enterprise Manager Ops Center 12c Administration Ed 3 Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle Enterprise Manager Ops Center 12c Administration Ed 3 Duration: 5 Days What you will learn No hands-on lab environment

More information

Oracle VM. Installation and Upgrade Guide for Release 3.3

Oracle VM. Installation and Upgrade Guide for Release 3.3 Oracle VM Installation and Upgrade Guide for Release 3.3 E50247-08 September 2016 Oracle Legal Notices Copyright 2011, 2016 Oracle and/or its affiliates. All rights reserved. This software and related

More information

Managing Boot EnvironmentsWith Oracle Solaris 11 Express

Managing Boot EnvironmentsWith Oracle Solaris 11 Express Managing Boot EnvironmentsWith Oracle Solaris 11 Express Part No: 820 6565 12 November 2010 Copyright 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Solaris 6.0 November 2014 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) September 2017 Rev 3.0 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example

More information

Managing Zone Configuration

Managing Zone Configuration Oracle Enterprise Manager Ops Center Managing the Configuration of a Zone 12c Release 1 (12.1.2.0.0) E27356-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems PostgreSQL on Solaris PGCon 2007 Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems 1 Agenda Sun Cluster ZFS Zones Dtrace Service Management Facility (SMF) PGCon 2007 2 Hightly Available

More information

FreeBSD Jails vs. Solaris Zones

FreeBSD Jails vs. Solaris Zones FreeBSD Jails vs. Solaris Zones (and OpenSolaris) James O Gorman james@netinertia.co.uk Introduction FreeBSD user since 4.4-RELEASE Started using Solaris ~3.5 years ago Using jails for website hosting

More information

Oracle Solaris 11 System Administration Student Guide - Volume I

Oracle Solaris 11 System Administration Student Guide - Volume I Oracle Solaris 11 System Administration Student Guide - Volume I D72896GC21 Edition 2.1 August 2012 D78842 Authors Anies Rahman Tammy Shannon Technical Contributors and Reviewers Mike Carew Sreedhar Chalamalasetti

More information

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 An Oracle White Paper October 2010 Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 Introduction When business-critical systems are down for a variety

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones 12c Release 2 (12.2.2.0.0) E41230-04 February 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

ORACLE DATABASE LIFECYCLE MANAGEMENT PACK

ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK KEY FEATURES Auto Discovery of hosts Inventory tracking and reporting Database provisioning Schema and data change management

More information

1Z Oracle Solaris 11 System Administration Exam Summary Syllabus Questions

1Z Oracle Solaris 11 System Administration Exam Summary Syllabus Questions 1Z0-821 Oracle Solaris 11 System Administration Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-821 Exam on Oracle Solaris 11 System Administration... 2 Oracle 1Z0-821 Certification

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 1Z0-877 Title : Oracle Solaris 10 System Administrator Certified Professional Exam,

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Solaris 6.0.1 July 2012 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Creating and Administering a Boot Environment for Oracle Solaris 10 12c Release 3 (12.3.1.0.0) E60021 02 December 2015 This guide provides an end-to-end example for

More information

McAfee VirusScan and McAfee epolicy Orchestrator Administration Course

McAfee VirusScan and McAfee epolicy Orchestrator Administration Course McAfee VirusScan and McAfee epolicy Orchestrator Administration Course Education Services administration course training The McAfee VirusScan Enterprise and McAfee epolicy Orchestrator (McAfee epo ) Administration

More information

VDCF - Virtual Datacenter Cloud Framework for the Solaris TM Operating System

VDCF - Virtual Datacenter Cloud Framework for the Solaris TM Operating System VDCF - Virtual Datacenter Cloud Framework for the Solaris TM Operating System VDCF Administration Guide Version 7.0 25. October 2017 Copyright 2005-2017 JomaSoft GmbH All rights reserved. support@jomasoft.ch

More information

transfer of information(toi)

transfer of information(toi) transfer of information(toi) for sun qfs file system 5.0 Nazmul Khan Technical Account Manager System Infrastructure (Sun Service) Orange Business Services Agenda 1. Introduction of Sun QFS. 2. Feature

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones Guide 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones Guide 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones Guide 12c Release 1 (12.1.0.0.0) E27336-01 April 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Oracle Solaris 11 Cheat Sheet General Administration

Oracle Solaris 11 Cheat Sheet General Administration Oracle Solaris 11 Cheat Sheet General Administration Installation Automated Installer (AI) is the new network based multi-client provisioning system on Oracle Solaris 11. AI provides hands-free installation

More information

System Administration for the Oracle Solaris 10 OS Part 1 Student Guide - Volume I

System Administration for the Oracle Solaris 10 OS Part 1 Student Guide - Volume I System Administration for the Oracle Solaris 10 OS Part 1 Student Guide - Volume I D61734GC30 Edition 3.0 September 2011 D74403 Authors Vijetha M Malkai Venu Poddar Technical Contributor and Reviewer Shyam

More information

OS Containers. Michal Sekletár November 06, 2016

OS Containers. Michal Sekletár November 06, 2016 OS Containers Michal Sekletár msekleta@redhat.com November 06, 2016 whoami Senior Software Engineer @ Red Hat systemd and udev maintainer Free/Open Source Software contributor Michal Sekletár msekleta@redhat.com

More information

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris

PRIMECLUSTER GDS 4.3A20B. Installation Guide. Oracle Solaris PRIMECLUSTER GDS 4.3A20B Installation Guide Oracle Solaris J2S2-1607-04ENZ0(00) September 2013 Preface Purpose This manual explains how to install PRIMECLUSTER GDS. Target Readers This manual is written

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

1C HAPTER 1. Introduction to the Image Packaging System. Image Packaging System

1C HAPTER 1. Introduction to the Image Packaging System. Image Packaging System 1C HAPTER 1 Introduction to the Image Packaging System The Oracle Solaris Image Packaging System (IPS) is a framework that enables you to list, search, install, update, and remove software packages for

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

MCSA Windows Server 2012 Installation and Configuration

MCSA Windows Server 2012 Installation and Configuration MCSA Windows Server 2012 Installation and Configuration Session 1 Section A: Plan Windows Server Installation Server Installation Scenario Server Editions Server Requirements Plan Roles for Servers Section

More information

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

IM B36 Why You Should be Using NetBackup Bare Metal Restore (BMR) in Your DR Solution

IM B36 Why You Should be Using NetBackup Bare Metal Restore (BMR) in Your DR Solution IM B36 Why You Should be Using NetBackup Bare Metal Restore (BMR) in Your DR Solution Dick Goter, NetBackup Product Management Jaime Vazquez, Senior Tech Principal Support Engineer Roadmap Timelines Disclaimer

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris

FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00. Installation Guide. Oracle Solaris FUJITSU Software PRIMECLUSTER Clustering Base 4.5A00 Installation Guide Oracle Solaris J2S2-1668-01ENZ0(01) December 2017 Preface Purpose This manual explains how to install PRIMECLUSTER Clustering Base.

More information

SPARC Enterprise T5140 Server Getting Started Guide

SPARC Enterprise T5140 Server Getting Started Guide SPARC Enterprise T5140 Server Getting Started Guide (For Models That Run on DC Input Power) This guide describes the minimum steps you must perform to get your server to power on and boot for the first

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

Changing Schema Active Directory Domain Name Server 2008 R2

Changing Schema Active Directory Domain Name Server 2008 R2 Changing Schema Active Directory Domain Name Server 2008 R2 In Windows Server 2008 and Windows Server 2008 R2, the directory service is named its own unique Domain Name System (DNS) name such as Corp.nwtraders.msft.

More information

SUN. Sun Certified System Administrator for the Solaris 10 Operating System Upgrade

SUN. Sun Certified System Administrator for the Solaris 10 Operating System Upgrade SUN 310-203 Sun Certified System Administrator for the Solaris 10 Operating System Upgrade Download Full Version : http://killexams.com/pass4sure/exam-detail/310-203 QUESTION:218 A user has an entry in

More information

PRIMECLUSTER HA Server 4.3A10. Installation Guide. Oracle Solaris

PRIMECLUSTER HA Server 4.3A10. Installation Guide. Oracle Solaris PRIMECLUSTER HA Server 4.3A10 Installation Guide Oracle Solaris J2S2-1604-01ENZ0(03) March 2013 Preface Purpose This manual explains how to install PRIMECLUSTER HA Server. Target Readers This manual is

More information

Oracle VM. Installation and Upgrade Guide for Release 3.4

Oracle VM. Installation and Upgrade Guide for Release 3.4 Oracle VM Installation and Upgrade Guide for Release 3.4 E64078-10 October 2017 Oracle Legal Notices Copyright 2011, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Overview. Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance. August By Tom Hanvey; update by Peter Brouwer

Overview. Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance. August By Tom Hanvey; update by Peter Brouwer Implementing Fibre Channel SAN Boot with Oracle's Sun ZFS Storage Appliance August 2012 By Tom Hanvey; update by Peter Brouwer This paper describes how to implement a Fibre Channel (FC) SAN boot solution

More information

SPARC Enterprise T5220 Server Getting Started Guide (For Models That Run on DC Input Power)

SPARC Enterprise T5220 Server Getting Started Guide (For Models That Run on DC Input Power) SPARC Enterprise T5220 Server Getting Started Guide (For Models That Run on DC Input Power) This guide describes the minimum steps you must perform to power on and boot your server for the first time using

More information

Sun Certified System Administrator for the Solaris 10 OS Bootcamp

Sun Certified System Administrator for the Solaris 10 OS Bootcamp Sun Certified System Administrator for the Solaris 10 OS Bootcamp Student Guide - Volume 1 SA-997 Rev A (SA-200-S10-B.2) D63735GC10 Edition 1.0 D64503 Copyright 2009, 2010, Oracle and/or its affiliates.

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) May. 2017 Rev 2.1 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example of HA

More information

The Actual Real World at EclipseCon/ALM

The Actual Real World at EclipseCon/ALM Tycho The Actual Real World at EclipseCon/ALM Raise your Hand if you are Sure Addressing the Issues Real World: Tycho Issues World Wide Distributed Teams India, China, Europe, Argentina, United States

More information

Oracle Solaris Remote Lab A Solaris 11 Adoption Tool

Oracle Solaris Remote Lab A Solaris 11 Adoption Tool Oracle Solaris 11 Developer Webinar Series Oracle Solaris Remote Lab A Solaris 11 Adoption Tool Ron Larson Dale Layfield Oracle Systems ISV Engineering The following is intended to outline our general

More information

Automated Installer: The Good, The Bad and The Ugly

Automated Installer: The Good, The Bad and The Ugly Automated Installer: The Good, The Bad and The Ugly aka: Step-by-Step guide for AI damn right LOSUG April 21st, 2010 Andrew Watkins andrew@dcs.bbk.ac.uk http://notallmicrosoft.blogspot.com Birkbeck College

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

Question No : 1 You are creating a non-global zone on your system. Which option assigns a zpool to a non-global zone, and gives the zone administrator

Question No : 1 You are creating a non-global zone on your system. Which option assigns a zpool to a non-global zone, and gives the zone administrator s@lm@n Oracle Exam 1z0-820 Upgrade to Oracle Solaris 11 System Administrator Version: 7.0 [ Total Questions: 133 ] Question No : 1 You are creating a non-global zone on your system. Which option assigns

More information

<Insert Picture Here> Oracle Solaris 11 Security

<Insert Picture Here> Oracle Solaris 11 Security Oracle Solaris 11 Security Glenn Faden Solaris Security Oracle Corporation Security in Oracle Solaris 11 Built-in, flexible, transparent, hardware assisted Authentication SSH X.509

More information

F5 BIG-IQ Centralized Management: Local Traffic & Network. Version 5.2

F5 BIG-IQ Centralized Management: Local Traffic & Network. Version 5.2 F5 BIG-IQ Centralized Management: Local Traffic & Network Version 5.2 Table of Contents Table of Contents BIG-IQ Local Traffic & Network: Overview... 5 What is Local Traffic & Network?... 5 Understanding

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

What's new in OpenSolaris? Roman Strobl

What's new in OpenSolaris? Roman Strobl What's new in OpenSolaris? Roman Strobl http://blogs.sun.com/observatory Agenda What is OpenSolaris? OpenSolaris on the desktop? Interesting technologies ZFS DTrace SMF IPS Conclusion, Q & A What is OpenSolaris?

More information

Cisco Prime Cable Provisioning 5.1

Cisco Prime Cable Provisioning 5.1 Data Sheet Cisco Prime Cable Provisioning 5.1 Cable service providers face tremendous challenges in keeping pace with the rapid evolution of residential subscriber services. In light of intense market

More information

Exchange Server 2003 To Exchange Server 2010 Active Directory Schema Changes Reference

Exchange Server 2003 To Exchange Server 2010 Active Directory Schema Changes Reference Exchange Server 2003 To Exchange Server 2010 Active Directory Schema Changes Reference Prepare Active Directory and domains Upgrade from Exchange 2010 to Exchange 2013 Deployment reference Before you install

More information

Provisioning and Extensibility Overview for Dell VIS Self-Service Creator

Provisioning and Extensibility Overview for Dell VIS Self-Service Creator Provisioning and Extensibility Overview for Dell VIS Self-Service Creator A Dell Technical White Paper Tom Harrington Global Solutions Engineering THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

<Insert Picture Here> Getting Started with Solaris

<Insert Picture Here> Getting Started with Solaris Getting Started with Solaris W Brian Leonard Principal Software Engineer Program Agenda About Installation Java Desktop System Where is Everything? Users, Profiles

More information

Creating Resources on the ZFS Storage Appliance

Creating Resources on the ZFS Storage Appliance Oracle Enterprise Manager Ops Center Creating Non-Global Zones Using a SAN Storage Library 12c Release 3 (12.3.0.0.0) E65613-01 October 2015 This guide provides an end-to-end example for how to use Oracle

More information