SlideShare a Scribd company logo
1 of 55
Download to read offline
1
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Introduction to IBM Cloud Object Storage
(powered by Cleversafe)
Tony Pearson
Master Inventor and Senior IT Architect
IBM Corporation
2
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Abstract
This session explains object
storage and how it differs
from block or file-level
storage.
The speaker will provide an
overview of IBM's acquisition
of Cleversafe, and its clever,
highly scalable, highly reliable
use of Erasure Coding to
reduce storage costs by up to
70 percent, which IBM has
named the IBM Cloud Object
Storage System.
3
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
This week with Tony Pearson
Day Time Topic
Tuesday 13:45
Introduction to IBM Cloud Object Storage System and
its Applications (powered by Cleversafe)
Wednesday
9:00 IBM Hybrid Cloud Storage Solutions
10:15
Data optimization: How to verify your storage is being
used efficiently
15:00 Managing Risks with Data Footprint Reduction
What is Object Store?
IBM Cloud Object
Storage System
Applications and
Use Cases
Agenda
5
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Clients are facing explosive growth in Unstructured Data,
which is exactly why Object Storage is so critical
*Exabytes
0
20
40
60
80
100
120
2009 2010 2011 2012 2013 2014 2015 2016 2017
Unstructured Data
Structured Data
Source: IDC
Unstructured
data growth of
60–80%
per year
creates
Web-scale
storage needs
*1 exabyte = 1,000 petabytes =1 million terabytes = 1 billion gigabytes
Problem - Traditional and Legacy Storage Designed for
Transactional, Not Unstructured Data
6
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
How is Object Storage Different?
Block and File Storage
– Decide where to put it
• For block, which array/volume/LUN
• For file, which filer/subdirectory
– Remember where it is to get it back
– Read/Write records, append data
– Limits on LUN size, number of files
Object Storage
– Provide data over to the Object storage
• Get “claim stub” reference locator
– Use or share “claim stub” to access
data HTTP, Openstack Swift, S3
– Get/Put/Delete object in its entirety
– Effectively “unlimited” scalability
7
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Object Store for Unstructured data
Hot Data
High-IOPS and Low-Latency
All-Flash and Hybrid Flash/Disk
Information Lifecycle Management
(ILM)
Structured data / Random-Access
Active logs and traces
Virtual Machines and VDI
Single-Tenancy
Static and Stable data
Backups, Files, Archives
Seismic, Research, Telemetry, HPC
Video, Animation, Body Cams
Photos, Images, CAD/CAM, GIS
Music, Audio
Genomic, Medical Images
Multi-tenancy
Object Store provides a
• Secure
• Reliable
• Scalable
• Cost Effective
Platform For Unstructured data
Object Store
is not designed for
• High IOPS workflows
• Transaction
Processing
• Inherent ILM
8
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Volume vs. File vs. Object level access
POSIX
Read record
Write record
Volume
Read block
Write block
SAN
or
LAN
LAN
File
Read record
Write record
LAN
or
WAN
Object
Get, Put,
Delete
NFS, SMB
Read record
Write record
REST
Get, Put
Delete
SAN Zoning,
LUN Masking
• Device
• LUN / Volser
• Block ID
Access
Control
List (ACL)
Access
Control
List (ACL)
• Mount point
or Drive Letter
• Path (subdirs)
• File name
• Vault
• Container
• Object
SCSI
Reserve
File
Locking
Eventual
Consistency
9
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Object Store Hierarchy – Vault, Container and Object
Vault 1 Vault 3Vault 2
A1
D4
C3
B2
Photo123 Video789Doc456
Vault
• Object store can have up to 1000 vaults
• Each vault could have separate
administrators to manage ACLs
• Separate quotas per vault
• Provides Multi-tenancy, Secure isolation
Container (aka “Bucket”)
• Vault can have millions of containers
• Container can have one or more objects
• Unique Container name within the vault
Object
• A string of bits, similar to a file
• Unique identifier within the container
• No sub-containers, “flat namespace”, but
can mimic subdirs with slashes a/b/c
• Unique URI based on account, container
and object id:
Server-URL/Vaultt2/C3/Doc456
10
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Object Storage is Simpler for Application Development
POSIX – over 60 commands NFS – over 30 commands
HEAD
• Read metadata
GET
• Read content and
metadata
PUT
• Write content and
metadata
DELETE
• Remove object or
empty container
POST
• Update metadata
Object – 5 commands
SMB – over 80 commands
11
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Data Protection Schemes
Tolerate 1 drive failure Tolerate 2 drive failures Tolerate “M” failures
RAID-1 / RAID-10
K pieces 2 x K slices
RAID-5
K pieces K + 1 slices
2.0X
1.2X
3.0X
1.5X
1.7XTriplication
K pieces 3 x K slices
RAID-6
K pieces K + 2 slices
Erasure Coding
K pieces K+M = N
slices
12
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
The Math Behind Reed-Solomon Erasure Coding
“K” variables of input data: a, b, c, d, e
Example: K=5 M=3 K+M= 8
Here we create “K+M”
equations, adding and
subtracting by different
co-factors
Results in “K+M” slices that
can be geographically
dispersed
We can tolerate losing up to
“M” slices of data, and still
solve for the original
“K” pieces of data.
What is Object Store?
IBM Cloud Object
Storage System
Applications and
Use Cases
Agenda
14
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Storage Positioning – Filling a Gap
Unified file and
object storage.
Optimized for high
performance, across
flash and disk
Flash 15K
Unified file and object
storage on tape
Information Lifecycle
Management (ILM) across tiers
HighestPerformance
Lowest cost
Tape
IBM was looking to offer easy to
manage, scalable disk-based object
storage for unstructured data
• Moderate performance
• Moderate cost
10K 7200 rpm
15
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Data Growth at Petabyte (PB) Scale
PB of data
3 to 5x
Data Protection
RAID, Mirrors,
Replication, Tape
Data Protection
High Availability & Disaster Recovery
Geo-Distribution & Erasure Coding
Infrastructure
Proprietary, specialized
hardware, multiple systems
Operations
More than 1 FTE per PB
Maintenance outages
Infrastructure
Software Defined,
Commodity Hardware,
Single System
Operations
Less than 1 FTE per 6 PB
Single system, Secure
Self-healing
1.7 x 60% Less
Hardware &
Rack space
Traditional
Approach
IBM Cloud
Object Storage
Approach
70%
Lower
TCO
16
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System economics beat
legacy NAS storage and Amazon Web Services (AWS)
$8,400
$4,210
$1,613
$1,053
Legacy NAS DR protected
Legacy NAS single copy
IBM Cloud Object + NAS
gateway
dsNet object protectedIBM Cloud Object
IBM Cloud Object vs NAS
Cost: 80% lower
$0
$2,000,000
$4,000,000
$6,000,000
$8,000,000
$10,000,000
480 TB 960 TB 1920 TB 3840 TB
S3
dsNet
Cost: 10 to 60% lower
IBM Cloud Object vs AWS S3
IBM Cloud Object
Amazon S3
17
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System – Terminology
HTTP
Application
Server
IBM COS
Manger
Accesser
Slicestor
Storage
Pool
Accesser PoolVault
Load
Balancer
Site A Site B Site C
End user
Global Namespace
IBM Cloud Object Storage
System organizes objects into
“Vaults” and “Containers”
Multiple vaults can share
storage pools
Vaults can have millions of
containers
OpenStack Swift
S3 Protocol
18
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
CONTENT
TRANSFORMATION
IBM Cloud software
encrypts, slices and
applies Information
Dispersal Algorithms
otherwise known as
erasure coding
policies to the data.
Data Ingest
Accesser
Software
Storage Nodes
Site 1 Site 2 Site 3
Physical Distribution
Slices are distributed to
separate disks and industry
standard x86 hardware
across geographic locations.
Data Retrieval
Storage Nodes
Reliable Retrieval
An operator defined subset of
slices is needed to retrieve
data bit perfectly in real time.
Site 1 Site 2 Site 3
BENEFITS
The level of
resiliency is fully
customizable
resulting in a
massively reliable
and efficient way to
store data at scale
as opposed to RAID
and replication
techniques.
Accesser
Software
Slicestor
Software
How the IBM Cloud Object Storage System Works
19
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Original Data
Encrypted, Erasure
Coded Slices
12
11
10
9
8
7
6
5
4
3
1
2
Slicestor®
Appliances
Accesser® Appliance, Application,
VM, Docker Container or Embedded
Accesser®
$ 7
6
5
4
3
1
2
Original object is
encrypted then
cut into pieces
Each slice is written to a
separate storage node. In
this example, the storage
nodes are geographically
dispersed across 3 sites.
Information Dispersal
Algorithm (IDA)
Erasure coding is used to
transform the data into a
customizable number of
slices (7/12 in this example)
Writing Data to IBM Cloud Object Storage System
Site 1 Site 2 Site 3
20
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
“Zero Touch” Provider-Side Encryption Data-at-Rest
Introducing the All-or-Nothing (AONT) package
21
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System – SmartWrite and Rebuild
Once write threshold is met, returns success
response to client
– Example: 7/9/12 (7 pieces 12 slices)
– Minimum 7 slices required to read back
– Once 9 slices are written, write is considered
complete for application
Best effort to write remaining slices
– If time-out occurs, unwritten slices dropped
Entire namespace scanned on
ongoing basis
– Slice integrity check
– Missing slice check
– Slicestors work together to
rebuild missing or corrupted
slice(s)
Rebuilder is “always on” at moderate
rate for I/O rate predictability
Optimistically attempts to write all slices in parallel
X ?
22
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
7
6
5
4
3
1
2
$
With erasure coding “k” pieces are turned into “n” slices:
Reads can be performed using any k of the n slices
• This example is a “7 of 12” Information Dispersal Algorithm (IDA) means
only 7 slices are needed to reconstruct the original object
With this IDA, a read can
still be executed with any
five storage nodes being
unavailable out of 12.
With 3 sites, even
an entire site
outage (plus one
additional storage
node outage) can
be tolerated.
Reading Data from IBM Cloud Object Storage System
Site 1 Site 2 Site 3
23
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Dedicated
(Private)
IBM Cloud Object Storage System – Single vs. Multi-Site
Single Site
Better performance,
when site-tolerance
not a factor, better
than traditional
RAID-5 / RAID-6
Two Site / Vault Mirroring
Allows customers to leverage existing two-site
infrastructure. Provides concurrent reads and
writes despite communication disruption
between locations. Local data better than
traditional RAID-5 / RAID-6
Geographically Dispersed
Three to Nine Sites
Consider adding IBM SoftLayer or leverage existing
datacenter locations to provide a broader distribution
of data for higher availability, site-tolerance and
scalability
24
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Scalability
Site 1 Site 2 Site 3
S3 Compatible API Openstack Swift
Compatible API
Simple Object API
Slicestor
Software
Accesser
Software
Scalability – Scale performance
and/or capacity at any time with no
downtime to operations
Need more Performance?
Add more Accesser nodes
Need more Capacity?
Add more disks to existing Slicestor
nodes, or add more storage pools
– All pools must have the same
number of nodes
– Difference storage pools can
have different amounts of storage
– All nodes in each storage pool
must have same amount of
storage
Storage
Pool 1
Storage
Pool 2
Storage
Pool 3
25
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System –
Software, Pre-Built Systems or Cloud Services
Software
• ClevOS – IBM Cloud
Object Storage System
software packaged with
Debian Linux OS
• Software-defined,
hardware-aware model for
flexibility of x86 platform
choice
• Can be deployed on
qualified vendor hardware
Pre-built Systems
• Fully integrated appliance
models for easy deployment
and support
• On-premises object storage
solution
Cloud Services
• IBM SoftLayer hardware
infrastructure running
IBM Cloud Object
Storage System software
• Off-premise offering for
customers that want
security and controlled
performance
26
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Spectrum Storage Suite
Bundle license for
flash, disk, tape and
storage-rich servers
Per TiB
IBM Spectrum
Storage Suite
Control Protect
Archive
Virtualize Accelerate
Scale
IBM Cloud Object Storage
I’ve deployed Spectrum Storage Suite. Now
what?
1. Well, since you already own entitlement to
all capabilities in the Spectrum Storage
suite, you are free to download any of the
software you like, including IBM Cloud
Object Storage!
2. To help facilitate quick adoption of
additional use cases, Spectrum Storage
Suite licensing offers the ability to
perform extended tests in an evaluation
sandbox proving ground without
additional charge. Tebibytes (TiB) in this
sandbox are not counted.
So go ahead, experiment with your next use
case. Prove it, become familiar with it, pay for
it only when it’s deployed for productive use.
27
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System – Deployment Options
Infrastructure
Dedicated
(Private)
Public
Local
(Private)
On-premises
Off-premises
Cloud
Infrastructure
Off-premises
(IBM SoftLayer)
Public
• Standard regional
• Nearline regional
• Nearline geo-
dispersed
Consumed
pricing
Dedicated
• IBM Managed
• Client managed
• Hybrid / Mixed
Allocated
pricing
Client
infrastructure
On-premises
(Recommend:
300TB or more)
Locally managed
• Software
• Pre-built systems
28
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Pre-Built Systems for IBM Cloud Object Storage System
IBM COS Manager 2105 / 3105
Accesser 2100 / 3105 / 4105
Slicestor 2212
Slicestor 2448
Health and performance monitoring
GUI and API access
Configuration and security
Zero downtime upgrades
12 drives @ 4, 6 or 8 TB
48 to 96 TB Nearline HDD
in 2U rack space
16, 32 or 48 drives @ 4, 6 or 8 TB
64 to 384 TB Nearline HDD
in 4U rack space
Slices, Disperses and Retrieves data
29
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage public cloud services
IBM Cloud Object Storage Flex
DataAccessPattern
IBM Cloud Object Storage
Standard
IBM Cloud Object
Storage
Vault
Variable data access
pattern / Mixed
workloads
Predictable
data access
pattern /
workload
Frequent
data access
Less frequent
data access
Minimal
data access
IBM Cloud Object
Storage
Cold Vault
New
New
New ( public portal)
• High Availability – Cross Regional USA
• Low Latency – Regional (Dallas)
What is Object Store?
IBM Cloud Object
Storage System
Applications and
Use Cases
Agenda
31
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
A broad spectrum of strategies to build, buy, or assemble an end to end solution
Integrations, Connectors, Gateways Ready to RunCustom Applications
Off-PremHybridOn-Prem
and/or and/or
How to Consume IBM Cloud Object Storage
32
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Large
multimedia files
Video, Audio,
Images
Store
telemetric,
instrumentation
and sensor
data
Web generated
and social
media data
Backup, Active
archive, DR,
inactive and
compliance
data
Security audits,
Log files and
Analytics
Collaboration
and content
distribution
Global file
services,
mobile access,
and StaaS
Genomics,
HPC, Geo-
spatiial
8
7
6
5
4
1
2
3
Object Storage Typical Use Cases Storage Services
33
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Market Industry Verticals
Secure
customer
trust and
business
compliance.
Financial
Services &
Insurance
Incorporate
into IoT
processes,
analytics
Industrial,
Distribution
Manage the
data essential
to serving the
good of the
public.
Public Sector,
Government
Scale your
market
offering
without
worry.
Telco &
Service
Providers
Create and
Deliver
Content on
demand.
Media &
Entertainment
Heath Care &
Life Sciences
Put medical
progress
before
everything
else.
Every industry does backup, all have some
amount of static-and-stable unstructured data,
most need file or content archive…
34
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Secure archive
and
synch/share.
Repository for
new creative
Critical data
archive for public
safety
Storage as a
service for
subscribers
Global on-
demand content
hub
Financial
Services &
Insurance
Media &
Entertainment
Production
GovernmentService
Providers
Media &
Entertainment
Distribution
Shared genomics
research
Health Care
& Life
Sciences
Hybrid Cloud Object Storage adoption across multiple industries
35
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Client Reference– Web Based Photo Sharing
Users upload photo
and video content via
web based application
Photo and video objects are sent to
Cleversafe via REST based protocols
Metadata is
captured and
stored
• Scale – 150 petabytes and growing: more than 50 Billion images stored
• Manageability – 3 Administrators manage entire environment
• Security – 50,000+ uploads per minute with zero touch security
• Always-on availability – SLA of 100% download on demand – even during
California to Nevada datacenter move
• Economics – Operating costs reduced by more than 70%
• Key decision makers – Technical team backed by financial cost cutting
mandates
36
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Spectrum Protect supports IBM SoftLayer and Amazon S3
Client nodes
• IBM Cloud Object Storage System
(using S3-compatible API)
Off-premises:
• IBM Bluemix
• Amazon Web Services
On-premises
IBM Spectrum
Protect Server
37
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Spectrum Storage combined with IBM Cloud Object Storage
Unified file and object
storage. Optimized for
high performance, across
flash, disk and object
store
Flash
Object
Store
15K
Object storage on disk
( File, backup and archive interfaces
available through variety of options )
IBM Bluemix
OpenStack Swift
Amazon Web Services S3
Swift S3 emulation
Unified file and object
storage on tape
Transparent Cloud Tiering
Information Lifecycle
Management (ILM) across tiers
HighestPerformance
Lowest cost
Tape10K 7200
38
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
No need for 3rd party encryption
solution or key management
Not a post process. Data is fully
protected upon write commit
No need to install and manage a
separate OS
Base price includes all interfaces
Predict drive failures and take
appropriate action
No need to repurchase licenses
when refreshing hardware
ENCRYPTION IS INHERENT ERASURE CODING IS INLINE
SOFTWARE PACKAGED WITH OS
ALL FEATURES INCLUDED
DISK LIFECYCLE MANAGEMENT
PERPETUAL LICENSING MODE
Competitive Differentiators
39
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Your feedback about this session is very important to us.
Submit a survey at:
ibmtechu.com
40
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
41
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
COSFREE in IBM Cloud: https://www.ibm.com/cloud-
computing/bluemix/cloud-object-storage/
Visit IBM Cloud Object Storage at: https://www.ibm.com/cloud-
computing/products/storage/object-storage/
Follow IBM Cloud Object Storage at:
https://www.linkedin.com/company-beta/54753/
https://twitter.com/IBMcloud
Watch us on:
https://www.youtube.com/watch?v=j6LX8c5vuI4
Learn More about IBM Cloud Object Storage
42
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Address your challenges with IBM Cloud Object Storage
Backup Archive
Enterprise
collaboration
Storage as
a service
Content
repository
Backup target
• IBM Spectrum
Protect
• CTERA
• z/OS Tape
Connector
• z/OS
Advanced
Archive
• NetApp
AltaVault
• Rman
• Commvault
• NetBackup
• Actifio
• Rubrik
Archive data
• IBM Spectrum
Scale
• Apache Spark
• Apache
Hadoop
• Analytics
• NetApp
AltaVault
• Avere
• Tiger Bridge
Connector
• Interica PARs
• Ostar
(Healthcare)
Secure sharing
• IBM
Enterprise
Content
Management
• SME
• CTERA
Networks
Provide service
• Cloud service
• Service
Provider
cloud
• Analytics
service
• Video
production
• Video
surveillance
• Picture data
service
Live content data
• IBM Spectrum
Scale
• CTERA
• Apache Spark
• Apache Hadoop
• IBM FileNet
• SME
• Panzura
• Avere
• Nasumi
IBM solutions and partner enabled solutions
43
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM acquires Cleversafe, Inc.
IBM Cloud
Object
Storage
System
Object Store
Over 350 Patents Awarded
Object Storage Leader
2 years in a row
Multiple Exabytes in
Production
Notable Milestones
Acquired by IBM 2015
Software Company
• Founded in 2004 in Chicago
• Shipping product since 2008
Software Defined
Object Storage
• Over 100 people dedicated to
software development
Runs on Industry
Standard x86 servers
• Certified platforms to provide
enterprise grade experience,
predictable performance and
support
Product Renamed
• IBM Cloud Object Storage
System
44
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Cross Region USA
(high availability)
Regional (Dallas)
(low latency)
• Storage in multiple data centers in three
regions, 1000+ Km. apart.
• Data is accessible via Geo and Regional
end points for business continuity and
availability.
• One price, no separate charge for multiple
data centers within Cross Region, or
bandwidth used across data centers.
• Storage in multiple data center facilities
within a single region.
• Data is accessible via end points within a
single region for business continuity and
availability.
• One price, no separate charge for multiple
data centers with in Region, or for
bandwidth used across data centers.
* coming soon - in 2Q
Resiliency options to meet your business needs
IBM Cloud Object Storage on IBM Bluemix
45
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM COS Manager
• Fault management
• Performance monitoring
• Storage configuration
• Reporting
• Provisioning
Accesser®
• Slices data
• Disperses data
• Retrieves data
• Use Load Balancer
across accesser pools
• Stateless
• No cache
• No metadata
Slicestor®
• Storage for slices
• Single or multi-site
• Capacity based pricing
• Rebuilds slices
Supported on Certified industry standard platforms
Software Defined &
Hardware Aware
Qualified for predictable performance
Faster time to production
Choice of drive technology
Single Pane Management of HW & SW
IBM Cloud Object Storage System – Components
46
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Encryption Data-in-Flight
HTTP
IBM COS
protocol
Application
Server
All data-in-flight secured by TLS/SSL
IBM COS
Manger
Accesser
Slicestor
In all cases, monitoring and
event management secured by
AES in SNMP v3
Rogue devices cannot become
part of the system
End user
47
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System – SmartRead
48
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Cloud Object Storage System – Partner Comparison
Vendor Product Protocols Features Use Cases
Avere
FXT series
• NFS
• SMB
Global namespace
Encryption, Compression,
Snapshots, Clustering
• Analytics
• Media rendering
Ctera Networks
CX0 series
• NFS, SMB
• AFP, FTP
• WebDAV
• iSCSI
Encryption, Snapshots,
Replication, Enterprise File Sync
and Share (EFSS)
• Backup
• RO/BO storage
IBM Spectrum
Scale
• NFS, SMB
• OpenStack
• Amazon S3
• Hadoop
• POSIX
Global namespace & file locking,
Encryption, Snapshots,
Compression, Replication
• Analytics / HPC
• Media rendering
• VMs and Databases
• Collaboration
• NAS Consolidation
• Backup / Archiving
Nasuni NF series • NFS, SMB
• FTP, SFTP
• HTTPS
• iSCSI
Global namespace & file locking,
Encryption, Snapshots,
Compression, Dedupe, EFSS
• Collaboration
• File sharing
• Archiving
Panzura Global File
System
• NFS
• SMB
Global namespace & file locking,
Encryption, Compression,
Dedupe
• Collaboration
• NAS consolidation
49
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
http://www.ibm.com/training/events
https://www.ibm.com/cloud-computing/products/storage/
https://www.ibm.com/cloud-computing/products/storage/object-
storage/cloud/
http://www.redbooks.ibm.com/
https://www-03.ibm.com/systems/storage/
https://www-03.ibm.com/systems/storage/cloud-storage/
Session reference links
50
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
IBM Tucson Executive Briefing Center
Tucson, Arizona is home for
storage hardware and software
design and development
IBM Tucson Executive
Briefing Center offers:
–Technology briefings
–Product demonstrations
–Solution workshops
Take a video tour!
– http://youtu.be/CXrpoCZAazg
51
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
About the Speaker
Tony Pearson is a Master Inventor and Senior IT Architect for the IBM Storage product line. Tony joined IBM Corporation in
1986 in Tucson, Arizona, USA, and has lived there ever since. In his current role, Tony presents briefings on storage topics
covering the entire IBM Storage product line, IBM Spectrum Storage software products, and topics related to Cloud Computing,
Analytics and Cognitive Solutions. He interacts with clients, speaks at conferences and events, and leads client workshops to
help clients with strategic planning for IBM’s integrated set of storage management software, hardware, and virtualization
solutions.
Tony writes the “Inside System Storage” blog, which is read by thousands of clients, IBM sales reps and IBM Business Partners
every week. This blog was rated one of the top 10 blogs for the IT storage industry by “Networking World” magazine, and #1
most read IBM blog on IBM’s developerWorks. The blog has been published in series of books, Inside System Storage: Volume
I through V.
Over the past years, Tony has worked in development, marketing and consulting for various storage hardware and software
products. Tony has a Bachelor of Science degree in Software Engineering, and a Master of Science degree in Electrical
Engineering, both from the University of Arizona. . Tony is an inventor or co-inventor of 19 patents in the field of electronic data
storage.
9000 S. Rita Road
Bldg 9032 Floor 1
Tucson, AZ 85744
+1 520-799-4309 (Office)
tpearson@us.ibm.com
Tony Pearson
Master Inventor
Senior IT Architect
IBM Storage
52
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Email:
tpearson@us.ibm.com
Twitter:
twitter.com/az990tony
Blog:
ibm.co/Pearson
Books:
www.lulu.com/spotlight/990_tony
IBM Expert Network on Slideshare:
www.slideshare.net/az990tony
Facebook:
www.facebook.com/tony.pearson.16121
Linkedin:
https://www.linkedin.com/in/az990tony
Additional Resources from Tony Pearson
53
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Continue the conversation
view event
highlights
talk to tech
experts
connect with
attendees
read training
articles
IBM Systems
Technical Events
LinkedIn
community
Join today
bit.ly/IBMTechUconnect
54
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Continue growing your IBM skills
ibm.com/training
provides a comprehensive
portfolio of skills and career
accelerators that are designed
to meet all your training needs.
If you can’t find the training that is right for you
with our Global Training Providers, we can help.
Contact IBM Training at dpmc@us.ibm.com
55
IBM Systems Technical Events | ibm.com/training/events
© Copyright IBM Corporation 2017. Technical University/Symposia materials may not
be reproduced in whole or in part without the prior written permission of IBM.
Trademarks and Disclaimers
Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other
countries. IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government Commerce.
Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks
of Intel Corporation or its subsidiaries in the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. ITIL is a registered trademark, and a
registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office. UNIX is a registered trademark of The Open
Group in the United States and other countries. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. Cell Broadband
Engine is a trademark of Sony Computer Entertainment, Inc. in the United States, other countries, or both and is used under license therefrom. Linear Tape-Open, LTO, the LTO
Logo, Ultrium, and the Ultrium logo are trademarks of HP, IBM Corp. and Quantum in the U.S. and other countries.
Other product and service names might be trademarks of IBM or other companies. Information is provided "AS IS" without warranty of any kind.
The customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental
costs and performance characteristics may vary by customer.
Information concerning non-IBM products was obtained from a supplier of these products, published announcement material, or other publicly available sources and does not
constitute an endorsement of such products by IBM. Sources for non-IBM list prices and performance numbers are taken from publicly available information, including vendor
announcements and vendor worldwide homepages. IBM has not tested these products and cannot confirm the accuracy of performance, capability, or any other claims related to
non-IBM products. Questions on the capability of non-IBM products should be addressed to the supplier of those products.
All statements regarding IBM future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.
Some information addresses anticipated future capabilities. Such information is not intended as a definitive statement of a commitment to specific levels of performance, function or
delivery schedules with respect to any future products. Such commitments are only made in IBM product announcements. The information is presented here to communicate IBM's
current investment and development activities as a good faith effort to help with our customers' future planning.
Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will
experience will vary depending upon considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the
workload processed. Therefore, no assurance can be given that an individual user will achieve throughput or performance improvements equivalent to the ratios stated here.
Prices are suggested U.S. list prices and are subject to change without notice. Starting price may not include a hard drive, operating system or other features. Contact your IBM
representative or Business Partner for the most current pricing in your geography.
Photographs shown may be engineering prototypes. Changes may be incorporated in production models.
© IBM Corporation 2017. All rights reserved.
References in this document to IBM products or services do not imply that IBM intends to make them available in every country.
Trademarks of International Business Machines Corporation in the United States, other countries, or both can be found on the
World Wide Web at http://www.ibm.com/legal/copytrade.shtml.
ZSP03490-USEN-00

More Related Content

What's hot

S104876 ibm-cos-jburg-v1809b
S104876 ibm-cos-jburg-v1809bS104876 ibm-cos-jburg-v1809b
S104876 ibm-cos-jburg-v1809bTony Pearson
 
S100299 ibm-cos-orlando-v1804c
S100299 ibm-cos-orlando-v1804cS100299 ibm-cos-orlando-v1804c
S100299 ibm-cos-orlando-v1804cTony Pearson
 
S104875 nightmares-dreams-spectrum-control-jburg-v1809h
S104875 nightmares-dreams-spectrum-control-jburg-v1809hS104875 nightmares-dreams-spectrum-control-jburg-v1809h
S104875 nightmares-dreams-spectrum-control-jburg-v1809hTony Pearson
 
S104873 nas-sizing-jburg-v1809d
S104873 nas-sizing-jburg-v1809dS104873 nas-sizing-jburg-v1809d
S104873 nas-sizing-jburg-v1809dTony Pearson
 
S104872 spectrum nas-one-day-jburg-v1809e
S104872 spectrum nas-one-day-jburg-v1809eS104872 spectrum nas-one-day-jburg-v1809e
S104872 spectrum nas-one-day-jburg-v1809eTony Pearson
 
S016386 business-continuity-melbourne-v1708c
S016386 business-continuity-melbourne-v1708cS016386 business-continuity-melbourne-v1708c
S016386 business-continuity-melbourne-v1708cTony Pearson
 
S104874 toe-pool-jburg-v1809e
S104874 toe-pool-jburg-v1809eS104874 toe-pool-jburg-v1809e
S104874 toe-pool-jburg-v1809eTony Pearson
 
S104878 nvme-revolution-jburg-v1809b
S104878 nvme-revolution-jburg-v1809bS104878 nvme-revolution-jburg-v1809b
S104878 nvme-revolution-jburg-v1809bTony Pearson
 
S104877 cdm-data-reuse-jburg-v1809d
S104877 cdm-data-reuse-jburg-v1809dS104877 cdm-data-reuse-jburg-v1809d
S104877 cdm-data-reuse-jburg-v1809dTony Pearson
 
S016579 data-optimization-spectrum-control-brazil-v2
S016579 data-optimization-spectrum-control-brazil-v2S016579 data-optimization-spectrum-control-brazil-v2
S016579 data-optimization-spectrum-control-brazil-v2Tony Pearson
 
S016825 ibm-cos-nola-v1710d
S016825 ibm-cos-nola-v1710dS016825 ibm-cos-nola-v1710d
S016825 ibm-cos-nola-v1710dTony Pearson
 
IBM Cloud Storage Options
IBM Cloud Storage OptionsIBM Cloud Storage Options
IBM Cloud Storage OptionsTony Pearson
 
S100297 ilm-archive-orlando-v1804c
S100297 ilm-archive-orlando-v1804cS100297 ilm-archive-orlando-v1804c
S100297 ilm-archive-orlando-v1804cTony Pearson
 
S016826 cloud-storage-nola-v1710d
S016826 cloud-storage-nola-v1710dS016826 cloud-storage-nola-v1710d
S016826 cloud-storage-nola-v1710dTony Pearson
 
S100298 pendulum-swings-orlando-v1804a
S100298 pendulum-swings-orlando-v1804aS100298 pendulum-swings-orlando-v1804a
S100298 pendulum-swings-orlando-v1804aTony Pearson
 
S100296 data-footprint-orlando-v1804a
S100296 data-footprint-orlando-v1804aS100296 data-footprint-orlando-v1804a
S100296 data-footprint-orlando-v1804aTony Pearson
 
IBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeIBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeMichael Beatty
 
S016828 storage-tiering-nola-v1710b
S016828 storage-tiering-nola-v1710bS016828 storage-tiering-nola-v1710b
S016828 storage-tiering-nola-v1710bTony Pearson
 
S100294 bcdr-seven-tiers-orlando-v1804a
S100294 bcdr-seven-tiers-orlando-v1804aS100294 bcdr-seven-tiers-orlando-v1804a
S100294 bcdr-seven-tiers-orlando-v1804aTony Pearson
 
S100293 hybrid-cloud-orlando-v1804a
S100293 hybrid-cloud-orlando-v1804aS100293 hybrid-cloud-orlando-v1804a
S100293 hybrid-cloud-orlando-v1804aTony Pearson
 

What's hot (20)

S104876 ibm-cos-jburg-v1809b
S104876 ibm-cos-jburg-v1809bS104876 ibm-cos-jburg-v1809b
S104876 ibm-cos-jburg-v1809b
 
S100299 ibm-cos-orlando-v1804c
S100299 ibm-cos-orlando-v1804cS100299 ibm-cos-orlando-v1804c
S100299 ibm-cos-orlando-v1804c
 
S104875 nightmares-dreams-spectrum-control-jburg-v1809h
S104875 nightmares-dreams-spectrum-control-jburg-v1809hS104875 nightmares-dreams-spectrum-control-jburg-v1809h
S104875 nightmares-dreams-spectrum-control-jburg-v1809h
 
S104873 nas-sizing-jburg-v1809d
S104873 nas-sizing-jburg-v1809dS104873 nas-sizing-jburg-v1809d
S104873 nas-sizing-jburg-v1809d
 
S104872 spectrum nas-one-day-jburg-v1809e
S104872 spectrum nas-one-day-jburg-v1809eS104872 spectrum nas-one-day-jburg-v1809e
S104872 spectrum nas-one-day-jburg-v1809e
 
S016386 business-continuity-melbourne-v1708c
S016386 business-continuity-melbourne-v1708cS016386 business-continuity-melbourne-v1708c
S016386 business-continuity-melbourne-v1708c
 
S104874 toe-pool-jburg-v1809e
S104874 toe-pool-jburg-v1809eS104874 toe-pool-jburg-v1809e
S104874 toe-pool-jburg-v1809e
 
S104878 nvme-revolution-jburg-v1809b
S104878 nvme-revolution-jburg-v1809bS104878 nvme-revolution-jburg-v1809b
S104878 nvme-revolution-jburg-v1809b
 
S104877 cdm-data-reuse-jburg-v1809d
S104877 cdm-data-reuse-jburg-v1809dS104877 cdm-data-reuse-jburg-v1809d
S104877 cdm-data-reuse-jburg-v1809d
 
S016579 data-optimization-spectrum-control-brazil-v2
S016579 data-optimization-spectrum-control-brazil-v2S016579 data-optimization-spectrum-control-brazil-v2
S016579 data-optimization-spectrum-control-brazil-v2
 
S016825 ibm-cos-nola-v1710d
S016825 ibm-cos-nola-v1710dS016825 ibm-cos-nola-v1710d
S016825 ibm-cos-nola-v1710d
 
IBM Cloud Storage Options
IBM Cloud Storage OptionsIBM Cloud Storage Options
IBM Cloud Storage Options
 
S100297 ilm-archive-orlando-v1804c
S100297 ilm-archive-orlando-v1804cS100297 ilm-archive-orlando-v1804c
S100297 ilm-archive-orlando-v1804c
 
S016826 cloud-storage-nola-v1710d
S016826 cloud-storage-nola-v1710dS016826 cloud-storage-nola-v1710d
S016826 cloud-storage-nola-v1710d
 
S100298 pendulum-swings-orlando-v1804a
S100298 pendulum-swings-orlando-v1804aS100298 pendulum-swings-orlando-v1804a
S100298 pendulum-swings-orlando-v1804a
 
S100296 data-footprint-orlando-v1804a
S100296 data-footprint-orlando-v1804aS100296 data-footprint-orlando-v1804a
S100296 data-footprint-orlando-v1804a
 
IBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeIBM Cloud Storage - Cleversafe
IBM Cloud Storage - Cleversafe
 
S016828 storage-tiering-nola-v1710b
S016828 storage-tiering-nola-v1710bS016828 storage-tiering-nola-v1710b
S016828 storage-tiering-nola-v1710b
 
S100294 bcdr-seven-tiers-orlando-v1804a
S100294 bcdr-seven-tiers-orlando-v1804aS100294 bcdr-seven-tiers-orlando-v1804a
S100294 bcdr-seven-tiers-orlando-v1804a
 
S100293 hybrid-cloud-orlando-v1804a
S100293 hybrid-cloud-orlando-v1804aS100293 hybrid-cloud-orlando-v1804a
S100293 hybrid-cloud-orlando-v1804a
 

Similar to S016389 ibm-cos-brazil-v1708b

IBM Cloud Object Storage: How it works and typical use cases
IBM Cloud Object Storage: How it works and typical use casesIBM Cloud Object Storage: How it works and typical use cases
IBM Cloud Object Storage: How it works and typical use casesTony Pearson
 
S106195 cos-use cases-istanbul-v1902a
S106195 cos-use cases-istanbul-v1902aS106195 cos-use cases-istanbul-v1902a
S106195 cos-use cases-istanbul-v1902aTony Pearson
 
IBM Cloud Object Storage System (powered by Cleversafe) and its Applications
IBM Cloud Object Storage System (powered by Cleversafe) and its ApplicationsIBM Cloud Object Storage System (powered by Cleversafe) and its Applications
IBM Cloud Object Storage System (powered by Cleversafe) and its ApplicationsTony Pearson
 
S ss0884 sds-what-why-how-edge2015-v7
S ss0884 sds-what-why-how-edge2015-v7S ss0884 sds-what-why-how-edge2015-v7
S ss0884 sds-what-why-how-edge2015-v7Tony Pearson
 
S cv3179 spectrum-integration-openstack-edge2015-v5
S cv3179 spectrum-integration-openstack-edge2015-v5S cv3179 spectrum-integration-openstack-edge2015-v5
S cv3179 spectrum-integration-openstack-edge2015-v5Tony Pearson
 
Spectrum Scale final
Spectrum Scale finalSpectrum Scale final
Spectrum Scale finalJoe Krotz
 
Storage Cloud and Spectrum presentation
Storage Cloud and Spectrum presentationStorage Cloud and Spectrum presentation
Storage Cloud and Spectrum presentationJoe Krotz
 
Storage cloud and spectrum update February 2016
Storage cloud and spectrum update February 2016Storage cloud and spectrum update February 2016
Storage cloud and spectrum update February 2016Joe Krotz
 
IBM's Cloud Storage Options
IBM's Cloud Storage OptionsIBM's Cloud Storage Options
IBM's Cloud Storage OptionsTony Pearson
 
A Brave new object store world
A Brave new object store worldA Brave new object store world
A Brave new object store worldEffi Ofer
 
IBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageIBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageTony Pearson
 
S cv0879 cloud-storage-options-edge2015-v4
S cv0879 cloud-storage-options-edge2015-v4S cv0879 cloud-storage-options-edge2015-v4
S cv0879 cloud-storage-options-edge2015-v4Tony Pearson
 
Helathcare modernize-tebc105-v1704a
Helathcare modernize-tebc105-v1704aHelathcare modernize-tebc105-v1704a
Helathcare modernize-tebc105-v1704aTony Pearson
 
Flash Ahead: IBM Flash System Selling Point
Flash Ahead: IBM Flash System Selling PointFlash Ahead: IBM Flash System Selling Point
Flash Ahead: IBM Flash System Selling PointCTI Group
 
S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5Tony Pearson
 
IBM Storage for Hybrid Cloud (4Q 2016)
IBM Storage for Hybrid Cloud (4Q 2016)IBM Storage for Hybrid Cloud (4Q 2016)
IBM Storage for Hybrid Cloud (4Q 2016)Elan Freedberg
 
IDT Replaces On-Premises Appliances with Primary Backup on AWS
 IDT Replaces On-Premises Appliances with Primary Backup on AWS IDT Replaces On-Premises Appliances with Primary Backup on AWS
IDT Replaces On-Premises Appliances with Primary Backup on AWSAmazon Web Services
 
S108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dS108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dTony Pearson
 
Ibm spectrum virtualize 101
Ibm spectrum virtualize 101 Ibm spectrum virtualize 101
Ibm spectrum virtualize 101 xKinAnx
 
IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015Doug O'Flaherty
 

Similar to S016389 ibm-cos-brazil-v1708b (20)

IBM Cloud Object Storage: How it works and typical use cases
IBM Cloud Object Storage: How it works and typical use casesIBM Cloud Object Storage: How it works and typical use cases
IBM Cloud Object Storage: How it works and typical use cases
 
S106195 cos-use cases-istanbul-v1902a
S106195 cos-use cases-istanbul-v1902aS106195 cos-use cases-istanbul-v1902a
S106195 cos-use cases-istanbul-v1902a
 
IBM Cloud Object Storage System (powered by Cleversafe) and its Applications
IBM Cloud Object Storage System (powered by Cleversafe) and its ApplicationsIBM Cloud Object Storage System (powered by Cleversafe) and its Applications
IBM Cloud Object Storage System (powered by Cleversafe) and its Applications
 
S ss0884 sds-what-why-how-edge2015-v7
S ss0884 sds-what-why-how-edge2015-v7S ss0884 sds-what-why-how-edge2015-v7
S ss0884 sds-what-why-how-edge2015-v7
 
S cv3179 spectrum-integration-openstack-edge2015-v5
S cv3179 spectrum-integration-openstack-edge2015-v5S cv3179 spectrum-integration-openstack-edge2015-v5
S cv3179 spectrum-integration-openstack-edge2015-v5
 
Spectrum Scale final
Spectrum Scale finalSpectrum Scale final
Spectrum Scale final
 
Storage Cloud and Spectrum presentation
Storage Cloud and Spectrum presentationStorage Cloud and Spectrum presentation
Storage Cloud and Spectrum presentation
 
Storage cloud and spectrum update February 2016
Storage cloud and spectrum update February 2016Storage cloud and spectrum update February 2016
Storage cloud and spectrum update February 2016
 
IBM's Cloud Storage Options
IBM's Cloud Storage OptionsIBM's Cloud Storage Options
IBM's Cloud Storage Options
 
A Brave new object store world
A Brave new object store worldA Brave new object store world
A Brave new object store world
 
IBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object StorageIBM Spectrum Scale for File and Object Storage
IBM Spectrum Scale for File and Object Storage
 
S cv0879 cloud-storage-options-edge2015-v4
S cv0879 cloud-storage-options-edge2015-v4S cv0879 cloud-storage-options-edge2015-v4
S cv0879 cloud-storage-options-edge2015-v4
 
Helathcare modernize-tebc105-v1704a
Helathcare modernize-tebc105-v1704aHelathcare modernize-tebc105-v1704a
Helathcare modernize-tebc105-v1704a
 
Flash Ahead: IBM Flash System Selling Point
Flash Ahead: IBM Flash System Selling PointFlash Ahead: IBM Flash System Selling Point
Flash Ahead: IBM Flash System Selling Point
 
S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5
 
IBM Storage for Hybrid Cloud (4Q 2016)
IBM Storage for Hybrid Cloud (4Q 2016)IBM Storage for Hybrid Cloud (4Q 2016)
IBM Storage for Hybrid Cloud (4Q 2016)
 
IDT Replaces On-Premises Appliances with Primary Backup on AWS
 IDT Replaces On-Premises Appliances with Primary Backup on AWS IDT Replaces On-Premises Appliances with Primary Backup on AWS
IDT Replaces On-Premises Appliances with Primary Backup on AWS
 
S108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dS108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905d
 
Ibm spectrum virtualize 101
Ibm spectrum virtualize 101 Ibm spectrum virtualize 101
Ibm spectrum virtualize 101
 
IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015
 

More from Tony Pearson

Rapid_Recovery-T75-v2204j.pdf
Rapid_Recovery-T75-v2204j.pdfRapid_Recovery-T75-v2204j.pdf
Rapid_Recovery-T75-v2204j.pdfTony Pearson
 
L203326 intro-maria db-techu2020-v9
L203326 intro-maria db-techu2020-v9L203326 intro-maria db-techu2020-v9
L203326 intro-maria db-techu2020-v9Tony Pearson
 
S200743 storage-announcements-ist2020-v2001a
S200743 storage-announcements-ist2020-v2001aS200743 storage-announcements-ist2020-v2001a
S200743 storage-announcements-ist2020-v2001aTony Pearson
 
S200516 copy-data-management-ist2020-v2001c
S200516 copy-data-management-ist2020-v2001cS200516 copy-data-management-ist2020-v2001c
S200516 copy-data-management-ist2020-v2001cTony Pearson
 
S200515 storage-insights-ist2020-v2001d
S200515 storage-insights-ist2020-v2001dS200515 storage-insights-ist2020-v2001d
S200515 storage-insights-ist2020-v2001dTony Pearson
 
F200612 deliver-message-ist2020-v2001c
F200612 deliver-message-ist2020-v2001cF200612 deliver-message-ist2020-v2001c
F200612 deliver-message-ist2020-v2001cTony Pearson
 
Z111806 strengthen-security-sydney-v1910a
Z111806 strengthen-security-sydney-v1910aZ111806 strengthen-security-sydney-v1910a
Z111806 strengthen-security-sydney-v1910aTony Pearson
 
G111614 top-trends-sydney2019-v1910a
G111614 top-trends-sydney2019-v1910aG111614 top-trends-sydney2019-v1910a
G111614 top-trends-sydney2019-v1910aTony Pearson
 
G111416 personal-brand-sydney-v1910b
G111416 personal-brand-sydney-v1910bG111416 personal-brand-sydney-v1910b
G111416 personal-brand-sydney-v1910bTony Pearson
 
Z109889 z4 r-storage-dfsms-vegas-v1910b
Z109889 z4 r-storage-dfsms-vegas-v1910bZ109889 z4 r-storage-dfsms-vegas-v1910b
Z109889 z4 r-storage-dfsms-vegas-v1910bTony Pearson
 
Z110932 strengthen-security-jburg-v1909c
Z110932 strengthen-security-jburg-v1909cZ110932 strengthen-security-jburg-v1909c
Z110932 strengthen-security-jburg-v1909cTony Pearson
 
Z109889 z4 r-storage-dfsms-jburg-v1909d
Z109889 z4 r-storage-dfsms-jburg-v1909dZ109889 z4 r-storage-dfsms-jburg-v1909d
Z109889 z4 r-storage-dfsms-jburg-v1909dTony Pearson
 
S111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dS111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dTony Pearson
 
S110646 storage-for-ai-jburg-v1909c
S110646 storage-for-ai-jburg-v1909cS110646 storage-for-ai-jburg-v1909c
S110646 storage-for-ai-jburg-v1909cTony Pearson
 
G108263 personal-brand-berlin-v1904a
G108263 personal-brand-berlin-v1904aG108263 personal-brand-berlin-v1904a
G108263 personal-brand-berlin-v1904aTony Pearson
 
G108277 ds8000-resiliency-lagos-v1905c
G108277 ds8000-resiliency-lagos-v1905cG108277 ds8000-resiliency-lagos-v1905c
G108277 ds8000-resiliency-lagos-v1905cTony Pearson
 
G108276 public-speaking-lagos-v1905b
G108276 public-speaking-lagos-v1905bG108276 public-speaking-lagos-v1905b
G108276 public-speaking-lagos-v1905bTony Pearson
 
G108266 stack-the-deck-lagos-v1905c
G108266 stack-the-deck-lagos-v1905cG108266 stack-the-deck-lagos-v1905c
G108266 stack-the-deck-lagos-v1905cTony Pearson
 
G107984 personal-brand-atlanta-v1904a
G107984 personal-brand-atlanta-v1904aG107984 personal-brand-atlanta-v1904a
G107984 personal-brand-atlanta-v1904aTony Pearson
 
G107980 top-it-trends-atlanta-v1904b
G107980 top-it-trends-atlanta-v1904bG107980 top-it-trends-atlanta-v1904b
G107980 top-it-trends-atlanta-v1904bTony Pearson
 

More from Tony Pearson (20)

Rapid_Recovery-T75-v2204j.pdf
Rapid_Recovery-T75-v2204j.pdfRapid_Recovery-T75-v2204j.pdf
Rapid_Recovery-T75-v2204j.pdf
 
L203326 intro-maria db-techu2020-v9
L203326 intro-maria db-techu2020-v9L203326 intro-maria db-techu2020-v9
L203326 intro-maria db-techu2020-v9
 
S200743 storage-announcements-ist2020-v2001a
S200743 storage-announcements-ist2020-v2001aS200743 storage-announcements-ist2020-v2001a
S200743 storage-announcements-ist2020-v2001a
 
S200516 copy-data-management-ist2020-v2001c
S200516 copy-data-management-ist2020-v2001cS200516 copy-data-management-ist2020-v2001c
S200516 copy-data-management-ist2020-v2001c
 
S200515 storage-insights-ist2020-v2001d
S200515 storage-insights-ist2020-v2001dS200515 storage-insights-ist2020-v2001d
S200515 storage-insights-ist2020-v2001d
 
F200612 deliver-message-ist2020-v2001c
F200612 deliver-message-ist2020-v2001cF200612 deliver-message-ist2020-v2001c
F200612 deliver-message-ist2020-v2001c
 
Z111806 strengthen-security-sydney-v1910a
Z111806 strengthen-security-sydney-v1910aZ111806 strengthen-security-sydney-v1910a
Z111806 strengthen-security-sydney-v1910a
 
G111614 top-trends-sydney2019-v1910a
G111614 top-trends-sydney2019-v1910aG111614 top-trends-sydney2019-v1910a
G111614 top-trends-sydney2019-v1910a
 
G111416 personal-brand-sydney-v1910b
G111416 personal-brand-sydney-v1910bG111416 personal-brand-sydney-v1910b
G111416 personal-brand-sydney-v1910b
 
Z109889 z4 r-storage-dfsms-vegas-v1910b
Z109889 z4 r-storage-dfsms-vegas-v1910bZ109889 z4 r-storage-dfsms-vegas-v1910b
Z109889 z4 r-storage-dfsms-vegas-v1910b
 
Z110932 strengthen-security-jburg-v1909c
Z110932 strengthen-security-jburg-v1909cZ110932 strengthen-security-jburg-v1909c
Z110932 strengthen-security-jburg-v1909c
 
Z109889 z4 r-storage-dfsms-jburg-v1909d
Z109889 z4 r-storage-dfsms-jburg-v1909dZ109889 z4 r-storage-dfsms-jburg-v1909d
Z109889 z4 r-storage-dfsms-jburg-v1909d
 
S111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dS111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909d
 
S110646 storage-for-ai-jburg-v1909c
S110646 storage-for-ai-jburg-v1909cS110646 storage-for-ai-jburg-v1909c
S110646 storage-for-ai-jburg-v1909c
 
G108263 personal-brand-berlin-v1904a
G108263 personal-brand-berlin-v1904aG108263 personal-brand-berlin-v1904a
G108263 personal-brand-berlin-v1904a
 
G108277 ds8000-resiliency-lagos-v1905c
G108277 ds8000-resiliency-lagos-v1905cG108277 ds8000-resiliency-lagos-v1905c
G108277 ds8000-resiliency-lagos-v1905c
 
G108276 public-speaking-lagos-v1905b
G108276 public-speaking-lagos-v1905bG108276 public-speaking-lagos-v1905b
G108276 public-speaking-lagos-v1905b
 
G108266 stack-the-deck-lagos-v1905c
G108266 stack-the-deck-lagos-v1905cG108266 stack-the-deck-lagos-v1905c
G108266 stack-the-deck-lagos-v1905c
 
G107984 personal-brand-atlanta-v1904a
G107984 personal-brand-atlanta-v1904aG107984 personal-brand-atlanta-v1904a
G107984 personal-brand-atlanta-v1904a
 
G107980 top-it-trends-atlanta-v1904b
G107980 top-it-trends-atlanta-v1904bG107980 top-it-trends-atlanta-v1904b
G107980 top-it-trends-atlanta-v1904b
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

S016389 ibm-cos-brazil-v1708b

  • 1. 1 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Introduction to IBM Cloud Object Storage (powered by Cleversafe) Tony Pearson Master Inventor and Senior IT Architect IBM Corporation
  • 2. 2 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Abstract This session explains object storage and how it differs from block or file-level storage. The speaker will provide an overview of IBM's acquisition of Cleversafe, and its clever, highly scalable, highly reliable use of Erasure Coding to reduce storage costs by up to 70 percent, which IBM has named the IBM Cloud Object Storage System.
  • 3. 3 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. This week with Tony Pearson Day Time Topic Tuesday 13:45 Introduction to IBM Cloud Object Storage System and its Applications (powered by Cleversafe) Wednesday 9:00 IBM Hybrid Cloud Storage Solutions 10:15 Data optimization: How to verify your storage is being used efficiently 15:00 Managing Risks with Data Footprint Reduction
  • 4. What is Object Store? IBM Cloud Object Storage System Applications and Use Cases Agenda
  • 5. 5 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Clients are facing explosive growth in Unstructured Data, which is exactly why Object Storage is so critical *Exabytes 0 20 40 60 80 100 120 2009 2010 2011 2012 2013 2014 2015 2016 2017 Unstructured Data Structured Data Source: IDC Unstructured data growth of 60–80% per year creates Web-scale storage needs *1 exabyte = 1,000 petabytes =1 million terabytes = 1 billion gigabytes Problem - Traditional and Legacy Storage Designed for Transactional, Not Unstructured Data
  • 6. 6 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. How is Object Storage Different? Block and File Storage – Decide where to put it • For block, which array/volume/LUN • For file, which filer/subdirectory – Remember where it is to get it back – Read/Write records, append data – Limits on LUN size, number of files Object Storage – Provide data over to the Object storage • Get “claim stub” reference locator – Use or share “claim stub” to access data HTTP, Openstack Swift, S3 – Get/Put/Delete object in its entirety – Effectively “unlimited” scalability
  • 7. 7 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Object Store for Unstructured data Hot Data High-IOPS and Low-Latency All-Flash and Hybrid Flash/Disk Information Lifecycle Management (ILM) Structured data / Random-Access Active logs and traces Virtual Machines and VDI Single-Tenancy Static and Stable data Backups, Files, Archives Seismic, Research, Telemetry, HPC Video, Animation, Body Cams Photos, Images, CAD/CAM, GIS Music, Audio Genomic, Medical Images Multi-tenancy Object Store provides a • Secure • Reliable • Scalable • Cost Effective Platform For Unstructured data Object Store is not designed for • High IOPS workflows • Transaction Processing • Inherent ILM
  • 8. 8 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Volume vs. File vs. Object level access POSIX Read record Write record Volume Read block Write block SAN or LAN LAN File Read record Write record LAN or WAN Object Get, Put, Delete NFS, SMB Read record Write record REST Get, Put Delete SAN Zoning, LUN Masking • Device • LUN / Volser • Block ID Access Control List (ACL) Access Control List (ACL) • Mount point or Drive Letter • Path (subdirs) • File name • Vault • Container • Object SCSI Reserve File Locking Eventual Consistency
  • 9. 9 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Object Store Hierarchy – Vault, Container and Object Vault 1 Vault 3Vault 2 A1 D4 C3 B2 Photo123 Video789Doc456 Vault • Object store can have up to 1000 vaults • Each vault could have separate administrators to manage ACLs • Separate quotas per vault • Provides Multi-tenancy, Secure isolation Container (aka “Bucket”) • Vault can have millions of containers • Container can have one or more objects • Unique Container name within the vault Object • A string of bits, similar to a file • Unique identifier within the container • No sub-containers, “flat namespace”, but can mimic subdirs with slashes a/b/c • Unique URI based on account, container and object id: Server-URL/Vaultt2/C3/Doc456
  • 10. 10 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Object Storage is Simpler for Application Development POSIX – over 60 commands NFS – over 30 commands HEAD • Read metadata GET • Read content and metadata PUT • Write content and metadata DELETE • Remove object or empty container POST • Update metadata Object – 5 commands SMB – over 80 commands
  • 11. 11 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Data Protection Schemes Tolerate 1 drive failure Tolerate 2 drive failures Tolerate “M” failures RAID-1 / RAID-10 K pieces 2 x K slices RAID-5 K pieces K + 1 slices 2.0X 1.2X 3.0X 1.5X 1.7XTriplication K pieces 3 x K slices RAID-6 K pieces K + 2 slices Erasure Coding K pieces K+M = N slices
  • 12. 12 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. The Math Behind Reed-Solomon Erasure Coding “K” variables of input data: a, b, c, d, e Example: K=5 M=3 K+M= 8 Here we create “K+M” equations, adding and subtracting by different co-factors Results in “K+M” slices that can be geographically dispersed We can tolerate losing up to “M” slices of data, and still solve for the original “K” pieces of data.
  • 13. What is Object Store? IBM Cloud Object Storage System Applications and Use Cases Agenda
  • 14. 14 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Storage Positioning – Filling a Gap Unified file and object storage. Optimized for high performance, across flash and disk Flash 15K Unified file and object storage on tape Information Lifecycle Management (ILM) across tiers HighestPerformance Lowest cost Tape IBM was looking to offer easy to manage, scalable disk-based object storage for unstructured data • Moderate performance • Moderate cost 10K 7200 rpm
  • 15. 15 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Data Growth at Petabyte (PB) Scale PB of data 3 to 5x Data Protection RAID, Mirrors, Replication, Tape Data Protection High Availability & Disaster Recovery Geo-Distribution & Erasure Coding Infrastructure Proprietary, specialized hardware, multiple systems Operations More than 1 FTE per PB Maintenance outages Infrastructure Software Defined, Commodity Hardware, Single System Operations Less than 1 FTE per 6 PB Single system, Secure Self-healing 1.7 x 60% Less Hardware & Rack space Traditional Approach IBM Cloud Object Storage Approach 70% Lower TCO
  • 16. 16 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System economics beat legacy NAS storage and Amazon Web Services (AWS) $8,400 $4,210 $1,613 $1,053 Legacy NAS DR protected Legacy NAS single copy IBM Cloud Object + NAS gateway dsNet object protectedIBM Cloud Object IBM Cloud Object vs NAS Cost: 80% lower $0 $2,000,000 $4,000,000 $6,000,000 $8,000,000 $10,000,000 480 TB 960 TB 1920 TB 3840 TB S3 dsNet Cost: 10 to 60% lower IBM Cloud Object vs AWS S3 IBM Cloud Object Amazon S3
  • 17. 17 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System – Terminology HTTP Application Server IBM COS Manger Accesser Slicestor Storage Pool Accesser PoolVault Load Balancer Site A Site B Site C End user Global Namespace IBM Cloud Object Storage System organizes objects into “Vaults” and “Containers” Multiple vaults can share storage pools Vaults can have millions of containers OpenStack Swift S3 Protocol
  • 18. 18 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. CONTENT TRANSFORMATION IBM Cloud software encrypts, slices and applies Information Dispersal Algorithms otherwise known as erasure coding policies to the data. Data Ingest Accesser Software Storage Nodes Site 1 Site 2 Site 3 Physical Distribution Slices are distributed to separate disks and industry standard x86 hardware across geographic locations. Data Retrieval Storage Nodes Reliable Retrieval An operator defined subset of slices is needed to retrieve data bit perfectly in real time. Site 1 Site 2 Site 3 BENEFITS The level of resiliency is fully customizable resulting in a massively reliable and efficient way to store data at scale as opposed to RAID and replication techniques. Accesser Software Slicestor Software How the IBM Cloud Object Storage System Works
  • 19. 19 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Original Data Encrypted, Erasure Coded Slices 12 11 10 9 8 7 6 5 4 3 1 2 Slicestor® Appliances Accesser® Appliance, Application, VM, Docker Container or Embedded Accesser® $ 7 6 5 4 3 1 2 Original object is encrypted then cut into pieces Each slice is written to a separate storage node. In this example, the storage nodes are geographically dispersed across 3 sites. Information Dispersal Algorithm (IDA) Erasure coding is used to transform the data into a customizable number of slices (7/12 in this example) Writing Data to IBM Cloud Object Storage System Site 1 Site 2 Site 3
  • 20. 20 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. “Zero Touch” Provider-Side Encryption Data-at-Rest Introducing the All-or-Nothing (AONT) package
  • 21. 21 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System – SmartWrite and Rebuild Once write threshold is met, returns success response to client – Example: 7/9/12 (7 pieces 12 slices) – Minimum 7 slices required to read back – Once 9 slices are written, write is considered complete for application Best effort to write remaining slices – If time-out occurs, unwritten slices dropped Entire namespace scanned on ongoing basis – Slice integrity check – Missing slice check – Slicestors work together to rebuild missing or corrupted slice(s) Rebuilder is “always on” at moderate rate for I/O rate predictability Optimistically attempts to write all slices in parallel X ?
  • 22. 22 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. 7 6 5 4 3 1 2 $ With erasure coding “k” pieces are turned into “n” slices: Reads can be performed using any k of the n slices • This example is a “7 of 12” Information Dispersal Algorithm (IDA) means only 7 slices are needed to reconstruct the original object With this IDA, a read can still be executed with any five storage nodes being unavailable out of 12. With 3 sites, even an entire site outage (plus one additional storage node outage) can be tolerated. Reading Data from IBM Cloud Object Storage System Site 1 Site 2 Site 3
  • 23. 23 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Dedicated (Private) IBM Cloud Object Storage System – Single vs. Multi-Site Single Site Better performance, when site-tolerance not a factor, better than traditional RAID-5 / RAID-6 Two Site / Vault Mirroring Allows customers to leverage existing two-site infrastructure. Provides concurrent reads and writes despite communication disruption between locations. Local data better than traditional RAID-5 / RAID-6 Geographically Dispersed Three to Nine Sites Consider adding IBM SoftLayer or leverage existing datacenter locations to provide a broader distribution of data for higher availability, site-tolerance and scalability
  • 24. 24 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Scalability Site 1 Site 2 Site 3 S3 Compatible API Openstack Swift Compatible API Simple Object API Slicestor Software Accesser Software Scalability – Scale performance and/or capacity at any time with no downtime to operations Need more Performance? Add more Accesser nodes Need more Capacity? Add more disks to existing Slicestor nodes, or add more storage pools – All pools must have the same number of nodes – Difference storage pools can have different amounts of storage – All nodes in each storage pool must have same amount of storage Storage Pool 1 Storage Pool 2 Storage Pool 3
  • 25. 25 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System – Software, Pre-Built Systems or Cloud Services Software • ClevOS – IBM Cloud Object Storage System software packaged with Debian Linux OS • Software-defined, hardware-aware model for flexibility of x86 platform choice • Can be deployed on qualified vendor hardware Pre-built Systems • Fully integrated appliance models for easy deployment and support • On-premises object storage solution Cloud Services • IBM SoftLayer hardware infrastructure running IBM Cloud Object Storage System software • Off-premise offering for customers that want security and controlled performance
  • 26. 26 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Spectrum Storage Suite Bundle license for flash, disk, tape and storage-rich servers Per TiB IBM Spectrum Storage Suite Control Protect Archive Virtualize Accelerate Scale IBM Cloud Object Storage I’ve deployed Spectrum Storage Suite. Now what? 1. Well, since you already own entitlement to all capabilities in the Spectrum Storage suite, you are free to download any of the software you like, including IBM Cloud Object Storage! 2. To help facilitate quick adoption of additional use cases, Spectrum Storage Suite licensing offers the ability to perform extended tests in an evaluation sandbox proving ground without additional charge. Tebibytes (TiB) in this sandbox are not counted. So go ahead, experiment with your next use case. Prove it, become familiar with it, pay for it only when it’s deployed for productive use.
  • 27. 27 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System – Deployment Options Infrastructure Dedicated (Private) Public Local (Private) On-premises Off-premises Cloud Infrastructure Off-premises (IBM SoftLayer) Public • Standard regional • Nearline regional • Nearline geo- dispersed Consumed pricing Dedicated • IBM Managed • Client managed • Hybrid / Mixed Allocated pricing Client infrastructure On-premises (Recommend: 300TB or more) Locally managed • Software • Pre-built systems
  • 28. 28 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Pre-Built Systems for IBM Cloud Object Storage System IBM COS Manager 2105 / 3105 Accesser 2100 / 3105 / 4105 Slicestor 2212 Slicestor 2448 Health and performance monitoring GUI and API access Configuration and security Zero downtime upgrades 12 drives @ 4, 6 or 8 TB 48 to 96 TB Nearline HDD in 2U rack space 16, 32 or 48 drives @ 4, 6 or 8 TB 64 to 384 TB Nearline HDD in 4U rack space Slices, Disperses and Retrieves data
  • 29. 29 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage public cloud services IBM Cloud Object Storage Flex DataAccessPattern IBM Cloud Object Storage Standard IBM Cloud Object Storage Vault Variable data access pattern / Mixed workloads Predictable data access pattern / workload Frequent data access Less frequent data access Minimal data access IBM Cloud Object Storage Cold Vault New New New ( public portal) • High Availability – Cross Regional USA • Low Latency – Regional (Dallas)
  • 30. What is Object Store? IBM Cloud Object Storage System Applications and Use Cases Agenda
  • 31. 31 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. A broad spectrum of strategies to build, buy, or assemble an end to end solution Integrations, Connectors, Gateways Ready to RunCustom Applications Off-PremHybridOn-Prem and/or and/or How to Consume IBM Cloud Object Storage
  • 32. 32 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Large multimedia files Video, Audio, Images Store telemetric, instrumentation and sensor data Web generated and social media data Backup, Active archive, DR, inactive and compliance data Security audits, Log files and Analytics Collaboration and content distribution Global file services, mobile access, and StaaS Genomics, HPC, Geo- spatiial 8 7 6 5 4 1 2 3 Object Storage Typical Use Cases Storage Services
  • 33. 33 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Market Industry Verticals Secure customer trust and business compliance. Financial Services & Insurance Incorporate into IoT processes, analytics Industrial, Distribution Manage the data essential to serving the good of the public. Public Sector, Government Scale your market offering without worry. Telco & Service Providers Create and Deliver Content on demand. Media & Entertainment Heath Care & Life Sciences Put medical progress before everything else. Every industry does backup, all have some amount of static-and-stable unstructured data, most need file or content archive…
  • 34. 34 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Secure archive and synch/share. Repository for new creative Critical data archive for public safety Storage as a service for subscribers Global on- demand content hub Financial Services & Insurance Media & Entertainment Production GovernmentService Providers Media & Entertainment Distribution Shared genomics research Health Care & Life Sciences Hybrid Cloud Object Storage adoption across multiple industries
  • 35. 35 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Client Reference– Web Based Photo Sharing Users upload photo and video content via web based application Photo and video objects are sent to Cleversafe via REST based protocols Metadata is captured and stored • Scale – 150 petabytes and growing: more than 50 Billion images stored • Manageability – 3 Administrators manage entire environment • Security – 50,000+ uploads per minute with zero touch security • Always-on availability – SLA of 100% download on demand – even during California to Nevada datacenter move • Economics – Operating costs reduced by more than 70% • Key decision makers – Technical team backed by financial cost cutting mandates
  • 36. 36 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Spectrum Protect supports IBM SoftLayer and Amazon S3 Client nodes • IBM Cloud Object Storage System (using S3-compatible API) Off-premises: • IBM Bluemix • Amazon Web Services On-premises IBM Spectrum Protect Server
  • 37. 37 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Spectrum Storage combined with IBM Cloud Object Storage Unified file and object storage. Optimized for high performance, across flash, disk and object store Flash Object Store 15K Object storage on disk ( File, backup and archive interfaces available through variety of options ) IBM Bluemix OpenStack Swift Amazon Web Services S3 Swift S3 emulation Unified file and object storage on tape Transparent Cloud Tiering Information Lifecycle Management (ILM) across tiers HighestPerformance Lowest cost Tape10K 7200
  • 38. 38 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. No need for 3rd party encryption solution or key management Not a post process. Data is fully protected upon write commit No need to install and manage a separate OS Base price includes all interfaces Predict drive failures and take appropriate action No need to repurchase licenses when refreshing hardware ENCRYPTION IS INHERENT ERASURE CODING IS INLINE SOFTWARE PACKAGED WITH OS ALL FEATURES INCLUDED DISK LIFECYCLE MANAGEMENT PERPETUAL LICENSING MODE Competitive Differentiators
  • 39. 39 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Your feedback about this session is very important to us. Submit a survey at: ibmtechu.com
  • 40. 40 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM.
  • 41. 41 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. COSFREE in IBM Cloud: https://www.ibm.com/cloud- computing/bluemix/cloud-object-storage/ Visit IBM Cloud Object Storage at: https://www.ibm.com/cloud- computing/products/storage/object-storage/ Follow IBM Cloud Object Storage at: https://www.linkedin.com/company-beta/54753/ https://twitter.com/IBMcloud Watch us on: https://www.youtube.com/watch?v=j6LX8c5vuI4 Learn More about IBM Cloud Object Storage
  • 42. 42 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Address your challenges with IBM Cloud Object Storage Backup Archive Enterprise collaboration Storage as a service Content repository Backup target • IBM Spectrum Protect • CTERA • z/OS Tape Connector • z/OS Advanced Archive • NetApp AltaVault • Rman • Commvault • NetBackup • Actifio • Rubrik Archive data • IBM Spectrum Scale • Apache Spark • Apache Hadoop • Analytics • NetApp AltaVault • Avere • Tiger Bridge Connector • Interica PARs • Ostar (Healthcare) Secure sharing • IBM Enterprise Content Management • SME • CTERA Networks Provide service • Cloud service • Service Provider cloud • Analytics service • Video production • Video surveillance • Picture data service Live content data • IBM Spectrum Scale • CTERA • Apache Spark • Apache Hadoop • IBM FileNet • SME • Panzura • Avere • Nasumi IBM solutions and partner enabled solutions
  • 43. 43 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM acquires Cleversafe, Inc. IBM Cloud Object Storage System Object Store Over 350 Patents Awarded Object Storage Leader 2 years in a row Multiple Exabytes in Production Notable Milestones Acquired by IBM 2015 Software Company • Founded in 2004 in Chicago • Shipping product since 2008 Software Defined Object Storage • Over 100 people dedicated to software development Runs on Industry Standard x86 servers • Certified platforms to provide enterprise grade experience, predictable performance and support Product Renamed • IBM Cloud Object Storage System
  • 44. 44 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Cross Region USA (high availability) Regional (Dallas) (low latency) • Storage in multiple data centers in three regions, 1000+ Km. apart. • Data is accessible via Geo and Regional end points for business continuity and availability. • One price, no separate charge for multiple data centers within Cross Region, or bandwidth used across data centers. • Storage in multiple data center facilities within a single region. • Data is accessible via end points within a single region for business continuity and availability. • One price, no separate charge for multiple data centers with in Region, or for bandwidth used across data centers. * coming soon - in 2Q Resiliency options to meet your business needs IBM Cloud Object Storage on IBM Bluemix
  • 45. 45 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM COS Manager • Fault management • Performance monitoring • Storage configuration • Reporting • Provisioning Accesser® • Slices data • Disperses data • Retrieves data • Use Load Balancer across accesser pools • Stateless • No cache • No metadata Slicestor® • Storage for slices • Single or multi-site • Capacity based pricing • Rebuilds slices Supported on Certified industry standard platforms Software Defined & Hardware Aware Qualified for predictable performance Faster time to production Choice of drive technology Single Pane Management of HW & SW IBM Cloud Object Storage System – Components
  • 46. 46 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Encryption Data-in-Flight HTTP IBM COS protocol Application Server All data-in-flight secured by TLS/SSL IBM COS Manger Accesser Slicestor In all cases, monitoring and event management secured by AES in SNMP v3 Rogue devices cannot become part of the system End user
  • 47. 47 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System – SmartRead
  • 48. 48 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Cloud Object Storage System – Partner Comparison Vendor Product Protocols Features Use Cases Avere FXT series • NFS • SMB Global namespace Encryption, Compression, Snapshots, Clustering • Analytics • Media rendering Ctera Networks CX0 series • NFS, SMB • AFP, FTP • WebDAV • iSCSI Encryption, Snapshots, Replication, Enterprise File Sync and Share (EFSS) • Backup • RO/BO storage IBM Spectrum Scale • NFS, SMB • OpenStack • Amazon S3 • Hadoop • POSIX Global namespace & file locking, Encryption, Snapshots, Compression, Replication • Analytics / HPC • Media rendering • VMs and Databases • Collaboration • NAS Consolidation • Backup / Archiving Nasuni NF series • NFS, SMB • FTP, SFTP • HTTPS • iSCSI Global namespace & file locking, Encryption, Snapshots, Compression, Dedupe, EFSS • Collaboration • File sharing • Archiving Panzura Global File System • NFS • SMB Global namespace & file locking, Encryption, Compression, Dedupe • Collaboration • NAS consolidation
  • 49. 49 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. http://www.ibm.com/training/events https://www.ibm.com/cloud-computing/products/storage/ https://www.ibm.com/cloud-computing/products/storage/object- storage/cloud/ http://www.redbooks.ibm.com/ https://www-03.ibm.com/systems/storage/ https://www-03.ibm.com/systems/storage/cloud-storage/ Session reference links
  • 50. 50 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. IBM Tucson Executive Briefing Center Tucson, Arizona is home for storage hardware and software design and development IBM Tucson Executive Briefing Center offers: –Technology briefings –Product demonstrations –Solution workshops Take a video tour! – http://youtu.be/CXrpoCZAazg
  • 51. 51 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. About the Speaker Tony Pearson is a Master Inventor and Senior IT Architect for the IBM Storage product line. Tony joined IBM Corporation in 1986 in Tucson, Arizona, USA, and has lived there ever since. In his current role, Tony presents briefings on storage topics covering the entire IBM Storage product line, IBM Spectrum Storage software products, and topics related to Cloud Computing, Analytics and Cognitive Solutions. He interacts with clients, speaks at conferences and events, and leads client workshops to help clients with strategic planning for IBM’s integrated set of storage management software, hardware, and virtualization solutions. Tony writes the “Inside System Storage” blog, which is read by thousands of clients, IBM sales reps and IBM Business Partners every week. This blog was rated one of the top 10 blogs for the IT storage industry by “Networking World” magazine, and #1 most read IBM blog on IBM’s developerWorks. The blog has been published in series of books, Inside System Storage: Volume I through V. Over the past years, Tony has worked in development, marketing and consulting for various storage hardware and software products. Tony has a Bachelor of Science degree in Software Engineering, and a Master of Science degree in Electrical Engineering, both from the University of Arizona. . Tony is an inventor or co-inventor of 19 patents in the field of electronic data storage. 9000 S. Rita Road Bldg 9032 Floor 1 Tucson, AZ 85744 +1 520-799-4309 (Office) tpearson@us.ibm.com Tony Pearson Master Inventor Senior IT Architect IBM Storage
  • 52. 52 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Email: tpearson@us.ibm.com Twitter: twitter.com/az990tony Blog: ibm.co/Pearson Books: www.lulu.com/spotlight/990_tony IBM Expert Network on Slideshare: www.slideshare.net/az990tony Facebook: www.facebook.com/tony.pearson.16121 Linkedin: https://www.linkedin.com/in/az990tony Additional Resources from Tony Pearson
  • 53. 53 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Continue the conversation view event highlights talk to tech experts connect with attendees read training articles IBM Systems Technical Events LinkedIn community Join today bit.ly/IBMTechUconnect
  • 54. 54 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Continue growing your IBM skills ibm.com/training provides a comprehensive portfolio of skills and career accelerators that are designed to meet all your training needs. If you can’t find the training that is right for you with our Global Training Providers, we can help. Contact IBM Training at dpmc@us.ibm.com
  • 55. 55 IBM Systems Technical Events | ibm.com/training/events © Copyright IBM Corporation 2017. Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Trademarks and Disclaimers Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries. IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government Commerce. Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office. UNIX is a registered trademark of The Open Group in the United States and other countries. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. Cell Broadband Engine is a trademark of Sony Computer Entertainment, Inc. in the United States, other countries, or both and is used under license therefrom. Linear Tape-Open, LTO, the LTO Logo, Ultrium, and the Ultrium logo are trademarks of HP, IBM Corp. and Quantum in the U.S. and other countries. Other product and service names might be trademarks of IBM or other companies. Information is provided "AS IS" without warranty of any kind. The customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Information concerning non-IBM products was obtained from a supplier of these products, published announcement material, or other publicly available sources and does not constitute an endorsement of such products by IBM. Sources for non-IBM list prices and performance numbers are taken from publicly available information, including vendor announcements and vendor worldwide homepages. IBM has not tested these products and cannot confirm the accuracy of performance, capability, or any other claims related to non-IBM products. Questions on the capability of non-IBM products should be addressed to the supplier of those products. All statements regarding IBM future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only. Some information addresses anticipated future capabilities. Such information is not intended as a definitive statement of a commitment to specific levels of performance, function or delivery schedules with respect to any future products. Such commitments are only made in IBM product announcements. The information is presented here to communicate IBM's current investment and development activities as a good faith effort to help with our customers' future planning. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve throughput or performance improvements equivalent to the ratios stated here. Prices are suggested U.S. list prices and are subject to change without notice. Starting price may not include a hard drive, operating system or other features. Contact your IBM representative or Business Partner for the most current pricing in your geography. Photographs shown may be engineering prototypes. Changes may be incorporated in production models. © IBM Corporation 2017. All rights reserved. References in this document to IBM products or services do not imply that IBM intends to make them available in every country. Trademarks of International Business Machines Corporation in the United States, other countries, or both can be found on the World Wide Web at http://www.ibm.com/legal/copytrade.shtml. ZSP03490-USEN-00