Scaling a Highly Available Global SUSE Manager Deployment at Rackspace to Manage Multiple Linux Platforms

Size: px
Start display at page:

Download "Scaling a Highly Available Global SUSE Manager Deployment at Rackspace to Manage Multiple Linux Platforms"

Transcription

1 Scaling a Highly Available Global SUSE Manager Deployment at Rackspace to Manage Multiple Linux Platforms Aaron Conklin Jeff Price Product Manager Rackspace Principle Architect SUSE

2 First-level bullet (24pt) Second-level bullet (20 pt) Third-level bullet (16pt) 2 Fourth-level bullet (14pt)

3 First-level bullet (24pt) Second-level bullet (20 pt) Third-level bullet (16pt) 3 Fourth-level bullet (14pt)

4 First-level bullet (24pt) Second-level bullet (20 pt) Third-level bullet (16pt) 4 Fourth-level bullet (14pt)

5 First-level bullet (24pt) Second-level bullet (20 pt) Third-level bullet (16pt) 5 Fourth-level bullet (14pt)

6 The Problem Red Hat Enterprise Linux (RHL) 4 EOL 6 ~5000 devices were still on RHEL 4 Current supplier had no plan to extend support It was Fanatical to buy our customers additional time

7 The Problem How to Extend Support 7 What is extended support? Emergency hot fixes Reactive engineering support A patch management solution that integrates into our tools Who can help? A 3 month search yielded nobody Finally, after working with Microsoft, an offer appeared

8 The Problem Single Pane of Glass 8 Fanatical Support is delivered by empowered Rackers Our Segment Support team provides a single patching interface for Rackspace support to control their customer environments Any solution had to easily integrate into this system How can we add flexibility while maintaining consistency?

9 The Problem Multi-Platform Support 9 SUSE Manager's many benefits Backed by a strong Linux engineering organization Based on Spacewalk... extendable to support multiple Linux flavors Common provenance with RHN implied minimal new integration points The benefits of mutli-platform support Lower capex (less equipment needed) Lower opex (less integration) Lower risk (fewer potential points of failure)

10 The Solution

11 Overview Requirements Discovery 11 Rackspace engaged SUSE Consulting Services to design a scalable SUSE Manager infrastructure in order to provide management and patching services to their extensive set of customers and Linux hosts. These hosts are deployed with a variety of distributions and versions including: SUSE Linux Enterprise Server (11, sp1/sp2) Red Hat Enterprise Linux (4.6 6.x) CentOS (5.9 6.x) Various Debian-based distros

12 Overview (continued) 12 Rackspace leverages an existing Satellite deployment during transition, hoping to standardize on SUSE Manager for support of more OS flavors. Rackspace Satellite designs are not suitable to handle the large number of clients (hosts) and engaged SUSE to design a solution that can scale to over 100,000 hosts across multiple geographically dispersed data centers. Rackspace depends on an active/passive cluster design that isn t suited to the stated scalability requirements an active/active design will be provided requiring SUSE Manager customization

13 Architectural Design: 13 Six GEOs including Dallas, Chicago, D.C., Sydney, London and Hong Kong. Scale out N+1 active/active cluster design backed by shared storage and 3-node Oracle RAC db. Split-layer2 network design with F5 load balancers. NON-appliance SUSE Manager install (packages) Customized spacewalk-service scripts. Specialized certificates to handle SSL session fault tolerance. SLES HAE to handle service/session fault-tolerance and taskomatic instance management.

14 Architectural Design (per GEO): SUSE Manager 1.7 per-dc Installation Details High availability is achieved by a scale-out design. Oracle DB is clustered and controls the taskomatic service on a single node. Client access to SUSE Manager server (s) is load balanced shared storage is utilized for RPM storage (/var/spacewalk) and active cache (/var/ cache/rhn). Each additional node gets a copy of certs, rhn.conf, and oracle client connection info (tnsnames.ora). A common name is used for DNS and CA config. Client Registrations via SSH or curl osad runs on each client (jabber) server chats to clients to tell them to check in F5 F5 Clients Load Balanced Access to SUSE Manager by common name : CA uses clustered resource name NOT hostname N+1... Copy to each node from primary (first) node: bootstrap.sh SSL Certs /etc/rhn/rhn.conf /etc/tnsnames.ora 14 Each node has its own DB connection. DB commits are handled by taskomatic Shared Storage Details: SLES 11 SP2 HAE (High Availability Extension) SAN-Based storage with 2 LUNS presented to each node 2 HBA interfaces (separate cards) per host Linux host-based MPIO (Multi Path I/O) for load balancing and failover SBD Stonith device on shared storage partition DLM(Distributed Lock Manager) and O2CB (Oracle cluster stack for OCFS) Cloned resources (per node) OCFS Filesystems (for /var /cache/rhn and /var/ spacewalk) N+1... Primary Shared Storage Requirements: /var/spacewalk /var/cache/rhn HA Configuration Details: Per SUSE Manager node, each node utilizes its own connection to the Oracle DB. CA must be created with cluster common name during installation of first node (NOT the server host name). Additional nodes are installed skipping the DB, schema, SSL cert creation and bootstrap generation. Registration to NCC uses the same username/passwd and DB connection info from primary node install. Post install: copy the /etc/rhn/rhn.conf and /etc/tnsnames.ora to the secondary server nodes. Copy and install the SSL certs from primary node to each secondary. Common name value MUST represent the cluster name NOT a host name. Taskomatic engine must ONLY run on a single node. Node failover would start the process on another node via cluster control (single node constraint ) Cluster should be available via common name. (DNS) Oracle 11G RAC

15 GEO Deployment

16 Geo Deployment RAC Database 16 Typical SUSE Manager deployments leverage single instance Oracle or PostgreS DB several changes are required for a RAC-backed install: Install the DB backend FIRST BEFORE the initial SUSE Manager configuration Database creation is only done on the PRIMARY node via YaST module. Every additional node uses command line scripts for installation Ask the DBA for a single node (vip) to install to INSTEAD of the scan address (service_name target) tnsnames.ora defaults to using SID= change it to SERVICE_NAME= after finishing all the nodes

17 Geo Deployment RAC (cont.) Provide your DBA with an install script to create the DB correctly, including UTF-8, correct grants and revokes, Refer to the DBMS wiki for other details 17 note that the install script method is best for DBAs provides repeatable deployment method Have the DBA check the DB for any compile errors, sometimes a stored procedure doesn t get created correctly the first time and any errors are typically resolved by checking IF you find errors don t forget to modify the script!

18 HA Preparation

19 SLES Cluster Preparation 19 The SLES HAE cluster creation scripts are AWESOME! Use them! Use the sleha-init and slehajoin commands Setting up shared storage can be a lot of work make sure you get complete sign-off on your design as reworking a cluster can be VERY PAINFUL even for James Bond! Make sure NTP is solid and leave IPv6 enabled even if you don t use it (there are protocols that the cluster uses from IPv6) Configure your bonded NICs and disk multipathing prior to clusterifying REMEMBER - The cluster controls spacewalk-service!

20 Cluster Architecture and Design 20 Scale-out cluster requires shared storage with parallelism (lock management) Fail-over cluster (2-node) doesn t need Create storage prior to SUSE Manager setup on primary node Oracle has its own storage

21 Cluster Architecture and Design 21 Create separate storage for /var/spacewalk and /var/cache/rhn Scale-out cluster uses customized certificates with alternative cnames for all nodes, and cluster name. SSL session persistence/stickiness configurations on load balancer

22 Cluster Controls

23 Cluster Controls 23 OCFS mount-points (cache and spacewalk) SBD DLM O2CB Make sure all mount points are setup and working prior to adding them to cluster controlled resources. mkfs -t ocfs2 -N 2 -L cache /dev/mapper/smrepo_part2 mkfs -t ocfs2 -N 2 -L spacewalk dev/mapper/smrepo_part3 dlm ocf:pacemaker:controld ocf:ocfs2:o2cb

24 Cluster Controls - Taskomatic 24 Taskomatic can only run on one node make the cluster control it as a separate resource For scale-out cluster taskomatic can run on any 1 node For fail-over cluster taskomatic runs on primary node Customize spacewalk-service script to remove Taskomatic as a grouped service - /usr/sbin/spacewalk-service BEFORE: SERVICES="jabberd $SUSE_AUDITLOG $DB_SERVICE $TOMCAT $HTTPD osa-dispatcher Monitoring MonitoringScout rhn-search cobblerd taskomatic AFTER: SERVICES="jabberd $SUSE_AUDITLOG $DB_SERVICE $TOMCAT $HTTPD osa-dispatcher Monitoring MonitoringScout rhn-search cobblerd"

25 SUSE Manager Cluster Setup

26 SUSE Manager Cluster Setup Primary Node Gather your setup pre-requisites: Mirror Credentials Database Info : SID or Service Name for RAC User (default susemanager) Password (default susemanager) Port (default 1521) Oracle hostname (DNS please!) - Note : Use a single node for initial install (SID) then change to service_name after 26

27 SUSE Manager Cluster Setup Primary Node (cont.) 27 Run yast2 susemanager_setup Answer questions using info from previous slide CREATE the CA using the CLUSTER NAME!! Upon completion spacewalk-service is automatically started. Run spacewalk-service disable so services do not start at boot Do spacewalk-service stop and continue with other nodes Copy /etc/tnsnames.ora to other node(s)

28 SUSE Manager Cluster Setup Secondary Node(s) Ensure /etc/tnsnames.ora is in place and points to single vip and SID Manual setup on other nodes: spacewalk-setup --skip-db-population --ncc 28 Run : Spacewalk-service list Disable services - cluster will control them Don t forget to modify spacewalk-service to remove taskomatic - this will run as a separate cluster controlled service Replace certs with cluster-ready ones

29 Cluster Certs (also called pain and suffering )

30 Cluster Certs 30 Initial build asks to setup a CA creates /root/ssl_build directory Each node will have its own self-signed certificate you can use rhn-ssl-tool to adapt the server certificates to include alternative cnames. This is important for connection failovers/reconnects The osa-dispatcher service is very particular to the server name - not alt-cname aware. So you need to create certs with the node names and alias names for the cluster name and alternate nodes. rhn-ssl-tool can be used to recreate the ca and/or the certs

31 Cluster Certs - active/passive 31 The jabber service also has some sensitivity to host names and certificates. The client-to-server config (c2s.xml) and the session manager (sm.xml) both need to reference the cluster name (fqdn) - floater. The jabber server referenced in /etc/rhn/rhn.conf needs to reference the local server name and the osadispatcher entry uses the cluster name. Certs need to be put into place: cp server.crt /etc/ssl/servercerts/spacewalk.crt cp server.key /etc/ssl/private/spacewalk.key cp server.crt /etc/apache2/ssl.crt/spacewalk.crt cp server.key /etc/apache2/ssl.key/spacewalk.key

32 Cluster Certs - active/active 32 For active/active there is no aliasing, so everything should have an fqdn in it, including /etc/jabber/xml files and /etc/rhn/rhn.conf

33 Troubleshooting

34 Troubleshooting If osad complains on startup about a bad password, check the password stored in the DB: Create 2 sql scripts - one to check the passwords in the DB and another to remove them: pushdispatchpwread.sql (contents below): pushdispatchpwdelete.sql 34 select jabber_id, password from rhnpushdispatcher; delete from rhnpushdispatcher; commit; Then run these with the following commands: /usr/bin/spacewalk-sql --select-mode-direct /root/pushdispatchpwread.sql if more than one password is found run the following command /usr/bin/spacewalk-sql --select-mode-direct /root/pushdispatchpwdelete.sql

35 Troubleshooting (cont.) Errors that state SSLDisabled like this?? SUSE Manager /06/17 16:16:10-05:00: ('Not able to reconnect',) SUSE Manager /06/17 16:16:10-05:00: ('Traceback (most recent call last):\n File "/usr/share/rhn/osad/jabber_lib.py", line 252, in setup_connection\n c = self._get_jabber_client(js)\n File "/usr/share/rhn/osad/jabber_lib.py", line 309, in _get_jabber_client\n c.connect()\n File "/usr/share/rhn/osad/jabber_lib.py", line 589, in connect\n raise SSLDisabledError\nSSLDisabledError\n',) Make sure the cluster names are being used in jabberd configuration files /etc/jabberd/c2s.xml and sm.xml Make sure the /etc/rhn/rhn.conf jabber and osa-dispatcher lines are correct: server.jabber_server = <fqdn of cluster name> osa-dispatcher.jabber_server = <fqdn of host> 35

36 Active/Passive vs. Active/Active

37 Active/Passive Design Version SUSE Manager 1.7 per-dc Installation Details High availability is achieved by a failover design. Oracle DB is clustered. All SUSE Manager services are grouped and run on a single node with a floating IP. Client access to SUSE Manager server(s) is load balanced shared storage is utilized for RPM storage (/var/ spacewalk) and active cache (/var/cache/rhn). Each additional node gets a copy of certs, rhn.conf, and oracle client connection info (tnsnames.ora). A common name is used for DNS and CA config. Load Balanced Access to SUSE Manager is via Proxies common name : CA uses proxy virtual name NOT hostname Proxy Proxy Proxy Proxy F5 37 Shared Storage Details: SLES 11 SP2 HAE (High Availability Extension) SAN-Based storage with 2 LUNS presented to each node 2 HBA interfaces (separate cards) per host Linux host-based MPIO (Multi Path I/O) for load balancing and failover SBD Stonith device on shared storage partition DLM(Distributed Lock Manager) and O2CB (Oracle cluster stack for OCFS) Cloned resources (per node) OCFS Filesystems (for /var /cache/rhn and /var/ spacewalk) 5505 F5 Clients Shared Storage Primary Each node has its own DB connection. DB commits are handled by taskomatic which runs only on the active node 5505 Client Registrations to load balanced Proxies via SSH or curl osad runs on each client (jabber) server chats to clients to tell them to check in with rhn_check Secondary Shared Storage Requirements: /var/spacewalk /var/cache/rhn Copy to secondary node from primary node: bootstrap.sh SSL Certs /etc/rhn/rhn.conf /etc/tnsnames.ora HA Configuration Details: Per SUSE Manager node, each node utilizes its own connection to the Oracle DB. CA must be created with cluster common name during installation of first node (NOT the server host name ). Additional nodes are installed skipping the DB, schema, SSL cert creation and bootstrap generation. Registration to NCC uses the same username /passwd and DB connection info from primary node install. Post install: copy the /etc/rhn/rhn.conf and /etc/tnsnames.ora to the secondary server nodes. Copy and install the SSL certs from primary node to each secondary. Common name value MUST represent the cluster name NOT a host name. Taskomatic engine must ONLY run on a single node. Node failover would start the process on another node via cluster control (single node constraint) Cluster should be available via common name. (DNS) Oracle 11G RAC

38 Documentation and Guides There are minimal SUSE-based guides and resources for HA designs today... this will change. HA is fully supported, yet minimally discussed in the documentation... this will change. There are different methods of high-availability and solutions to solve your problems... document your requirements. WE ADAPT, YOU SUCCEED... SUSE is here to help, and this WON'T change!

39 The Future

40 The Future Global Patch Management Make management easy Global configuration standardization Fast deployment to approved patching levels Patching CDN 40 Worldwide user and config access by multiple patch management environments Reduced bandwidth usage, lower latency, better performance

41 The Future More Control For The User 41 Fine grained patch management Edge patching for bleeding edge access to updates Managed patching channels for Rackspace validated patches Premium testing services: Test patches against your configs before applying them in production

42 The Future Fanatical Anywhere Develop like you produce, produce like you develop 42 Continuity of configuration between locations, even between hosting providers Nimbleness in a multi-cloud world No lock-in... platform freedom, consistency of support

43 Q&A Thank you. 43

44 44 Corporate Headquarters (Worldwide) Join us on: Maxfeldstrasse Nuremberg Germany

45 Unpublished Work of SUSE. All Rights Reserved. This work is an unpublished work and contains confidential, proprietary and trade secret information of SUSE. Access to this work is restricted to SUSE employees who have a need to know to perform tasks within the scope of their assignments. No part of this work may be practiced, performed, copied, distributed, revised, modified, translated, abridged, condensed, expanded, collected, or adapted without the prior written consent of SUSE. Any use or exploitation of this work without authorization could subject the perpetrator to criminal and civil liability. General Disclaimer This document is not to be construed as a promise by any participating company to develop, deliver, or market a product. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. SUSE makes no representations or warranties with respect to the contents of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. The development, release, and timing of features or functionality described for SUSE products remains at the sole discretion of SUSE. Further, SUSE reserves the right to revise this document and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. All SUSE marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States and other countries. All third-party trademarks are the property of their respective owners.

46 Unpublished Work of SUSE. All Rights Reserved. This work is an unpublished work and contains confidential, proprietary and trade secret information of SUSE. Access to this work is restricted to SUSE employees who have a need to know to perform tasks within the scope of their assignments. No part of this work may be practiced, performed, copied, distributed, revised, modified, translated, abridged, condensed, expanded, collected, or adapted without the prior written consent of SUSE. Any use or exploitation of this work without authorization could subject the perpetrator to criminal and civil liability. General Disclaimer This document is not to be construed as a promise by any participating company to develop, deliver, or market a product. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. SUSE makes no representations or warranties with respect to the contents of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. The development, release, and timing of features or functionality described for SUSE products remains at the sole discretion of SUSE. Further, SUSE reserves the right to revise this document and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. All SUSE marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States and other countries. All third-party trademarks are the property of their respective owners.

SUSE Manager in Large Scale 17220

SUSE Manager in Large Scale 17220 SUSE Manager in Large Scale 17220 Don Vosburg Alejandro Bonilla Sales Engineer dvosburg@suse.com Sales Engineer abonilla@suse.com Geeko comes to SHARE Agenda What is SUSE Manager? What can I do with it

More information

How To Make Databases on SUSE Linux Enterprise Server Highly Available Mike Friesenegger

How To Make Databases on SUSE Linux Enterprise Server Highly Available Mike Friesenegger How To Make Databases on SUSE Linux Enterprise Server Highly Available Mike Friesenegger SUSE Sales Engineer mikef@suse.com Agenda Clarify the term "Availability" What is High Availability Minimize a Database

More information

SUSE Linux Enterprise High Availability Extension

SUSE Linux Enterprise High Availability Extension A Xen Cluster Success Story Using the SUSE Linux Enterprise High Availability Extension Mark Robinson Director, MrLinux mark@mrlinux.co.uk Case Study: R M Donaldson APC High Power Partner My first commercial

More information

Best practices with SUSE Linux Enterprise Server Starter System and extentions Ihno Krumreich

Best practices with SUSE Linux Enterprise Server Starter System and extentions Ihno Krumreich Best practices with SUSE Linux Enterprise Server Starter System and extentions Ihno Krumreich Project Manager for Linux on System z Ihno@SUSE.de SHARE Atlanta 2012 Session 10728 Reasoning Requirements

More information

Managing Linux Servers Comparing SUSE Manager and ZENworks Configuration Management

Managing Linux Servers Comparing SUSE Manager and ZENworks Configuration Management Managing Linux Servers Comparing SUSE Manager and ZENworks Configuration Management Product Support As of September 30,2012, Novell no longer offers general support and will only provide limited updates

More information

Linux High Availability on IBM z Systems

Linux High Availability on IBM z Systems Linux High Availability on IBM z Systems An Overview Kristoffer Gronlund Berthold Gunreben High Availability Engineer SUSE Build Service Engineer SUSE Outline 2 Highly Available Hardware Introduction to

More information

SUSE OpenStack Cloud. Enabling your SoftwareDefined Data Center. SUSE Expert Days. Nyers Gábor Trainer &

SUSE OpenStack Cloud. Enabling your SoftwareDefined Data Center. SUSE Expert Days. Nyers Gábor Trainer & SUSE OpenStack Cloud Enabling your SoftwareDefined Data Center SUSE Expert Days Nyers Gábor Trainer & Consultant @Trebut gnyers@trebut.com The Journey to the SDDC Physical to Virtual to Cloud One application

More information

Build with SUSE Studio, Deploy with SUSE Linux Enterprise Point of Service and Manage with SUSE Manager Case Study

Build with SUSE Studio, Deploy with SUSE Linux Enterprise Point of Service and Manage with SUSE Manager Case Study Build with SUSE Studio, Deploy with SUSE Linux Enterprise Point of Service and Manage with SUSE Manager Case Study Vladimir Botka Joachim Plack Anthony Tortola Product Manager vbotka@suse.com Senior Project

More information

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer &

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer & Provisioning with SUSE Enterprise Storage Nyers Gábor Trainer & Consultant @Trebut gnyers@trebut.com Managing storage growth and costs of the software-defined datacenter PRESENT Easily scale and manage

More information

Linux and z Systems in the Datacenter Berthold Gunreben

Linux and z Systems in the Datacenter Berthold Gunreben Linux and z Systems in the Datacenter Berthold Gunreben Build Service Engineer SUSE Linux Available Architectures for SUSE Linux Enterprise Server X86, z Systems, Power Common Source Code for all architectures

More information

SUSE Manager and Salt

SUSE Manager and Salt SUSE Manager and Salt The Three Cs of the IT Transformation Challenge Transform your approach to infrastructure to enable the business to capitalize on new innovations of data Cost Complexity Compliance

More information

SaltStack and SUSE Systems and Configuration Management that Scales and is Easy to Extend

SaltStack and SUSE Systems and Configuration Management that Scales and is Easy to Extend SaltStack and SUSE Systems and Configuration Management that Scales and is Easy to Extend Joachim Werner Senior Product Manager SUSE Linux GmbH Bogdan Maryniuk Software Engineer SUSE Linux GmbH joe@suse.com

More information

Essentials. Johannes Meixner. about Disaster Recovery (abbreviated DR) with Relax-and-Recover (abbreviated ReaR)

Essentials. Johannes Meixner. about Disaster Recovery (abbreviated DR) with Relax-and-Recover (abbreviated ReaR) Essentials about Disaster Recovery (abbreviated DR) with Relax-and-Recover (abbreviated ReaR) Johannes Meixner Why DR with ReaR matters Relax-and-Recover is currently used in particular

More information

SUSE Linux Enterprise Kernel Back to the Future

SUSE Linux Enterprise Kernel Back to the Future SUSE Enterprise Kernel Back to the Future Olaf Kirch Director Server Engineering okir@suse.com Agenda SUSE Enterprise Service Packs What makes a SUSE Enterprise kernel an enterprise kernel? Bringing you

More information

SUSE Manager Roadmap OS Lifecycle Management from the Datacenter to the Cloud

SUSE Manager Roadmap OS Lifecycle Management from the Datacenter to the Cloud SUSE Manager Roadmap OS Lifecycle Management from the Datacenter to the Cloud Joachim Werner Senior Product Manager joe@suse.com Jeff Lindholm Sales Engineer Jlindholm@suse.com SUSE and Linux Workloads

More information

Exploring History with Hawk

Exploring History with Hawk Exploring History with Hawk An Introduction to Cluster Forensics Kristoffer Grönlund High Availability Software Developer kgronlund@suse.com This tutorial High Availability in 5 minutes Introduction to

More information

Protect your server with SELinux on SUSE Linux Enterprise Server 11 SP Sander van Vugt

Protect your server with SELinux on SUSE Linux Enterprise Server 11 SP Sander van Vugt Protect your server with SELinux on SUSE Linux Enterprise Server 11 SP Sander van Vugt Instructor, Consultant and Author Sandervanvugt.nl About Sander van Vugt Trainer, consultant and author Doing much

More information

Open Enterprise & Open Community

Open Enterprise & Open Community Open Enterprise & Open Community Working Together Richard Brown opensuse Chairman SUSE Linux GmbH Andrew Wafaa Principal Engineer, Open Source ARM Ltd Stephan Kulow opensuse Release Manager SUSE Linux

More information

Using Linux Containers as a Virtualization Option

Using Linux Containers as a Virtualization Option Using Linux Containers as a Virtualization Option Michal Svec Product Manager msvec@suse.com Mike Friesenegger Sales Engineer mfriesenegger@suse.com 2 Containers Linux Containers Virtualization OS Level

More information

Docker Networking In OpenStack What you need to know now. Fawad Khaliq

Docker Networking In OpenStack What you need to know now. Fawad Khaliq Docker Networking In OpenStack What you need to know now Fawad Khaliq About Me OpenStack Community Member Developer in Neutron Maintainer of PLUMgrid Neutron Plugin (networking-plumgrid) How to contact

More information

Cloud in a box. Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX. Lars Everbrand. Software Developer

Cloud in a box. Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX. Lars Everbrand. Software Developer Cloud in a box Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX Lars Everbrand Software Developer lars.everbrand@ericsson.com 2 From 3 To Introduction Disclaimer All views expressed

More information

From GIT to a custom OS image in a few click OS image made easy

From GIT to a custom OS image in a few click OS image made easy From GIT to a custom OS image in a few click OS image made easy Frédéric Crozat Senior Software Engineer SUSE fcrozat@suse.com Goals Create ISO live image to ease testing Automate image creation as much

More information

Novell SLES 10/Xen. Roadmap Presentation. Clyde R. Griffin Manager, Xen Virtualization Novell, Inc. cgriffin at novell.com.

Novell SLES 10/Xen. Roadmap Presentation. Clyde R. Griffin Manager, Xen Virtualization Novell, Inc. cgriffin at novell.com. Novell SLES 10/Xen Roadmap Presentation Clyde R. Griffin Manager, Xen Virtualization Novell, Inc. cgriffin at novell.com September 8, 2006 SUSE Linux Enterprise Server 10 SLES 10 w/xen 3.0.2 is now available

More information

Exploring the High Availability Storage Infrastructure. Tutorial 323 Brainshare Jo De Baer Technology Specialist Novell -

Exploring the High Availability Storage Infrastructure. Tutorial 323 Brainshare Jo De Baer Technology Specialist Novell - Exploring the High Availability Storage Infrastructure. Tutorial 323 Brainshare 2007 Jo De Baer Technology Specialist Novell - jdebaer@novell.com Agenda The High Availability Storage Infrastructure very

More information

Novell Infiniband and XEN

Novell Infiniband and XEN Novell Infiniband and XEN XEN-IB project status Patrick Mullaney November 22, 2006 Infiniband and XEN Background Client requirements: > Guest OS access to Infiniband fabric > Initial approach:» L3 based

More information

Expert Days SUSE Enterprise Storage

Expert Days SUSE Enterprise Storage Expert Days 2018 SUSE Enterprise Storage SUSE Enterprise Storage An intelligent software-defined storage solution, powered by Ceph technology, that enables IT to transform their enterprise storage infrastructure

More information

Define Your Future with SUSE

Define Your Future with SUSE Define Your Future with SUSE SUSE Linux Enterprise and more Bo Jin Sales Engineer bo.jin@suse.com SUSE auf einen Blick 25+ +8% Jahre Erfahrung in der Open-SourceEntwicklung SUSE-Wachstum vgl. mit anderen

More information

Introduction to Software Defined Infrastructure SUSE Linux Enterprise 15

Introduction to Software Defined Infrastructure SUSE Linux Enterprise 15 Introduction to Software Defined Infrastructure SUSE Linux Enterprise 15 Matthias G. Eckermann Director Product Management SUSE Linux Enterprise Helsinki, 2018-03-08 SUSE Software-defined Infrastructure

More information

SUSE An introduction...

SUSE An introduction... Virtualization @ SUSE An introduction... Mike Latimer Sr. Engineering Manager SUSE mlatimer@suse.com Agenda Who is SUSE? Introduction to Virtualization Types of Hypervisors Xen KVM libvirt Virtualization

More information

A Carrier-Grade Cloud Phone System

A Carrier-Grade Cloud Phone System A Carrier-Grade Cloud Phone System Based on SUSE Linux Enterprise Server & High Availability Extension Brett Buckingham Managing Director, silhouette R&D Broadview Networks bbuckingham@broadviewnet.com

More information

VSP16. Venafi Security Professional 16 Course 04 April 2016

VSP16. Venafi Security Professional 16 Course 04 April 2016 VSP16 Venafi Security Professional 16 Course 04 April 2016 VSP16 Prerequisites Course intended for: IT Professionals who interact with Digital Certificates Also appropriate for: Enterprise Security Officers

More information

Welcome to SUSE Expert Days 2017 Service Delivery with DevOps

Welcome to SUSE Expert Days 2017 Service Delivery with DevOps Welcome to SUSE Expert Days 2017 Service Delivery with DevOps Changing Application Service Delivery with DevOps 2 Key Components for DevOps Success Good habits and people Development done now Automate

More information

Building a Secure and Compliant Cloud Infrastructure. Ben Goodman Principal Strategist, Identity, Compliance and Security Novell, Inc.

Building a Secure and Compliant Cloud Infrastructure. Ben Goodman Principal Strategist, Identity, Compliance and Security Novell, Inc. Building a Secure and Compliant Cloud Infrastructure Ben Goodman Principal Strategist, Identity, Compliance and Security Novell, Inc. Why Are We Here? Expanded Enterprise Data access anywhere, anytime

More information

SICOOB. The Second Largest Linux on IBM System z Implementation in the World. Thiago Sobral. Claudio Kitayama

SICOOB. The Second Largest Linux on IBM System z Implementation in the World. Thiago Sobral. Claudio Kitayama SICOOB The Second Largest Linux on IBM System z Implementation in the World Claudio Kitayama Thiago Sobral IT Infrastructure Analyst Sicoob claudio.kitayama@sicoob.com.br Sales Engineer tsobral@suse.com

More information

Using Crowbar to Deploy Your OpenStack Cloud. Adam Spiers Vincent Untz John H Terpstra

Using Crowbar to Deploy Your OpenStack Cloud. Adam Spiers Vincent Untz John H Terpstra Using Crowbar to Deploy Your OpenStack Cloud Adam Spiers Vincent Untz John H Terpstra Clouds don t come with an auto-pilot 2 IT Problem: Scale Explosion Mainframe 1980 3 Client / Server 1990 Datacenter

More information

Getting the most out of Red Hat Network Satellite. Clifford Perry RHN Sustaining Engineer

Getting the most out of Red Hat Network Satellite. Clifford Perry RHN Sustaining Engineer Getting the most out of Red Hat Network Satellite Clifford Perry RHN Sustaining Engineer Agenda Backup & Recovery Further understanding of RHN Satellite Overview Structure Services Tips on deploying and

More information

SDS Heterogeneous OS Access. Technical Strategist

SDS Heterogeneous OS Access. Technical Strategist SDS Heterogeneous OS Access Alejandro Bonilla Technical Strategist abonilla@suse.com Agenda Introduction to Ceph Architecture RADOS Block Device (RBD) iscsi overview Exposing Ceph RBDs via iscsi 2 LIO

More information

Saving Real Storage with xip2fs and DCSS. Ihno Krumreich Project Manager for SLES on System z

Saving Real Storage with xip2fs and DCSS. Ihno Krumreich Project Manager for SLES on System z Saving Real Storage with xip2fs and DCSS Ihno Krumreich Project Manager for SLES on System z ihno@suse.de Agenda Overview DCSS What is DCSS? xip2fs What is xip2fs? DCSS How to create? Maintenance Problems

More information

Before We Start... 1

Before We Start... 1 1 Before We Start... Isn't One Type of Car Enough? Functionality Efficiency Performance Emotions Reliability? MgE Functionality Efficiency Performance Emotions C. Nocke 2 Isn't One Type of filesystem Enough?

More information

Secure Authentication

Secure Authentication Secure Authentication Two Factor Authentication LDAP Based SSH Keys Mark Gardner UMB Financial Corporation Noor Kreadly Federal Reserve Bank of Kansas City Prerequisites 2 Software Used edirectory 9.0

More information

High Availability for Highly Reliable Systems

High Availability for Highly Reliable Systems High Availability for Highly Reliable Systems Mike Friesenegger SUSE Wednesday, February 6, 2013 Session: 12367 Agenda What is a high availability (HA) cluster? What is required to build a HA cluster using

More information

BOV89296 SUSE Best Practices Sharing Expertise, Experience and Knowledge. Christoph Wickert Technical Writer SUSE /

BOV89296 SUSE Best Practices Sharing Expertise, Experience and Knowledge. Christoph Wickert Technical Writer SUSE / BOV89296 SUSE Best Practices Sharing Expertise, Experience and Knowledge Christoph Wickert Technical Writer SUSE / cwickert@suse.com AGENDA The SUSE Documentation Team SUSE Best Practices Open Source Tools

More information

Samba and Ceph. Release the Kraken! David Disseldorp

Samba and Ceph. Release the Kraken! David Disseldorp Samba and Ceph Release the Kraken! David Disseldorp ddiss@samba.org Agenda Ceph Overview State of Samba Integration Performance Outlook Ceph Distributed storage system Scalable Fault tolerant Performant

More information

Novell Access Manager

Novell Access Manager Quick Start AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP2 June 11, 2010 www.novell.com Novell Access Manager 3.1 SP2 Quick Start Legal Notices Novell, Inc., makes no representations or warranties

More information

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

Samba HA Cluster on SLES 9

Samba HA Cluster on SLES 9 Samba HA Cluster on SLES 9 High Availability with Samba 3 on Linux Rolf Schmidt Support Engineer Novell, Inc. Rolf.Schmidt@novell.com May 29, 2006 Agenda Introduction Samba Setup Definitions High Availability

More information

DevOps with SUSE: How SUSE Manager, SUSE Studio and SUSE Cloud APIs Facilitate Continuous Software Delivery. Wolfgang Engel.

DevOps with SUSE: How SUSE Manager, SUSE Studio and SUSE Cloud APIs Facilitate Continuous Software Delivery. Wolfgang Engel. DevOps with SUSE: How SUSE Manager, SUSE Studio and SUSE Cloud APIs Facilitate Continuous Software Delivery Joachim Werner Wolfgang Engel Senior Product Manager SUSE/joe@suse.com Engineer SUSE/wengel@suse.com

More information

Troubleshooting Your SUSE TUT6113. Cloud. Paul Thompson SUSE Technical Consultant. Dirk Müller SUSE OpenStack Engineer

Troubleshooting Your SUSE TUT6113. Cloud. Paul Thompson SUSE Technical Consultant. Dirk Müller SUSE OpenStack Engineer Troubleshooting Your SUSE TUT6113 Cloud Paul Thompson SUSE Technical Consultant Dirk Müller SUSE OpenStack Engineer 2 SUSE Cloud... SUSE Cloud Troubleshooting 3 SUSE Cloud 4653 Parameters 4 SUSE Cloud

More information

Saving Your Bacon Recovering From Common Linux Startup Failures

Saving Your Bacon Recovering From Common Linux Startup Failures Saving Your Bacon Recovering From Common Linux Startup Failures Mark Post Novell, Inc. Friday, August 12, 2011 Session Number 10105 Agenda How the boot process is supposed to work What things can go wrong

More information

Unleash the Power of Ceph Across the Data Center

Unleash the Power of Ceph Across the Data Center Unleash the Power of Ceph Across the Data Center TUT18972: FC/iSCSI for Ceph Ettore Simone Alchemy LAB ettore.simone@alchemy.solutions Agenda Introduction The Bridge The Architecture Benchmarks A Light

More information

Using ZENworks with Novell Service Desk

Using ZENworks with Novell Service Desk www.novell.com/documentation Using ZENworks with Novell Service Desk Novell Service Desk 7.1 April 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Oracle Privileged Account Manager

Oracle Privileged Account Manager Oracle Privileged Account Manager Disaster Recovery Deployment Considerations O R A C L E W H I T E P A P E R A U G U S T 2 0 1 5 Disclaimer The following is intended to outline our general product direction.

More information

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware An Oracle White Paper October 2009 The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware Introduction Oracle Enterprise Manager provides a single, integrated

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Too Many Metas A high level look at building a metadata desktop. Joe Shaw

Too Many Metas A high level look at building a metadata desktop. Joe Shaw Too Many Metas A high level look at building a metadata desktop Joe Shaw joe@ximian.com Overview About me Dashboard Beagle desktop search Metadata solution -- what's the problem? A few statements (facts?)

More information

AUTHORIZED DOCUMENTATION. Using ZENworks with Novell Service Desk Novell Service Desk February 03,

AUTHORIZED DOCUMENTATION. Using ZENworks with Novell Service Desk Novell Service Desk February 03, AUTHORIZED DOCUMENTATION Using ZENworks with Novell Service Desk 6.5.4 Novell Service Desk 6.5.4 February 03, 2012 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

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

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

HP StoreVirtual DSM for Microsoft MPIO Deployment Guide

HP StoreVirtual DSM for Microsoft MPIO Deployment Guide HP StoreVirtual DSM for Microsoft MPIO Deployment Guide HP Part Number: AX696-96344 Published: December 2013 Edition: 5 Copyright 2011, 2013 Hewlett-Packard Development Company, L.P. Revision History Revision

More information

DBaaS (Oracle and Open Source)

DBaaS (Oracle and Open Source) DBaaS (Oracle and Open Source) Vess Natchev vess@us.ibm.com Power Cloud Team Leader Systems Lab Services IBM Systems Lab Services Proven IT Infrastructure Expertise 1 Agenda Definition Life Cycle of Database

More information

SUSE Linux Enterprise 11

SUSE Linux Enterprise 11 SUSE Linux Enterprise 11 Singapore OSS Community Launch 22 nd April 2009 Kam, Han Wen ( 甘汉文 ) Senior Technology Specialist Global Strategic Partners (Asia Pacific) Why Choose SUSE Linux Enterprise Server

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Gaps and Overlaps in Identity Management Solutions OASIS Pre-conference Workshop, EIC 2009

Gaps and Overlaps in Identity Management Solutions OASIS Pre-conference Workshop, EIC 2009 Gaps and Overlaps in Identity Management Solutions OASIS Pre-conference Workshop, EIC 2009 Dale Olds Novell Distinguished Engineer dolds@novell.com Overview 2 Problems with identity management today It's

More information

Security Support Open Mic Build Your Own POC Setup

Security Support Open Mic Build Your Own POC Setup IBM Security Access Manager 08/25/2015 Security Support Open Mic Build Your Own POC Setup Panelists Reagan Knowles Level II Engineer Nick Lloyd Level II Support Engineer Kathy Hansen Level II Support Manager

More information

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage By Dave Jaffe Dell Enterprise Technology Center and Kendra Matthews Dell Storage Marketing Group Dell Enterprise Technology Center delltechcenter.com

More information

openqa Avoiding Disasters of Biblical Proportions Marita Werner QA Project Manager

openqa Avoiding Disasters of Biblical Proportions Marita Werner QA Project Manager openqa Avoiding Disasters of Biblical Proportions Marita Werner QA Project Manager mawerner@suse.com Testing is HARD - Everyone who has built any software, ever. Upstreams Upstream projects are moving

More information

3 Mobility Pack Installation Instructions

3 Mobility Pack Installation Instructions Novell Data Synchronizer Mobility Pack Readme Novell September 10, 2010 1 Overview The Novell Data Synchronizer Mobility Pack creates a new Synchronizer system that consists of the Synchronizer services,

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

Novell Access Manager

Novell Access Manager Setup Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 Setup Guide Legal Notices Novell, Inc., makes no representations or warranties

More information

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

Oracle Enterprise Manager Ops Center E Introduction

Oracle Enterprise Manager Ops Center E Introduction Oracle Enterprise Manager Ops Center Discover an Oracle ZFS Storage Appliance and Configure Storage Libraries 12c Release 2 (12.2.2.0.0) E40770-03 December 2014 This guide provides an end-to-end example

More information

IO110: Open Enterprise Server 2. Hardware you can hit with a hammer, software you can only curse at...

IO110: Open Enterprise Server 2. Hardware you can hit with a hammer, software you can only curse at... IO110: Open Enterprise Server 2 Hardware you can hit with a hammer, software you can only curse at... Agenda OES2 in 2008 What's in it and when to expect it Timeline New features Enhancements Lessons learned

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

Novell Data Synchronizer 1.2

Novell Data Synchronizer 1.2 AUTHORIZED DOCUMENTATION Installation Guide Novell Data Synchronizer 1.2 August 24, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software.

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. White Paper rev. 2017-10-16 2017 FlashGrid Inc. 1 www.flashgrid.io Abstract Ensuring high availability

More information

Tips and Tricks on Successful Upgrade to 11gR2

Tips and Tricks on Successful Upgrade to 11gR2 Tips and Tricks on Successful Upgrade to 11gR2 Project Approval Get buy in from CIO and other groups Justify the need End of premier support Extended Support Cost To be current Benefits of new release

More information

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES An EDB White Paper For CIOs and IT Directors December 2015 TABLE OF CONTENTS 03 03 03 05 07 07 08 08 09 INTRODUCTION POSTGRES THE WORLD S MOST ADVANCED

More information

The specifications and information in this document are subject to change without notice. Companies, names, and data used

The specifications and information in this document are subject to change without notice. Companies, names, and data used WEBADM PUBLISHING PROXY The specifications and information in this document are subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.

More information

Symantec Protection Center Getting Started Guide. Version 2.0

Symantec Protection Center Getting Started Guide. Version 2.0 Symantec Protection Center Getting Started Guide Version 2.0 Symantec Protection Center Getting Started Guide The software described in this book is furnished under a license agreement and may be used

More information

Veritas NetBackup OpenStorage Solutions Guide for Disk

Veritas NetBackup OpenStorage Solutions Guide for Disk Veritas NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 8.0 Veritas NetBackup OpenStorage Solutions Guide for Disk Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

Software-defined Shared Application Acceleration

Software-defined Shared Application Acceleration Software-defined Shared Application Acceleration ION Data Accelerator software transforms industry-leading server platforms into powerful, shared iomemory application acceleration appliances. ION Data

More information

SUSE Linux Enterprise High Availability Extension

SUSE Linux Enterprise High Availability Extension SUSE Linux Enterprise High Availability Extension 11 SP2 March 29, 2012 High Availability Guide www.suse.com High Availability Guide List of Authors: Tanja Roth, Thomas Schraitle Copyright 2006 2012 Novell,

More information

Software Defined. All The Way with OpenStack. T. R. Bosworth Senior Product Manager SUSE OpenStack Cloud

Software Defined. All The Way with OpenStack. T. R. Bosworth Senior Product Manager SUSE OpenStack Cloud Software Defined All The Way with OpenStack T. R. Bosworth Senior Product Manager SUSE OpenStack Cloud Mark Darnell Senior Product Manager SUSE OpenStack Cloud Why Bother with Software Defined Infrastructure?

More information

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide An Oracle White Paper November 2009 Oracle RAC One Node 11g Release 2 User Guide Introduction... 1 Software Installation... 3 How to Configure an Oracle RAC One Node Database... 6 Rolling Patch Application

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

More information

This Readme describes the NetIQ Access Manager 3.1 SP5 release.

This Readme describes the NetIQ Access Manager 3.1 SP5 release. NetIQ Access Manager 3.1 SP5 Readme January 2013 This Readme describes the NetIQ Access Manager 3.1 SP5 release. Section 1, What s New, on page 1 Section 2, Upgrading or Migrating to Access Manager 3.1

More information

Quick Start Access Manager 3.1 SP5 January 2013

Quick Start Access Manager 3.1 SP5 January 2013 www.novell.com/documentation Quick Start Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Deploying Solaris 11 with EqualLogic Arrays

Deploying Solaris 11 with EqualLogic Arrays Deploying Solaris 11 with EqualLogic Arrays Step-by-step guide to integrating an Oracle Solaris 11 server with a Dell EqualLogic PS Series Array Dell Storage Engineering February 2014 A Dell Deployment

More information

ZENworks Reporting ZENworks Reporting Appliance Deployment and Administration Reference. December 2015

ZENworks Reporting ZENworks Reporting Appliance Deployment and Administration Reference. December 2015 ZENworks Reporting 5.6.1 ZENworks Reporting Appliance Deployment and Administration Reference December 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents

More information

Let s manage agents. Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management

Let s manage agents. Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management Let s manage agents Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management Agenda Inventory management Job management Managed by backup server jobs Managed by agent jobs Recovery

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-401 Exam Name: Designing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Which option requires the fewest components to implement a fault-tolerant, load-balanced

More information

Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0

Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0 Oracle Cloud Infrastructure Virtual Cloud Network Overview and Deployment Guide ORACLE WHITEPAPER JANUARY 2018 VERSION 1.0 Table of Contents Purpose of this Whitepaper 1 Scope & Assumptions 1 Virtual Cloud

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

More information

Interoute Use Case. SQL 2016 Always On in Interoute VDC. Last updated 11 December 2017 ENGINEERED FOR THE AMBITIOUS

Interoute Use Case. SQL 2016 Always On in Interoute VDC. Last updated 11 December 2017 ENGINEERED FOR THE AMBITIOUS Interoute Use Case SQL 2016 Always On in Interoute VDC Last updated 11 December 2017 ENGINEERED FOR THE AMBITIOUS VERSION HISTORY Version Date Title Author 1 11 / 12 / 17 SQL 2016 Always On in Interoute

More information

StoneGate SSL VPN Release Notes for Version 1.3.1

StoneGate SSL VPN Release Notes for Version 1.3.1 StoneGate SSL VPN Release Notes for Version 1.3.1 Created: July 29, 2009 Table of Contents What s New... 3 System Requirements... 4 Build Version... 4 Product Binary Checksums... 4 Compatibility... 5 Upgrade

More information

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2 DECEMBER 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software

More information

Appliance Upgrade Guide

Appliance Upgrade Guide Appliance Upgrade Guide 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information