SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Monitoring & Managing IaaS  & PaaS Solutions with Hyperic HQ Isaac Christoffersen – inCommon, Inc
ADVOCATE “ When the people are invested with the power to control their own destiny, they take an interest.”  – Michael Tiemann “ Simplicity is complexity resolved” –  Constantin Broncusi
Goal – The Intelligent Data Center SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],The effective and efficient data center is responsive to the needs of the organizations that it supports and it is built upon a dynamic infrastructure that can be managed with business rules
Reality – Far from the goal SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Technological advances in the energy efficiency, server virtualization, networking, storage, software design and data management are not being utilized to their fullest potential
Opportunity  Obstacles = Innovation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  U
System Provisioning Complexity SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  Tools People Policy Linux Xen Hyperic & Drools Cobbler & Koan Puppet Linux Administrators SAN Engineers Network Engineers Process Infrastructure Service Level Agreements Budgets Staffing Guidance Procurement Process Order Fulfillment Process Staff Recruitment & Hiring I need 3 servers to use for the development of a proof of concept.  It's going to be the next big thing! Commodity Servers SANs Networking Equipment Power HVAC Systems
Buzz or the Way Forward? SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  Source:  NIST, Information Technology Laboratory http://csrc.nist.gov/groups/SNS/cloud-computing/cloud-computing-v25.ppt
Service Layers SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  Infrastructure Software  Platform Data Center Server, Storage, & Network provisioning Database Provisioning Web Site Provisioning & Hosting Application Provisioning Service Composition Composable Applications Capability Provisioning Enterprise Service Providers How do I get the most of my IT and personnel resources? How do I store & retrieve my inventory data? How do I deploy my web services? How can I collaborate across the enterprise? How can I view my corporate sales data? How can I build my web hosting business? How can I manage my customer relationships? How can I run my company's IT department? The Intelligent Data Center is built on top of separate service layers that make it easier to address individual business concerns across different technical domains.  It marks the shift from technology and business driven solutions to the era where technology and business both share the driver's seat .
"As we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously." –  Benjamin Franklin EDUCATE
Software meets Infrastructure ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Conway’s Law: “Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure.”
Using Continuous Integration  Consistent, repeatable builds encourage fast deployment and consistently identical systems without the burden of managing images ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],A repeatable build improves product quality, reduces the mundane tasks and minimizes dependencies on key people. build  cycle Software packages
Using Domain Modeling SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  role resource service site node host zone has a is a  has a  composed of
Using Design Patterns SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  Event-driven Consumer Control Bus Message Broker Patterns from EAI Patterns (http://www.eaipatterns.com
Demo
Provisioning Workflow SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  Infrastructure as a  Service (IaaS) Network Storage Compute Resource Pools Memory Data Consistency Distributed Storage Content Delivery Service Hosting Container Partitioning Virtual Servers Messaging Durability HA Cluster Grid Database Platform as a  Service (PaaS) Database Platform Web Site Hosting  Web Application Hosting  Messaging Hosting  Service Hosting  Web Server Provisioning Service JMS Notify Web Site Hosting Service Process Request Create Disk Partition Create Web VM Create Web Server Register System
Kickstart Snippet SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  # Puppet client installation with its prerequisites.  Puppet is a # configuration management tool that, in conjuction with a puppet master # (puppet-server) can be used to affect the nature of the infrastructure # in real time. yum -y install ruby rubygems ruby-rdoc ruby-irb puppet facter cat >> /etc/puppet/puppet.conf <<EOF server =  sentry.incommon.us EOF chkconfig --add puppet chkconfig puppet on
Hyperic Puppet Module SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  class  hyperic { class agent { package { &quot;hyperic-hq-agent&quot;: ensure => installed } file { &quot;agent.properties&quot;: source  => &quot;puppet:///files/agent.properties&quot;, mode  => 644, owner  => &quot;hyperic&quot;, group  => &quot;hyperic&quot;, require => Package[hyperic-hq-agent], ensure  => present, path  => &quot;/opt/hyperic/hyperic-hq-agent/conf/agent.properties&quot;; } }
ACCELERATE “ Eighty-five percent of companies are already using open-source software, with most of the remaining 15 percent expecting to do so within the next year” – Gartner,  User Survey Analysis: Open-Source Software, Worldwide, 2008 “ While some departments already use open source technologies, overall it has been estimated that the global loss due to proprietary software is 'in excess of $1 trillion a year.'” -  Michael Tiemann
Case Study:  Commercial Web Hosting Provider ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Solution An environment that delivers dynamic provisioning of server, storage and network resources. ( IaaS - Infrastructure as a Service )  Deployment of new Platforms to provision Web, Mail, FTP, PostGres and MySQL resources. ( PaaS - Platform as a Service )  Dramatic increases in licensing fees from a proprietary software solution.  Non-standard configuration of servers.  No means to monitor system health. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Case Study:  Department of Defense Client ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Solution An environment that delivers dynamic provisioning of server, storage and network resources.  ( IAAS - Infrastructure as a Service )  Deployment of new Platforms to provision Oracle database and VM resources. ( PAAS - Platform as a Service )  Needed to support multiple PoC efforts. No easy way to truly evaluate software and overall solution capabilities. Needed capability to provision data and compute resources as well as reclaim resources from completed development efforts. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Case Study:  Federal Government Client ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Solution Using a combination of grid, virtualization and service architectures, two separate grids were constructed – one for hosting services and one for hosting multi-terabyte databases. New monitoring system provided ability to monitor infrastructure and report on current workloads and system configurations. Needed  a system to capture, manage, store, preserve, and deliver content and documents related to organizational processes.  This system had to scale to handle exponentially increasing data volumes and rapidly growing user community. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Finding Balance SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  Coase’s Law: “There must be a balance between the costs of the transactions that a company must pay and the opportunity to make everything in house.” ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Q&A
Advocate – Educate – Accelerate SpringOne 2GX 2009. All rights reserved. Do not distribute without permission.  As community engagement practitioners, we seek to build ongoing, permanent relationships for the purpose of applying a collective vision for the benefit of the community. inCommon, Inc. was started to  advocate  the use of Open Source and Open Architecture solutions in the U.S. government market.  As part of this mission, we seek to  educate  individuals on the value of Virtual, Grid and SOA architectures based on Open Source and Open Architecture constructs.  We work with clients to efficiently and effectively  accelerate  systems delivery while maximizing existing resources whenever possible.

Weitere ähnliche Inhalte

Was ist angesagt?

E g innovations overview
E g innovations overviewE g innovations overview
E g innovations overviewNuno Alves
 
The ROI of Application Delivery Controllers in Traditional and Virtualized En...
The ROI of Application Delivery Controllers in Traditional and Virtualized En...The ROI of Application Delivery Controllers in Traditional and Virtualized En...
The ROI of Application Delivery Controllers in Traditional and Virtualized En...FindWhitePapers
 
Cloud migration risk
Cloud migration riskCloud migration risk
Cloud migration riskEdgevalue
 
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014EMC
 
RTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data Guard
RTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data GuardRTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data Guard
RTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data GuardMarcel Pils
 
2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...
2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...
2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...Eduardo Gonzalez Loumiet, MBA, PMP, CPHIMS
 
Capito Ardoe House VMWare Presentation
Capito Ardoe House VMWare PresentationCapito Ardoe House VMWare Presentation
Capito Ardoe House VMWare PresentationCapito Livingstone
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereEMC
 
MT49 Dell EMC XtremIO: Product Overview and New Use Cases
MT49 Dell EMC XtremIO: Product Overview and New Use CasesMT49 Dell EMC XtremIO: Product Overview and New Use Cases
MT49 Dell EMC XtremIO: Product Overview and New Use CasesDell EMC World
 
Velostrata cloud migration --Whitepaper
Velostrata cloud migration --WhitepaperVelostrata cloud migration --Whitepaper
Velostrata cloud migration --WhitepaperAbhishek Sood
 
Building Cloud capability for startups
Building Cloud capability for startupsBuilding Cloud capability for startups
Building Cloud capability for startupsSekhar Mohanty
 
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDEMC
 
Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02
Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02
Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02Salman Shaikh ヅ
 
IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data IBM
 
Emerging Cloud Migration Approaches
Emerging Cloud Migration ApproachesEmerging Cloud Migration Approaches
Emerging Cloud Migration ApproachesArvind Viswanathan
 
HP Cloud System Executive Level
HP Cloud System Executive LevelHP Cloud System Executive Level
HP Cloud System Executive LevelRien du Pre
 
MT41 Dell EMC VMAX: Ask the Experts
MT41 Dell EMC VMAX: Ask the Experts MT41 Dell EMC VMAX: Ask the Experts
MT41 Dell EMC VMAX: Ask the Experts Dell EMC World
 
DimenXional Cloud Technologies (slideshare)
DimenXional Cloud Technologies (slideshare)DimenXional Cloud Technologies (slideshare)
DimenXional Cloud Technologies (slideshare)Rick Goldstein
 

Was ist angesagt? (20)

E g innovations overview
E g innovations overviewE g innovations overview
E g innovations overview
 
The ROI of Application Delivery Controllers in Traditional and Virtualized En...
The ROI of Application Delivery Controllers in Traditional and Virtualized En...The ROI of Application Delivery Controllers in Traditional and Virtualized En...
The ROI of Application Delivery Controllers in Traditional and Virtualized En...
 
Cloud migration risk
Cloud migration riskCloud migration risk
Cloud migration risk
 
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
 
RTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data Guard
RTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data GuardRTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data Guard
RTO &lt; 15min for 1TB Oracle DB - Actifio replaces Oracle Data Guard
 
2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...
2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...
2015 APHL Annual Meeting - Racing to the Clouds: How Cloud Computing is Advan...
 
Capito Ardoe House VMWare Presentation
Capito Ardoe House VMWare PresentationCapito Ardoe House VMWare Presentation
Capito Ardoe House VMWare Presentation
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop Elsewhere
 
MT49 Dell EMC XtremIO: Product Overview and New Use Cases
MT49 Dell EMC XtremIO: Product Overview and New Use CasesMT49 Dell EMC XtremIO: Product Overview and New Use Cases
MT49 Dell EMC XtremIO: Product Overview and New Use Cases
 
Velostrata cloud migration --Whitepaper
Velostrata cloud migration --WhitepaperVelostrata cloud migration --Whitepaper
Velostrata cloud migration --Whitepaper
 
Building Cloud capability for startups
Building Cloud capability for startupsBuilding Cloud capability for startups
Building Cloud capability for startups
 
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02
Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02
Ucsadvantageforslideshare2013 5-25-130524173039-phpapp02
 
IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data
 
Emerging Cloud Migration Approaches
Emerging Cloud Migration ApproachesEmerging Cloud Migration Approaches
Emerging Cloud Migration Approaches
 
HP Cloud System Executive Level
HP Cloud System Executive LevelHP Cloud System Executive Level
HP Cloud System Executive Level
 
MT41 Dell EMC VMAX: Ask the Experts
MT41 Dell EMC VMAX: Ask the Experts MT41 Dell EMC VMAX: Ask the Experts
MT41 Dell EMC VMAX: Ask the Experts
 
DimenXional Cloud Technologies (slideshare)
DimenXional Cloud Technologies (slideshare)DimenXional Cloud Technologies (slideshare)
DimenXional Cloud Technologies (slideshare)
 
IBM Power 720 Express server
IBM Power 720 Express serverIBM Power 720 Express server
IBM Power 720 Express server
 

Ähnlich wie Monitoring IAAS & PAAS Solutions

Webinar: How Microsoft is changing the game with Windows Azure
Webinar: How Microsoft is changing the game with Windows AzureWebinar: How Microsoft is changing the game with Windows Azure
Webinar: How Microsoft is changing the game with Windows AzureCommon Sense
 
Cloud Computing for Small & Medium Businesses
Cloud Computing for Small & Medium BusinessesCloud Computing for Small & Medium Businesses
Cloud Computing for Small & Medium BusinessesAl Sabawi
 
Webinar: Deploying the Combined Virtual and Physical Infrastructure
Webinar: Deploying the Combined Virtual and Physical InfrastructureWebinar: Deploying the Combined Virtual and Physical Infrastructure
Webinar: Deploying the Combined Virtual and Physical InfrastructurePepperweed Consulting
 
WebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangWebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangSpiffy
 
Build & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record TimeBuild & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record TimeRightScale
 
Build Converged Infrastructures With True Systems Management
Build Converged Infrastructures With True Systems ManagementBuild Converged Infrastructures With True Systems Management
Build Converged Infrastructures With True Systems ManagementHitachi Vantara
 
Azure Overview Csco
Azure Overview CscoAzure Overview Csco
Azure Overview Cscorajramab
 
Predicting the Future of Endpoint Management in a Mobile World
Predicting the Future of Endpoint Management in a Mobile WorldPredicting the Future of Endpoint Management in a Mobile World
Predicting the Future of Endpoint Management in a Mobile WorldQuest
 
Pm440 Presentation Black Cloud
Pm440 Presentation Black CloudPm440 Presentation Black Cloud
Pm440 Presentation Black Cloudguesta946d0
 
Compose hardware resources on the fly with openstack valence
Compose hardware resources on the fly with openstack valenceCompose hardware resources on the fly with openstack valence
Compose hardware resources on the fly with openstack valenceShuquan Huang
 
Business Case Of Desktop Virtualization
Business Case Of Desktop Virtualization Business Case Of Desktop Virtualization
Business Case Of Desktop Virtualization Md Yousup Faruqu
 
Red Hat Ansible Client presentation Level 2.PPTX
Red Hat Ansible Client presentation Level 2.PPTXRed Hat Ansible Client presentation Level 2.PPTX
Red Hat Ansible Client presentation Level 2.PPTXAlejandro Daricz
 
20110514 PMI San Diego Keynote
20110514 PMI San Diego Keynote20110514 PMI San Diego Keynote
20110514 PMI San Diego KeynotePeter Coffee
 
在小學有效運用雲端電腦以促進電子學習(第一節筆記)
在小學有效運用雲端電腦以促進電子學習(第一節筆記)在小學有效運用雲端電腦以促進電子學習(第一節筆記)
在小學有效運用雲端電腦以促進電子學習(第一節筆記)Tsz Wing Chu
 
Evolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business AgilityEvolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business AgilityRed Hat India Pvt. Ltd.
 
Net App Cisco V Mware Integrated Presov6
Net App Cisco V Mware Integrated Presov6Net App Cisco V Mware Integrated Presov6
Net App Cisco V Mware Integrated Presov6jnava09
 
Brighttalk understanding the promise of sde - final
Brighttalk   understanding the promise of sde - finalBrighttalk   understanding the promise of sde - final
Brighttalk understanding the promise of sde - finalAndrew White
 

Ähnlich wie Monitoring IAAS & PAAS Solutions (20)

Webinar: How Microsoft is changing the game with Windows Azure
Webinar: How Microsoft is changing the game with Windows AzureWebinar: How Microsoft is changing the game with Windows Azure
Webinar: How Microsoft is changing the game with Windows Azure
 
Cloud Computing for Small & Medium Businesses
Cloud Computing for Small & Medium BusinessesCloud Computing for Small & Medium Businesses
Cloud Computing for Small & Medium Businesses
 
Path to continuous delivery
Path to continuous deliveryPath to continuous delivery
Path to continuous delivery
 
Webinar: Deploying the Combined Virtual and Physical Infrastructure
Webinar: Deploying the Combined Virtual and Physical InfrastructureWebinar: Deploying the Combined Virtual and Physical Infrastructure
Webinar: Deploying the Combined Virtual and Physical Infrastructure
 
Sutedjo - Introduction to Cloud
Sutedjo - Introduction to CloudSutedjo - Introduction to Cloud
Sutedjo - Introduction to Cloud
 
WebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangWebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David Tang
 
Build & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record TimeBuild & Deploy Scalable Cloud Applications in Record Time
Build & Deploy Scalable Cloud Applications in Record Time
 
Build Converged Infrastructures With True Systems Management
Build Converged Infrastructures With True Systems ManagementBuild Converged Infrastructures With True Systems Management
Build Converged Infrastructures With True Systems Management
 
Azure Overview Csco
Azure Overview CscoAzure Overview Csco
Azure Overview Csco
 
Predicting the Future of Endpoint Management in a Mobile World
Predicting the Future of Endpoint Management in a Mobile WorldPredicting the Future of Endpoint Management in a Mobile World
Predicting the Future of Endpoint Management in a Mobile World
 
Pm440 Presentation Black Cloud
Pm440 Presentation Black CloudPm440 Presentation Black Cloud
Pm440 Presentation Black Cloud
 
Compose hardware resources on the fly with openstack valence
Compose hardware resources on the fly with openstack valenceCompose hardware resources on the fly with openstack valence
Compose hardware resources on the fly with openstack valence
 
Business Case Of Desktop Virtualization
Business Case Of Desktop Virtualization Business Case Of Desktop Virtualization
Business Case Of Desktop Virtualization
 
MeshU Cloud Camp
MeshU Cloud CampMeshU Cloud Camp
MeshU Cloud Camp
 
Red Hat Ansible Client presentation Level 2.PPTX
Red Hat Ansible Client presentation Level 2.PPTXRed Hat Ansible Client presentation Level 2.PPTX
Red Hat Ansible Client presentation Level 2.PPTX
 
20110514 PMI San Diego Keynote
20110514 PMI San Diego Keynote20110514 PMI San Diego Keynote
20110514 PMI San Diego Keynote
 
在小學有效運用雲端電腦以促進電子學習(第一節筆記)
在小學有效運用雲端電腦以促進電子學習(第一節筆記)在小學有效運用雲端電腦以促進電子學習(第一節筆記)
在小學有效運用雲端電腦以促進電子學習(第一節筆記)
 
Evolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business AgilityEvolving Infrastructure and Management for Business Agility
Evolving Infrastructure and Management for Business Agility
 
Net App Cisco V Mware Integrated Presov6
Net App Cisco V Mware Integrated Presov6Net App Cisco V Mware Integrated Presov6
Net App Cisco V Mware Integrated Presov6
 
Brighttalk understanding the promise of sde - final
Brighttalk   understanding the promise of sde - finalBrighttalk   understanding the promise of sde - final
Brighttalk understanding the promise of sde - final
 

Kürzlich hochgeladen

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
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
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
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
 
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
 
[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
 
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
 
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
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 

Kürzlich hochgeladen (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
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
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
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
 
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
 
[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
 
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...
 
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
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 

Monitoring IAAS & PAAS Solutions

  • 1. Monitoring & Managing IaaS & PaaS Solutions with Hyperic HQ Isaac Christoffersen – inCommon, Inc
  • 2. ADVOCATE “ When the people are invested with the power to control their own destiny, they take an interest.” – Michael Tiemann “ Simplicity is complexity resolved” – Constantin Broncusi
  • 3.
  • 4.
  • 5.
  • 6. System Provisioning Complexity SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. Tools People Policy Linux Xen Hyperic & Drools Cobbler & Koan Puppet Linux Administrators SAN Engineers Network Engineers Process Infrastructure Service Level Agreements Budgets Staffing Guidance Procurement Process Order Fulfillment Process Staff Recruitment & Hiring I need 3 servers to use for the development of a proof of concept. It's going to be the next big thing! Commodity Servers SANs Networking Equipment Power HVAC Systems
  • 7. Buzz or the Way Forward? SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. Source: NIST, Information Technology Laboratory http://csrc.nist.gov/groups/SNS/cloud-computing/cloud-computing-v25.ppt
  • 8. Service Layers SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. Infrastructure Software Platform Data Center Server, Storage, & Network provisioning Database Provisioning Web Site Provisioning & Hosting Application Provisioning Service Composition Composable Applications Capability Provisioning Enterprise Service Providers How do I get the most of my IT and personnel resources? How do I store & retrieve my inventory data? How do I deploy my web services? How can I collaborate across the enterprise? How can I view my corporate sales data? How can I build my web hosting business? How can I manage my customer relationships? How can I run my company's IT department? The Intelligent Data Center is built on top of separate service layers that make it easier to address individual business concerns across different technical domains. It marks the shift from technology and business driven solutions to the era where technology and business both share the driver's seat .
  • 9. &quot;As we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously.&quot; – Benjamin Franklin EDUCATE
  • 10.
  • 11.
  • 12. Using Domain Modeling SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. role resource service site node host zone has a is a has a composed of
  • 13. Using Design Patterns SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. Event-driven Consumer Control Bus Message Broker Patterns from EAI Patterns (http://www.eaipatterns.com
  • 14. Demo
  • 15. Provisioning Workflow SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. Infrastructure as a Service (IaaS) Network Storage Compute Resource Pools Memory Data Consistency Distributed Storage Content Delivery Service Hosting Container Partitioning Virtual Servers Messaging Durability HA Cluster Grid Database Platform as a Service (PaaS) Database Platform Web Site Hosting Web Application Hosting Messaging Hosting Service Hosting Web Server Provisioning Service JMS Notify Web Site Hosting Service Process Request Create Disk Partition Create Web VM Create Web Server Register System
  • 16. Kickstart Snippet SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. # Puppet client installation with its prerequisites. Puppet is a # configuration management tool that, in conjuction with a puppet master # (puppet-server) can be used to affect the nature of the infrastructure # in real time. yum -y install ruby rubygems ruby-rdoc ruby-irb puppet facter cat >> /etc/puppet/puppet.conf <<EOF server = sentry.incommon.us EOF chkconfig --add puppet chkconfig puppet on
  • 17. Hyperic Puppet Module SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. class hyperic { class agent { package { &quot;hyperic-hq-agent&quot;: ensure => installed } file { &quot;agent.properties&quot;: source => &quot;puppet:///files/agent.properties&quot;, mode => 644, owner => &quot;hyperic&quot;, group => &quot;hyperic&quot;, require => Package[hyperic-hq-agent], ensure => present, path => &quot;/opt/hyperic/hyperic-hq-agent/conf/agent.properties&quot;; } }
  • 18. ACCELERATE “ Eighty-five percent of companies are already using open-source software, with most of the remaining 15 percent expecting to do so within the next year” – Gartner, User Survey Analysis: Open-Source Software, Worldwide, 2008 “ While some departments already use open source technologies, overall it has been estimated that the global loss due to proprietary software is 'in excess of $1 trillion a year.'” - Michael Tiemann
  • 19.
  • 20.
  • 21.
  • 22.
  • 23. Q&A
  • 24. Advocate – Educate – Accelerate SpringOne 2GX 2009. All rights reserved. Do not distribute without permission. As community engagement practitioners, we seek to build ongoing, permanent relationships for the purpose of applying a collective vision for the benefit of the community. inCommon, Inc. was started to advocate the use of Open Source and Open Architecture solutions in the U.S. government market. As part of this mission, we seek to educate individuals on the value of Virtual, Grid and SOA architectures based on Open Source and Open Architecture constructs. We work with clients to efficiently and effectively accelerate systems delivery while maximizing existing resources whenever possible.