SlideShare a Scribd company logo
OPTIMIZING SOLARWINDS® ORION®
2016 FEDERAL USER GROUP
KEVIN SPARENBERG
PRODUCT MANAGER
SOLARWINDS
RECOMMENDATIONS FROM THE FIELD
• Product Manager for SolarWinds online demo
• Experience
• 10+ years experience with Orion
• thwack® MVP
• Managed network and critical applications in a global environment
• PowerShell™ enthusiast and “accidental” DBA
• Finding me online
• Twitter®: @KMSigma
• Thwack: https://thwack.solarwinds.com/people/KMSigma
• Blog: http://blog.kmsigma.com/
ABOUT ME
& HOW TO FIND ME
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Prerequisites:
• Have a basic knowledge of…
• Windows Server® operating systems
• Microsoft® Internet Information Services (IIS™)
• Recommendations:
• Servers
• Windows® 2012 R2 for all servers
• Remote Microsoft SQL Server® (2014 SP1)
• Schedule a change management window
• Changes will require service or server restarts – plan ahead
• Vocabulary:
• Role - noun: one of the installation types for SolarWinds Orion; being Main Polling Engine,
Additional Polling Engine, or Additional Web Engine
• Disclaimer: these are recommendations – not all may be applicable
RECOMMENDATIONS & PREREQUISITES
AND VOCABULARY AND A DISCLAIMER
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Will
Building servers for each Role
Optimizing each Role
General guidelines for SQL Server
General guidelines for virtualization
WHAT WILL/WON’T WE COVER?
Won’t
Polling limits
Multiple product installations
SQL Server buildout
Stress testing servers
Server virtualization pros/cons
Licensing
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Roles are the installer types for Orion
• Orion Server/Main Polling Engine (MPE)
• Additional Polling Engine (APE)
• Additional Web Engine (AWE)
• Simply put: each installation performs node polling, serving the web pages, or both
ORION ARCHITECTURE OVERVIEW
ROLES WITHIN SOLARWINDS ORION
Main Polling Engine
Web Site
Polling Engine
Add’l Polling Engine
Polling Engine
Add’l Web Engine
Web Site
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Remember that the web engine and polling engine both operate on the Main Polling
Engine
• Take the recommendation metrics from the web engine and polling engine and add
them together for your Main Polling Engine
REMEMBER!
MAIN POLLING ENGINE = WEB ENGINE + POLLING ENGINE
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Pre-existing: verify everything works correctly
• Make backups of all changed files!
• Verify services & websites are working correctly post-change
• Verify that polling is taking place as expected
ONE LAST WORD
…BEFORE WE GET STARTED
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• For each Role, we’ll cover
• Server specification – specifically disks
• Required Windows features
• Microsoft .NET Framework 3.5 (NET-Framework-Core)
PS C:> Add-WindowsFeature -Name Net-Framework-Core -Source D:Source
• Installation process
• Pre-install checklist
• Installation
• Post-install configuration
• We’ll be using Network Performance Monitor (NPM) with unlimited license
PLANNING
BUILD THE SERVER RIGHT THE FIRST TIME
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Disk ID Purpose Size R/W Ratio I/O Type
C: Windows O/S 40 GB 50/50 Random
D: Page File RAM + 25% (5 GB) 50/50 Random
E: Programs 40 GB 75/25 Random
F: Web Site 10 GB 75/25 Random
G: Web Cache 10 GB 90/10 Random
H: Logs 50 GB 25/75 Sequential writes
PLANNING – WEB ENGINE (DISKS)
SIZING APPROXIMATIONS & I/O TYPES
Notes:
• Configure Page File prior to SolarWinds installation
• Configure Programs location during installation
• Configure Web Site location during Configuration Wizard
Size
CPU 4.0 GHz
RAM 4 GB
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Disk ID Purpose Size R/W Ratio I/O Type
C: Windows O/S 40 GB 50/50 Random
D: Page File RAM + 25% (5 GB) 50/50 Random
E: Programs 40 GB 75/25 Random
H: Logs 50 GB 25/75 Sequential writes
PLANNING – POLLING ENGINE (DISKS)
SIZING APPROXIMATIONS & I/O TYPES
Notes:
• Configure Page File prior to SolarWinds installation
• Configure Programs location during installation
Size
CPU 8.0 GHz
RAM 4 GB
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Disk ID Purpose Size R/W Ratio I/O Type
C: Windows O/S 40 GB 50/50 Random
D: Page File RAM + 25% (10 GB) 50/50 Random
E: Programs 40 GB 75/25 Random
F: Web Site 10 GB 75/25 Random
G: Web Cache 10 GB 90/10 Random
H: Logs 50 GB 25/75 Sequential writes
PLANNING – MAIN POLLING ENGINE (DISKS)
SIZING APPROXIMATIONS & I/O TYPES
Notes:
• Configure Page File prior to SolarWinds installation
• Configure Programs location during installation
• Configure Web Site location during Configuration Wizard
Size
CPU 12.0 GHz
RAM 8 GB
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Configure disks
• Configure Page File
• Install required Windows features
• On servers hosting the Web Engine:
• Remove default website
• Configure IIS logging (server-level)
• Configure logging to H: drive
PREPARATION – ALL ROLES
PREPPING THE SYSTEM FOR SOLARWINDS ORION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
PREPARATION – ALL ROLES
PREPPING THE SYSTEM FOR SOLARWINDS ORION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Configure disks
• Configure Page File
• Install required Windows features
• On servers hosting the Web Engine:
• Remove default website
• Configure IIS logging (server-level)
• Configure logging to H: drive
• Configure .NET Framework compilation temp directory location
• C:WindowsMicrosoft.NETFrameworkv4.0.30319Configweb.config
• Configure [tempDirectory] to use G: drive
PREPARATION – ALL ROLES
PREPPING THE SYSTEM FOR SOLARWINDS ORION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Configure disks
• Configure Page File
• Install required Windows features
• On servers hosting the Web Engine:
• Remove default website
• Configure IIS logging (server-level)
• Configure logging to H: drive
• Configure .NET Framework compilation temp directory location
• C:WindowsMicrosoft.NETFrameworkv4.0.30319Configweb.config
• Configure [tempDirectory] to use G: drive
• Run Windows Update, patch and reboot
• Repeat until no new updates
• Disable indexing for drives where it’s not needed
PREPARATION – ALL ROLES
PREPPING THE SYSTEM FOR SOLARWINDS ORION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
PREPARATION – ALL ROLES
PREPPING THE SYSTEM FOR SOLARWINDS ORION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Content compression recommendations
• Done at the server-level
• Move the directory for compressed content to your web cache drive
• Bump the amount of disk space to be used (1024 MB)
• Drop the minimum size of any compressed file (2048 bytes)
• This can cause increases in CPU usage for servers in certain situations
• Monitor closely after the change and tweak as needed
LAST TWEAKS TO THE WEB SERVER
MAKING IIS WORK FOR YOU
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
LAST TWEAKS TO THE WEB SERVER
MAKING IIS WORK FOR YOU
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Content compression recommendations
• Done at the server-level
• Move the directory for compressed content to your web cache drive
• Bump the amount of disk space to be used (1024 MB)
• Drop the minimum size of any compressed file (2048 bytes)
• This can cause increases in CPU usage for servers in certain situations
• Monitor closely after the change and tweak as needed
Note that these settings are recommended based on my environment. Please test and
validate within your own environment.
LAST TWEAKS TO THE WEB SERVER
MAKING IIS WORK FOR YOU
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• During the Installation Wizard…
…redirect the software installation location to the “Programs” drive
INSTALL & CONFIG WIZARD – ALL ROLES
USING YOUR OPTIMIZED DISK LAYOUT
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
INSTALL & CONFIG WIZARD – ALL ROLES
USING YOUR OPTIMIZED DISK LAYOUT
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• During the Installation Wizard…
…redirect the software installation location to the “Programs” drive
• During the Configuration Wizard…
…redirect the website location to the “website” drive
INSTALL & CONFIG WIZARD – ALL ROLES
USING YOUR OPTIMIZED DISK LAYOUT
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
INSTALL & CONFIG WIZARD – ALL ROLES
USING YOUR OPTIMIZED DISK LAYOUT
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• During the Installation Wizard…
…redirect the software installation location to the “Programs” drive
• During the Configuration Wizard…
…redirect the website location to the “website” drive
• Important notes
• The Installation Wizard can only be run on first installation
• If you miss this step, you’ll have to uninstall Orion and try again.
• The Configuration Wizard can be run at any time
INSTALL & CONFIG WIZARD – ALL ROLES
USING YOUR OPTIMIZED DISK LAYOUT
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• If you don’t need logs, use the LogAdjuster program to disable all logging
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• If you don’t need logs, use the Log Adjuster program to disable all logging
• Warning: Very advanced-level changes – make backups!
• Run the SolarWinds Diagnostics before changes.
• Run the SolarWinds Diagnostics after changes.
• Validate that new log location is captured.
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• If you don’t need logs, use the Log Adjuster program to disable all logging
• Warning: Very advanced-level changes – make backups!
• Run the SolarWinds Diagnostics before changes.
• Run the SolarWinds Diagnostics after changes.
• Validate that new log location is captured.
• Change SolarWinds service logging location
• Example: ${InstallDir}OrionConfigurationWizard.exe.config
• Change file “value” (a.k.a. “Path”) to your log drive
• Not every log can be moved out of the application data path
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Original Log
Location
New Log
Location
• If you don’t need logs, use the Log Adjuster program to disable all logging
• Warning: Very advanced-level changes – make backups!
• Run the SolarWinds Diagnostics before changes.
• Run the SolarWinds Diagnostics after changes.
• Validate that new log location is captured.
• Change SolarWinds service logging location
• Example: ${InstallDir}OrionConfigurationWizard.exe.config
• Change file “value” (a.k.a. “Path”) to your log drive
• Not every log can be moved out of the application data path
• If you change the above, you must create an additional entry in your diagnostics file
• ${InstallDir}OrionOrion.Diagnostics
• If you neglect to do this the SolarWinds Diagnostics will not get all of your logs
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
New Entry
Original Entry
${InstallDir}OrionOrion.Diagnostics
• If you don’t need logs, use the Log Adjuster program to disable all logging
• Warning: Very advanced-level changes – make backups!
• Run the SolarWinds Diagnostics before changes.
• Run the SolarWinds Diagnostics after changes.
• Validate that new log location is captured.
• Change SolarWinds service logging location
• Example: ${InstallDir}OrionConfigurationWizard.exe.config
• Change file value to your log drive
• Not every log can be moved out of the application data path
• If you change the above, you must create an additional entry in your diagnostics file
• ${InstallDir}OrionOrion.Diagnostics
• If you neglect to do this the SolarWinds Diagnostics will not get all of your logs
• Stop and start running Orion services and verify service logging to new directories
• Run SolarWinds Diagnostics and verify that new files are captured correctly
CONFIGURING LOGS – ALL ROLES
POST-INSTALLATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Abide by the Microsoft SQL Server best practices
• Virtualized environments for SQL Server
• Consult Microsoft and VMware® best practices for virtualizing SQL Server
• If you choose to virtualize SQL Server, reserve all memory and CPU resources
• Avoid using any RAID5-based disk layouts
• Instead use RAID10 with multiple hot spares
• Keep SQL read disk I/O under 20 ms
• When virtualizing Orion servers, reserve at least 50% of CPU and memory
SQL SERVER & VIRTUALIZATION
JUST A FEW QUICK RECOMMENDATIONS…
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Primary Data Center
SOLARWINDS ON SOLARWINDS ORION
HOW WE’VE SCALED ORION FOR PERFORMANCE
Add’l Web Engine
Main Polling Engine
Add’l Polling Engine
Location 2
Add’l Polling Engine
Location 1
Add’l Polling Engine
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Monitors Local Environment
Monitors Local Environment
Monitors Local Environment
Only Monitors APE’s
• Performance tuning for web servers
• http://bit.ly/PerfTuneWeb
• Performance testing tools for SQL Server
• http://bit.ly/SqlDiskspd
• My Blog & Scripts: FedSWUG
• http://blog.kmsigma.com/tag/fedswug/
REFERENCES
PLACES TO GET MORE INFORMATION
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
QUESTIONS?
POST THEM TO OUR FEDERAL GOVERNMENT THWACK® GROUP AT:
HTTP://THWACK.COM/GOVERNMENT
OR EMAIL
FEDERALSALES@SOLARWINDS.COM
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
• Stay Connected:
• Join the Federal and Government Group on thwack:
http://thwack.com/government
• Follow us on LinkedIn®: https://www.linkedin.com/company/solarwinds-
government
• Call: 877-946-3751
• Email: federalsales@solarwinds.com
• Learn More:
• Visit our Federal website: http://www.solarwinds.com/federal
• Watch a short demo video: http://www.solarwinds.com/sedemo
• Download a free trial: http://www.solarwinds.com/downloads/
STAY CONNECTED & LEARN MORE
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
THE SOLARWINDS AND SOLARWINDS & DESIGN MARKS ARE THE EXCLUSIVE PROPERTY OF SOLARWINDS WORLDWIDE,
LLC, AND ITS AFFILIATES, ARE REGISTERED WITH THE U.S. PATENT AND TRADEMARK OFFICE, AND MAY BE REGISTERED OR
PENDING REGISTRATION IN OTHER COUNTRIES. ALL OTHER SOLARWINDS TRADEMARKS, SERVICE MARKS, AND LOGOS MAY BE
COMMON LAW MARKS, REGISTERED OR PENDING REGISTRATION IN THE UNITED STATES OR IN OTHER COUNTRIES. ALL OTHER
TRADEMARKS MENTIONED HEREIN ARE USED FOR IDENTIFICATION PURPOSES ONLY AND MAY BE OR ARE TRADEMARKS OR
REGISTERED TRADEMARKS OF THEIR RESPECTIVE COMPANIES.
© 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

More Related Content

What's hot

Leveraging SolarWinds to Consolidate IT Operations and Management at NHS
Leveraging SolarWinds to Consolidate IT Operations and Management at NHSLeveraging SolarWinds to Consolidate IT Operations and Management at NHS
Leveraging SolarWinds to Consolidate IT Operations and Management at NHS
SolarWinds
 
SAM Webinar - Keep Your Web Apps Running Lean & Mean
SAM Webinar - Keep Your Web Apps Running Lean & Mean SAM Webinar - Keep Your Web Apps Running Lean & Mean
SAM Webinar - Keep Your Web Apps Running Lean & Mean
SolarWinds
 
Database Performance Problems: Emergency Remediation and Proactive Alerting
Database Performance Problems: Emergency Remediation and Proactive AlertingDatabase Performance Problems: Emergency Remediation and Proactive Alerting
Database Performance Problems: Emergency Remediation and Proactive Alerting
SolarWinds
 
SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)
SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)
SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)
hayesct
 
Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...
Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...
Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...
SolarWinds
 
SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...
SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...
SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...
SolarWinds
 
Building a Large Scale SolarWinds Installation
Building a Large Scale SolarWinds InstallationBuilding a Large Scale SolarWinds Installation
Building a Large Scale SolarWinds Installation
SolarWinds
 
SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...
SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...
SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...
SolarWinds
 
Orion Network Performance Monitor (NPM) Optimization and Tuning Training
Orion Network Performance Monitor (NPM) Optimization and Tuning TrainingOrion Network Performance Monitor (NPM) Optimization and Tuning Training
Orion Network Performance Monitor (NPM) Optimization and Tuning Training
SolarWinds
 
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWindsFederal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
SolarWinds
 
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management ToolsFederal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
SolarWinds
 
Why SQL Server 2014 Cardinality Estimator is *the* killer feature
Why SQL Server 2014 Cardinality Estimator is *the* killer featureWhy SQL Server 2014 Cardinality Estimator is *the* killer feature
Why SQL Server 2014 Cardinality Estimator is *the* killer feature
SolarWinds
 
Cisco IT Infrastructure Monitoring with SolarWinds Tools
Cisco IT Infrastructure Monitoring with SolarWinds Tools Cisco IT Infrastructure Monitoring with SolarWinds Tools
Cisco IT Infrastructure Monitoring with SolarWinds Tools
Gintare Stravinskaite
 
Network complexity with SolarWinds NPM and IPAM
Network complexity with SolarWinds NPM and IPAMNetwork complexity with SolarWinds NPM and IPAM
Network complexity with SolarWinds NPM and IPAM
Michal Hrncirik
 
Supporting Contractors with NIST SP 800-171 Compliance
Supporting Contractors with NIST SP 800-171 ComplianceSupporting Contractors with NIST SP 800-171 Compliance
Supporting Contractors with NIST SP 800-171 Compliance
SolarWinds
 
SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...
SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...
SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...
SolarWinds
 
National Government Webinar: Reap the Rewards of IT Consolidation
National Government Webinar: Reap the Rewards of IT ConsolidationNational Government Webinar: Reap the Rewards of IT Consolidation
National Government Webinar: Reap the Rewards of IT Consolidation
SolarWinds
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...
SolarWinds
 
Orion NTA Customer Training
Orion NTA Customer TrainingOrion NTA Customer Training
Orion NTA Customer Training
SolarWinds
 
DGI Compliance Webinar
DGI Compliance WebinarDGI Compliance Webinar
DGI Compliance Webinar
SolarWinds
 

What's hot (20)

Leveraging SolarWinds to Consolidate IT Operations and Management at NHS
Leveraging SolarWinds to Consolidate IT Operations and Management at NHSLeveraging SolarWinds to Consolidate IT Operations and Management at NHS
Leveraging SolarWinds to Consolidate IT Operations and Management at NHS
 
SAM Webinar - Keep Your Web Apps Running Lean & Mean
SAM Webinar - Keep Your Web Apps Running Lean & Mean SAM Webinar - Keep Your Web Apps Running Lean & Mean
SAM Webinar - Keep Your Web Apps Running Lean & Mean
 
Database Performance Problems: Emergency Remediation and Proactive Alerting
Database Performance Problems: Emergency Remediation and Proactive AlertingDatabase Performance Problems: Emergency Remediation and Proactive Alerting
Database Performance Problems: Emergency Remediation and Proactive Alerting
 
SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)
SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)
SolarWinds Federal Webinar - Maximizing Your Deployment with Appstack (Jan2016)
 
Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...
Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...
Federal Tools Webinar: Leveraging Affordable Tools to Enhance Your Orion Impl...
 
SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...
SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...
SolarWinds Federal Tools Webinar - Using Integrated Tools to Improve Federal ...
 
Building a Large Scale SolarWinds Installation
Building a Large Scale SolarWinds InstallationBuilding a Large Scale SolarWinds Installation
Building a Large Scale SolarWinds Installation
 
SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...
SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...
SolarWinds Federal User Group 2016 - SolarWinds Enterprise Scalability, Integ...
 
Orion Network Performance Monitor (NPM) Optimization and Tuning Training
Orion Network Performance Monitor (NPM) Optimization and Tuning TrainingOrion Network Performance Monitor (NPM) Optimization and Tuning Training
Orion Network Performance Monitor (NPM) Optimization and Tuning Training
 
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWindsFederal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
Federal Webinar: RMF, DISA STIGs, and NIST FISMA Compliance using SolarWinds
 
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management ToolsFederal Webinar: Security Compliance with SolarWinds Network Management Tools
Federal Webinar: Security Compliance with SolarWinds Network Management Tools
 
Why SQL Server 2014 Cardinality Estimator is *the* killer feature
Why SQL Server 2014 Cardinality Estimator is *the* killer featureWhy SQL Server 2014 Cardinality Estimator is *the* killer feature
Why SQL Server 2014 Cardinality Estimator is *the* killer feature
 
Cisco IT Infrastructure Monitoring with SolarWinds Tools
Cisco IT Infrastructure Monitoring with SolarWinds Tools Cisco IT Infrastructure Monitoring with SolarWinds Tools
Cisco IT Infrastructure Monitoring with SolarWinds Tools
 
Network complexity with SolarWinds NPM and IPAM
Network complexity with SolarWinds NPM and IPAMNetwork complexity with SolarWinds NPM and IPAM
Network complexity with SolarWinds NPM and IPAM
 
Supporting Contractors with NIST SP 800-171 Compliance
Supporting Contractors with NIST SP 800-171 ComplianceSupporting Contractors with NIST SP 800-171 Compliance
Supporting Contractors with NIST SP 800-171 Compliance
 
SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...
SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...
SolarWinds Federal & Government SE Webinar: Technical Update & Demo of New Fe...
 
National Government Webinar: Reap the Rewards of IT Consolidation
National Government Webinar: Reap the Rewards of IT ConsolidationNational Government Webinar: Reap the Rewards of IT Consolidation
National Government Webinar: Reap the Rewards of IT Consolidation
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...
 
Orion NTA Customer Training
Orion NTA Customer TrainingOrion NTA Customer Training
Orion NTA Customer Training
 
DGI Compliance Webinar
DGI Compliance WebinarDGI Compliance Webinar
DGI Compliance Webinar
 

Viewers also liked

Survey: IT is Everywhere (End Users’ Perspective, Singapore)
Survey: IT is Everywhere (End Users’ Perspective, Singapore)Survey: IT is Everywhere (End Users’ Perspective, Singapore)
Survey: IT is Everywhere (End Users’ Perspective, Singapore)
SolarWinds
 
Air Force Webinar: Using a SIEM to Improve Your IT Security
Air Force Webinar: Using a SIEM to Improve Your IT Security Air Force Webinar: Using a SIEM to Improve Your IT Security
Air Force Webinar: Using a SIEM to Improve Your IT Security
SolarWinds
 
Get High-Octane Virtual Datacenter Performance
Get High-Octane Virtual Datacenter PerformanceGet High-Octane Virtual Datacenter Performance
Get High-Octane Virtual Datacenter Performance
SolarWinds
 
Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)
Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)
Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)
SolarWinds
 
Survey: IT is Everywhere (End Users’ Perspective, Australia)
Survey: IT is Everywhere (End Users’ Perspective, Australia)Survey: IT is Everywhere (End Users’ Perspective, Australia)
Survey: IT is Everywhere (End Users’ Perspective, Australia)
SolarWinds
 
Survey: IT is Everywhere (End Users’ Perspective, Brazil)
Survey: IT is Everywhere (End Users’ Perspective, Brazil)Survey: IT is Everywhere (End Users’ Perspective, Brazil)
Survey: IT is Everywhere (End Users’ Perspective, Brazil)
SolarWinds
 
Survey: IT is Everywhere (End Users’ Perspective, Germany)
Survey: IT is Everywhere (End Users’ Perspective, Germany)Survey: IT is Everywhere (End Users’ Perspective, Germany)
Survey: IT is Everywhere (End Users’ Perspective, Germany)
SolarWinds
 
Webinar - ServiceNow and SolarWinds: Improving IT Operations Together
Webinar - ServiceNow and SolarWinds:  Improving IT Operations TogetherWebinar - ServiceNow and SolarWinds:  Improving IT Operations Together
Webinar - ServiceNow and SolarWinds: Improving IT Operations Together
SolarWinds
 
Threat Detection as presented at the 2016 DGI Cyber security Conference
Threat Detection as presented at the 2016 DGI Cyber security ConferenceThreat Detection as presented at the 2016 DGI Cyber security Conference
Threat Detection as presented at the 2016 DGI Cyber security Conference
SolarWinds
 
Survey: IT is Everywhere (End Users’ Perspective, North America)
Survey: IT is Everywhere (End Users’ Perspective, North America)Survey: IT is Everywhere (End Users’ Perspective, North America)
Survey: IT is Everywhere (End Users’ Perspective, North America)
SolarWinds
 
SolarWinds Federal Cybersecurity Survey 2016
SolarWinds Federal Cybersecurity Survey 2016SolarWinds Federal Cybersecurity Survey 2016
SolarWinds Federal Cybersecurity Survey 2016
SolarWinds
 
SolarWinds User Group - Hawaii November 2016
SolarWinds User Group - Hawaii November 2016SolarWinds User Group - Hawaii November 2016
SolarWinds User Group - Hawaii November 2016
SolarWinds
 
The have no fear guide to virtualizing databases
The have no fear guide to virtualizing databasesThe have no fear guide to virtualizing databases
The have no fear guide to virtualizing databases
SolarWinds
 
Survey: IT is Everywhere (End Users’ Perspective, UK)
Survey: IT is Everywhere (End Users’ Perspective, UK)Survey: IT is Everywhere (End Users’ Perspective, UK)
Survey: IT is Everywhere (End Users’ Perspective, UK)
SolarWinds
 

Viewers also liked (14)

Survey: IT is Everywhere (End Users’ Perspective, Singapore)
Survey: IT is Everywhere (End Users’ Perspective, Singapore)Survey: IT is Everywhere (End Users’ Perspective, Singapore)
Survey: IT is Everywhere (End Users’ Perspective, Singapore)
 
Air Force Webinar: Using a SIEM to Improve Your IT Security
Air Force Webinar: Using a SIEM to Improve Your IT Security Air Force Webinar: Using a SIEM to Improve Your IT Security
Air Force Webinar: Using a SIEM to Improve Your IT Security
 
Get High-Octane Virtual Datacenter Performance
Get High-Octane Virtual Datacenter PerformanceGet High-Octane Virtual Datacenter Performance
Get High-Octane Virtual Datacenter Performance
 
Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)
Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)
Survey: IT is Everywhere (End Users’ Perspective, Hong Kong)
 
Survey: IT is Everywhere (End Users’ Perspective, Australia)
Survey: IT is Everywhere (End Users’ Perspective, Australia)Survey: IT is Everywhere (End Users’ Perspective, Australia)
Survey: IT is Everywhere (End Users’ Perspective, Australia)
 
Survey: IT is Everywhere (End Users’ Perspective, Brazil)
Survey: IT is Everywhere (End Users’ Perspective, Brazil)Survey: IT is Everywhere (End Users’ Perspective, Brazil)
Survey: IT is Everywhere (End Users’ Perspective, Brazil)
 
Survey: IT is Everywhere (End Users’ Perspective, Germany)
Survey: IT is Everywhere (End Users’ Perspective, Germany)Survey: IT is Everywhere (End Users’ Perspective, Germany)
Survey: IT is Everywhere (End Users’ Perspective, Germany)
 
Webinar - ServiceNow and SolarWinds: Improving IT Operations Together
Webinar - ServiceNow and SolarWinds:  Improving IT Operations TogetherWebinar - ServiceNow and SolarWinds:  Improving IT Operations Together
Webinar - ServiceNow and SolarWinds: Improving IT Operations Together
 
Threat Detection as presented at the 2016 DGI Cyber security Conference
Threat Detection as presented at the 2016 DGI Cyber security ConferenceThreat Detection as presented at the 2016 DGI Cyber security Conference
Threat Detection as presented at the 2016 DGI Cyber security Conference
 
Survey: IT is Everywhere (End Users’ Perspective, North America)
Survey: IT is Everywhere (End Users’ Perspective, North America)Survey: IT is Everywhere (End Users’ Perspective, North America)
Survey: IT is Everywhere (End Users’ Perspective, North America)
 
SolarWinds Federal Cybersecurity Survey 2016
SolarWinds Federal Cybersecurity Survey 2016SolarWinds Federal Cybersecurity Survey 2016
SolarWinds Federal Cybersecurity Survey 2016
 
SolarWinds User Group - Hawaii November 2016
SolarWinds User Group - Hawaii November 2016SolarWinds User Group - Hawaii November 2016
SolarWinds User Group - Hawaii November 2016
 
The have no fear guide to virtualizing databases
The have no fear guide to virtualizing databasesThe have no fear guide to virtualizing databases
The have no fear guide to virtualizing databases
 
Survey: IT is Everywhere (End Users’ Perspective, UK)
Survey: IT is Everywhere (End Users’ Perspective, UK)Survey: IT is Everywhere (End Users’ Perspective, UK)
Survey: IT is Everywhere (End Users’ Perspective, UK)
 

Similar to SolarWinds Federal User Group 2016 - Optimizing SolarWinds Orion

windows-server- 2019 installing and configuring
windows-server- 2019 installing and configuringwindows-server- 2019 installing and configuring
windows-server- 2019 installing and configuring
apel7
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
Sharon James
 
Upgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to KnowUpgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to Know
Senturus
 
Building a Better Workstation
Building a Better WorkstationBuilding a Better Workstation
Building a Better Workstation
Steve Wake
 
Rock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsRock Solid Deployment of Web Applications
Rock Solid Deployment of Web Applications
Pablo Godel
 
Set up an SharePoint On-Premises environment for developing provider-hosted a...
Set up an SharePoint On-Premises environment for developing provider-hosted a...Set up an SharePoint On-Premises environment for developing provider-hosted a...
Set up an SharePoint On-Premises environment for developing provider-hosted a...
SPC Adriatics
 
The development environment
The development environmentThe development environment
The development environment
Lee Pelser
 
Cloud computing 3702
Cloud computing 3702Cloud computing 3702
Cloud computing 3702
Jess Coburn
 
SharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practicesSharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practices
Toni Frankola
 
SAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and Patching
SAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and PatchingSAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and Patching
SAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and Patching
SAP Analytics
 
Deep Dive into the AOSP
Deep Dive into the AOSPDeep Dive into the AOSP
Deep Dive into the AOSP
Dr. Ketan Parmar
 
Command central 9.7: Features Overview
Command central 9.7: Features OverviewCommand central 9.7: Features Overview
Command central 9.7: Features Overview
Software AG
 
DNN Summit 2021: DNN Upgrades Made Simple
DNN Summit 2021: DNN Upgrades Made SimpleDNN Summit 2021: DNN Upgrades Made Simple
DNN Summit 2021: DNN Upgrades Made Simple
Will Strohl
 
Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'
makker_nl
 
IBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the CloudIBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the Cloud
Andrew Coleman
 
Implement SQL Server on an Azure VM
Implement SQL Server on an Azure VMImplement SQL Server on an Azure VM
Implement SQL Server on an Azure VM
James Serra
 
Introduction to Infrastructure as Code & Automation / Introduction to Chef
Introduction to Infrastructure as Code & Automation / Introduction to ChefIntroduction to Infrastructure as Code & Automation / Introduction to Chef
Introduction to Infrastructure as Code & Automation / Introduction to Chef
Nathen Harvey
 
INSTALLING COGNOS ANALYTICS 11
INSTALLING COGNOS ANALYTICS 11INSTALLING COGNOS ANALYTICS 11
INSTALLING COGNOS ANALYTICS 11
Senturus
 
Heading to the Cloud : Introduction to deploying a Provider-Hosted App in Azure
Heading to the Cloud : Introduction to deploying a Provider-Hosted App in AzureHeading to the Cloud : Introduction to deploying a Provider-Hosted App in Azure
Heading to the Cloud : Introduction to deploying a Provider-Hosted App in Azure
Xenox Garavito
 
OWA And SharePoint Integration
OWA And SharePoint IntegrationOWA And SharePoint Integration
OWA And SharePoint Integration
jems7
 

Similar to SolarWinds Federal User Group 2016 - Optimizing SolarWinds Orion (20)

windows-server- 2019 installing and configuring
windows-server- 2019 installing and configuringwindows-server- 2019 installing and configuring
windows-server- 2019 installing and configuring
 
be the captain of your connections deployment
be the captain of your connections deploymentbe the captain of your connections deployment
be the captain of your connections deployment
 
Upgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to KnowUpgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to Know
 
Building a Better Workstation
Building a Better WorkstationBuilding a Better Workstation
Building a Better Workstation
 
Rock Solid Deployment of Web Applications
Rock Solid Deployment of Web ApplicationsRock Solid Deployment of Web Applications
Rock Solid Deployment of Web Applications
 
Set up an SharePoint On-Premises environment for developing provider-hosted a...
Set up an SharePoint On-Premises environment for developing provider-hosted a...Set up an SharePoint On-Premises environment for developing provider-hosted a...
Set up an SharePoint On-Premises environment for developing provider-hosted a...
 
The development environment
The development environmentThe development environment
The development environment
 
Cloud computing 3702
Cloud computing 3702Cloud computing 3702
Cloud computing 3702
 
SharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practicesSharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practices
 
SAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and Patching
SAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and PatchingSAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and Patching
SAP #BOBJ #BI 4.1 Upgrade Webcast Series 5: BI Installation and Patching
 
Deep Dive into the AOSP
Deep Dive into the AOSPDeep Dive into the AOSP
Deep Dive into the AOSP
 
Command central 9.7: Features Overview
Command central 9.7: Features OverviewCommand central 9.7: Features Overview
Command central 9.7: Features Overview
 
DNN Summit 2021: DNN Upgrades Made Simple
DNN Summit 2021: DNN Upgrades Made SimpleDNN Summit 2021: DNN Upgrades Made Simple
DNN Summit 2021: DNN Upgrades Made Simple
 
Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'
 
IBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the CloudIBM InterConnect 2015 - IIB in the Cloud
IBM InterConnect 2015 - IIB in the Cloud
 
Implement SQL Server on an Azure VM
Implement SQL Server on an Azure VMImplement SQL Server on an Azure VM
Implement SQL Server on an Azure VM
 
Introduction to Infrastructure as Code & Automation / Introduction to Chef
Introduction to Infrastructure as Code & Automation / Introduction to ChefIntroduction to Infrastructure as Code & Automation / Introduction to Chef
Introduction to Infrastructure as Code & Automation / Introduction to Chef
 
INSTALLING COGNOS ANALYTICS 11
INSTALLING COGNOS ANALYTICS 11INSTALLING COGNOS ANALYTICS 11
INSTALLING COGNOS ANALYTICS 11
 
Heading to the Cloud : Introduction to deploying a Provider-Hosted App in Azure
Heading to the Cloud : Introduction to deploying a Provider-Hosted App in AzureHeading to the Cloud : Introduction to deploying a Provider-Hosted App in Azure
Heading to the Cloud : Introduction to deploying a Provider-Hosted App in Azure
 
OWA And SharePoint Integration
OWA And SharePoint IntegrationOWA And SharePoint Integration
OWA And SharePoint Integration
 

More from SolarWinds

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of Observability
SolarWinds
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack Observability
SolarWinds
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
SolarWinds
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
SolarWinds
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
SolarWinds
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
SolarWinds
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT Operations
SolarWinds
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application Performance
SolarWinds
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid Workforce
SolarWinds
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
SolarWinds
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion
SolarWinds
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
SolarWinds
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning
SolarWinds
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your Network
SolarWinds
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
SolarWinds
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges
SolarWinds
 
Government and Education Webinar: SQL Server—Indexing for Performance
Government and Education Webinar: SQL Server—Indexing for PerformanceGovernment and Education Webinar: SQL Server—Indexing for Performance
Government and Education Webinar: SQL Server—Indexing for Performance
SolarWinds
 

More from SolarWinds (20)

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of Observability
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack Observability
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT Operations
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application Performance
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid Workforce
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your Network
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges
 
Government and Education Webinar: SQL Server—Indexing for Performance
Government and Education Webinar: SQL Server—Indexing for PerformanceGovernment and Education Webinar: SQL Server—Indexing for Performance
Government and Education Webinar: SQL Server—Indexing for Performance
 

Recently uploaded

WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
Patrick Weigel
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
Sven Peters
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
Green Software Development
 
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
mz5nrf0n
 
Mobile app Development Services | Drona Infotech
Mobile app Development Services  | Drona InfotechMobile app Development Services  | Drona Infotech
Mobile app Development Services | Drona Infotech
Drona Infotech
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
Remote DBA Services
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
Quickdice ERP
 
Top 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptxTop 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptx
devvsandy
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
Octavian Nadolu
 
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling ExtensionsUI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
Peter Muessig
 
socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
SOCRadar
 
What next after learning python programming basics
What next after learning python programming basicsWhat next after learning python programming basics
What next after learning python programming basics
Rakesh Kumar R
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
GohKiangHock
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
Rakesh Kumar R
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
rodomar2
 
SMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API ServiceSMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API Service
Yara Milbes
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
Peter Muessig
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
Green Software Development
 

Recently uploaded (20)

WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
 
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
 
Mobile app Development Services | Drona Infotech
Mobile app Development Services  | Drona InfotechMobile app Development Services  | Drona Infotech
Mobile app Development Services | Drona Infotech
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
 
Top 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptxTop 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptx
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
 
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling ExtensionsUI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
 
socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
 
What next after learning python programming basics
What next after learning python programming basicsWhat next after learning python programming basics
What next after learning python programming basics
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
 
SMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API ServiceSMS API Integration in Saudi Arabia| Best SMS API Service
SMS API Integration in Saudi Arabia| Best SMS API Service
 
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s EcosystemUI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
UI5con 2024 - Keynote: Latest News about UI5 and it’s Ecosystem
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
 

SolarWinds Federal User Group 2016 - Optimizing SolarWinds Orion

  • 1. OPTIMIZING SOLARWINDS® ORION® 2016 FEDERAL USER GROUP KEVIN SPARENBERG PRODUCT MANAGER SOLARWINDS RECOMMENDATIONS FROM THE FIELD
  • 2. • Product Manager for SolarWinds online demo • Experience • 10+ years experience with Orion • thwack® MVP • Managed network and critical applications in a global environment • PowerShell™ enthusiast and “accidental” DBA • Finding me online • Twitter®: @KMSigma • Thwack: https://thwack.solarwinds.com/people/KMSigma • Blog: http://blog.kmsigma.com/ ABOUT ME & HOW TO FIND ME © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 3. • Prerequisites: • Have a basic knowledge of… • Windows Server® operating systems • Microsoft® Internet Information Services (IIS™) • Recommendations: • Servers • Windows® 2012 R2 for all servers • Remote Microsoft SQL Server® (2014 SP1) • Schedule a change management window • Changes will require service or server restarts – plan ahead • Vocabulary: • Role - noun: one of the installation types for SolarWinds Orion; being Main Polling Engine, Additional Polling Engine, or Additional Web Engine • Disclaimer: these are recommendations – not all may be applicable RECOMMENDATIONS & PREREQUISITES AND VOCABULARY AND A DISCLAIMER © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 4. Will Building servers for each Role Optimizing each Role General guidelines for SQL Server General guidelines for virtualization WHAT WILL/WON’T WE COVER? Won’t Polling limits Multiple product installations SQL Server buildout Stress testing servers Server virtualization pros/cons Licensing © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 5. • Roles are the installer types for Orion • Orion Server/Main Polling Engine (MPE) • Additional Polling Engine (APE) • Additional Web Engine (AWE) • Simply put: each installation performs node polling, serving the web pages, or both ORION ARCHITECTURE OVERVIEW ROLES WITHIN SOLARWINDS ORION Main Polling Engine Web Site Polling Engine Add’l Polling Engine Polling Engine Add’l Web Engine Web Site © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 6. • Remember that the web engine and polling engine both operate on the Main Polling Engine • Take the recommendation metrics from the web engine and polling engine and add them together for your Main Polling Engine REMEMBER! MAIN POLLING ENGINE = WEB ENGINE + POLLING ENGINE © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 7. • Pre-existing: verify everything works correctly • Make backups of all changed files! • Verify services & websites are working correctly post-change • Verify that polling is taking place as expected ONE LAST WORD …BEFORE WE GET STARTED © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 8. • For each Role, we’ll cover • Server specification – specifically disks • Required Windows features • Microsoft .NET Framework 3.5 (NET-Framework-Core) PS C:> Add-WindowsFeature -Name Net-Framework-Core -Source D:Source • Installation process • Pre-install checklist • Installation • Post-install configuration • We’ll be using Network Performance Monitor (NPM) with unlimited license PLANNING BUILD THE SERVER RIGHT THE FIRST TIME © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 9. Disk ID Purpose Size R/W Ratio I/O Type C: Windows O/S 40 GB 50/50 Random D: Page File RAM + 25% (5 GB) 50/50 Random E: Programs 40 GB 75/25 Random F: Web Site 10 GB 75/25 Random G: Web Cache 10 GB 90/10 Random H: Logs 50 GB 25/75 Sequential writes PLANNING – WEB ENGINE (DISKS) SIZING APPROXIMATIONS & I/O TYPES Notes: • Configure Page File prior to SolarWinds installation • Configure Programs location during installation • Configure Web Site location during Configuration Wizard Size CPU 4.0 GHz RAM 4 GB © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 10. Disk ID Purpose Size R/W Ratio I/O Type C: Windows O/S 40 GB 50/50 Random D: Page File RAM + 25% (5 GB) 50/50 Random E: Programs 40 GB 75/25 Random H: Logs 50 GB 25/75 Sequential writes PLANNING – POLLING ENGINE (DISKS) SIZING APPROXIMATIONS & I/O TYPES Notes: • Configure Page File prior to SolarWinds installation • Configure Programs location during installation Size CPU 8.0 GHz RAM 4 GB © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 11. Disk ID Purpose Size R/W Ratio I/O Type C: Windows O/S 40 GB 50/50 Random D: Page File RAM + 25% (10 GB) 50/50 Random E: Programs 40 GB 75/25 Random F: Web Site 10 GB 75/25 Random G: Web Cache 10 GB 90/10 Random H: Logs 50 GB 25/75 Sequential writes PLANNING – MAIN POLLING ENGINE (DISKS) SIZING APPROXIMATIONS & I/O TYPES Notes: • Configure Page File prior to SolarWinds installation • Configure Programs location during installation • Configure Web Site location during Configuration Wizard Size CPU 12.0 GHz RAM 8 GB © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 12. • Configure disks • Configure Page File • Install required Windows features • On servers hosting the Web Engine: • Remove default website • Configure IIS logging (server-level) • Configure logging to H: drive PREPARATION – ALL ROLES PREPPING THE SYSTEM FOR SOLARWINDS ORION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 13. PREPARATION – ALL ROLES PREPPING THE SYSTEM FOR SOLARWINDS ORION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 14. • Configure disks • Configure Page File • Install required Windows features • On servers hosting the Web Engine: • Remove default website • Configure IIS logging (server-level) • Configure logging to H: drive • Configure .NET Framework compilation temp directory location • C:WindowsMicrosoft.NETFrameworkv4.0.30319Configweb.config • Configure [tempDirectory] to use G: drive PREPARATION – ALL ROLES PREPPING THE SYSTEM FOR SOLARWINDS ORION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 15. • Configure disks • Configure Page File • Install required Windows features • On servers hosting the Web Engine: • Remove default website • Configure IIS logging (server-level) • Configure logging to H: drive • Configure .NET Framework compilation temp directory location • C:WindowsMicrosoft.NETFrameworkv4.0.30319Configweb.config • Configure [tempDirectory] to use G: drive • Run Windows Update, patch and reboot • Repeat until no new updates • Disable indexing for drives where it’s not needed PREPARATION – ALL ROLES PREPPING THE SYSTEM FOR SOLARWINDS ORION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 16. PREPARATION – ALL ROLES PREPPING THE SYSTEM FOR SOLARWINDS ORION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 17. • Content compression recommendations • Done at the server-level • Move the directory for compressed content to your web cache drive • Bump the amount of disk space to be used (1024 MB) • Drop the minimum size of any compressed file (2048 bytes) • This can cause increases in CPU usage for servers in certain situations • Monitor closely after the change and tweak as needed LAST TWEAKS TO THE WEB SERVER MAKING IIS WORK FOR YOU © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 18. LAST TWEAKS TO THE WEB SERVER MAKING IIS WORK FOR YOU © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 19. • Content compression recommendations • Done at the server-level • Move the directory for compressed content to your web cache drive • Bump the amount of disk space to be used (1024 MB) • Drop the minimum size of any compressed file (2048 bytes) • This can cause increases in CPU usage for servers in certain situations • Monitor closely after the change and tweak as needed Note that these settings are recommended based on my environment. Please test and validate within your own environment. LAST TWEAKS TO THE WEB SERVER MAKING IIS WORK FOR YOU © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 20. • During the Installation Wizard… …redirect the software installation location to the “Programs” drive INSTALL & CONFIG WIZARD – ALL ROLES USING YOUR OPTIMIZED DISK LAYOUT © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 21. INSTALL & CONFIG WIZARD – ALL ROLES USING YOUR OPTIMIZED DISK LAYOUT © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 22. • During the Installation Wizard… …redirect the software installation location to the “Programs” drive • During the Configuration Wizard… …redirect the website location to the “website” drive INSTALL & CONFIG WIZARD – ALL ROLES USING YOUR OPTIMIZED DISK LAYOUT © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 23. INSTALL & CONFIG WIZARD – ALL ROLES USING YOUR OPTIMIZED DISK LAYOUT © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 24. • During the Installation Wizard… …redirect the software installation location to the “Programs” drive • During the Configuration Wizard… …redirect the website location to the “website” drive • Important notes • The Installation Wizard can only be run on first installation • If you miss this step, you’ll have to uninstall Orion and try again. • The Configuration Wizard can be run at any time INSTALL & CONFIG WIZARD – ALL ROLES USING YOUR OPTIMIZED DISK LAYOUT © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 25. • If you don’t need logs, use the LogAdjuster program to disable all logging CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 26. • If you don’t need logs, use the Log Adjuster program to disable all logging • Warning: Very advanced-level changes – make backups! • Run the SolarWinds Diagnostics before changes. • Run the SolarWinds Diagnostics after changes. • Validate that new log location is captured. CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 27. CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 28. • If you don’t need logs, use the Log Adjuster program to disable all logging • Warning: Very advanced-level changes – make backups! • Run the SolarWinds Diagnostics before changes. • Run the SolarWinds Diagnostics after changes. • Validate that new log location is captured. • Change SolarWinds service logging location • Example: ${InstallDir}OrionConfigurationWizard.exe.config • Change file “value” (a.k.a. “Path”) to your log drive • Not every log can be moved out of the application data path CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 29. CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Original Log Location New Log Location
  • 30. • If you don’t need logs, use the Log Adjuster program to disable all logging • Warning: Very advanced-level changes – make backups! • Run the SolarWinds Diagnostics before changes. • Run the SolarWinds Diagnostics after changes. • Validate that new log location is captured. • Change SolarWinds service logging location • Example: ${InstallDir}OrionConfigurationWizard.exe.config • Change file “value” (a.k.a. “Path”) to your log drive • Not every log can be moved out of the application data path • If you change the above, you must create an additional entry in your diagnostics file • ${InstallDir}OrionOrion.Diagnostics • If you neglect to do this the SolarWinds Diagnostics will not get all of your logs CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 31. CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. New Entry Original Entry ${InstallDir}OrionOrion.Diagnostics
  • 32. • If you don’t need logs, use the Log Adjuster program to disable all logging • Warning: Very advanced-level changes – make backups! • Run the SolarWinds Diagnostics before changes. • Run the SolarWinds Diagnostics after changes. • Validate that new log location is captured. • Change SolarWinds service logging location • Example: ${InstallDir}OrionConfigurationWizard.exe.config • Change file value to your log drive • Not every log can be moved out of the application data path • If you change the above, you must create an additional entry in your diagnostics file • ${InstallDir}OrionOrion.Diagnostics • If you neglect to do this the SolarWinds Diagnostics will not get all of your logs • Stop and start running Orion services and verify service logging to new directories • Run SolarWinds Diagnostics and verify that new files are captured correctly CONFIGURING LOGS – ALL ROLES POST-INSTALLATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 33. • Abide by the Microsoft SQL Server best practices • Virtualized environments for SQL Server • Consult Microsoft and VMware® best practices for virtualizing SQL Server • If you choose to virtualize SQL Server, reserve all memory and CPU resources • Avoid using any RAID5-based disk layouts • Instead use RAID10 with multiple hot spares • Keep SQL read disk I/O under 20 ms • When virtualizing Orion servers, reserve at least 50% of CPU and memory SQL SERVER & VIRTUALIZATION JUST A FEW QUICK RECOMMENDATIONS… © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 34. Primary Data Center SOLARWINDS ON SOLARWINDS ORION HOW WE’VE SCALED ORION FOR PERFORMANCE Add’l Web Engine Main Polling Engine Add’l Polling Engine Location 2 Add’l Polling Engine Location 1 Add’l Polling Engine © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Monitors Local Environment Monitors Local Environment Monitors Local Environment Only Monitors APE’s
  • 35. • Performance tuning for web servers • http://bit.ly/PerfTuneWeb • Performance testing tools for SQL Server • http://bit.ly/SqlDiskspd • My Blog & Scripts: FedSWUG • http://blog.kmsigma.com/tag/fedswug/ REFERENCES PLACES TO GET MORE INFORMATION © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 36. QUESTIONS? POST THEM TO OUR FEDERAL GOVERNMENT THWACK® GROUP AT: HTTP://THWACK.COM/GOVERNMENT OR EMAIL FEDERALSALES@SOLARWINDS.COM © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 37. • Stay Connected: • Join the Federal and Government Group on thwack: http://thwack.com/government • Follow us on LinkedIn®: https://www.linkedin.com/company/solarwinds- government • Call: 877-946-3751 • Email: federalsales@solarwinds.com • Learn More: • Visit our Federal website: http://www.solarwinds.com/federal • Watch a short demo video: http://www.solarwinds.com/sedemo • Download a free trial: http://www.solarwinds.com/downloads/ STAY CONNECTED & LEARN MORE © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 38. THE SOLARWINDS AND SOLARWINDS & DESIGN MARKS ARE THE EXCLUSIVE PROPERTY OF SOLARWINDS WORLDWIDE, LLC, AND ITS AFFILIATES, ARE REGISTERED WITH THE U.S. PATENT AND TRADEMARK OFFICE, AND MAY BE REGISTERED OR PENDING REGISTRATION IN OTHER COUNTRIES. ALL OTHER SOLARWINDS TRADEMARKS, SERVICE MARKS, AND LOGOS MAY BE COMMON LAW MARKS, REGISTERED OR PENDING REGISTRATION IN THE UNITED STATES OR IN OTHER COUNTRIES. ALL OTHER TRADEMARKS MENTIONED HEREIN ARE USED FOR IDENTIFICATION PURPOSES ONLY AND MAY BE OR ARE TRADEMARKS OR REGISTERED TRADEMARKS OF THEIR RESPECTIVE COMPANIES. © 2016 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.