SlideShare uma empresa Scribd logo
1 de 17
© Copyright 2006-2017, Inflectra Corporation
®
Page: 1
SpiraTest/Plan/Team Deployment Considerations
How to deploy for high-availability and strategies for backup and recovery
© Copyright 2006-2017, Inflectra Corporation
®
Page: 2
Overview
 This presentation outlines different approaches for
deploying the following Inflectra software products:
 SpiraTest (Test Management & Quality Assurance)
 SpiraPlan (Agile Project Planning & Execution)
 SpiraTeam (Application Lifecycle Management)
 It describes different configurations that balance
availability of the application with cost and complexity.
 It describes different backup and recovery approaches
that can be used depending on the level of acceptable
downtime should there be a hardware or software failure.
© Copyright 2006-2017, Inflectra Corporation
®
Page: 3
Configuring for High Availability
Different Configuration Scenarios
© Copyright 2006-2017, Inflectra Corporation
®
Page: 4
Combined IIS Web/Database server
Basic Configuration
 The most basic configuration is to have the application
and database installed on a single combined IIS /
database server:
SQL Server
Database
SpiraTeam
App Pool
Firewall
Web Browser
(IE, Firefox,...)
© Copyright 2006-2017, Inflectra Corporation
®
Page: 5
Limitations of Basic Configuration
 There is no firewall protection between the web server
and the database.
 Should a hacker compromise the IIS web server, they will have
full access to the SQL database.
 In addition, should a failure occur on any of the following,
the application will no longer be available:
 Network outage
 SQL Server outage
 IIS Application pool outage
 Web Server outage
 In general we do not recommend this configuration
except for the smallest deployments.
© Copyright 2006-2017, Inflectra Corporation
®
Page: 6
Standard Configuration
 For most deployments, the application is installed with a
single IIS web-server running on a single Application
Pool, connected to a single remote database server:
SQL Server
Database Server
IIS Web Server
SpiraTeam
App Pool
FirewallFirewall
Web Browser
(IE, Firefox,...)
© Copyright 2006-2017, Inflectra Corporation
®
Page: 7
Limitations of Standard Configuration
 This offers greater hacker protection than the Basic
Configuration
 Also, since IIS and SQL server are on separate servers,
there is less competition for resources between the two
sets of processes.
 However, should a failure occur on any of the following,
the application will no longer be available:
 Network outage
 SQL Server outage
 IIS Application pool outage
 Web Server outage
 One easy way to boost availability would be to setup
multiple IIS application pools with different IP addresses
and have a load balancer distribute the traffic:
© Copyright 2006-2017, Inflectra Corporation
®
Page: 8
Multiple IIS Application Pools
 With minimal additional hardware, you can
significantly increase the availability by using
multiple application pools:
SQL Server
Database Server
IIS Web Server
App Pool #1
FirewallFirewall
Web Browser
(IE, Firefox,...) App Pool #2
LoadBalancer
© Copyright 2006-2017, Inflectra Corporation
®
Page: 9
Limitations of Multiple Application Pools
 However, even with multiple application pools,
should a failure occur on any of the following,
the application will no longer be available:
 Network outage
 SQL Server outage
 Web Server outage
 The next level of availability would be to use
multiple web servers, each with multiple
application pools, and have network redundancy
with multiple independent networks:
© Copyright 2006-2017, Inflectra Corporation
®
Page: 10
Multiple IIS Web Servers & Network Routes
 This gives redundancy of the web servers and
the network between the browser and the web
servers:
SQL Server
Database Server
IIS Web Server
App Pool #1
FirewallFirewall
Web Browser
(IE, Firefox,...)
App Pool #2
LoadBalancer
IIS Web Server
App Pool #1
App Pool #2
© Copyright 2006-2017, Inflectra Corporation
®
Page: 11
Limitations of This Approach
 With this approach, the only single point of failure is the
database server. Assuming that the database is stored
on a RAID hard-disk, the issue is not the disk being
unavailable, but the actual Database Management
System (in this case SQL Server) going offline.
 The solution to this is to use a shared disk array and
multiple SQL Server instances accessing it. This is
known as SQL Server Clustering:
© Copyright 2006-2017, Inflectra Corporation
®
Page: 12
SQL Server Cluster
Fully Load-Balanced & Clustered Solution
 This includes redundancy in both the application
and data tiers:
Shared Disk
(RAID 5/10)
IIS Web Server
App Pool #1
FirewallFirewall
Web Browser
(IE, Firefox,...)
App Pool #2
LoadBalancer
IIS Web Server
App Pool #1
App Pool #2
Server #1
Server #2
© Copyright 2006-2017, Inflectra Corporation
®
Page: 13
Backup & Recovery Considerations
Different Configuration Scenarios
© Copyright 2006-2017, Inflectra Corporation
®
Page: 14
SQL Server Cluster
Fully Load-Balanced & Clustered Scenario
 Assuming that we have the system configured in
the following configuration
Shared Disk
(RAID 5/10)
IIS Web Server
App Pool #1
FirewallFirewall
Web Browser
(IE, Firefox,...)
App Pool #2
LoadBalancer
IIS Web Server
App Pool #1
App Pool #2
Server #1
Server #2
© Copyright 2006-2017, Inflectra Corporation
®
Page: 15
Backup & Recovery Considerations
 In such a configuration, the database is being
stored on a RAID5/10 shared disk-array which
offers redundancy and high-availability
 The file attachments should be stored on a
separate remote Network Area Storage device
that is also configured for RAID5/10.
 Now the application has immediate failover from
one IIS web-server to another and from one
clustered database server to another
 However we still need to consider the data...
© Copyright 2006-2017, Inflectra Corporation
®
Page: 16
Data Backup Considerations
 The simplest backup option would be to perform a daily
tape backup of the shared SQL Server disk array and
the file attachments disk array and store offsite
 To obtain a more granular recovery, you can augment
this solution with hourly differential backups of the SQL
Server followed by the full daily backup
 These are both using the “Simple Recovery Model”
 The next level of recovery would be to use the database
backups (full and differential) and also backup the
database transaction logs so that you can restore back
to the exact point of failure.
 This is called the “Full Recovery Model”
© Copyright 2006-2017, Inflectra Corporation
®
Page: 17
Recovery Situations
 To ensure a rapid recovery of the system, it would be
recommended to maintain a separate “warm” standby
database server, separate from the primary cluster, to
which the restored data can be restored to while the
primary disk array is repaired.
 For the file attachments, a similar process could be used
with a separate warm file server in place that could be
used to host the file attachments in the event that the
primary file disk array went offline.

Mais conteúdo relacionado

Mais procurados

KronoDesk - On-Premise Help Desk Solution for Regulated Industries
KronoDesk - On-Premise Help Desk Solution for Regulated IndustriesKronoDesk - On-Premise Help Desk Solution for Regulated Industries
KronoDesk - On-Premise Help Desk Solution for Regulated Industries
Inflectra
 

Mais procurados (20)

Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
 
Remote Launch Overview Presentation
Remote Launch Overview PresentationRemote Launch Overview Presentation
Remote Launch Overview Presentation
 
D-CAST: The Future of Agile Testing Meetup
D-CAST: The Future of Agile Testing MeetupD-CAST: The Future of Agile Testing Meetup
D-CAST: The Future of Agile Testing Meetup
 
Transform Software Testing and Quality with the Neotys-Inflectra Platform
Transform Software Testing and Quality with the Neotys-Inflectra PlatformTransform Software Testing and Quality with the Neotys-Inflectra Platform
Transform Software Testing and Quality with the Neotys-Inflectra Platform
 
Major Spira v6.3 Usability & Performance Enhancements Unveiled
Major Spira v6.3 Usability & Performance Enhancements UnveiledMajor Spira v6.3 Usability & Performance Enhancements Unveiled
Major Spira v6.3 Usability & Performance Enhancements Unveiled
 
Agile in Software Testing - The Government Edition
Agile in Software Testing - The Government EditionAgile in Software Testing - The Government Edition
Agile in Software Testing - The Government Edition
 
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics NAV - Robotic Process Automation (RPA) with Rapise
 
KronoDesk - On-Premise Help Desk Solution for Regulated Industries
KronoDesk - On-Premise Help Desk Solution for Regulated IndustriesKronoDesk - On-Premise Help Desk Solution for Regulated Industries
KronoDesk - On-Premise Help Desk Solution for Regulated Industries
 
KronoDesk Overview Presentation (2019)
KronoDesk Overview Presentation (2019)KronoDesk Overview Presentation (2019)
KronoDesk Overview Presentation (2019)
 
Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...
Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...
Inflectra User Summit California 2018 - SpiraTeam, SpiraTest, SpiraPlan, Rapi...
 
SpiraTest Integrating with Jira Webinar
SpiraTest Integrating with Jira WebinarSpiraTest Integrating with Jira Webinar
SpiraTest Integrating with Jira Webinar
 
Using REST and UI Testing to Test Ajax Web Applications
Using REST and UI Testing to Test Ajax Web ApplicationsUsing REST and UI Testing to Test Ajax Web Applications
Using REST and UI Testing to Test Ajax Web Applications
 
Alternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA SuiteAlternatives to the Micro Focus QA Suite
Alternatives to the Micro Focus QA Suite
 
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have ArrivedSpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
SpiraPlan 6.4 and 6.5: Portfolios & OAuth Have Arrived
 
Spira: BI And Custom Reporting
Spira: BI And Custom ReportingSpira: BI And Custom Reporting
Spira: BI And Custom Reporting
 
Automating Desktop UI Testing | Inflectra Webinars | (Part 2)
Automating Desktop UI Testing | Inflectra Webinars | (Part 2)Automating Desktop UI Testing | Inflectra Webinars | (Part 2)
Automating Desktop UI Testing | Inflectra Webinars | (Part 2)
 
TaraVault Overview Presentation (2021)
TaraVault Overview Presentation (2021)TaraVault Overview Presentation (2021)
TaraVault Overview Presentation (2021)
 
Log Management and Analysis for Cloud Applications
Log Management and Analysis for Cloud ApplicationsLog Management and Analysis for Cloud Applications
Log Management and Analysis for Cloud Applications
 
PaaS Decision Matrix
PaaS Decision MatrixPaaS Decision Matrix
PaaS Decision Matrix
 
SpiraPlan Overview Presentation (2021)
SpiraPlan Overview Presentation (2021)SpiraPlan Overview Presentation (2021)
SpiraPlan Overview Presentation (2021)
 

Destaque

Whose test is it anyway - LW&CN v0.3
Whose test is it anyway - LW&CN v0.3Whose test is it anyway - LW&CN v0.3
Whose test is it anyway - LW&CN v0.3
Clinton Nobrega AMBCS
 
Introduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang Phi
Introduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang PhiIntroduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang Phi
Introduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang Phi
Ho Chi Minh City Software Testing Club
 
What is UFT? HP's unified functional testing.
What is UFT? HP's unified functional testing.What is UFT? HP's unified functional testing.
What is UFT? HP's unified functional testing.
Confiz
 

Destaque (20)

Inflectra Enterprise Agile Planning Briefing 2016
Inflectra Enterprise Agile Planning Briefing 2016Inflectra Enterprise Agile Planning Briefing 2016
Inflectra Enterprise Agile Planning Briefing 2016
 
Spira Team Overview Presentation
Spira Team Overview PresentationSpira Team Overview Presentation
Spira Team Overview Presentation
 
Rapise Overview Presentation
Rapise Overview PresentationRapise Overview Presentation
Rapise Overview Presentation
 
Spira Test Overview Presentation
Spira Test Overview PresentationSpira Test Overview Presentation
Spira Test Overview Presentation
 
Spira Plan Overview Presentation
Spira Plan Overview PresentationSpira Plan Overview Presentation
Spira Plan Overview Presentation
 
"Couple’s Therapy – Bridging the Gap Between Marketing & IT" - Mason Companie...
"Couple’s Therapy – Bridging the Gap Between Marketing & IT" - Mason Companie..."Couple’s Therapy – Bridging the Gap Between Marketing & IT" - Mason Companie...
"Couple’s Therapy – Bridging the Gap Between Marketing & IT" - Mason Companie...
 
Whose test is it anyway - LW&CN v0.3
Whose test is it anyway - LW&CN v0.3Whose test is it anyway - LW&CN v0.3
Whose test is it anyway - LW&CN v0.3
 
Spira team
Spira teamSpira team
Spira team
 
Test Masters 2016 Spring Conference
Test Masters 2016 Spring ConferenceTest Masters 2016 Spring Conference
Test Masters 2016 Spring Conference
 
Introduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang Phi
Introduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang PhiIntroduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang Phi
Introduction to Back End Automation Testing - Nguyen Vu Hoang, Hoang Phi
 
Testwarez 2009 Use Proper Tool
Testwarez 2009 Use Proper ToolTestwarez 2009 Use Proper Tool
Testwarez 2009 Use Proper Tool
 
SpiraTeam: Typische Implementierungen bei Kunden
SpiraTeam: Typische Implementierungen bei KundenSpiraTeam: Typische Implementierungen bei Kunden
SpiraTeam: Typische Implementierungen bei Kunden
 
Intersys - Integration mit Spirateam (Zurich 2017)
Intersys - Integration mit Spirateam (Zurich 2017)Intersys - Integration mit Spirateam (Zurich 2017)
Intersys - Integration mit Spirateam (Zurich 2017)
 
PTA Presentation SpiraTeam in Action Case Study
PTA Presentation SpiraTeam in Action Case StudyPTA Presentation SpiraTeam in Action Case Study
PTA Presentation SpiraTeam in Action Case Study
 
Inflectra CodeCamp Internship Introduction
Inflectra CodeCamp Internship IntroductionInflectra CodeCamp Internship Introduction
Inflectra CodeCamp Internship Introduction
 
WE are Doing it Wrong - Dmitry Sharkov
WE are Doing it Wrong - Dmitry SharkovWE are Doing it Wrong - Dmitry Sharkov
WE are Doing it Wrong - Dmitry Sharkov
 
Introduction to Unified Functional Testing 12 (UFT)
Introduction to Unified Functional Testing 12 (UFT)Introduction to Unified Functional Testing 12 (UFT)
Introduction to Unified Functional Testing 12 (UFT)
 
What is UFT? HP's unified functional testing.
What is UFT? HP's unified functional testing.What is UFT? HP's unified functional testing.
What is UFT? HP's unified functional testing.
 
Online property management system design document
Online property management system design documentOnline property management system design document
Online property management system design document
 
Introduction to Test Automation
Introduction to Test AutomationIntroduction to Test Automation
Introduction to Test Automation
 

Semelhante a SpiraTeam High Availability and Backup & Recovery Information

DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
Peter Vervaene
 
Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...
Elena Nanos
 
INTRODUCTION TO IIS
INTRODUCTION TO IISINTRODUCTION TO IIS
INTRODUCTION TO IIS
sanya6900
 

Semelhante a SpiraTeam High Availability and Backup & Recovery Information (20)

Spira High Availability & Backup & Recovery Information
Spira High Availability & Backup & Recovery InformationSpira High Availability & Backup & Recovery Information
Spira High Availability & Backup & Recovery Information
 
Vmax 250 f_poweredge_r930_oracle_perf_0417_v3
Vmax 250 f_poweredge_r930_oracle_perf_0417_v3Vmax 250 f_poweredge_r930_oracle_perf_0417_v3
Vmax 250 f_poweredge_r930_oracle_perf_0417_v3
 
Preserve user response time while ensuring data availability
Preserve user response time while ensuring data availabilityPreserve user response time while ensuring data availability
Preserve user response time while ensuring data availability
 
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
 
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
DataKeeper_SAN-SANLess_Clusters_Windows_Product_Brief(RaxcoBE)
 
Building a Business Objects Shared-Services Environment.pdf
Building a Business Objects Shared-Services Environment.pdfBuilding a Business Objects Shared-Services Environment.pdf
Building a Business Objects Shared-Services Environment.pdf
 
Keep data available without affecting user response time
Keep data available without affecting user response timeKeep data available without affecting user response time
Keep data available without affecting user response time
 
ODA solution in-a-box
ODA solution in-a-boxODA solution in-a-box
ODA solution in-a-box
 
What’s New in Backup Exec 16 FP2 Solution Brief
What’s New in Backup Exec 16 FP2 Solution Brief  What’s New in Backup Exec 16 FP2 Solution Brief
What’s New in Backup Exec 16 FP2 Solution Brief
 
Oracle Exec Summary 7000 Unified Storage
Oracle Exec Summary 7000 Unified StorageOracle Exec Summary 7000 Unified Storage
Oracle Exec Summary 7000 Unified Storage
 
Catching the Software Defined Storage Wave
Catching the Software Defined Storage WaveCatching the Software Defined Storage Wave
Catching the Software Defined Storage Wave
 
Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...
 
Cisco Data Center Orchestration Solution
Cisco Data Center Orchestration SolutionCisco Data Center Orchestration Solution
Cisco Data Center Orchestration Solution
 
Software Defined Storage In Action
Software Defined Storage In ActionSoftware Defined Storage In Action
Software Defined Storage In Action
 
Software-defined Storage in Action
Software-defined Storage in ActionSoftware-defined Storage in Action
Software-defined Storage in Action
 
Ravello – the Easiest Way to Cloud
Ravello – the Easiest Way to CloudRavello – the Easiest Way to Cloud
Ravello – the Easiest Way to Cloud
 
CISCO - Presentation at Hortonworks Booth - Strata 2014
CISCO - Presentation at Hortonworks Booth - Strata 2014CISCO - Presentation at Hortonworks Booth - Strata 2014
CISCO - Presentation at Hortonworks Booth - Strata 2014
 
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
VMworld 2013: Protecting Enterprise Workloads Within a vCloud Service Provide...
 
INTRODUCTION TO IIS
INTRODUCTION TO IISINTRODUCTION TO IIS
INTRODUCTION TO IIS
 
INTRODUCTION TO IIS
INTRODUCTION TO IISINTRODUCTION TO IIS
INTRODUCTION TO IIS
 

Mais de Adam Sandman

Mais de Adam Sandman (20)

Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0Rapise - Introduction to Powerful New Rapise 6.0
Rapise - Introduction to Powerful New Rapise 6.0
 
Codeless Test Automation - Myth or Magic
Codeless Test Automation - Myth or MagicCodeless Test Automation - Myth or Magic
Codeless Test Automation - Myth or Magic
 
5 Principles to Managing Your Application Lifecycle with SpiraTeam
5 Principles to Managing Your Application Lifecycle with SpiraTeam5 Principles to Managing Your Application Lifecycle with SpiraTeam
5 Principles to Managing Your Application Lifecycle with SpiraTeam
 
Agile Application Lifecycle Management (ALM) with Inflectra
Agile Application Lifecycle Management (ALM) with InflectraAgile Application Lifecycle Management (ALM) with Inflectra
Agile Application Lifecycle Management (ALM) with Inflectra
 
Ensuring Project Success with SpiraTeam and Rapise from Inflectra pta - short
Ensuring Project Success with SpiraTeam and Rapise from Inflectra   pta - shortEnsuring Project Success with SpiraTeam and Rapise from Inflectra   pta - short
Ensuring Project Success with SpiraTeam and Rapise from Inflectra pta - short
 
Microsoft Dynamics AX- Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics AX- Robotic Process Automation (RPA) with RapiseMicrosoft Dynamics AX- Robotic Process Automation (RPA) with Rapise
Microsoft Dynamics AX- Robotic Process Automation (RPA) with Rapise
 
SpiraTest adds Quality & Test Management to Jira
SpiraTest adds Quality & Test Management to JiraSpiraTest adds Quality & Test Management to Jira
SpiraTest adds Quality & Test Management to Jira
 
Real Testing Scenario Strategy - The Role of Exploratory Testing
Real Testing Scenario Strategy - The Role of Exploratory TestingReal Testing Scenario Strategy - The Role of Exploratory Testing
Real Testing Scenario Strategy - The Role of Exploratory Testing
 
Real Testing Scenario Strategy - Bringing It All Together For Success
Real Testing Scenario Strategy - Bringing It All Together For SuccessReal Testing Scenario Strategy - Bringing It All Together For Success
Real Testing Scenario Strategy - Bringing It All Together For Success
 
Software Development & Testing Challenges in Finance & Banking
Software Development & Testing Challenges in Finance & BankingSoftware Development & Testing Challenges in Finance & Banking
Software Development & Testing Challenges in Finance & Banking
 
Don't Let Your Users be Your Testers - Lunch & Learn
Don't Let Your Users be Your Testers - Lunch & LearnDon't Let Your Users be Your Testers - Lunch & Learn
Don't Let Your Users be Your Testers - Lunch & Learn
 
Inflectra Enterprise Agile Planning Briefing for Gartner 2018
Inflectra Enterprise Agile Planning Briefing for Gartner 2018Inflectra Enterprise Agile Planning Briefing for Gartner 2018
Inflectra Enterprise Agile Planning Briefing for Gartner 2018
 
Testing & Compliance Challenges for Healthcare in the Cloud
Testing & Compliance Challenges for Healthcare in the CloudTesting & Compliance Challenges for Healthcare in the Cloud
Testing & Compliance Challenges for Healthcare in the Cloud
 
Testing Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with RapiseTesting Microsoft Dynamics NAV with Rapise
Testing Microsoft Dynamics NAV with Rapise
 
Inflectra Partner Summit 2017 Q4 - Presentation
Inflectra Partner Summit 2017 Q4 - PresentationInflectra Partner Summit 2017 Q4 - Presentation
Inflectra Partner Summit 2017 Q4 - Presentation
 
Testing a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven FrameworkTesting a Complex ERP Application Using a Data-Driven Framework
Testing a Complex ERP Application Using a Data-Driven Framework
 
D-CAST Real Life TestOps Environment
D-CAST Real Life TestOps EnvironmentD-CAST Real Life TestOps Environment
D-CAST Real Life TestOps Environment
 
DevGeekWeek 2017 Inflectra Meetup in Herzliya Presentation
DevGeekWeek 2017 Inflectra Meetup in Herzliya PresentationDevGeekWeek 2017 Inflectra Meetup in Herzliya Presentation
DevGeekWeek 2017 Inflectra Meetup in Herzliya Presentation
 
Building Resilient Automated UI Tests for Cloud Applications using Scripless ...
Building Resilient Automated UI Tests for Cloud Applications using Scripless ...Building Resilient Automated UI Tests for Cloud Applications using Scripless ...
Building Resilient Automated UI Tests for Cloud Applications using Scripless ...
 
Real Testing Scenario Strategy Practical TestOps Presentation
Real Testing Scenario Strategy Practical TestOps PresentationReal Testing Scenario Strategy Practical TestOps Presentation
Real Testing Scenario Strategy Practical TestOps Presentation
 

Último

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
anilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
anilsa9823
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Último (20)

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 

SpiraTeam High Availability and Backup & Recovery Information

  • 1. © Copyright 2006-2017, Inflectra Corporation ® Page: 1 SpiraTest/Plan/Team Deployment Considerations How to deploy for high-availability and strategies for backup and recovery
  • 2. © Copyright 2006-2017, Inflectra Corporation ® Page: 2 Overview  This presentation outlines different approaches for deploying the following Inflectra software products:  SpiraTest (Test Management & Quality Assurance)  SpiraPlan (Agile Project Planning & Execution)  SpiraTeam (Application Lifecycle Management)  It describes different configurations that balance availability of the application with cost and complexity.  It describes different backup and recovery approaches that can be used depending on the level of acceptable downtime should there be a hardware or software failure.
  • 3. © Copyright 2006-2017, Inflectra Corporation ® Page: 3 Configuring for High Availability Different Configuration Scenarios
  • 4. © Copyright 2006-2017, Inflectra Corporation ® Page: 4 Combined IIS Web/Database server Basic Configuration  The most basic configuration is to have the application and database installed on a single combined IIS / database server: SQL Server Database SpiraTeam App Pool Firewall Web Browser (IE, Firefox,...)
  • 5. © Copyright 2006-2017, Inflectra Corporation ® Page: 5 Limitations of Basic Configuration  There is no firewall protection between the web server and the database.  Should a hacker compromise the IIS web server, they will have full access to the SQL database.  In addition, should a failure occur on any of the following, the application will no longer be available:  Network outage  SQL Server outage  IIS Application pool outage  Web Server outage  In general we do not recommend this configuration except for the smallest deployments.
  • 6. © Copyright 2006-2017, Inflectra Corporation ® Page: 6 Standard Configuration  For most deployments, the application is installed with a single IIS web-server running on a single Application Pool, connected to a single remote database server: SQL Server Database Server IIS Web Server SpiraTeam App Pool FirewallFirewall Web Browser (IE, Firefox,...)
  • 7. © Copyright 2006-2017, Inflectra Corporation ® Page: 7 Limitations of Standard Configuration  This offers greater hacker protection than the Basic Configuration  Also, since IIS and SQL server are on separate servers, there is less competition for resources between the two sets of processes.  However, should a failure occur on any of the following, the application will no longer be available:  Network outage  SQL Server outage  IIS Application pool outage  Web Server outage  One easy way to boost availability would be to setup multiple IIS application pools with different IP addresses and have a load balancer distribute the traffic:
  • 8. © Copyright 2006-2017, Inflectra Corporation ® Page: 8 Multiple IIS Application Pools  With minimal additional hardware, you can significantly increase the availability by using multiple application pools: SQL Server Database Server IIS Web Server App Pool #1 FirewallFirewall Web Browser (IE, Firefox,...) App Pool #2 LoadBalancer
  • 9. © Copyright 2006-2017, Inflectra Corporation ® Page: 9 Limitations of Multiple Application Pools  However, even with multiple application pools, should a failure occur on any of the following, the application will no longer be available:  Network outage  SQL Server outage  Web Server outage  The next level of availability would be to use multiple web servers, each with multiple application pools, and have network redundancy with multiple independent networks:
  • 10. © Copyright 2006-2017, Inflectra Corporation ® Page: 10 Multiple IIS Web Servers & Network Routes  This gives redundancy of the web servers and the network between the browser and the web servers: SQL Server Database Server IIS Web Server App Pool #1 FirewallFirewall Web Browser (IE, Firefox,...) App Pool #2 LoadBalancer IIS Web Server App Pool #1 App Pool #2
  • 11. © Copyright 2006-2017, Inflectra Corporation ® Page: 11 Limitations of This Approach  With this approach, the only single point of failure is the database server. Assuming that the database is stored on a RAID hard-disk, the issue is not the disk being unavailable, but the actual Database Management System (in this case SQL Server) going offline.  The solution to this is to use a shared disk array and multiple SQL Server instances accessing it. This is known as SQL Server Clustering:
  • 12. © Copyright 2006-2017, Inflectra Corporation ® Page: 12 SQL Server Cluster Fully Load-Balanced & Clustered Solution  This includes redundancy in both the application and data tiers: Shared Disk (RAID 5/10) IIS Web Server App Pool #1 FirewallFirewall Web Browser (IE, Firefox,...) App Pool #2 LoadBalancer IIS Web Server App Pool #1 App Pool #2 Server #1 Server #2
  • 13. © Copyright 2006-2017, Inflectra Corporation ® Page: 13 Backup & Recovery Considerations Different Configuration Scenarios
  • 14. © Copyright 2006-2017, Inflectra Corporation ® Page: 14 SQL Server Cluster Fully Load-Balanced & Clustered Scenario  Assuming that we have the system configured in the following configuration Shared Disk (RAID 5/10) IIS Web Server App Pool #1 FirewallFirewall Web Browser (IE, Firefox,...) App Pool #2 LoadBalancer IIS Web Server App Pool #1 App Pool #2 Server #1 Server #2
  • 15. © Copyright 2006-2017, Inflectra Corporation ® Page: 15 Backup & Recovery Considerations  In such a configuration, the database is being stored on a RAID5/10 shared disk-array which offers redundancy and high-availability  The file attachments should be stored on a separate remote Network Area Storage device that is also configured for RAID5/10.  Now the application has immediate failover from one IIS web-server to another and from one clustered database server to another  However we still need to consider the data...
  • 16. © Copyright 2006-2017, Inflectra Corporation ® Page: 16 Data Backup Considerations  The simplest backup option would be to perform a daily tape backup of the shared SQL Server disk array and the file attachments disk array and store offsite  To obtain a more granular recovery, you can augment this solution with hourly differential backups of the SQL Server followed by the full daily backup  These are both using the “Simple Recovery Model”  The next level of recovery would be to use the database backups (full and differential) and also backup the database transaction logs so that you can restore back to the exact point of failure.  This is called the “Full Recovery Model”
  • 17. © Copyright 2006-2017, Inflectra Corporation ® Page: 17 Recovery Situations  To ensure a rapid recovery of the system, it would be recommended to maintain a separate “warm” standby database server, separate from the primary cluster, to which the restored data can be restored to while the primary disk array is repaired.  For the file attachments, a similar process could be used with a separate warm file server in place that could be used to host the file attachments in the event that the primary file disk array went offline.