Technology Update: POWER8 and IBM i. Mark Rabin IBM Certified Expert Regional Sales Leader, TamGroup

Size: px
Start display at page:

Download "Technology Update: POWER8 and IBM i. Mark Rabin IBM Certified Expert Regional Sales Leader, TamGroup"

Transcription

1 Technology Update: POWER8 and IBM i Mark Rabin IBM Certified Expert Regional Sales Leader, TamGroup

2 Who is TamGroup? TMW s IBM VAR of choice for servers, storage and infrastructure, and IT consulting company with more than 18 years of experience helping transportation companies transform their IT infrastructures.

3 Agenda POWER8 Why Upgrade? IBM i 7.2 IBM i and SAN Do a Full System Save in 2 Minutes 3

4 Agenda POWER8 Why Upgrade? IBM i 7.2 IBM i and SAN Do a Full System Save in 2 Minutes 4

5 POWER8 Not your father s power chip Up to 12 cores per socket On chip PCIe controller 3x bandwidth Integrated memory controller 2.5x bandwidth On board encryption/decryption engine Larger cache L2=512Kb per core, L3=8Mb per core Up to 8 threads per core 2.5x speed versus single thread Coherent Accelerator Processor Interface (CAPI) Hardware accelerators tightly coupled with processor OpenPOWER Foundation is a growing Power ecosystem 25+ partners including Google, Nvidia, Samsung, Ubuntu, Micron Develop products and drive strategic direction of the OpenPOWER ecosystem The most significant processor technology advancement since POWER4 in

6 In April 2014 IBM Announced Power8 Servers New Scale-out servers with POWER8 technology 2U servers: 2 socket 4U servers: 1 & 2 socket Linux-only server models 2U servers: 1 & 2 socket Runs new IBM i releases IBM i New Release IBM i with new TR8 (Technology Refresh) AIX 6, 7 (some limitations) Linux Suse, RedHat, Ubuntu, Debian 4U Systems: 1-socket & 2-socket 2U System: 2-socket 2U Linux: 1-socket & 2-socket 6

7 1 & 2 Socket Servers Scale-out Servers with POWER8 technology 1 socket : 4U S814 2 socket: 2U and 4U S822 and S824 Linux-only Power Systems 1 socket: 2U S812L 2 socket: 2U S822L Only the 4U models S814 and S824 support IBM i 7

8 1 & 2 Socket Servers 720 POWER7+ (1 socket) CPW 4-core 3.6 GHz 28,400 6-core 3.6 GHz 42,400 8-core 3.6 GHz 56, POWER7+ (1 or 2 socket) 6-core 4.2 GHz 49, core 4.2 GHz 91,700 8-core 3.6 GHz 56, core 3.6 GHz 106,500 8-core 4.2 GHz 64, core 4.2 GHz 120,000 For comparison Power core = 6,000 CPW Power core = 7,100 CPW Power core = 8,300 CPW S814 POWER8 (1 socket) CPW 4-core 3.0 GHz 39,500 6-core 3.0 GHz 59,500 8-core 3.7 GHz 85,500 S824 POWER8 (1 or 2 socket) 6-core 3.8 GHz 72, core 3.8 GHz 130,000 8-core 4.1 GHz 94, core 4.1 GHz 173, core 1-socket not offered 24-core 3.5 GHz 230,500 Power core = 6,600 CPW Power core = 23,500 CPW Power core = 40,100 CPW 8

9 Agenda POWER8 Why Upgrade? IBM i 7.2 IBM i and SAN Do a Full System Save in 2 Minutes 9

10 Why i? The Power System running IBM i ( formerly known as AS/400, iseries and System i) have been in use running businesses of all sizes for 26 years. And while its demise has been predicted for nearly 20 years over 150,000 companies in 115 countries currently run their business on Power i. The bottom line: no other computing platform offers the simplicity of operation combined with high reliability, efficiency and low operating costs. 10

11 Why should I upgrade to Power8? Significantly higher performance Do more with one server Virtualize! More cores per server and strong Linux support mean you can do more with one server Run a web server, DNS, file server or one of the thousands of available applications Linux distribution with IBM support is only about 12% of the price of an IBM i license Do more for less Technology is moving forward and backward compatibility to older hardware technology is reduced SCSI tape and disk support has ended Twinax terminal/printer support has ended Upgrades are more costly when we have to do multiple steps to upgrade Maintenance costs are much lower on new hardware 11

12 Lower Ownership Cost of IBM Power8 IBM Power5 520 server with 3 year maintenance Server purchase price $124,000 3 year maintenance $34,000 Total price about= $158, CPW (1-core) About GB memory About 500 GB disk New IBM Power8 S814 server with 3 year maintenance Server purchase price $42,000 3 year maintenance Included Total price about $42,000 9,800 CPW (1-core) 64GB memory 1,100 GB internal disk Three year maintenance cost on the 520 could be 75 percent of the price of a new Power8 with 3 years of maintenance 12

13 Historical Cost Comparison Let s compare an entry-level Power server processor configuration to see the changes in the last 6 years Power5 520 (2007) Power8 (2014) Hardware List Price was $65,000* With 3 year 24 x 7 maintenance Relative Performance: 600 CPW Hardware List Price is about $24,000* With 3 year 24 x 7 maintenance Relative Performance: 9,800 CPW Server cost per CPW was $30.00 Server cost per CPW is: $0.81 Memory cost per GB was: $695 Memory cost per GB is: $53 Disk cost per GB was: $34.25 Disk cost per GB is: $3.58 QIC Tape capacity: 30/60 GB LTO6 tape capacity: 2.5/6.25 TB QIC tape cost per GB is: $3.30 LTO6 tape cost per GB is: $0.04 * For a comparable entry-level configuration 13

14 Agenda POWER8 Why Upgrade? IBM i 7.2 IBM i and SAN Do a Full System Save in 2 Minutes 14

15 IBM i 7.2 Announced i next i next TRs 7.2 TRs 7.1 introduced updates via Technology Refreshes 7.2 incorporates 7.1 TRs and adds new capabilities TRs are planned for 7.2 in the future New releases will deliver pervasive changes beyond scope of TRs News Flash IBM announces end of support for 6.1 September 30,

16 7.2 Enhancements Database Security Protect critical data using data-centric design with Row and Column Access Control Secure remote journaling with SSL DB2 enhancements New Free Format RPG New Syntax; new style Modern behavior Conversion tool changes old RPG to RPG Free Format IBM Rational ARCAD- Converter Linoma Software ctl-opt bnddir('accrcv'); dcl-f custfile usage(*update); dcl-ds custds likerec(custrec); dcl-f report printer; read custfile custds; dow not %eof; if duedate > %date(); // overdue? sendoverduenotice(); write reportfmt; exec sql insert :name, :duedate into mylib/myfile; endif; read custfile custds; enddo; *inlr = '1'; dcl-proc sendoverduenotice; sendinvoice (custds : %date()); end-proc; 116

17 IBM Navigator for i Enhancements Performance & Usability New browsers My Favorites Quick Search PTF management Installed PTF Navigation Load/apply PTF on single or group systems Message Queue monitor Based on the same CIM infrastructure Filter messages based on rules Trigger action to handle messages automatically System monitor User defined IBM i OS metrics monitor Graphical displays of performance trend User defined event automation Database Create new function and procedure DB Performance Metrics

18 More 7.2 Technology Enhancements Security Power 8 in-core Cryptographic Performance Acceleration FTP & TELNET support Kerberos authentication FYI - IBM i does not have the Heartbleed vulnerability. Never did. No fix needed. Operations D-mode IPL support from USB Networking System SSL (Security updates) Retrieve/Update TCP/IP Information Print CPYSPLF to IFS - Convert to PDF Bar Codes - All defined by BCOCA Advanced Color Image Support SAMBA Fast, modern, lightweight CIFS (Windows) file server Common Internet File System Better protocol compatibility with current Windows clients

19 IBM i Client Access Solutions The future of IBM i connectivity Java based, platform-independent interface that runs on most operating systems that support Java, including Linux, Mac, and Windows Run on client PC or from a server Attributes on PC or Server Admins: Carry it with you on a USB memory stick Integration with Excel and OpenOffice Download and print spooled files 5250 display and print emulation System console and virtual Control Panel 19

20 NEW - Mobile IBM i Access i Access for Web new Mobile interface shipped with 5770-XH2 Install on IBM i 6.1, 7.1, or 7.2 Access your IBM i from ANY web enabled mobile device Basic System and Management function Job Management Messages Printer output Spool files to PDFs 5250 emulator Run SQL Scripts! Much more iphone ipad Android Surface Technology Preview with initial shipment of

21 IBM i mobile Access Enhancements Continue RPG Open Access XML Services JTOpen Lite PHP Zend Server for IBM i, Zend Studio IBM Connections IBM Notes Traveler IBM Mobile Database DB2 WebQuery Rational HATS PLUS Tools from Industry Vendors 21

22 IBM i Hardware Compatibility Servers POWER8 3 POWER7/7+ PS700/701/702/730/704, Power 710, 720, 730, 740, 750, 760, 770, 780, 795, Pureflex p260/460 2 POWER6+ JS23/43, 550*, 560 POWER6 JS12/22 4 POWER6+ 520* POWER6 520*, 550*, 570, POWER5/5+ 515, 520, 525, 550, 570, , 810, 825, 870, , 820, 830, IBM i V5R4 is no longer marketed or supported other than through extended service contracts 2 POWER7+ 750/760 do not support native I/O. IBM i 6.1 on PureFlex must be client of IBM i 7.1 or later 3 Requires IBM i 7.1 Technology Refresh 8 4 no IOP or HSL support 22

23 Where to Find Out What s New in 7.2 IBM i 7.2 Knowledge Center» IBM DeveloperWorks IBM i Zone» 23

24 Agenda POWER8 Why Upgrade? IBM i 7.2 IBM i and SAN Do a Full System Save in 2 Minutes 24

25 Disk Storage Traditionally Two Worlds Traditionally, the Power i AS/400 has used internal disk Internal disk is cost-effective for simple server configurations Internal disk becomes much more costly as additional LPARs are added Windows servers used internal disk, too, but SAN s have been available and popular for Windows for many years AS/400 and Windows cannot share internal disk efficiently IBM has tried various technologies (IXS, IXA, iscsi) in the AS/400 to link the two, but never fully succeeded due to performance issues and high administrative overhead Internal disk requires replication software for Disaster Recovery Power Servers Windows Servers 25

26 Data is the Heart of Your Business Power i Server PCs Windows/Linux Servers A unified storage platform Provides a single point of management for all storage Built-in automation reduces administrative complexity Enables rapid provisioning of new virtual servers Thin provisioning reduces the amount of physical disk needed Redundant design for very high reliability with near zero downtime IBM SAN Easy to add more disk: Buy what you need, when you need it An IBM SAN allows you to optimize capacity and performance to match the workload, i.e. database, file service,

27 IBM Storwize V7000/V5000 SAN The next-generation virtualized Storage Area Network replaces traditional internal disk and allows flexible allocation of disk to all attached servers Flash Copy nearly eliminates downtime for backups Real-Time compression reduces disk requirements with no performance impact (No other mid-market SAN offers this capability, V7000 only) Thin provisioning helps contain costs: Only buy disk when you need it Supports/integrates with Windows, VMware, Linux, IBM i, AIX, TSM & more Winner of 2012 Storage Magazine Quality Award (over NetApp/EMC/HP) V7000 scales to 960 drives, V5000 to 480 drives per cluster Easy Tier automatically moves data to the right storage, i.e. SSD or disk Mix drive types/sizes in each chassis for higher efficiency Web browser management interface for simplified administration Integrated with IBM Systems Director for centralized management 27

28 Two IBM SANs Provide Cross-Platform Disaster Recovery Production Data Center Power i DR Data Center Power i 28

29 Agenda POWER8 Why Upgrade? IBM i 7.2 IBM i and SAN Do a Full System Save in 2 Minutes 29

30 Tape Backup and Downtime Most companies backup their iseries server using the native IBM backup software to copy data to a tape drive This technology has proven reliable for decades However the backup process requires a system outage of several hours to complete A new solution is available that delivers: Near-zero downtime Ability to recover data immediately Safety of offsite tape copy for disaster recovery 30

31 SAN-based Flash Copy The SAN replaces the internal dedicated disk drives with a more flexible storage architecture SAN Flash Copy is the enabler to make a near-instantaneous copy of the entire server environment The server is offline for only one to two minutes while the Flash Copy is made (No ending subsystems or making users sign-off) The tape backup is taken from the Flash Copy while production has already resumed Production data Flash Copy of production data 31

32 Full System Save with Two Minutes of Downtime Production outage 2 minutes After production resumes Production LPAR Managing LPAR Backup LPAR Production Disk Flash Copy of Production Disk Tape, disk or cloud 32

33 As the preferred IBM VAR to TMW Systems, TamGroup can help you with Infrastructure Modernization Server refresh SAN and storage implementation Optimized backup and recovery Advanced cross-vendor analytics Remote server and desktop management High availability and disaster recovery Thank you 33

34 Questions? TamGroup We are in Booth 428 at Transforum 2014! 34

Doug Fulmer Sr. Systems Architect Manager, Technical Services 1020 Mustang Drive Grapevine, TX 76051

Doug Fulmer Sr. Systems Architect Manager, Technical Services 1020 Mustang Drive Grapevine, TX 76051 IBM i V7R2 Who Is This Guy? Doug Fulmer Sr. Systems Architect Manager, Technical Services dfulmer@ks2inc.com www.ks2inc.com 1020 Mustang Drive Grapevine, TX 76051 O 817 310 1817 M 214 507 0859 31 Years

More information

IBM i25 Trends & Directions

IBM i25 Trends & Directions Gl. Avernæs 20. November 2013 Erik Rex Cert. Consultant rex@dk.ibm.com Thanks to Steve Will IBM i Chief Architect 2013 IBM Corporation The Family Tree 1975 1988 2013 2013 IBM Corporation 3 2013 IBM Corporation

More information

Exam : IBM 000-851. : Iseries Linux Soluton Sales v5r3

Exam : IBM 000-851. : Iseries Linux Soluton Sales v5r3 Exam : IBM 000-851 Title : Iseries Linux Soluton Sales v5r3 Version : R6.1 Prepking - King of Computer Certification Important Information, Please Read Carefully Other Prepking products A) Offline Testing

More information

Flagship Managed Solutions (FMS)

Flagship Managed Solutions (FMS) Flagship Managed Solutions (FMS) a Cloud service iseries application hosting provides an alternative to the traditional iseries ownership costs, management and administration. Elimination of high up-front

More information

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system Integrated and reliable the heart of your iseries system i5/os the next generation iseries operating system Highlights Enables the legendary levels of reliability and simplicity for which iseries systems

More information

SOLUTIONS PRODUCTS INDUSTRIES RESOURCES SUPPORT ABOUT US. 2012 ClearCube Technology, Inc. All rights reserved. Contact Support

SOLUTIONS PRODUCTS INDUSTRIES RESOURCES SUPPORT ABOUT US. 2012 ClearCube Technology, Inc. All rights reserved. Contact Support 1 of 1 9/28/2012 3:21 PM Contact Us 1-866-652-350 SmartVDI Host Platforms ClearCube s Smart Virtual Desktop Infrastructure (SmartVDI ) host platforms scale from 100s to 1000s of virtual desktops, with

More information

Alliance AES Encryption for IBM i Solution Brief

Alliance AES Encryption for IBM i Solution Brief Encryption & Tokenization Alliance AES Encryption for IBM i Solution Brief A Complete AES Encryption Solution Alliance AES Encryption for IBM i provides AES encryption for sensitive data everywhere it

More information

System i and System p. Customer service, support, and troubleshooting

System i and System p. Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting Note Before using this information and the product it supports,

More information

We look beyond IT. Cloud Offerings

We look beyond IT. Cloud Offerings Cloud Offerings cstor Cloud Offerings As today s fast-moving businesses deal with increasing demands for IT services and decreasing IT budgets, the onset of cloud-ready solutions has provided a forward-thinking

More information

System Requirements. Version 8.2 November 23, 2015. For the most recent version of this document, visit our documentation website.

System Requirements. Version 8.2 November 23, 2015. For the most recent version of this document, visit our documentation website. System Requirements Version 8.2 November 23, 2015 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

More information

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE ORACLE VIRTUAL DESKTOP INFRASTRUCTURE HIGHLY SECURE AND MOBILE ACCESS TO VIRTUALIZED DESKTOP ENVIRONMENTS KEY FEATURES Centralized virtual desktop management and hosting Facilitates access to VDI desktops

More information

IBM Tivoli Storage Manager FastBack

IBM Tivoli Storage Manager FastBack IBM Storage Manager FastBack Helping provide advanced data protection and recovery for critical Windows and Linux servers Highlights Help provide continuous data protection and recovery management for

More information

System Requirements Version 8.0 July 25, 2013

System Requirements Version 8.0 July 25, 2013 System Requirements Version 8.0 July 25, 2013 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example

More information

Infortrend ESVA Family Enterprise Scalable Virtualized Architecture

Infortrend ESVA Family Enterprise Scalable Virtualized Architecture Infortrend ESVA Family Enterprise Scalable Virtualized Architecture R Optimized ROI Ensures the most efficient allocation of consolidated capacity and computing power, and meets wide array of service level

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

End to end application delivery & Citrix XenServer 5. John Glendenning Vice President Server Virtualization, EMEA

End to end application delivery & Citrix XenServer 5. John Glendenning Vice President Server Virtualization, EMEA End to end application delivery & Citrix XenServer 5 John Glendenning Vice President Server Virtualization, EMEA Businesses Run on Applications Users Apps 2 Users and Apps are Moving Further Apart Consolidation

More information

Frequently Asked Questions (FAQs) United Computer Group, Inc. VAULT400 System i (AS/400) Agent

Frequently Asked Questions (FAQs) United Computer Group, Inc. VAULT400 System i (AS/400) Agent Frequently sked uestions (Fs) United Computer Group, Inc. VULT400 System i (S/400) gent Revised September 2013 VULT400 System i (S/400) gent F What are the key benefits of VULT400 ISeries gent when compared

More information

IBM Storwize Rapid Application Storage solutions

IBM Storwize Rapid Application Storage solutions IBM Storwize Rapid Application Storage solutions Efficient, integrated, pretested and powerful solutions to accelerate deployment and return on investment. Highlights Improve disk utilization by up to

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

IBM PureData System for Transactions. Technical Deep Dive. Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com

IBM PureData System for Transactions. Technical Deep Dive. Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com IBM expert integrated system Technical Deep Dive Maria N. Schwenger, PureSystems Specialist schwenge@us.ibm.com Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com IBM PureData System for Transactions

More information

UN 4013 V - Virtual Tape Libraries solutions update...

UN 4013 V - Virtual Tape Libraries solutions update... UN 4013 V - Virtual Tape Libraries solutions update... - a Unisys storage partner Key issues when considering virtual tape Connectivity is my platform supported by whom? (for Unisys environments, MCP,

More information

Capacity planning for IBM Power Systems using LPAR2RRD. www.lpar2rrd.com www.stor2rrd.com

Capacity planning for IBM Power Systems using LPAR2RRD. www.lpar2rrd.com www.stor2rrd.com Capacity planning for IBM Power Systems using LPAR2RRD Agenda LPAR2RRD and STOR2RRD basic introduction Capacity Planning practical view CPU Capacity Planning LPAR2RRD Premium features Future STOR2RRD quick

More information

Addendum No. 1 to Packet No. 28-13 Enterprise Data Storage Solution and Strategy for the Ingham County MIS Department

Addendum No. 1 to Packet No. 28-13 Enterprise Data Storage Solution and Strategy for the Ingham County MIS Department Addendum No. 1 to Packet No. 28-13 Enterprise Data Storage Solution and Strategy for the Ingham County MIS Department The following clarifications, modifications and/or revisions to the above project shall

More information

CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION

CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION 1 E N D U R A D A T A EDpCloud: A File Synchronization, Data Replication and Wide Area Data Distribution Solution CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION 2 Resilient

More information

Optimizing IT Data Services

Optimizing IT Data Services Christopher L Poelker Optimizing IT Data Services US Commission on Cloud Computing Commission on the Leadership Opportunity in U.S. Deployment of the Cloud (CLOUD 2 ) Commission Full Report Text Available

More information

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Most data centers routinely utilize virtualization and cloud technology to benefit from the massive cost savings and resource

More information

Infrastructure Matters: POWER8 vs. Xeon x86

Infrastructure Matters: POWER8 vs. Xeon x86 Advisory Infrastructure Matters: POWER8 vs. Xeon x86 Executive Summary This report compares IBM s new POWER8-based scale-out Power System to Intel E5 v2 x86- based scale-out systems. A follow-on report

More information

Secure Your Business with EVault Cloud-Connected Solutions

Secure Your Business with EVault Cloud-Connected Solutions Secure Your Business with EVault Cloud-Connected Solutions Winfried Posthumus Channel Sales Manager NL Winfried.Posthumus@evault.com 11/22/2012 2012 EVault, Inc. All Rights Reserved 1 Agenda Who is EVault

More information

Web-Based Data Backup Solutions

Web-Based Data Backup Solutions "IMAGINE LOSING ALL YOUR IMPORTANT FILES, IS NOT OF WHAT FILES YOU LOSS BUT THE LOSS IN TIME, MONEY AND EFFORT YOU ARE INVESTED IN" The fact Based on statistics gathered from various sources: 1. 6% of

More information

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration Solutions Integrated Storage Appliances Management Optimized Storage & Migration Archive Data Retention & Compliance Services Global Installation & Support SECURING THE FUTURE OF YOUR DATA w w w.q sta

More information

WOS Cloud. ddn.com. Personal Storage for the Enterprise. DDN Solution Brief

WOS Cloud. ddn.com. Personal Storage for the Enterprise. DDN Solution Brief DDN Solution Brief Personal Storage for the Enterprise WOS Cloud Secure, Shared Drop-in File Access for Enterprise Users, Anytime and Anywhere 2011 DataDirect Networks. All Rights Reserved DDN WOS Cloud

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Oracle SPARC Server for Enterprise Computing Dr. Heiner Bauch Senior Account Architect 19. April 2013 2 The following is intended to outline our general product direction. It is intended for information

More information

IBM System Storage SAN Volume Controller

IBM System Storage SAN Volume Controller SAN Volume Controller Simplified and centralized management for your storage infrastructure Highlights Enhance storage capabilities with sophisticated virtualization, management and functionality Move

More information

How To Use Attix5 Pro For A Fraction Of The Cost Of A Backup

How To Use Attix5 Pro For A Fraction Of The Cost Of A Backup Service Overview Business Cloud Backup Techgate s Business Cloud Backup service is a secure, fully automated set and forget solution, powered by Attix5, and is ideal for organisations with limited in-house

More information

Protect Data... in the Cloud

Protect Data... in the Cloud QUASICOM Private Cloud Backups with ExaGrid Deduplication Disk Arrays Martin Lui Senior Solution Consultant Quasicom Systems Limited Protect Data...... in the Cloud 1 Mobile Computing Users work with their

More information

Virtual Storage Management for the Enterprise

Virtual Storage Management for the Enterprise Virtual Storage Management for the Enterprise 18 May 2010 Dave Brown Technical Account Manager dave.brown@datacore.com 206 660 7662 2010 DataCore Software Corp 1 Overview Reduce storage management costs

More information

IBM Storwize V7000 Unified and Storwize V7000 storage systems

IBM Storwize V7000 Unified and Storwize V7000 storage systems IBM Storwize V7000 Unified and Storwize V7000 storage systems Transforming the economics of data storage Highlights Meet changing business needs with virtualized, enterprise-class, flashoptimized modular

More information

How To Write An Ets Request For Proposal (Rfp)

How To Write An Ets Request For Proposal (Rfp) Oregon Enterprise Technology Services (ETS) Customer Requests ETS customers issuing RFPs to support application development initiatives often have hardware requirements. Standards and guidelines for equipment

More information

Efficient Storage Strategies for Virtualized Data Centers

Efficient Storage Strategies for Virtualized Data Centers Efficient Storage Strategies for Virtualized Data Centers Contents Abstract. 1 Data Center Virtualization Status Report. 2 Dell EqualLogic Virtualized iscsi SAN Solutions. 2 Seamless, non-disruptive scalability.

More information

Implementing Offline Digital Video Storage using XenData Software

Implementing Offline Digital Video Storage using XenData Software using XenData Software XenData software manages data tape drives, optionally combined with a tape library, on a Windows Server 2003 platform to create an attractive offline storage solution for professional

More information

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration ULI101 Week 06b Week Overview Installing Linux Linux on your Desktop Virtualization Basic Linux system administration Installing Linux Standalone installation Linux is the only OS on the computer Any existing

More information

HGST Virident Solutions 2.0

HGST Virident Solutions 2.0 Brochure HGST Virident Solutions 2.0 Software Modules HGST Virident Share: Shared access from multiple servers HGST Virident HA: Synchronous replication between servers HGST Virident ClusterCache: Clustered

More information

Improve your IT Analytics Capabilities through Mainframe Consolidation and Simplification

Improve your IT Analytics Capabilities through Mainframe Consolidation and Simplification Improve your IT Analytics Capabilities through Mainframe Consolidation and Simplification Ros Schulman Hitachi Data Systems John Harker Hitachi Data Systems Insert Custom Session QR if Desired. Improve

More information

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

More information

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN Updated: May 19, 2015 Contents Introduction... 1 Cloud Integration... 1 OpenStack Support... 1 Expanded

More information

Virtual Client Solution: Desktop Virtualization

Virtual Client Solution: Desktop Virtualization IBM System x and BladeCenter Virtual Client Solution: Desktop Virtualization Powered by and VMware View June 29, 2010 Agenda 1 2 3 4 5 6 Virtual client solution overview Addressing companies pain points

More information

WINNEBAGO COUNTY INFORMATION TECHNOLOGY STANDARDS 2014/2015

WINNEBAGO COUNTY INFORMATION TECHNOLOGY STANDARDS 2014/2015 WINNEBAGO COUNTY INFORMATION TECHNOLOGY STANDARDS 2014/2015 Platform Architecture Standards: End User Software Platform Architecture Standards: End User Hardware Platform Architecture Standards: Hand Held

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

Expert Reference Series of White Papers. Visions of My Datacenter Virtualized

Expert Reference Series of White Papers. Visions of My Datacenter Virtualized Expert Reference Series of White Papers Visions of My Datacenter Virtualized 1-800-COURSES www.globalknowledge.com Visions of My Datacenter Virtualized John A. Davis, VMware Certified Instructor (VCI),

More information

How To Make Your Computer More Efficient And Reliable

How To Make Your Computer More Efficient And Reliable VMware View 5 Beat Utzinger 1. Juni 2012 Seite: 1 A Vision of End User Computing Sources: Morgan Stanley 2011, Gartner 2011, Forrester 2010, Pew 2011 ACCESS: 37% use do-it-yourself tech 97% carry > 2 devices

More information

Parallels Server 4 Bare Metal

Parallels Server 4 Bare Metal Parallels Server 4 Bare Metal Product Summary 1/21/2010 Company Overview Parallels is a worldwide leader in virtualization and automation software that optimizes computing for services providers, businesses

More information

Servervirualisierung mit Citrix XenServer

Servervirualisierung mit Citrix XenServer Servervirualisierung mit Citrix XenServer Paul Murray, Senior Systems Engineer, MSG EMEA Citrix Systems International GmbH paul.murray@eu.citrix.com Virtualization Wave is Just Beginning Only 6% of x86

More information

QUICK REFERENCE GUIDE: KEY FEATURES AND BENEFITS

QUICK REFERENCE GUIDE: KEY FEATURES AND BENEFITS QUICK REFERENCE GUIDE: FOR SMALL TO MEDIUM-SIZE BUSINESSES DISK-BASED BACKUP DXi4000 SERIES DEDUPLICATION APPLIANCES Patented data deduplication technology reduces disk requirements by 90% or more Scalable

More information

Appendix 3. Specifications for e-portal

Appendix 3. Specifications for e-portal Appendix 3. Specifications for e-portal 1. e-portal H/W and S/W No Equipment Specification Unit Q'ty 1 Web Server for users and administrator 2 WAS Server 3 LMS Server 4 DB Server 4U Rack Type 8 Core Intel

More information

Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business

Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business continuity Cost-efficient, dependable solutions for virtualized

More information

IBM i 7.2 Overview Nihal Perera IBM Power Systems Technical Specialist IBM Canada nihalper@ca.ibm.com

IBM i 7.2 Overview Nihal Perera IBM Power Systems Technical Specialist IBM Canada nihalper@ca.ibm.com IBM i 7.2 Overview Nihal Perera IBM Power Systems Technical Specialist IBM Canada nihalper@ca.ibm.com 2014 IBM Corporation IBM i Roadmap 2008 2009 2010 2011 2012 2013 2014 2015 6.1 7.1 7.2 i next i next+1

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

ERserver. iseries. Secure Sockets Layer (SSL)

ERserver. iseries. Secure Sockets Layer (SSL) ERserver iseries Secure Sockets Layer (SSL) ERserver iseries Secure Sockets Layer (SSL) Copyright International Business Machines Corporation 2000, 2002. All rights reserved. US Government Users Restricted

More information

Business Storage 4-Bay Rackmount NAS

Business Storage 4-Bay Rackmount NAS Hello, you are currently viewing this page in English (United States) Business Storage 4-Bay Rackmount NAS Click OK to continue with current language FEATURES Select your model OK STDN4000200 CAPACITY

More information

Business Continuity with the. Concerto 7000 All Flash Array. Layers of Protection for Here, Near and Anywhere Data Availability

Business Continuity with the. Concerto 7000 All Flash Array. Layers of Protection for Here, Near and Anywhere Data Availability Business Continuity with the Concerto 7000 All Flash Array Layers of Protection for Here, Near and Anywhere Data Availability Version 1.0 Abstract Concerto 7000 All Flash Array s Continuous Data Protection

More information

What s new in Hyper-V 2012 R2

What s new in Hyper-V 2012 R2 What s new in Hyper-V 2012 R2 Carsten Rachfahl MVP Virtual Machine Rachfahl IT-Solutions GmbH & Co KG www.hyper-v-server.de Thomas Maurer Cloud Architect & MVP itnetx gmbh www.thomasmaurer.ch Before Windows

More information

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015 GoAnywhere Director to GoAnywhere MFT Upgrade Guide Version: 5.0.1 Publication Date: 07/09/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without

More information

Software Defined Storage Needs a Platform. Piotr Biskupski. Storage Solutions Technical Leader - IBM Flash System, IBM CEE

Software Defined Storage Needs a Platform. Piotr Biskupski. Storage Solutions Technical Leader - IBM Flash System, IBM CEE Software Defined Storage Needs a Platform Piotr Biskupski Storage Solutions Technical Leader - IBM Flash System, IBM CEE 2013 2013IBM IBMCorporation Corporation IT Administration ACCELERATE NEW APPLICATIONS,

More information

Scaling Objectivity Database Performance with Panasas Scale-Out NAS Storage

Scaling Objectivity Database Performance with Panasas Scale-Out NAS Storage White Paper Scaling Objectivity Database Performance with Panasas Scale-Out NAS Storage A Benchmark Report August 211 Background Objectivity/DB uses a powerful distributed processing architecture to manage

More information

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Reference Architecture EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Optimize scalability and performance of FAST Search Server 2010 for SharePoint Validate virtualization

More information

OPTIONS / AGENTS DESCRIPTION BENEFITS

OPTIONS / AGENTS DESCRIPTION BENEFITS All Backup Exec 12 Agents and Options Backup Exec 12 Agents and Option enhance and extend platform and feature support for Backup Exec Environments. Whether you need to protect critical Microsoft applications

More information

PARALLELS SERVER BARE METAL 5.0 README

PARALLELS SERVER BARE METAL 5.0 README PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal

More information

IBM Systems Director Navigator for i5/os New Web console for i5, Fast, Easy, Ready

IBM Systems Director Navigator for i5/os New Web console for i5, Fast, Easy, Ready Agenda Key: Session Number: 35CA 540195 IBM Systems Director Navigator for i5/os New Web console for i5, Fast, Easy, Ready 8 Copyright IBM Corporation, 2008. All Rights Reserved. This publication may refer

More information

Online Storage Replacement Strategy/Solution

Online Storage Replacement Strategy/Solution I. Current Storage Environment Online Storage Replacement Strategy/Solution ISS currently maintains a substantial online storage infrastructure that provides centralized network-accessible storage for

More information

Unit two is about the components for cloud computing.

Unit two is about the components for cloud computing. Unit two is about the components for cloud computing. Copyright IBM Corporation 2012 1 Please study this units learning objectives. Copyright IBM Corporation 2015 2 The diagram illustrates the virtual

More information

PROMAPP TECHNICAL INFORMATION

PROMAPP TECHNICAL INFORMATION Promapp Software Architecture Promapp is designed in accordance with Microsoft best practices, developed with the Microsoft.net framework and uses a Microsoft SQL database. The software architecture is

More information

Symantec Backup Exec 2010

Symantec Backup Exec 2010 Reliable Backup and Recovery Designed for Your Growing Business Overview delivers market leading backup and recovery protection from server to desktop. Easily protect more data while you reduce storage

More information

Datasheet. FUJITSU Storage ETERNUS SF Storage Cruiser V16.0 ETERNUS SF AdvancedCopy Manager V16.0 ETERNUS SF Express V16.0

Datasheet. FUJITSU Storage ETERNUS SF Storage Cruiser V16.0 ETERNUS SF AdvancedCopy Manager V16.0 ETERNUS SF Express V16.0 Datasheet FUJITSU Storage ETERNUS SF Storage Cruiser V16.0 ETERNUS SF AdvancedCopy Manager V16.0 ETERNUS SF Express V16.0 Central console and advanced management functions for ETERNUS DX storage environments..

More information

Combining Onsite and Cloud Backup

Combining Onsite and Cloud Backup Combining Onsite and Cloud Backup How businesses of all sizes can protect growing volumes of data and their bottom line Copyright Acronis, Inc., 2002 2012 ompanies of all sizes are dealing with large and

More information

Redefining Backup for VMware Environment. Copyright 2009 EMC Corporation. All rights reserved.

Redefining Backup for VMware Environment. Copyright 2009 EMC Corporation. All rights reserved. Redefining Backup for VMware Environment 1 Agenda VMware infrastructure backup and recovery challenges Introduction to EMC Avamar Avamar solutions for VMware infrastructure Key takeaways Copyright 2009

More information

August 2009. Transforming your Information Infrastructure with IBM s Storage Cloud Solution

August 2009. Transforming your Information Infrastructure with IBM s Storage Cloud Solution August 2009 Transforming your Information Infrastructure with IBM s Storage Cloud Solution Page 2 Table of Contents Executive summary... 3 Introduction... 4 A Story or three for inspiration... 6 Oops,

More information

SAN TECHNICAL - DETAILS/ SPECIFICATIONS

SAN TECHNICAL - DETAILS/ SPECIFICATIONS SAN TECHNICAL - DETAILS/ SPECIFICATIONS Technical Details / Specifications for 25 -TB Usable capacity SAN Solution Item 1) SAN STORAGE HARDWARE : One No. S.N. Features Description Technical Compliance

More information

EMC DATA PROTECTION. Backup ed Archivio su cui fare affidamento

EMC DATA PROTECTION. Backup ed Archivio su cui fare affidamento EMC DATA PROTECTION Backup ed Archivio su cui fare affidamento 1 Challenges with Traditional Tape Tightening backup windows Lengthy restores Reliability, security and management issues Inability to meet

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

Cloud-integrated Enterprise Storage. Cloud-integrated Storage What & Why. Marc Farley

Cloud-integrated Enterprise Storage. Cloud-integrated Storage What & Why. Marc Farley Cloud-integrated Enterprise Storage Cloud-integrated Storage What & Why Marc Farley Table of Contents Overview... 3 CiS architecture... 3 Enterprise-class storage platform... 4 Enterprise tier 2 SAN storage...

More information

Big data management with IBM General Parallel File System

Big data management with IBM General Parallel File System Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers

More information

Modern RPG - a look at the NEW and Improved Free From and other Modernization thoughts

Modern RPG - a look at the NEW and Improved Free From and other Modernization thoughts Modern RPG - a look at the NEW and Improved From and other Modernization thoughts Tim Rowe timmr@us.ibm.com Architect Application Development Development Paradigms of Today Graphical User Experiences Grown

More information

Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products. IBM Systems and Technology Group ISV Enablement January 2014

Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products. IBM Systems and Technology Group ISV Enablement January 2014 Microsoft System Center 2012 SP1 Virtual Machine Manager with Storwize family products IBM Systems and Technology Group ISV Enablement January 2014 Copyright IBM Corporation, 2014 Table of contents Abstract...

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Backup Exec System Recovery Management Solution 2010 FAQ

Backup Exec System Recovery Management Solution 2010 FAQ Backup Exec System Recovery Management Solution 2010 FAQ Contents Overview... 1 Supported Backup Exec System Recovery Versions and Configurations... 6 Backup Exec System Recovery Management Solution Installation

More information

Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity

Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity task is resuming business critical operations. Having

More information

Learn more about the technology that makes Workforce Central 8 work

Learn more about the technology that makes Workforce Central 8 work Learn more about the technology that makes Workforce Central 8 work The Kronos Workforce Central suite was built on the belief that you shouldn t have to sacrifice the features and functionality you want

More information

Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam. info@sepusa.com www.sepusa.com Copyright 2014 SEP

Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam. info@sepusa.com www.sepusa.com Copyright 2014 SEP Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam info@sepusa.com www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW... 3 SOLUTION COMPONENTS... 4-5 SAP HANA... 6 SEP

More information

NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction

NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction June 2, 2009 ReadyNAS 2100 shown Agenda Overview New Introductions and Updates ReadyNAS 2100 ReadyNAS Remote Current Product Lineup Solutions

More information

OTM in the Cloud. Ryan Haney

OTM in the Cloud. Ryan Haney OTM in the Cloud Ryan Haney The Cloud The Cloud is a set of services and technologies that delivers real-time and ondemand computing resources Software as a Service (SaaS) delivers preconfigured applications,

More information

Creating a Cloud Backup Service. Deon George

Creating a Cloud Backup Service. Deon George Creating a Cloud Backup Service Deon George Agenda TSM Cloud Service features Cloud Service Customer, providing a internal backup service Internal Backup Cloud Service Service Provider, providing a backup

More information

Dell s SAP HANA Appliance

Dell s SAP HANA Appliance Dell s SAP HANA Appliance SAP HANA is the next generation of SAP in-memory computing technology. Dell and SAP have partnered to deliver an SAP HANA appliance that provides multipurpose, data source-agnostic,

More information

SPEX for Windows Client Server Version 8.3. Pre-Requisite Document V1.0 16 th August 2006 SPEX CS 8.3

SPEX for Windows Client Server Version 8.3. Pre-Requisite Document V1.0 16 th August 2006 SPEX CS 8.3 SPEX for Windows Client Server Version 8.3 Pre-Requisite Document V1.0 16 th August 2006 Please read carefully and take note of the applicable pre-requisites contained within this document. It is important

More information

Pivot3 Desktop Virtualization Appliances. vstac VDI Technology Overview

Pivot3 Desktop Virtualization Appliances. vstac VDI Technology Overview Pivot3 Desktop Virtualization Appliances vstac VDI Technology Overview February 2012 Pivot3 Desktop Virtualization Technology Overview Table of Contents Executive Summary... 3 The Pivot3 VDI Appliance...

More information

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased

More information