SlideShare une entreprise Scribd logo
1  sur  28
Télécharger pour lire hors ligne
© 2016 IBM Corporation
IBM Informix on Cloud
26 Sep 2016
© 2016 IBM Corporation2
Agenda
Chetan Chaturvedi - (chetan.chaturvedi@uk.ibm.com)
 Market Trends
 Business Requirements
 How does IBM Informix on Cloud fit into existing IT investments?
Nicholas Geib - (njgeib@us.ibm.com)
 Why consider IBM Informix on Cloud
 What is IBM Informix on Cloud
 Using IBM Informix on Cloud
© 2016 IBM Corporation3
Cloud is the future
IBM Ranked #1 in Hybrid Cloud
> 80% of enterprise IT
orgs will commit to
hybrid cloud by 2017
(IDC)
70% of IT decision
makers say they will
always have a blend of
Traditional IT and Cloud
(IBM Center for Applied
Insights Survey, 2016)
Hybrid Cloud now
makes up ~65% of
the total Cloud
Opportunity and is
growing at 33%
CAGR through
2018
In January 2016, IBM was ranked #1 in Hybrid and positioned as a leader
Hybrid Cloud Management Solutions (Synergy Group Research and
Forrester, respectively)
The hybrid cloud
market is estimated
to grow from USD
33.28 Billion in
2016 to USD 91.74
Billion by 2021
(According to
Marketsandmarkets
research firm )
© 2016 IBM Corporation4
Cloud Agility Accelerates Innovation
Outthink The Economics
Development
Infrastructure
Public Cloud
Hosted Private
Cloud
Dedicated
Environment
• Simplified development process
• Portable and collaborative
• Reimagine your business
• Application development for apps with mission critical
data
• Business process automation, secured
More
Productivity
Greater
Flexibility
Better
Economics
Continuous
Innovation
Risk
Mitigation
Hybrid Cloud End Game for Most
Enterprises
• Business process applications stay intact
• Managed / new applications on the cloud
• Ubiquitous data management software
© 2016 IBM Corporation5
Business Requirement
How can I reduce my ongoing
business cost?
How can I analyze the data in IoT
and in the edge?
How do I reduce time to market?
Desired outcome
 Informix on Cloud is aimed for enterprise who are wanting to
innovate to save costs by choosing a cloud deployment for their
workloads but do not want to compromise on enterprise level
security and performance, and need a robust and proven
technology choice.
• IT infrastructure platform cost is
the biggest recurring cost for
enterprises
• On-prem RDBMs represents one
of the most expensive recurring
expenses for enterprise IT
organizations.
• It is necessary to innovate and to
be able to innovate you look at
different deployment options ie
cloud
© 2016 IBM Corporation6
• IBM Informix on cloud offers the rich enterprise performance available
in the cloud (without the cost, complexity and risk of managing your
own infrastructure)
• Informix on Cloud brings Infrastructure as a service economics to data
infrastructure, while preserving control, performance, security, and
availability expectations needed to run enterprise businesses
How IBM Informix on Cloud can help
© 2016 IBM Corporation8
Nicholas Geib
njgeib@us.ibm.com
© 2016 IBM Corporation9
© 2016 IBM Corporation10
 As a CTO, I need to be able to quickly and inexpensively add additional development and test
instances of Informix to support our product development and release goals.
 As a software engineer, I need another large instance of an Informix database for stress testing our
new application. None of our current test environments are large enough to effectively test this
application.
 As a manager, I want my team to try the latest version of Informix without impacting any of my
current systems and without going through a long budget approval process.
 As a developer, I want to try out new features in Informix like NoSQL and the REST API, but I
currently don’t have access to a version with these features.
 As a DBA, I want to experiment with Informix’s clustering, replication, and sharding technologies to
see how they might help my business.
Why consider IBM Informix on Cloud
© 2016 IBM Corporation11
What is IBM Informix on Cloud
The latest Informix server
on a machine in a SoftLayer data center,
fulfilled quickly,
billed monthly,
accessible on the Internet,
dedicated to you,
entirely in your control.
© 2016 IBM Corporation12
© 2016 IBM Corporation13
© 2016 IBM Corporation14
© 2016 IBM Corporation15
Sizes
 Price/month: $1,250 $2,200 $4,000 $8,000
© 2016 IBM Corporation16
Decisions & Responsibilities
 What decisions do I need to make?
 the size
 the DataCenter, e.g Dallas, London, Sydney
 how many machines
 requested delivery date
 You don’t get a choice about the version of Informix, OS, etc.
 What is IBM responsible for?
Fulfilling the order; IBM provides you with an account on Bluemix if necessary, obtains the machine from
SoftLayer, installs and configures Informix, and makes the machine accessible to you.
 What am I, IBM’s customer, responsible for?
Any and all administration of the OS, network, database, etc.
Installing, configuring, and/or running applications, creating a schema, etc.
You have complete control over and flexibility to use the system to serve your business.
© 2016 IBM Corporation17
Upon receiving the machine: access documentation on Bluemix
© 2016 IBM Corporation18
Upon receiving the machine: Log in for the first time
 When logging into the machine for the first time, you will immediately be required to change your
password.
 You’re the only one that knows the password now. You have complete control over the system.
IBM does not log in.
$ ssh root@1.2.3.456
root@1.2.3.456's password:
You are required to change your password immediately (root enforced)
Changing password for root.
(current) UNIX password:
New password:
Retype new password:
[root@myinformixhost ~]#
© 2016 IBM Corporation19
Ongoing use of the machine: administration
 You have full power and responsibility to administer the machine.
 Administer the machine just like you do machines in your current data center/office. This includes:
 Applying patching to the OS
 Backing up the machine and the Informix server
 Installing and/or updating any software
 Configuring the firewall
 Managing OS accounts
 Upgrading Informix
 Transferring data to/from the system
 Configuring clients to connect to Informix
 Changing ONCONFIG settings, adding db/sbspaces, etc.
© 2016 IBM Corporation20
Initial Configuration of Machine
 We’ve made some decisions about the initial configuration of the OS, Informix, etc. This is your
machine, so change whatever you like to fit the needs of your business.
 Informix version: 12.10.FC7W2AEE
We plan to fulfill orders using the latest available Informix release. So at some point new orders will be
fulfilled using 12.10.FC8.
 OS: CentOS 7 (currently 7.2.1511)
 File system:
 / for os
 /data for dbspaces, logs, etc.
 OS accounts:
 root, only customer knows password
 informix, initially configured without a password
© 2016 IBM Corporation21
Initial Configuration of Machine
 Product locations
 $INFORMIXDIR /home/Informix/server
 WL /opt/ibm/wire_listener
 IWA /opt/ibm/iwa Only .tar; not configured
 Firewall à la iptables allows traffic:
 SSH (22)
 SQLI over SSL (9089)
 DRDA over SSL (9091)
 Mongo over SSL (27018)
 REST over SSL aka HTTPS (443)
 Informix and Wire Listener configured with a self-signed certificate
 Informix also listens for non-SSL traffic:
 SQLI (9088)
 DRDA (9090)
 Mongo (27017)
 REST, aka HTTP (80)
© 2016 IBM Corporation22
Configuring Remote Client Connectivity
 All traffic goes over the internet
 Highly recommend that all traffic be encrypted
 Documentation for using SSL with SQLI, DRDA, Mongo, and REST at Bluemix
© 2016 IBM Corporation23
All the Good Stuff We Love About Informix
 SQL-processing speed machine
 Low administration
 Full spectrum of replication solutions
 Cluster with three secondary types
 Enterprise Replication
 TimeSeries for efficient storage and querying
 Accelerate queries with in-memory, columnar IWA
 REST API
 NoSQL functionality that developers love
 JSON data
 MongoDB client compatibility
 Embeddable, even on ARM and Intel/Quark
© 2016 IBM Corporation24
Getting help
 View documentation on Bluemix – coming soon!
https://console.ng.bluemix.net/docs/services/InformixOnCloud/InformixOnCloud.html
 Use the forums
 Stack Overflow – tags “informixoncloud” and “bluemix”
http://stackoverflow.com/search?q=informixoncloud+bluemix
 IBM developerWorks dW Answers – tags “informixoncloud” and “bluemix”
https://developer.ibm.com/answers/smartspace/bluemix/
 Open a Bluemix ticket
© 2016 IBM Corporation25
Getting help
 Have a problem with Informix (e.g. AF)?
Have a problem with physical infrastructure (e.g. disk, memory, network)?
Open a Bluemix ticket
 Different than opening a PMR, if you are
familiar with that process
 SLAs
http://www-03.ibm.com/software/sla/sladb.nsf/sla/bm-6605-08
© 2016 IBM Corporation26
 As a CTO, I need to deploy our solution in a distant geography we’ve never done business in
before.
 As a project manager, I need to have an Informix database environment that both my developers
and individual beta customers can easily access. My developers are creating a Proof of Concept
and my customer will access it.
 As a DBA, I need to have an offsite copy of our Informix database for the purpose of disaster
recovery.
 As an architect, I want to prototype Informix Warehouse Accelerator with my application as my
customers are asking for performance improvements on various queries in our application. With
our Workgroup Edition, I don’t have access to IWA.
Why consider IBM Informix on Cloud continued
© 2016 IBM Corporation27
Want something more? Something different?
Do you want something else from this IBM offering?
Please give us your feedback!
For example:
 Can I order a multi-machine cluster?
 Can IBM help me transfer data to and from the machine using e.g. Aspera?
 I’d like IBM to be responsible for backing up the Informix server.
 I wish this would integrate with technology xyz.
 I’d like faster fulfillment.
© 2016 IBM Corporation28
Learn more
Coming soon!
 Documentation in the Bluemix catalog
https://console.ng.bluemix.net/docs/services/InformixOnCloud/InformixOnCloud.html
 Videos
http://ibm.biz/Informix-learning
 Karen Qualley kqualley@us.ibm.com
General Questions?
 Coming soon! Through Bluemix @ www.bluemix.net
 Contact your Americas Call Centers (800-426-2255), local IBM representative, or your IBM
Business Partner. To identify your representative or partner call 800-426-7968.
 Steve Shoaf shoafs@us.ibm.com
Order today
© 2016 IBM Corporation29
Thank You

Contenu connexe

En vedette

End-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBMEnd-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBMIBM_Info_Management
 
Security best practices for informix
Security best practices for informixSecurity best practices for informix
Security best practices for informixIBM_Info_Management
 
Sistemas Integrados Multimodales: Santiago de Chile - Oscar Velasquez
Sistemas Integrados Multimodales: Santiago de Chile - Oscar VelasquezSistemas Integrados Multimodales: Santiago de Chile - Oscar Velasquez
Sistemas Integrados Multimodales: Santiago de Chile - Oscar VelasquezFagner Glinski
 
Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...
Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...
Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...NoSQLmatters
 
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15Dave Stokes
 
La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...
La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...
La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...Fagner Glinski
 
IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond
IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond
IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond IBM
 
IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote IBM
 
Choosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solutionChoosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solutionIBM_Info_Management
 
IBM Relay 2015: Securing the Future
IBM Relay 2015: Securing the Future IBM Relay 2015: Securing the Future
IBM Relay 2015: Securing the Future IBM
 
IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)Girish Srivastava
 
Using Service Discovery and Service Proxy
Using Service Discovery and Service ProxyUsing Service Discovery and Service Proxy
Using Service Discovery and Service ProxyIBM
 
Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...
Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...
Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...NoSQLmatters
 
Trends in the Database
Trends in the DatabaseTrends in the Database
Trends in the DatabaseMarlon Jamera
 
IBM RTP Dojo Launch
IBM RTP Dojo LaunchIBM RTP Dojo Launch
IBM RTP Dojo LaunchIBM
 
How is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationHow is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationFlavio Alejandro Corradini
 
Centralized vs distrbution system
Centralized vs distrbution systemCentralized vs distrbution system
Centralized vs distrbution systemzirram
 
IoT / M2M Solutions with Informix in the IoT Gateway
IoT / M2M Solutions with Informix in the IoT GatewayIoT / M2M Solutions with Informix in the IoT Gateway
IoT / M2M Solutions with Informix in the IoT GatewayEurotech
 
Ibm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_CapabilitiesIbm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_CapabilitiesIBM_Info_Management
 

En vedette (20)

End-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBMEnd-to-end solution demonstration: From concept to delivery-Intel/IBM
End-to-end solution demonstration: From concept to delivery-Intel/IBM
 
Security best practices for informix
Security best practices for informixSecurity best practices for informix
Security best practices for informix
 
Sistemas Integrados Multimodales: Santiago de Chile - Oscar Velasquez
Sistemas Integrados Multimodales: Santiago de Chile - Oscar VelasquezSistemas Integrados Multimodales: Santiago de Chile - Oscar Velasquez
Sistemas Integrados Multimodales: Santiago de Chile - Oscar Velasquez
 
Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...
Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...
Nathan Ford- Divination of the Defects (Graph-Based Defect Prediction through...
 
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
MySQL for Oracle DBA -- Rocky Mountain Oracle User Group Training Days '15
 
La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...
La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...
La Importancia de la Calidad en el Servicio de Transporte - Laura Ballesteros...
 
IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond
IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond
IBM Relay 2015: New Data Sources, New Value. Watson, Weather and Beyond
 
IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote
 
Choosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solutionChoosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solution
 
IBM Relay 2015: Securing the Future
IBM Relay 2015: Securing the Future IBM Relay 2015: Securing the Future
IBM Relay 2015: Securing the Future
 
IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)IBM Pure Data System for Analytics (Netezza)
IBM Pure Data System for Analytics (Netezza)
 
Using Service Discovery and Service Proxy
Using Service Discovery and Service ProxyUsing Service Discovery and Service Proxy
Using Service Discovery and Service Proxy
 
My tableau
My tableauMy tableau
My tableau
 
Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...
Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...
Dan Sullivan - Data Analytics and Text Mining with MongoDB - NoSQL matters Du...
 
Trends in the Database
Trends in the DatabaseTrends in the Database
Trends in the Database
 
IBM RTP Dojo Launch
IBM RTP Dojo LaunchIBM RTP Dojo Launch
IBM RTP Dojo Launch
 
How is sap data services unique for sap hana integration
How is sap data services unique for sap hana integrationHow is sap data services unique for sap hana integration
How is sap data services unique for sap hana integration
 
Centralized vs distrbution system
Centralized vs distrbution systemCentralized vs distrbution system
Centralized vs distrbution system
 
IoT / M2M Solutions with Informix in the IoT Gateway
IoT / M2M Solutions with Informix in the IoT GatewayIoT / M2M Solutions with Informix in the IoT Gateway
IoT / M2M Solutions with Informix in the IoT Gateway
 
Ibm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_CapabilitiesIbm_IoT_Architecture_and_Capabilities
Ibm_IoT_Architecture_and_Capabilities
 

Plus de IBM_Info_Management

World of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows RoadmapWorld of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows RoadmapIBM_Info_Management
 
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...IBM_Info_Management
 
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...IBM_Info_Management
 
IBM Internet-of-Things architecture and capabilities
IBM Internet-of-Things architecture and capabilitiesIBM Internet-of-Things architecture and capabilities
IBM Internet-of-Things architecture and capabilitiesIBM_Info_Management
 
Developing hybrid applications with informix
Developing hybrid applications with informixDeveloping hybrid applications with informix
Developing hybrid applications with informixIBM_Info_Management
 
Business value Drivers for IoT Solutions
Business value Drivers for IoT SolutionsBusiness value Drivers for IoT Solutions
Business value Drivers for IoT SolutionsIBM_Info_Management
 

Plus de IBM_Info_Management (6)

World of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows RoadmapWorld of Watson - DB2 for Linux, UNIX and Windows Roadmap
World of Watson - DB2 for Linux, UNIX and Windows Roadmap
 
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
Leveraging compute power at the edge - M2M solutions with Informix in the IoT...
 
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
Informix on ARM and informix Timeseries - producing an Internet-of-Things sol...
 
IBM Internet-of-Things architecture and capabilities
IBM Internet-of-Things architecture and capabilitiesIBM Internet-of-Things architecture and capabilities
IBM Internet-of-Things architecture and capabilities
 
Developing hybrid applications with informix
Developing hybrid applications with informixDeveloping hybrid applications with informix
Developing hybrid applications with informix
 
Business value Drivers for IoT Solutions
Business value Drivers for IoT SolutionsBusiness value Drivers for IoT Solutions
Business value Drivers for IoT Solutions
 

Dernier

Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Dernier (20)

Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

Using IBM Informix on the Cloud

  • 1. © 2016 IBM Corporation IBM Informix on Cloud 26 Sep 2016
  • 2. © 2016 IBM Corporation2 Agenda Chetan Chaturvedi - (chetan.chaturvedi@uk.ibm.com)  Market Trends  Business Requirements  How does IBM Informix on Cloud fit into existing IT investments? Nicholas Geib - (njgeib@us.ibm.com)  Why consider IBM Informix on Cloud  What is IBM Informix on Cloud  Using IBM Informix on Cloud
  • 3. © 2016 IBM Corporation3 Cloud is the future IBM Ranked #1 in Hybrid Cloud > 80% of enterprise IT orgs will commit to hybrid cloud by 2017 (IDC) 70% of IT decision makers say they will always have a blend of Traditional IT and Cloud (IBM Center for Applied Insights Survey, 2016) Hybrid Cloud now makes up ~65% of the total Cloud Opportunity and is growing at 33% CAGR through 2018 In January 2016, IBM was ranked #1 in Hybrid and positioned as a leader Hybrid Cloud Management Solutions (Synergy Group Research and Forrester, respectively) The hybrid cloud market is estimated to grow from USD 33.28 Billion in 2016 to USD 91.74 Billion by 2021 (According to Marketsandmarkets research firm )
  • 4. © 2016 IBM Corporation4 Cloud Agility Accelerates Innovation Outthink The Economics Development Infrastructure Public Cloud Hosted Private Cloud Dedicated Environment • Simplified development process • Portable and collaborative • Reimagine your business • Application development for apps with mission critical data • Business process automation, secured More Productivity Greater Flexibility Better Economics Continuous Innovation Risk Mitigation Hybrid Cloud End Game for Most Enterprises • Business process applications stay intact • Managed / new applications on the cloud • Ubiquitous data management software
  • 5. © 2016 IBM Corporation5 Business Requirement How can I reduce my ongoing business cost? How can I analyze the data in IoT and in the edge? How do I reduce time to market? Desired outcome  Informix on Cloud is aimed for enterprise who are wanting to innovate to save costs by choosing a cloud deployment for their workloads but do not want to compromise on enterprise level security and performance, and need a robust and proven technology choice. • IT infrastructure platform cost is the biggest recurring cost for enterprises • On-prem RDBMs represents one of the most expensive recurring expenses for enterprise IT organizations. • It is necessary to innovate and to be able to innovate you look at different deployment options ie cloud
  • 6. © 2016 IBM Corporation6 • IBM Informix on cloud offers the rich enterprise performance available in the cloud (without the cost, complexity and risk of managing your own infrastructure) • Informix on Cloud brings Infrastructure as a service economics to data infrastructure, while preserving control, performance, security, and availability expectations needed to run enterprise businesses How IBM Informix on Cloud can help
  • 7. © 2016 IBM Corporation8 Nicholas Geib njgeib@us.ibm.com
  • 8. © 2016 IBM Corporation9
  • 9. © 2016 IBM Corporation10  As a CTO, I need to be able to quickly and inexpensively add additional development and test instances of Informix to support our product development and release goals.  As a software engineer, I need another large instance of an Informix database for stress testing our new application. None of our current test environments are large enough to effectively test this application.  As a manager, I want my team to try the latest version of Informix without impacting any of my current systems and without going through a long budget approval process.  As a developer, I want to try out new features in Informix like NoSQL and the REST API, but I currently don’t have access to a version with these features.  As a DBA, I want to experiment with Informix’s clustering, replication, and sharding technologies to see how they might help my business. Why consider IBM Informix on Cloud
  • 10. © 2016 IBM Corporation11 What is IBM Informix on Cloud The latest Informix server on a machine in a SoftLayer data center, fulfilled quickly, billed monthly, accessible on the Internet, dedicated to you, entirely in your control.
  • 11. © 2016 IBM Corporation12
  • 12. © 2016 IBM Corporation13
  • 13. © 2016 IBM Corporation14
  • 14. © 2016 IBM Corporation15 Sizes  Price/month: $1,250 $2,200 $4,000 $8,000
  • 15. © 2016 IBM Corporation16 Decisions & Responsibilities  What decisions do I need to make?  the size  the DataCenter, e.g Dallas, London, Sydney  how many machines  requested delivery date  You don’t get a choice about the version of Informix, OS, etc.  What is IBM responsible for? Fulfilling the order; IBM provides you with an account on Bluemix if necessary, obtains the machine from SoftLayer, installs and configures Informix, and makes the machine accessible to you.  What am I, IBM’s customer, responsible for? Any and all administration of the OS, network, database, etc. Installing, configuring, and/or running applications, creating a schema, etc. You have complete control over and flexibility to use the system to serve your business.
  • 16. © 2016 IBM Corporation17 Upon receiving the machine: access documentation on Bluemix
  • 17. © 2016 IBM Corporation18 Upon receiving the machine: Log in for the first time  When logging into the machine for the first time, you will immediately be required to change your password.  You’re the only one that knows the password now. You have complete control over the system. IBM does not log in. $ ssh root@1.2.3.456 root@1.2.3.456's password: You are required to change your password immediately (root enforced) Changing password for root. (current) UNIX password: New password: Retype new password: [root@myinformixhost ~]#
  • 18. © 2016 IBM Corporation19 Ongoing use of the machine: administration  You have full power and responsibility to administer the machine.  Administer the machine just like you do machines in your current data center/office. This includes:  Applying patching to the OS  Backing up the machine and the Informix server  Installing and/or updating any software  Configuring the firewall  Managing OS accounts  Upgrading Informix  Transferring data to/from the system  Configuring clients to connect to Informix  Changing ONCONFIG settings, adding db/sbspaces, etc.
  • 19. © 2016 IBM Corporation20 Initial Configuration of Machine  We’ve made some decisions about the initial configuration of the OS, Informix, etc. This is your machine, so change whatever you like to fit the needs of your business.  Informix version: 12.10.FC7W2AEE We plan to fulfill orders using the latest available Informix release. So at some point new orders will be fulfilled using 12.10.FC8.  OS: CentOS 7 (currently 7.2.1511)  File system:  / for os  /data for dbspaces, logs, etc.  OS accounts:  root, only customer knows password  informix, initially configured without a password
  • 20. © 2016 IBM Corporation21 Initial Configuration of Machine  Product locations  $INFORMIXDIR /home/Informix/server  WL /opt/ibm/wire_listener  IWA /opt/ibm/iwa Only .tar; not configured  Firewall à la iptables allows traffic:  SSH (22)  SQLI over SSL (9089)  DRDA over SSL (9091)  Mongo over SSL (27018)  REST over SSL aka HTTPS (443)  Informix and Wire Listener configured with a self-signed certificate  Informix also listens for non-SSL traffic:  SQLI (9088)  DRDA (9090)  Mongo (27017)  REST, aka HTTP (80)
  • 21. © 2016 IBM Corporation22 Configuring Remote Client Connectivity  All traffic goes over the internet  Highly recommend that all traffic be encrypted  Documentation for using SSL with SQLI, DRDA, Mongo, and REST at Bluemix
  • 22. © 2016 IBM Corporation23 All the Good Stuff We Love About Informix  SQL-processing speed machine  Low administration  Full spectrum of replication solutions  Cluster with three secondary types  Enterprise Replication  TimeSeries for efficient storage and querying  Accelerate queries with in-memory, columnar IWA  REST API  NoSQL functionality that developers love  JSON data  MongoDB client compatibility  Embeddable, even on ARM and Intel/Quark
  • 23. © 2016 IBM Corporation24 Getting help  View documentation on Bluemix – coming soon! https://console.ng.bluemix.net/docs/services/InformixOnCloud/InformixOnCloud.html  Use the forums  Stack Overflow – tags “informixoncloud” and “bluemix” http://stackoverflow.com/search?q=informixoncloud+bluemix  IBM developerWorks dW Answers – tags “informixoncloud” and “bluemix” https://developer.ibm.com/answers/smartspace/bluemix/  Open a Bluemix ticket
  • 24. © 2016 IBM Corporation25 Getting help  Have a problem with Informix (e.g. AF)? Have a problem with physical infrastructure (e.g. disk, memory, network)? Open a Bluemix ticket  Different than opening a PMR, if you are familiar with that process  SLAs http://www-03.ibm.com/software/sla/sladb.nsf/sla/bm-6605-08
  • 25. © 2016 IBM Corporation26  As a CTO, I need to deploy our solution in a distant geography we’ve never done business in before.  As a project manager, I need to have an Informix database environment that both my developers and individual beta customers can easily access. My developers are creating a Proof of Concept and my customer will access it.  As a DBA, I need to have an offsite copy of our Informix database for the purpose of disaster recovery.  As an architect, I want to prototype Informix Warehouse Accelerator with my application as my customers are asking for performance improvements on various queries in our application. With our Workgroup Edition, I don’t have access to IWA. Why consider IBM Informix on Cloud continued
  • 26. © 2016 IBM Corporation27 Want something more? Something different? Do you want something else from this IBM offering? Please give us your feedback! For example:  Can I order a multi-machine cluster?  Can IBM help me transfer data to and from the machine using e.g. Aspera?  I’d like IBM to be responsible for backing up the Informix server.  I wish this would integrate with technology xyz.  I’d like faster fulfillment.
  • 27. © 2016 IBM Corporation28 Learn more Coming soon!  Documentation in the Bluemix catalog https://console.ng.bluemix.net/docs/services/InformixOnCloud/InformixOnCloud.html  Videos http://ibm.biz/Informix-learning  Karen Qualley kqualley@us.ibm.com General Questions?  Coming soon! Through Bluemix @ www.bluemix.net  Contact your Americas Call Centers (800-426-2255), local IBM representative, or your IBM Business Partner. To identify your representative or partner call 800-426-7968.  Steve Shoaf shoafs@us.ibm.com Order today
  • 28. © 2016 IBM Corporation29 Thank You