Oracle on SUSE Linux Enterprise Server

Size: px
Start display at page:

Download "Oracle on SUSE Linux Enterprise Server"

Transcription

1 Oracle on SUSE Linux Enterprise Server Technical Introduction Arun Singh Software Engineer Consultant March 24, 2006

2 Agenda Oracle - Introduction orarun package Tuning Aspects Installation Tips Installation Q&A 2

3 Enterprises are Shifting to Open Today's Enterprise: Multiple platforms, proprietary technologies, management and security challenges Increased leverage of IT skills and assets Proprietary Systems Improved security and manageability Interoperability challenges Growing security threats Lack of vendor choice Tomorrow s Open Enterprise: Performance, reliability, and world-class support on standards-based, open platforms Open Systems Spiralling costs 3 Vendor flexibility Dramatic reductions in operating costs

4 Introducing: SUSE Linux Enterprise 10 The platform for the open enterprise. 4 Built-in application security Virtualization Integrated systems management Supported on the full range of hardware architectures.

5 Novell's Comprehensive Ecosystem User Communities Training Applications Data Center Desktop Workgroup Resource Management Database SUSE Linux Enterprise Operating Systems10 Worldwide Technical Support Developer Communities 5 Security & Identity Independent Software Vendors User Interface Applications Education Independent Hardware Vendors Worldwide Consulting Services

6 Oracle: Brief Introduction

7 Novell and Oracle Partner Strong Partnership Technology and Business Planning Relationship since first Oracle-Linux version on SUSE 6.0 Engineer on-site at Oracle Regular Technical Meetings Bugs, Customer problem escalation, Future features, etc. Combined Testing Efforts 7 Testing, Supporting partners/customers on technical issues New OS, Service Packs, Oracle Patches, OCFS2, etc.

8 Supported Oracle Platforms 8 Oracle Supported Platforms Linux x86 Linux x86-64 (AMD64, EM64T) Linux IA64 (Itanium Processor Family) IBM zseries (S/390) Linux for POWER

9 Supported Oracle Products All key Oracle products are certified to run on SUSE Linux Enterprise Server (SLES) Oracle Database Server - Oracle 9iR2, 10gR1, 10gR2, etc. Oracle Application Server - Oracle ias 10g, 10gR2, 10gR3 Oracle Collaboration Suite , 10g Oracle E-Business Suite - Oracle Apps 11i (11.5.9), ( ) Oracle Developer Suite Oracle JDeveloper 10gR3 (10.1.3) Check Certify on Oracle MetaLink ( for current certification status of each products. 9

10 Oracle Database Server 10g Application Server Grid Database Grid Highest Quality of Service Lowest Cost Easiest to Manage Grid Control Storage Grid 10

11 Oracle Products In Action Business Intelligence Tools Web Services Packaged Applications Source: Oracle Magazine, March/April

12 Oracle Database Server 10g Oracle Database Server 10g Available in various bundling Enterprise Edition Standard Edition (4 CPU) Standard Edition One (2 CPU) Personal Edition (full featured for individuals) Lite Edition (mobile devices) Express Edition (free version) Easy upgrade to 10g from Oracle 8i & Oracle 9i 12 Check Metalink for version compatibility details.

13 Oracle Database 10gR1 Features 13 Released in Sept Self Managing Database Improved installation Automatic SGA (System Global Area) Management Data Pump Job Scheduler Flashback Database Automatic Database Diagnostic Monitor (ADDM) SQL Tuning and Access adviser RMAN (Recovery Manager) Web Based Enterprise Manager

14 Oracle Database 10gR2 Features 14 Released in June 2005 Improved Automatic Storage System (ASM) Automatic Backup and Recovery Secure Backup Fault Tolerant Standby Data Provisioning Real Application Clusters (RAC) Improved Enterprise Manager Self Managing Database Improvements Improved DB Control, Job Scheduler Native XML Query Support in the Database Application Express Web Application Development

15 Oracle Database Express Edition (XE) Released in February 2006 (10gR2 based) Free to develop, deploy and distribute Easy to Install and Remove (rpm format) Small foot print (Less RAM and Disk Space required) Limitations Restricted to use system resources up to: 15 Developers, DBA's, ISV's, and Educational Institutions and Students 4GB of user data 1 GB RAM 1 CPU only 32 bit Linux (x86) only Fully Upgradeable to Oracle 10gR2 Enterprise Edition

16 Oracle Real Application Clusters (RAC) Application Scalability High Availability Node & Database instance no longer represent single point of failure Storage Options 16 Add instances against same database files providing more Oracle processes and increasing number of users OCFS2, ASM, NFS, & RAW file system

17 Oracle RAC Instance Architecture Public Network Nodeapps: Vip, ons, gsd ASM inst DB inst 1 CRS Node 1 Private Network ASM inst DB inst 2 Node 2 Vote DB Shared Storage Private Network ASM inst DB inst 3 CRS OCR 17 Nodeapps: Vip, ons, gsd Nodeapps: Vip, ons, gsd CRS Node 3

18 Oracle Products Roadmap Oracle Authorized Source: 18

19 orarun : Must have package

20 orarun : What it is? 20 orarun is SUSE Linux rpm-package for easy, and effortless Oracle Database Install. orarun is part of SUSE Linux Enterprise Server You can download latest version of orarun from Novell ftp site: SLES 9: ftp://ftp.novell.com/partners/oracle/sles-9/ SLES10: ftp://ftp.novell.com/partners/oracle/sles-10

21 orarun : What it does? Set up user oracle, groups dba, oinstall Set Oracle environment variables 21 ORACLE_BASE, ORACLE_HOME, PATH, LD_LIBRARY_PATH, TNS_ADMIN, ORA_NLS33, etc. Set SUSE Linux Kernel parameters Shared memory: shmmax, shmmni, shmall, shm-use-bigpages Semaphores: semmsl, semmns, semopm, semmni Network (for RAC): ip_local_port_range, (r w)mem_(max default) Limits: max. open files, max. processes, max core-file size, vm_mapped_ratio

22 orarun : What it does? Provide Start/Stop script for Oracle services Increase oracle user's shell limits /etc/security/limits.conf /etc/pam.d/login Provides symlinks for some Oracle products that expect at non-standard places. Provides helper library for Oracle 9i on SLES9 (32bit) 22 Oracle DB, listener, Enterprise Manager, etc. libinternalsymbols

23 orarun : Main Components /etc/init.d/oracle 23 start/stop scripts for Oracle Database and other services. /etc/sysconfig/oracle Central place for variables used by start/stop scripts. Use YaST to modify orarun variables. /etc/profile.d/oracle.[c]sh Pre-defined Oracle environment variables. Edit this file as per your oracle environment.

24 orarun : YaST Interface /sbin/yast2 - System -/etc/sysconfig Editor Search for ORACLE to list available parameters Run /etc/init.d/oracle as user root to apply new changes 24

25 Tuning Aspects

26 Optimizations OS Remember: Select certified hardware and components Server should be tuned for specific task CPU intensive Database intensive Optimize your server hard disk usage swap on different disk Partition layout Use RAID Monitor Server Resources bit, or 64 bit top, vmstat, sar, iostat, slabtop, strace, etc.

27 Optimizations VM /proc/sys/vm/swappiness Default value is 60 Set Higher value means ideal applications/services are removed from the memory, allowing the memory to be used for I/O caching Set Lower value, If you don't want applications to be removed from memory in favor of I/O caching i.e. avoid swapping. i.e. echo 10 /proc/sys/vm/swappiness 27 use vmstat to monitor

28 Optimizations IO 28 I/O Scheduler Default SLES scheduler is cfq works well Select at boot time or modify grub entry i.e. elevator=xxx Select one of four schedulers cfq or deadline or as or noop Try deadline for disk intensive database application Try as for fileservers with mostly reads Try noop with fast storage system with lots of cache. Tune the I/O Scheduler /sys/block/sdx/queue/iosched/quantum - Default value is 4 Lower value Shorter latency but lower data throughput Higher Value Longer latency but higher data throughput

29 Optimizations IO I/O Subsystem /sys/block/sdx/queue/read_ahead /sys/block/sdx/queue/nr_requests 29 Increase from 128 to 512 for fast SCSI disks or RAID. Increase from 128 to 256 if CFQ scheduler and fast storage is used to boost the data throughput.

30 Optimizations AIO/DIO Asynch I/O, Direct I/O You need libaio libraries from OS i.e. rpm -q libaio Oracle 10gR2 is enabled (default) 30 Older Oracle products 9iR2/10gR1 must be relinked with async_on» make PL_ORALIBS=-laio -f ins_rdbms.mk async_on» make PL_ORALIBS=-laio -f ins_rdbms.mk ioracle init.ora settings : filesystemio_options=xxx Default is NONE asynch to enable ASYNCH only directio to enable Direct IO only (filesystem must support) setall both Asynch and Direct IO is enabled.

31 Optimizations Oracle Tools Oracle 9i Install STATSPACK Collect statistics (PL/SQL) and Analyze performance sqlplus / as EXECUTE statspack.snap and run spreport.sql Oracle 10g AWR (Automatic Workload Repository) Built into Oracle Kernel (no SQL) and Collects data every 60 min. (default) Reports ( HTML via Enterprise Manager)» ADDM (Automatic Database Diagnostic Monitor) 31 Manual: SQL@$ORACLE_HOME/rdbms/admin/awrrpt.sql Reports are based on AWR snapshots

32 Summary : Oracle on SUSE Linux SUSE Linux Enterprise Server (update with latest Service Packs) Scales better for SMP's Improved I/O Features Configure I/O Properly Ensure HBA's cache is enable Use RAID and analyze performance with different block sizes Enable AIO/Direct IO 32 Adjust filesystemio_option in init.ora (Default is NONE) Performance Analysis Use Enterprise Manager Performance Analysis feature to collect and analyze data. Correlate OS and Database Reports to isolate problem area

33 Installation Tips

34 SUSE Linux Required Packages Packages Default SUSE Linux Package Selection C/C++ Compiler and Tools Oracle Server Base Other useful packages sysstat Provides sar, iostat, mpstat, etc. OCFS2 34 Provides orarun package ocfs2-tools & ocfs2console

35 SUSE Linux Version Check 35 Verify SUSE Linux version before installing Oracle SPident /etc/suse-release uname

36 SUSE Linux File System Selection 36 ReiserFS v3 Scalable & Performant Best for lot of small files EXT3 Performant Best for small file systems (few files) XFS Scalable & Performant Best for lot of large files

37 SUSE Linux Oracle 10gR2 Problem: Oracle 10gR2 Universal Installer reports unsupported OS on SUSE Linux Enterprise 10 based products. Solution: Start Oracle Installer with ignoresysprereqs option. i.e../runinstaller -ignoresysprereqs 37

38 SUSE Linux Oracle 10gR2 Problem: Oracle 10gR2 Installation will hang at link time due to incorrect syntax in $ORACLE_HOME/bin/gennttab file.... LIB=`$ECHO ${TtoLIB} $SED 's/ /\\ /g' $GREP "^${T}:" $AWK -F: '{print $2}'` INI=`$ECHO ${TtoINI} $SED 's/ /\\ /g' $GREP "^${T}:" $AWK -F: '{print $2}'` BAS=`$ECHO ${TtoBAS} $SED 's/ /\\ /g' $GREP "^${T}:" $AWK -F: '{print $2}'`... 38

39 SUSE Linux Oracle 10gR2 Fix Solution: Once Installer copies gennttab file, edit line LIB, INI & BAS in $ORACLE_HOME/bin/gennttab before linking starts. LIB=`$ECHO ${TtoLIB} $SED 's/ /\\ /g' $GREP "^${T}:" $AWK -F: '{print $2}'` Correct Syntax: LIB=`$ECHO ${TtoLIB} -F: '{print $2}'` $SED 's/ /\n/g' $GREP "^${T}:" $AWK INI=`$ECHO ${TtoINI} -F: '{print $2}'` $SED 's/ /\n/g' $GREP "^${T}:" $AWK BAS=`$ECHO ${TtoBAS} $SED 's/ /\n/g' $GREP "^${T}:" $AWK -F: '{print $2}'` 39

40 Installation - Oracle Express Edition

41 Installation Oracle Database XE Download rpm from Oracle Technology Network Install Oracle Database XE package 41 rpm -ivh oracle-xe i386.rpm

42 Installation Oracle Database XE Configure - /etc/init.d/oracle-xe configure 42 set HTTP port, listener port, SYS/SYSTEM password, etc.

43 Oracle Database XE Administration Web Access i.e Login as Database Administrator (SYS or SYSTEM)

44 Installation Oracle Enterprise Edition

45 Oracle 10g Pre Installation task 45 Install orarun package Change oracle entry (/bin/false to /bin/bash) in /etc/passwd Set password for user oracle i.e. passwd oracle Set Linux Kernel Parameters SET_ORACLE_KERNEL_PARAMETERS="yes" (default) in /etc/sysconfig/oracle to load at boot time. /etc/init.d/oracle start

46 Oracle 10g Post Installation Task Edit /etc/oratab Oracle Database start at boot time 46 Change your Oracle Database Instance to Y Edit /etc/sysconfig/oracle or use YaST to change Startup parameters i.e. Change START_ORACLE_DB= yes $ORACLE_HOME/bin/dbstart 10gR1: Fix ORATAB location to /etc/oratab or create sym link 10gR2: Fix ORACLE_HOME_LISTNER=$ORACLE_HOME

47 Installation Check Login as a user oracle (not root) and check environment variables. 47

48 Installation Choice Select Advanced Installation for customization. Enter Database Password (Oracle tools expects non empty password) 48

49 Installation Continue 49

50 Installation OS Checks If asked validate User Verified and retry. 50

51 Installation Continue Bash script problem is fixed in SUSE Linux Beta8 51

52 Installation Database Configuration dbca to create/configure/drop database 52

53 Installation Complete Login as root and run scripts to complete installation. 53

54 Oracle Enterprise Manager 54

55 SQLPLUS Command Line Start/Stop Database Set/Check Database Parameters 55 SQLALTER SYSTEM SET filesystemio_options= SETALL SCOPE=SPFILE

56 isql Plus Browser Interface 56

57 Question & Answers

58 New in SUSE Linux Enterprise Server Enhanced data center deployment and management Xen 3 virtualization Support for Intel Vanderpool and AMD Pacifica dramatically improves system utilization and optimizations for multi-core processors Improved performance and SMP scalability Advanced management, instrumentation, and monitoring tools Expanded hardware support Support for latest hardware: storage, networking, platform management, graphics, audio, Bluetooth and USB devices Enhanced storage capabilities: Storage foundation for HA-clusters integrating Oracle Cluster File System (OCFS), EVMS and Heartbeat; NFS v4; iscsi Unmatched security SUSE Linux Enterprise Sever is theapplication best-engineered Only Linux server with built-in securitylinux server, the best choice for mission-critical workloads.

59 New in SUSE Linux Enterprise Desktop 10 New levels of end user productivity Powerful desktop productivity tools: , desktop search, Firefox Web browser, Instant messaging, multi-media OpenOffice.org 2.0 office suite and Visual Basic macro conversion Easy-to-learn desktop environment with advanced animations and rendering Seamless integration with enterprise systems Enhanced hardware support for USB and Bluetooth devices Seamless connectivity to mixed networks, including Novell edirectory and Active Directory Printer support including auto driver download and installation, MS printer support Flexible deployment options Thin and thick-client deployment Easy deployment and desktop lock-down Novell is #1 on the Linux desktop, providing vendor choice and dramatic costs savings for basic office workers 59

60 Information Novell General: Novell SUSE/Oracle mailing list : suse-oracle@suse.com Installation Documents and White papers: Oracle 60 SW Downloads: Certify and Patches: Oracle Discussion Forums : httpl//forums.oracle.com Oracle Online Documents: Oracle XE: Oracle 10gR2:

61

62 Unpublished Work of Novell, Inc. All Rights Reserved. This work is an unpublished work and contains confidential, proprietary, and trade secret information of Novell, Inc. Access to this work is restricted to Novell 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 Novell, Inc. 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. Novell, Inc., 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. Further, Novell, Inc., 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 Novell 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.

Installing, Tuning, and Deploying Oracle Database on SUSE Linux Enterprise Server 12 Technical Introduction

Installing, Tuning, and Deploying Oracle Database on SUSE Linux Enterprise Server 12 Technical Introduction Installing, Tuning, and Deploying Oracle Database on SUSE Linux Enterprise Server 12 Technical Introduction Arun Singh Sr. Technical Manager Arun.Singh@suse.com Agenda 2 Introduction SUSE Components Oracle

More information

Oracle Products on SUSE Linux Enterprise Server 11

Oracle Products on SUSE Linux Enterprise Server 11 Oracle Products on SUSE Linux Enterprise Server 11 Technical Introduction Arun Singh Sr. Technical Manager Arun.Singh@suse.com Agenda Introduction SUSE Products Oracle Products Road Map Question and Answer

More information

High Availability Storage

High Availability Storage High Availability Storage High Availability Extensions Goldwyn Rodrigues High Availability Storage Engineer SUSE High Availability Extensions Highly available services for mission critical systems Integrated

More information

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Agenda ADP Cloud Vision and Requirements Introduction to SUSE Cloud Overview Whats New VMWare intergration HyperV intergration ADP

More information

SUSE Linux uutuudet - kuulumiset SUSECon:sta

SUSE Linux uutuudet - kuulumiset SUSECon:sta SUSE Linux uutuudet - kuulumiset SUSECon:sta Olli Tuominen Technology Specialist olli.tuominen@suse.com 2 SUSECon 13 4 days, 95 Sessions Keynotes, Breakout Sessions,Technology Showcase Case Studies, Technical

More information

Big Data, SAP HANA. SUSE Linux Enterprise Server for SAP Applications. Kim Aaltonen kim.aaltonen@suse.com

Big Data, SAP HANA. SUSE Linux Enterprise Server for SAP Applications. Kim Aaltonen kim.aaltonen@suse.com Big Data, SAP HANA SUSE Linux Enterprise Server for SAP Applications Kim Aaltonen kim.aaltonen@suse.com 2 Agenda 3 Big Data SAP HANA Optimized Linux for SAP Why SUSE for SAP? Summary 4 5 Big Data What

More information

Running SAP HANA One on SoftLayer Bare Metal with SUSE Linux Enterprise Server CAS19256

Running SAP HANA One on SoftLayer Bare Metal with SUSE Linux Enterprise Server CAS19256 Running SAP HANA One on SoftLayer Bare Metal with SUSE Linux Enterprise Server CAS19256 Brad DesAulniers Senior Software Engineer bradd@us.ibm.com @cb_brad Ryan Hodgin Senior IT Architect rhodgin@us.ibm.com

More information

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the

More information

PERFORMANCE TUNING ORACLE RAC ON LINUX

PERFORMANCE TUNING ORACLE RAC ON LINUX PERFORMANCE TUNING ORACLE RAC ON LINUX By: Edward Whalen Performance Tuning Corporation INTRODUCTION Performance tuning is an integral part of the maintenance and administration of the Oracle database

More information

SUSE Enterprise Storage Highly Scalable Software Defined Storage. Gábor Nyers Sales Engineer @SUSE gnyers@suse.com

SUSE Enterprise Storage Highly Scalable Software Defined Storage. Gábor Nyers Sales Engineer @SUSE gnyers@suse.com SUSE Enterprise Storage Highly Scalable Software Defined Storage Gábor Nyers Sales Engineer @SUSE gnyers@suse.com Setting the Stage Enterprise Data Capacity Utilization 1-3% 15-20% 20-25% Tier 0 Ultra

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003

Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Sponsored by Red Hat An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Executive Overview... 3 Unbreakable Linux and Low-Cost

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux Itanium B15673-02 January 2006 This document contains important information that was not included in the platform-specific or product-specific

More information

Relax-and-Recover. Johannes Meixner. on SUSE Linux Enterprise 12. <jsmeix@suse.com>

Relax-and-Recover. Johannes Meixner. on SUSE Linux Enterprise 12. <jsmeix@suse.com> Relax-and-Recover on SUSE Linux Enterprise 12 Johannes Meixner Topics What is Relax-and-Recover? What means disaster recovery here? How does disaster recovery work? How does Relax-and-Recover

More information

SUSE Enterprise Storage Highly Scalable Software Defined Storage. Māris Smilga

SUSE Enterprise Storage Highly Scalable Software Defined Storage. Māris Smilga SUSE Enterprise Storage Highly Scalable Software Defined Storage āris Smilga Storage Today Traditional Storage Arrays of disks with RAID for redundancy SANs based on Fibre Channel connectivity Total System

More information

Oracle Database 11g R2 (11.2.0.1) on SUSE Linux Enterprise Server 11 SP1

Oracle Database 11g R2 (11.2.0.1) on SUSE Linux Enterprise Server 11 SP1 Oracle Database 11g R2 (11.2.0.1) on SUSE Linux Enterprise Server 11 SP1 ( How to Install ) Arun Singh Novell Inc. Introduction Oracle Database 11g R2 (11.2.0.1) is fully certified on SUSE Linux Enterprise

More information

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

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

More information

SUSE Customer Center Roadmap

SUSE Customer Center Roadmap SUSE Customer Center Roadmap Simona Arsene Product Manager Services Artem Chernikov Engineer Cloud & System Management Agenda SCC Today Live Demo of SCC Registration Process New features 2 1 Nov 2012 Alpha

More information

Ceph Distributed Storage for the Cloud An update of enterprise use-cases at BMW

Ceph Distributed Storage for the Cloud An update of enterprise use-cases at BMW Ceph Distributed Storage for the Cloud An update of enterprise use-cases at BMW Andreas Pöschl, BMW Senior Solutions Architect andreas.poeschl@bmw.de Michael Vonderbecke, BMW Solutions Architect michael.vonderbecke@bmwmc.com

More information

Using SUSE Linux Enterprise to "Focus In" on Retail Optical Sales

Using SUSE Linux Enterprise to Focus In on Retail Optical Sales Using SUSE Linux Enterprise to "Focus In" on Retail Optical Sales Patrick Mullin Scott Steele Senior Technical Specialist SUSE Consulting pmullin@suse.com Point of Sale Manager National Vision, Inc. scott.steele@nationalvision.com

More information

Deploying Hadoop with Manager

Deploying Hadoop with Manager Deploying Hadoop with Manager SUSE Big Data Made Easier Peter Linnell / Sales Engineer plinnell@suse.com Alejandro Bonilla / Sales Engineer abonilla@suse.com 2 Hadoop Core Components 3 Typical Hadoop Distribution

More information

Building Images for the Cloud and Data Center with SUSE Studio

Building Images for the Cloud and Data Center with SUSE Studio Building Images for the Cloud and Data Center with SUSE Studio Michal Svec James Tan Senior Product Manager msvec@suse.com Engineering Manager jatan@suse.com Agenda From Software to Service SUSE Studio

More information

DevOps and SUSE From check-in to deployment

DevOps and SUSE From check-in to deployment DevOps and SUSE From check-in to deployment Rodolfo Bejarano SUSE Systems Engineer rodolfo.bejarano@suse.com Rick Ashford SUSE Systems Engineer rick.ashford@suse.com 2 Agenda 3 Introductions Development

More information

Proste zarządzanie setkami serwerów SUSE Manager 2.1 I SUSE Virtualization Enterprise Console

Proste zarządzanie setkami serwerów SUSE Manager 2.1 I SUSE Virtualization Enterprise Console Proste zarządzanie setkami serwerów SUSE Manager 2.1 I SUSE Virtualization Enterprise Console Dariusz Puchalak SUSE Certified Instructor Dariusz@Puchalak.net Dariusz Puchalak since november 2014 at OSEC.pl

More information

Using btrfs Snapshots for Full System Rollback

Using btrfs Snapshots for Full System Rollback Using btrfs Snapshots for Full System Rollback Matthias G. Eckermann Senior Product Manager mge@suse.com Enterprise End User Summit, New York, June 2014 2014-06-20 15:44 UTC Why this? Minimizing Downtime

More information

How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux

How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux www.suse.com/documentation Storage Administration Guide SUSE Linux Enterprise Server 10 SP3/SP4 March 6, 2011 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents

More information

Storage Management for the Oracle Database on Red Hat Enterprise Linux 6: Using ASM With or Without ASMLib

Storage Management for the Oracle Database on Red Hat Enterprise Linux 6: Using ASM With or Without ASMLib Storage Management for the Oracle Database on Red Hat Enterprise Linux 6: Using ASM With or Without ASMLib Sayan Saha, Sue Denham & Lars Herrmann 05/02/2011 On 22 March 2011, Oracle posted the following

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

Operating System Security Hardening for SAP HANA

Operating System Security Hardening for SAP HANA Operating System Security Hardening for SAP HANA Peter Schinagl Technical Architect Global SAP Alliance peters@suse.com Markus Gürtler Architect & Technical Manager SAP Linux Lab mguertler@suse.com Corporate

More information

HP POLYSERVE SOFTWARE

HP POLYSERVE SOFTWARE You can read the recommendations in the user guide, the technical guide or the installation guide for HP POLYSERVE SOFTWARE. You'll find the answers to all your questions on the HP POLYSERVE SOFTWARE in

More information

SUSE Storage. FUT7537 Software Defined Storage Introduction and Roadmap: Getting your tentacles around data growth. Larry Morris

SUSE Storage. FUT7537 Software Defined Storage Introduction and Roadmap: Getting your tentacles around data growth. Larry Morris SUSE FUT7537 Software Defined Introduction and Roadmap: Getting your tentacles around data growth Larry Morris Sr. Product Manager lmorris@suse.com AGENDA Enterprise Market SUSE Product SUSE Solutions

More information

Faster Time to Market and Technology Innovation Integrated Systems with SUSE. Otto Smits OEM Account Executive EMEA July 9 th 2014

Faster Time to Market and Technology Innovation Integrated Systems with SUSE. Otto Smits OEM Account Executive EMEA July 9 th 2014 Faster Time to Market and Technology Innovation Integrated Systems with SUSE Otto Smits OEM Account Executive EMEA July 9 th 2014 About SUSE SUSE Part of the Attachmate Group Our Commitments Quality Products

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April

More information

Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software

Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software Installation Guide McAfee VirusScan Enterprise for Linux 1.9.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active

More information

Monitoring Databases on VMware

Monitoring Databases on VMware Monitoring Databases on VMware Ensure Optimum Performance with the Correct Metrics By Dean Richards, Manager, Sales Engineering Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com

More information

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK KEY FEATURES PROVISION FROM BARE- METAL TO PRODUCTION QUICKLY AND EFFICIENTLY Controlled discovery with active control of your hardware Automatically

More information

INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation

INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation ADVANTAGES OF RUNNING ORACLE11G ON MICROSOFT WINDOWS SERVER X64 Edward Whalen, Performance Tuning Corporation INTRODUCTION Microsoft Windows has long been an ideal platform for the Oracle database server.

More information

<Insert Picture Here>

<Insert Picture Here> 1 Session 254 Installing and Tuning Oracle 11.2.0.3 on RedHat 6 on Linux on IBM System z Collaborate13 April 7-11 2013, Denver, Colorado Damian Gallagher Senior Technical Lead, Linux

More information

HO15982 Deploy OpenStack. The SUSE OpenStack Cloud Experience. Alejandro Bonilla. Michael Echavarria. Cameron Seader. Sales Engineer cs@suse.

HO15982 Deploy OpenStack. The SUSE OpenStack Cloud Experience. Alejandro Bonilla. Michael Echavarria. Cameron Seader. Sales Engineer cs@suse. HO15982 Deploy OpenStack The SUSE OpenStack Cloud Experience Alejandro Bonilla Sales Engineer abonilla@suse.com Michael Echavarria Sales Engineer mechavarria@suse.com Cameron Seader Sales Engineer cs@suse.com

More information

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Oracle vs. SQL Server Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Agenda Discussions on the various advantages and disadvantages of one platform vs. the other For each topic,

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

System Requirements and Platform Support Guide

System Requirements and Platform Support Guide Foglight 5.6.7 System Requirements and Platform Support Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

What s New with Oracle Database 12c on Windows On-Premises and in the Cloud

What s New with Oracle Database 12c on Windows On-Premises and in the Cloud What s New with Oracle Database 12c on Windows On-Premises and in the Cloud Santanu Datta Vice President Server Technologies Alex Keh Senior Principal Product Manager Server Technologies Oracle Database

More information

Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved.

Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. Parallels Virtuozzo Containers 4.0 for Linux Readme Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document provides the first-priority information on Parallels Virtuozzo Containers

More information

Oracle Cloud Storage and File system

Oracle Cloud Storage and File system 2012 Tieto Corporation Oracle Cloud Storage and File system Andrejs Karpovs Oracle Apps DBA Tieto, andrejs.karpovs@tieto.com Few notes about me I Am a DBA Work in Tieto Have 4 years exprerience working

More information

Managed Backup Service - Agent for Linux 6.00.2415- Release Notes

Managed Backup Service - Agent for Linux 6.00.2415- Release Notes Managed Backup Service - Agent for Linux 6.00.2415- Release Notes 1 Managed Backup Service Agent for Linux Version 6.00.2415 Release Notes, 9 th June 2008 1 OVERVIEW This document contains release notes

More information

Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family

Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family *5991-5301* Part number: 5991-5301 Edition: 3, E0406 Copyright 2006 Hewlett-Packard Development

More information

Advanced Systems Management with Machinery

Advanced Systems Management with Machinery Advanced Systems Management with Machinery Andreas Jaeger Thomas Göttlicher Senior Product Manager aj@suse.com Software Engineer tgoettlicher@suse.com Who Are We? Andreas Jaeger Product Manager Thomas

More information

CAS18543 Migration from a Windows Environment to a SUSE Linux Enterprise based Infrastructure Liberty Christian School

CAS18543 Migration from a Windows Environment to a SUSE Linux Enterprise based Infrastructure Liberty Christian School CAS18543 Migration from a Windows Environment to a SUSE Linux Enterprise based Infrastructure Liberty Christian School Don Vosburg Systems Engineer dvosburg@suse.com don.vosburg@libertyonline.org Who is

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about

More information

TUT8155 Best Practices: Linux High Availability with VMware Virtual Machines

TUT8155 Best Practices: Linux High Availability with VMware Virtual Machines TUT8155 Best Practices: Linux High Availability with VMware Virtual Machines Jeff Lindholm SUSE Sr. Systems Engineer JLindholm@suse.com Agenda SUSE Linux Enterprise High Availability Extension 12 Level

More information

An Oracle White Paper. Oracle Database Appliance X4-2

An Oracle White Paper. Oracle Database Appliance X4-2 An Oracle White Paper Oracle Database Appliance X4-2 Introduction The Oracle Database Appliance X4-2 is the 3rd generation of the Oracle Database Appliance. It is an Oracle Engineered System consisting

More information

How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open

How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open Simon Briggs Technology Specialist simon@suse.com Open Source = openmind 3 Protect Investment & Work Together 4 Cloud Definitions

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

PORTA ONE. o r a c u l a r i u s. Concepts Maintenance Release 19 POWERED BY. www.portaone.com

PORTA ONE. o r a c u l a r i u s. Concepts Maintenance Release 19 POWERED BY. www.portaone.com PORTA ONE TM Porta Billing o r a c u l a r i u s Concepts Maintenance Release 19 POWERED BY www.portaone.com Porta Billing PortaBilling Oracularius Concepts o r a c u l a r i u s Copyright Notice & Disclaimers

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

ORACLE DATABASE ADMINISTRATOR RESUME

ORACLE DATABASE ADMINISTRATOR RESUME 1 of 5 1/17/2015 1:28 PM ORACLE DATABASE ADMINISTRATOR RESUME ORACLE DBA Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.

More information

1 Certification Information

1 Certification Information Database Release Notes 10g Release 2 (10.2) for AIX 5L Based Systems (64-Bit) B19074-03 November 2005 This document contains important information that was not included in the platform-specific or product-specific

More information

Open Source High Availability Writing Resource Agents for your own services. Lars Marowsky-Brée Team Lead SUSE Labs lmb@suse.de

Open Source High Availability Writing Resource Agents for your own services. Lars Marowsky-Brée Team Lead SUSE Labs lmb@suse.de Open Source High Availability Writing Resource Agents for your own services Lars Marowsky-Brée Team Lead SUSE Labs lmb@suse.de Agenda Introduction Resource Agents in context Basic Resource Agents (+ code)

More information

Using VMware Player. VMware Player. What Is VMware Player?

Using VMware Player. VMware Player. What Is VMware Player? VMWARE APPLICATION NOTE VMware Player Using VMware Player This document contains the following sections: Work and Play in a Virtual World on page 1 Options and Features in VMware Player on page 4 Installing

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack

Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack By Kai Yu As a part of the Oracle Enterprise Manager s lifecycle management solutions, the Oracle Enterprise Manager Provisioning

More information

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.com www.nutechtraining.

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.com www.nutechtraining. Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.com www.nutechtraining.com Total Hours: 28 hrs Tuition Fee: $2000 Registration Fee: $30

More information

Btrfs and Rollback How It Works and How to Avoid Pitfalls

Btrfs and Rollback How It Works and How to Avoid Pitfalls Btrfs and Rollback How It Works and How to Avoid Pitfalls Thorsten Kukuk Senior Architect SUSE Linux Enterprise Server kukuk@suse.com rm -rf /? I will be discussing what is needed for rollback: Btrfs /

More information

Oracle Linux Overview. Presented by: Anuj Verma Title: Senior Pre-Sales Consultant

Oracle Linux Overview. Presented by: Anuj Verma Title: Senior Pre-Sales Consultant Oracle Linux Overview Presented by: Anuj Verma Title: Senior Pre-Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

SUSE OpenStack Cloud 4 Private Cloud Platform based on OpenStack. Gábor Nyers Sales Engineer @SUSE gnyers@suse.com

SUSE OpenStack Cloud 4 Private Cloud Platform based on OpenStack. Gábor Nyers Sales Engineer @SUSE gnyers@suse.com SUSE OpenStack Cloud 4 Private Cloud Platform based on OpenStack Gábor Nyers Sales Engineer @SUSE gnyers@suse.com Introductory video ChalkTalk: SUSE OpenStack Cloud 2 Stetting the Stage for SUSE OpenStack

More information

SUSE Virtualization Technologies Roadmap

SUSE Virtualization Technologies Roadmap SUSE Virtualization Technologies Roadmap Michal Svec Mike Latimer Senior Product Manager msvec@suse.com Senior Engineering Manager mlatimer@suse.com Agenda Virtualization @SUSE Enhancements in XEN/KVM

More information

1.0 Hardware Requirements:

1.0 Hardware Requirements: 01 - ServiceDesk Plus - Best Practices We appreciate you choosing ServiceDesk Plus for your organization to deliver world-class IT services. Before installing the product, take a few minutes to go through

More information

Novell Identity Manager Resource Kit

Novell Identity Manager Resource Kit AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...

More information

Verax Service Desk Installation Guide for UNIX and Windows

Verax Service Desk Installation Guide for UNIX and Windows Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: sales@veraxsystems.com Internet: http://www.veraxsystems.com/

More information

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE

EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC MIGRATION OF AN ORACLE DATA WAREHOUSE EMC Symmetrix VMAX, Virtual Improve storage space utilization Simplify storage management with Virtual Provisioning Designed for enterprise customers EMC Solutions

More information

INFOBrief. Red Hat Enterprise Linux 4. Key Points

INFOBrief. Red Hat Enterprise Linux 4. Key Points INFOBrief Red Hat Enterprise Linux 4 Key Points Red Hat Enterprise Linux 4 (RHEL 4) is the first release from Red Hat to support the 2.6 operating system kernel. This is a significant release as it contains

More information

ICONICS Choosing the Correct Edition of MS SQL Server

ICONICS Choosing the Correct Edition of MS SQL Server Description: This application note aims to assist you in choosing the right edition of Microsoft SQL server for your ICONICS applications. OS Requirement: XP Win 2000, XP Pro, Server 2003, Vista, Server

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

More information

Priority Pro v17: Hardware and Supporting Systems

Priority Pro v17: Hardware and Supporting Systems Introduction Priority Pro v17: Hardware and Supporting Systems The following provides minimal system configuration requirements for Priority with respect to three types of installations: On-premise Priority

More information

Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server

Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server This Installation Guide is intended to augment the Oracle and Novell documentation for

More information

Oracle Storage Options

Oracle Storage Options 1/27 Oracle Storage Options RAW, ASM, CFS, for Real Application Cluster Unterföhring, 11.2005 M. Kühn 1 2/27 Be spoilt for choice? RAC Review Introduction Storage Options RAW In short ASM Automatic Storage

More information

SUSE Linux Enterprise Server 10 Frequently Asked Questions

SUSE Linux Enterprise Server 10 Frequently Asked Questions FAQ www.novell.com SUSE Linux Enterprise Server 10 Frequently Asked Questions June 2007 What is the difference between SUSE Linux Enterprise 10 and SUSE Linux Enterprise Server 10? SUSE Linux Enterprise

More information

Comparing Free Virtualization Products

Comparing Free Virtualization Products A S P E I T Tr a i n i n g Comparing Free Virtualization Products A WHITE PAPER PREPARED FOR ASPE BY TONY UNGRUHE www.aspe-it.com toll-free: 877-800-5221 Comparing Free Virtualization Products In this

More information

Software Defined Everything

Software Defined Everything Software Defined Everything, s, Containers, and Storage Pete Chadwick Senior Product Manager pchadwick@suse.com Joachim Werner Senior Product Manager joe@suse.com Data Center History - 1970s One (big)

More information

Exadata for Oracle DBAs. Longtime Oracle DBA

Exadata for Oracle DBAs. Longtime Oracle DBA Exadata for Oracle DBAs Longtime Oracle DBA Why this Session? I m an Oracle DBA Familiar with RAC, 11gR2 and ASM About to become a Database Machine Administrator (DMA) How much do I have to learn? How

More information

Customer evaluation guide Toad for Oracle v12 Database administration

Customer evaluation guide Toad for Oracle v12 Database administration Thank you for choosing to download a Toad for Oracle trial. This guide will enable you to evaluate Toad s key technical features and business value. It can be used to evaluate the database administration

More information

Command Line Install and Config For IBM BPM 8.5

Command Line Install and Config For IBM BPM 8.5 PERFICIENT Command Line Install and Config For IBM BPM 8.5 Command line Install and Configure of BPM v8.5 Technical Architect: Chuck Misuraca Change History Table 1: Document Change History Document Revision

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

SUSE Virtualization Technologies Roadmap

SUSE Virtualization Technologies Roadmap SUSE Virtualization Technologies Roadmap Michal Svec Senior Product Manager msvec@suse.com Jason Douglas Senior Engineering Manager jdouglas@suse.com Agenda Virtualization @SUSE Enhancements in XEN/KVM

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Virtualization and the U2 Databases

Virtualization and the U2 Databases Virtualization and the U2 Databases Brian Kupzyk Senior Technical Support Engineer for Rocket U2 Nik Kesic Lead Technical Support for Rocket U2 Opening Procedure Orange arrow allows you to manipulate the

More information

SUSE LINUX Enterprise Server for SGI Altix Systems

SUSE LINUX Enterprise Server for SGI Altix Systems SUSE LINUX Enterprise Server for SGI Altix Systems 007 4651 002 COPYRIGHT 2004, Silicon Graphics, Inc. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein.

More information

<Insert Picture Here> Oracle Database Support for Server Virtualization Updated December 7, 2009

<Insert Picture Here> Oracle Database Support for Server Virtualization Updated December 7, 2009 Oracle Database Support for Server Virtualization Updated December 7, 2009 Support Policy Server virtualization software allows multiple operating system instances to run on the same

More information

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64

Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 Oracle Fusion Middleware 11gR2: Forms, and Reports (11.1.2.0.0) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64 http://www.suse.com 1 Table of Contents Introduction...3 Hardware and

More information

Wicked A Network Manager Olaf Kirch

Wicked A Network Manager Olaf Kirch Wicked A Network Manager Olaf Kirch Director SUSE Linux Enterprise okir@suse.com 2 Agenda Why Wicked!? What we want to achieve What Wicked can do today/tomorrow Architecture Wicked little intro Why Wicked!?

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

Instant-On Enterprise

Instant-On Enterprise Instant-On Enterprise Winning with NonStop SQL 2011Hewlett-Packard Dev elopment Company,, L.P. The inf ormation contained herein is subject to change without notice LIBERATE Your infrastructure with HP

More information

A Comparison of VMware and {Virtual Server}

A Comparison of VMware and {Virtual Server} A Comparison of VMware and {Virtual Server} Kurt Lamoreaux Consultant, MCSE, VCP Computer Networking and Consulting Services A Funny Thing Happened on the Way to HP World 2004 Call for speakers at the

More information

Securing Your System: Security Hardening Techniques for SUSE Linux Enterprise Server

Securing Your System: Security Hardening Techniques for SUSE Linux Enterprise Server Securing Your System: Security Hardening Techniques for SUSE Linux Enterprise Server Marcus Meissner Software Engineer SUSE Craig Gardner Software Engineer SUSE Roman Drahtmueller Software Engineer SUSE

More information

Data Center Automation with SUSE Manager Federal Deployment Agency Bundesagentur für Arbeit Data Center Automation Project

Data Center Automation with SUSE Manager Federal Deployment Agency Bundesagentur für Arbeit Data Center Automation Project Data Center Automation with SUSE Manager Federal Deployment Agency Bundesagentur für Arbeit Data Center Automation Project Ralf Bueker DSE Bundesagentur für Arbeit rbueker@suse.com What is a DSE? DSE means

More information

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved.

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version 1.9.0 Copyright (C) 2014 McAfee, Inc. All Rights Reserved. Release date: August 28, 2014 This build was developed and tested on: -

More information