SlideShare uma empresa Scribd logo
1 de 23
SolarWinds® Scalability for the Enterprise

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A Few Notes about Today’s Session
» Welcome from Austin, TX and Brno Czech Republic
 Francois Caron, SolarWinds Product Manager
 Rob Hock, SolarWinds Product Manager
 Brad Hale, SolarWinds Product Marketing Principal

» Ask questions!!!
 No attendee left behind
 Don’t wait until the end – ask questions using the chat box and we will
do our best to cover them all

» Today’s Session is being recorded
 solarwinds.com
 slideshare.com
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

2
Agenda
» The Orion® portfolio
» Scalability: a multi-faceted problem





Network & user growth
Managing Distributed environments
MSP-type environments
Keeping your administration costs under control as you scale with automation

» How SolarWinds scales
» Recommended practices
» Q&A

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

3
What is the Orion Platform?
Main Web Server
Scalability Engines
(Enterprise Operations Console, Polling Engines, Web Server, Fail Over)

Network
Performance
Monitor

NetFlow
Traffic
Analyzer

Network
Configuration
Manager

Fault & Perf
Monitoring

Traffic Analysis

Network
Configuration
Management

Core DB

IP Address
Manager

VoIP & Network
Quality
Manager

User Device
Tracker

Server &
Application
Manager

Web
Performance
Monitor

FSM
Virt. Mgr
Patch

IP Address
Management

VoIP/Network
Quality Analysis

Network User
and Port
Tracking

Servers & App
Management

Web
Experience
Monitoring

Integration
Modules

“Orion Core”
Main Polling Engine, Common Services (Alerts, Reports,
Discovery, Syslog, Traps)

» Suite of IT management products sharing common services, web interface and
database
» Also provides integration points with non-Orion products
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

DB
Scalability: a multi-faceted problem

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

5
Large Scale Networks
» Scalability and deployment is
influenced by:
 Network size
 Network topology (e.g. monitoring across
WAN/low bandwidth)
 Sampling frequency (1h to 1min or less)
 Variety of managed objects (Products
installed, Customer pollers – UnDP)

» Designed to scale from 100’s of
nodes to tens of thousands
 Based on the use of Additional Polling
Engines

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

Main WEB Server
NTA
IP Flows

NPM

IPAM
IP add.
Mgmt.

SAM
Servers and
Applications

Interfaces, Wireless,
Virtualization, UCS,…

Core DB

…

Core (main polling engine)
Common services: Nodes, Volumes, Events, Reports, Discovery, Syslogs & Traps

Additional
Polling Engine

Network, Servers
& Applications

UDT,
VNQM,
WPM,
NCM,

More
Network, Servers
& Applications

Additional
Polling Engine

More
Network, Servers
& Applications
Distributed Environments
» Add’al Polling Engine more
tolerant to remote deployments
since v10.2

Main WEB Server
NTA
IP Flows

NPM

IPAM
IP add.
Mgmt.

SAM
Servers and
Applications

Interfaces, Wireless,
Virtualization, UCS,…

 Orion Core, NPM, SAM
 NTA, NCM, VNQM, UDT to follow

Core DB

UDT,
VNQM,
WPM,
NCM,
…

Core (main polling engine)
Common services: Nodes, Volumes, Events, Reports, Discovery, Syslogs & Traps

Local Network, Servers
& Applications

WAN

Additional
Polling Engine

Remote
Network, Servers
& Applications

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

7

Additional
Polling Engine

Remote
Network, Servers
& Applications
Multi-level management
» Orion instances in regions, Enterprise
Operations Console (EOC) - at the top
level for roll-ups
» Up to 600K elements
» EOC consolidates real-time statuses
at the top level (no centralization of
platform admin):
 Alerts, Events, Syslog, Traps (last 24 hours
worth of data)
 Core Node, Volume, Interface and
Wireless data

Enterprise Operations Console (EOC)

NTA

IPAM

IP Flows

IP add.
Mgmt.

NPM

SAM
Servers and
Applications

Interfaces, Wireless,
Virtualization, UCS,…

UDT,
VNQM,
WPM,
NCM,
…

NTA

Core DB

8

IPAM

IP Flows

IP add.
Mgmt.

NPM

SAM
Servers and
Applications

Interfaces, Wireless,
Virtualization, UCS,…

Core DB

UDT,
VNQM,
WPM,
NCM,
…

Core (main polling engine)

Core (main polling engine)

» Limited historical data
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

Main WEB Server

Main WEB Server
User growth
» Additional Web Server
recommended above 20-30
concurrent web users

…
Additional WEB Server

Main WEB Server

» Load Balancer friendly

NTA
IP Flows

NPM

IPAM
IP add.
Mgmt.

SAM
Servers and
Applications

Interfaces, Wireless,
Virtualization, UCS,…

Core DB

…

Core (main polling engine)
Common services: Nodes, Volumes, Events, Reports, Discovery, Syslogs & Traps

Additional
Polling Engine

Network, Servers
& Applications

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

9

UDT,
VNQM,
WPM,
NCM,

More
Network, Servers
& Applications

Additional
Polling Engine

More
Network, Servers
& Applications
MSP-type environments
» Multi-tenancy is
supported in all
modes. More here
» EOC-based
deployment
 Cost effective
 Customers have full
management and
capabilities, NOC has
roll-ups
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

10
MSP-type environments
» NAT-based
 Eliminates overlapping IP addresses issue
 Makes identifications of managed devices more complex
because the translated IP’s don’t make sense to report
readers. This can be addressed by populating custom
properties with IP’s or Names that will not be affected by
any translation.
 SNMP Traps have IP’s in the payload, that won’t be
translated and won’t make sense

» Hybrid
 Remote Polling Engine possible and eliminates overlapping
IP addresses issue
 Cost effective for large customers
 VPN recommended

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

11
Automation
» Keeping your admin costs under control as you scale: automation
»
»
»

Capacity to scale is often limited more by automation (need to reduce manual config
tasks), than by raw performance or HW costs
Orion database can be “accessed” via its API and SDK
Data can also be directly addressed from SQL DB

» API gives you access to SWIS: the data access layer used by Orion-based products
 It supports integration via a SQL-like language
 Now also provides REST/JSON interface as well
 Create custom automation scripts using PowerShell® or Perl® (for example)

» All you want to know about the SDK, API and SWIS is in the video posted here
 Remember that it’s not a supported product feature
 It does however have an active thwack® group
 It’s well documented and very actively developed

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

12
Orion API
» Can (not an exhaustive list- see documentation for full list)
 Add a node, trigger discovery, create and populate custom properties
 Un-manage and re-manage nodes, interfaces, applications

» Cannot (known feature requests)
 Trigger a custom poller (UnDP poller)
 Read all discovered interfaces and selectively import them (e.g. remove
Loopbacks)

» Examples
 NPM, NCM: HOW TO AUTOMATE THE CREATION OF ORION PLATFORM (AKA
CORE) NODES FROM THE API
 SAM: HOW CAN I DEPLOY APPLICATION MONITORS USING POWERSHELL AND
THE ORION SDK?
 All: The API technical reference available after you install

» Need more help?
 The SDK “forum” is here

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

13
Recommended practices

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

14
Rough Product Guidelines
» Main factors impacting scalability
 Rough guidelines, we can’t test all combination of product, sizes, HW…
 We strongly encourage testing in your own environment. Lab instances are great practices.
Prod.
NPM

SAM

Scalability impacted by
Throughput=Elements (interface, volume, nodes) x
polling frequency
Throughput=Component Monitors x polling frequency

IPAM
NTA

Number of managed IP’s
Flow per sec received

NCM
UDT

Throughput =Nodes x frequency of Inventory and Config
downloads
Number of managed ports

VNQM

IP SLA operations and CDR volume

WPM

Throughput=Number of transactions played back x
frequency
(1) At default polling frequency
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

•
•
•
•

Limit
12K elements(1) per poller
100K elements(1) per instance
8-10K monitors(1) per poller
50K monitors(1) per instance

• 3M IP’s per instance
• 10K flows/sec (DB limitation) per
instance
• 10K nodes per poller
• 30K nodes maximum
• 150k ports per poller
• 500k port or more, maximum
• 5K IP SLA operations and 200K calls per
day per poller
• 15K IP SLA operations and 200K calls per
day per instance
• Dozens of recordings per player

15

Notes

How do SNMP and WMI polling compare?

Does not support polling engines
NTA 4.0: 40K flows per sec, multi poller possible but does not
increase the 40K flow/sec
NCM performing 2 NCM operations (inventory update,
configuration download) per day on all 30K nodes.

20K calls per hour as maximum in peak/rush hours

Complexity of transactions determines limits per player and
requires specific testing
Hardware sizing
» Separate the database and primary poller.
» Database is physical. “Need More Power” should be your request. Mine
has 12 CPU and 128Gb RAM.
» Pollers can be virtual. I tend to run with 8 CPU, 12Gb ram to start.
» Disk is a big deal. You want lots of spindles. You want RAID 10 or you
want the SAN team to tell you they can load your entire database into
the memory of the storage array.
» Everything has to be in the same time zone.
» Primary poller and database must be in the same location

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

16
The vital signs
» Database
 Available space (! Netflow)
 Disk I/O latency. Seen SAM’s App Insight for SQL?

» Main server
 CPU bound

» WAN links
 To sites polled remotely (ICMP / SNMP / WMI traffic)
 To sites equipped with remote Poller
• ICMP (Kbits/sec)= (0.0823*y + 0.6774) * 8
• SNMP (Kbits/sec): ( 0.3949*y + 2.7756 ) * 8
• y= # nodes, with 12 Interfaces and 2 volumes per node
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

17
The vital signs (cont’ed)
» Pollers
 Polling Completion
• Delay in polling, should be close to 100%.
• Check amount of CPU and Memory if lower than 100%

 Polling Rate:
• 85% means that you are approaching the maximum
throughput that a poller is designed to handle
• >100% means that the poller will slow down the polling
frequency to stay in the throughput limits

 More details here

© 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
18
High Availability
» Fail-Over-Engine (FOE)
 Licensed by number of passive components: main server, Add’al Polling Engine., Add’al Web
Server
 No licensing needed for the Passive instance

» Active / passive clustering
 Based on heartbeat between the 2 systems
 Active’s failure switches to the passive member of the cluster
 No need to change DNS or IP address

» Database replication
 Needs to be handled at the SQL level

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

19
Important processes
» Role-based access controls
» Device Lifecycle
–
–
–

»
»
»
»
»
»
»

Who, how, where, when devices are added
Ditto for elements
Ditto for SAM items

Devices (and volumes, and interfaces) missing key custom property information
Decom devices
Down Devices
Devices not SNMP polling
Applications in “unknown” status
Duplicate Nodes
Bad application report

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

20
Summary
» SolarWinds products scale from tens of devices to tens of thousands
» Support for central and distributed deployment scenarios
» Support for MSP-like deployments
» High availability

© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

21
Summary and Q & A
» Download a free fully functional 30-day trial at solarwinds.com

» Francois Caron, Product Manager
 francois.caron@solarwinds.com

» Rob Hock, Product Manager
 rob.hock@solarwinds.com

» Brad Hale, Product Marketing Principal
 brad.hale@solarwinds.com

» Join our community of 150,000+ IT pros at www.thwack.com

Thank you for attending!
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

22
Thank You!!
The SOLARWINDS and SOLARWINDS & Design marks are the exclusive property of SolarWinds
Worldwide, LLC, 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.

© 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

SolarWinds Federal Webinar: Technical Update & New Feature Demo November 2016
SolarWinds Federal Webinar: Technical Update & New Feature Demo November 2016SolarWinds Federal Webinar: Technical Update & New Feature Demo November 2016
SolarWinds Federal Webinar: Technical Update & New Feature Demo November 2016
 
SolarWinds Online Federal User Group
SolarWinds Online Federal User GroupSolarWinds Online Federal User Group
SolarWinds Online Federal User Group
 
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
 
SolarWinds Federal User Group 2016 - SolarWinds Cloud Products
SolarWinds Federal User Group 2016 - SolarWinds Cloud ProductsSolarWinds Federal User Group 2016 - SolarWinds Cloud Products
SolarWinds Federal User Group 2016 - SolarWinds Cloud Products
 
Orion NTA Customer Training
Orion NTA Customer TrainingOrion NTA Customer Training
Orion NTA Customer Training
 
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...
 
Q42015 SolarWinds Federal SE Webinar - Best Practices for IT Asset Discovery:...
Q42015 SolarWinds Federal SE Webinar - Best Practices for IT Asset Discovery:...Q42015 SolarWinds Federal SE Webinar - Best Practices for IT Asset Discovery:...
Q42015 SolarWinds Federal SE Webinar - Best Practices for IT Asset Discovery:...
 
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 SAM Product Overview & Feature Highlights
SolarWinds SAM Product Overview & Feature HighlightsSolarWinds SAM Product Overview & Feature Highlights
SolarWinds SAM Product Overview & Feature Highlights
 
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
 
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
 
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 Federal User Group 2016 - SolarWinds Product Strategy Update
SolarWinds Federal User Group 2016 - SolarWinds Product Strategy UpdateSolarWinds Federal User Group 2016 - SolarWinds Product Strategy Update
SolarWinds Federal User Group 2016 - SolarWinds Product Strategy Update
 
Troubleshoot Network Problems with Routing Rules
Troubleshoot Network Problems with Routing RulesTroubleshoot Network Problems with Routing Rules
Troubleshoot Network Problems with Routing Rules
 
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
 
Top IT Management Practices for Government Entities
Top IT Management Practices for Government EntitiesTop IT Management Practices for Government Entities
Top IT Management Practices for Government Entities
 
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 Technology Briefing- San Diego CA
SolarWinds Technology Briefing- San Diego CASolarWinds Technology Briefing- San Diego CA
SolarWinds Technology Briefing- San Diego CA
 
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 overview 2013 original
Solarwinds overview 2013 originalSolarwinds overview 2013 original
Solarwinds overview 2013 original
 

Destaque

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)
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
 

Destaque (14)

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 User Group - Hawaii November 2016
SolarWinds User Group - Hawaii November 2016SolarWinds User Group - Hawaii November 2016
SolarWinds User Group - Hawaii November 2016
 
Alternative to SolarWinds
Alternative to SolarWindsAlternative to SolarWinds
Alternative to SolarWinds
 
Veja em primeira mão os tópicos de tecnologia de 2016
Veja em primeira mão os tópicos de tecnologia de 2016Veja em primeira mão os tópicos de tecnologia de 2016
Veja em primeira mão os tópicos de tecnologia de 2016
 
5 Essential Capabilities You Need to Tackle Cyber Threats
5 Essential Capabilities You Need to Tackle Cyber Threats5 Essential Capabilities You Need to Tackle Cyber Threats
5 Essential Capabilities You Need to Tackle Cyber Threats
 
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)
 
Troubleshooting VOIP with the Orion Platform
Troubleshooting VOIP with the Orion PlatformTroubleshooting VOIP with the Orion Platform
Troubleshooting VOIP with the Orion Platform
 
Systems Administrators Survey Results
Systems Administrators Survey ResultsSystems Administrators Survey Results
Systems Administrators Survey Results
 
SolarWinds Patch Manager Compared to Shavlik / VMware
SolarWinds Patch Manager Compared to Shavlik / VMwareSolarWinds Patch Manager Compared to Shavlik / VMware
SolarWinds Patch Manager Compared to Shavlik / VMware
 
SolarWinds Application Performance End User Survey (Public Sector Results)
SolarWinds Application Performance End User Survey (Public Sector Results)SolarWinds Application Performance End User Survey (Public Sector Results)
SolarWinds Application Performance End User Survey (Public Sector Results)
 
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)
 
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
 
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)
 
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
 

Semelhante a SolarWinds Scalability for the Enterprise

APAC Partner Update: SolarWinds Network Complexity
APAC Partner Update:  SolarWinds Network ComplexityAPAC Partner Update:  SolarWinds Network Complexity
APAC Partner Update: SolarWinds Network Complexity
SolarWinds
 
Server and Application Monitor for the US Air Force
Server and Application Monitor for the US Air ForceServer and Application Monitor for the US Air Force
Server and Application Monitor for the US Air Force
SolarWinds
 
NPM10.5 Come See Whats New
NPM10.5 Come See Whats NewNPM10.5 Come See Whats New
NPM10.5 Come See Whats New
SolarWinds
 

Semelhante a SolarWinds Scalability for the Enterprise (20)

Cisco Live Take Two: Network Troubleshooting Product Overview
Cisco Live Take Two: Network Troubleshooting Product OverviewCisco Live Take Two: Network Troubleshooting Product Overview
Cisco Live Take Two: Network Troubleshooting Product Overview
 
New Product Release Roundup: SAM, NPM, & VNQM
New Product Release Roundup: SAM, NPM, & VNQMNew Product Release Roundup: SAM, NPM, & VNQM
New Product Release Roundup: SAM, NPM, & VNQM
 
SolarWinds Federal SE Webinar November 2014
SolarWinds Federal SE Webinar November 2014SolarWinds Federal SE Webinar November 2014
SolarWinds Federal SE Webinar November 2014
 
Federal Webinar: Technical Update on the Best New Features of our Most Popula...
Federal Webinar: Technical Update on the Best New Features of our Most Popula...Federal Webinar: Technical Update on the Best New Features of our Most Popula...
Federal Webinar: Technical Update on the Best New Features of our Most Popula...
 
Best Practices for Getting the Most out of SolarWinds Engineer’s Toolset
Best Practices for Getting the Most out of SolarWinds Engineer’s ToolsetBest Practices for Getting the Most out of SolarWinds Engineer’s Toolset
Best Practices for Getting the Most out of SolarWinds Engineer’s Toolset
 
thwackCamp 2013: Building a Large-Scale SolarWinds Installation
thwackCamp 2013: Building a Large-Scale SolarWinds InstallationthwackCamp 2013: Building a Large-Scale SolarWinds Installation
thwackCamp 2013: Building a Large-Scale SolarWinds Installation
 
NetFlow Deep Dive: NetFlow Tips and Tricks to get the Most Out of Your Networ...
NetFlow Deep Dive: NetFlow Tips and Tricks to get the Most Out of Your Networ...NetFlow Deep Dive: NetFlow Tips and Tricks to get the Most Out of Your Networ...
NetFlow Deep Dive: NetFlow Tips and Tricks to get the Most Out of Your Networ...
 
Network Automation with Salt and NAPALM: Introuction
Network Automation with Salt and NAPALM: IntrouctionNetwork Automation with Salt and NAPALM: Introuction
Network Automation with Salt and NAPALM: Introuction
 
APAC Partner Update: SolarWinds Network Complexity
APAC Partner Update:  SolarWinds Network ComplexityAPAC Partner Update:  SolarWinds Network Complexity
APAC Partner Update: SolarWinds Network Complexity
 
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
CMG2013 Workshop: Netflix Cloud Native, Capacity, Performance and Cost Optimi...
 
SolarWinds Monthly Product Update: NPM--What's New, What's Coming, and Popula...
SolarWinds Monthly Product Update: NPM--What's New, What's Coming, and Popula...SolarWinds Monthly Product Update: NPM--What's New, What's Coming, and Popula...
SolarWinds Monthly Product Update: NPM--What's New, What's Coming, and Popula...
 
Server and Application Monitor for the US Air Force
Server and Application Monitor for the US Air ForceServer and Application Monitor for the US Air Force
Server and Application Monitor for the US Air Force
 
Updates to Apache CloudStack and LINBIT SDS
Updates to Apache CloudStack and LINBIT SDSUpdates to Apache CloudStack and LINBIT SDS
Updates to Apache CloudStack and LINBIT SDS
 
Łukasz Romaszewski on Internet of Things Raspberry Pi and Java Embedded JavaC...
Łukasz Romaszewski on Internet of Things Raspberry Pi and Java Embedded JavaC...Łukasz Romaszewski on Internet of Things Raspberry Pi and Java Embedded JavaC...
Łukasz Romaszewski on Internet of Things Raspberry Pi and Java Embedded JavaC...
 
Netpod - The Merging of NPM & APM
Netpod - The Merging of NPM & APMNetpod - The Merging of NPM & APM
Netpod - The Merging of NPM & APM
 
Tokyo azure meetup #12 service fabric internals
Tokyo azure meetup #12   service fabric internalsTokyo azure meetup #12   service fabric internals
Tokyo azure meetup #12 service fabric internals
 
NPM10.5 Come See Whats New
NPM10.5 Come See Whats NewNPM10.5 Come See Whats New
NPM10.5 Come See Whats New
 
E g innovations overview
E g innovations overviewE g innovations overview
E g innovations overview
 
Cisco Connect 2018 Thailand - Journey to the multi cloud strategic and operat...
Cisco Connect 2018 Thailand - Journey to the multi cloud strategic and operat...Cisco Connect 2018 Thailand - Journey to the multi cloud strategic and operat...
Cisco Connect 2018 Thailand - Journey to the multi cloud strategic and operat...
 
The Real World - Plugging the Enterprise Into It (nodejs)
The Real World - Plugging  the Enterprise Into It (nodejs)The Real World - Plugging  the Enterprise Into It (nodejs)
The Real World - Plugging the Enterprise Into It (nodejs)
 

Mais de SolarWinds

Government and Education Webinar: Cyber Technology to Enable Operator Effecti...
Government and Education Webinar: Cyber Technology to Enable Operator Effecti...Government and Education Webinar: Cyber Technology to Enable Operator Effecti...
Government and Education Webinar: Cyber Technology to Enable Operator Effecti...
SolarWinds
 

Mais de 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: 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
 
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: 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
 
Government Webinar: Monitoring Azure and Deploying SolarWinds on Azure Govern...
Government Webinar: Monitoring Azure and Deploying SolarWinds on Azure Govern...Government Webinar: Monitoring Azure and Deploying SolarWinds on Azure Govern...
Government Webinar: Monitoring Azure and Deploying SolarWinds on Azure Govern...
 
Government Webinar: RMF, DISA STIG, and NIST FISMA Compliance Using SolarWinds
Government Webinar: RMF, DISA STIG, and NIST FISMA Compliance Using SolarWindsGovernment Webinar: RMF, DISA STIG, and NIST FISMA Compliance Using SolarWinds
Government Webinar: RMF, DISA STIG, and NIST FISMA Compliance Using SolarWinds
 
Government Webinar: Preparing for CMMC Compliance Roundtable
Government Webinar: Preparing for CMMC Compliance Roundtable Government Webinar: Preparing for CMMC Compliance Roundtable
Government Webinar: Preparing for CMMC Compliance Roundtable
 
Government and Education Webinar: Cyber Technology to Enable Operator Effecti...
Government and Education Webinar: Cyber Technology to Enable Operator Effecti...Government and Education Webinar: Cyber Technology to Enable Operator Effecti...
Government and Education Webinar: Cyber Technology to Enable Operator Effecti...
 

Último

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

SolarWinds Scalability for the Enterprise

  • 1. SolarWinds® Scalability for the Enterprise © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 2. A Few Notes about Today’s Session » Welcome from Austin, TX and Brno Czech Republic  Francois Caron, SolarWinds Product Manager  Rob Hock, SolarWinds Product Manager  Brad Hale, SolarWinds Product Marketing Principal » Ask questions!!!  No attendee left behind  Don’t wait until the end – ask questions using the chat box and we will do our best to cover them all » Today’s Session is being recorded  solarwinds.com  slideshare.com © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 2
  • 3. Agenda » The Orion® portfolio » Scalability: a multi-faceted problem     Network & user growth Managing Distributed environments MSP-type environments Keeping your administration costs under control as you scale with automation » How SolarWinds scales » Recommended practices » Q&A © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 3
  • 4. What is the Orion Platform? Main Web Server Scalability Engines (Enterprise Operations Console, Polling Engines, Web Server, Fail Over) Network Performance Monitor NetFlow Traffic Analyzer Network Configuration Manager Fault & Perf Monitoring Traffic Analysis Network Configuration Management Core DB IP Address Manager VoIP & Network Quality Manager User Device Tracker Server & Application Manager Web Performance Monitor FSM Virt. Mgr Patch IP Address Management VoIP/Network Quality Analysis Network User and Port Tracking Servers & App Management Web Experience Monitoring Integration Modules “Orion Core” Main Polling Engine, Common Services (Alerts, Reports, Discovery, Syslog, Traps) » Suite of IT management products sharing common services, web interface and database » Also provides integration points with non-Orion products © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. DB
  • 5. Scalability: a multi-faceted problem © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 5
  • 6. Large Scale Networks » Scalability and deployment is influenced by:  Network size  Network topology (e.g. monitoring across WAN/low bandwidth)  Sampling frequency (1h to 1min or less)  Variety of managed objects (Products installed, Customer pollers – UnDP) » Designed to scale from 100’s of nodes to tens of thousands  Based on the use of Additional Polling Engines © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Main WEB Server NTA IP Flows NPM IPAM IP add. Mgmt. SAM Servers and Applications Interfaces, Wireless, Virtualization, UCS,… Core DB … Core (main polling engine) Common services: Nodes, Volumes, Events, Reports, Discovery, Syslogs & Traps Additional Polling Engine Network, Servers & Applications UDT, VNQM, WPM, NCM, More Network, Servers & Applications Additional Polling Engine More Network, Servers & Applications
  • 7. Distributed Environments » Add’al Polling Engine more tolerant to remote deployments since v10.2 Main WEB Server NTA IP Flows NPM IPAM IP add. Mgmt. SAM Servers and Applications Interfaces, Wireless, Virtualization, UCS,…  Orion Core, NPM, SAM  NTA, NCM, VNQM, UDT to follow Core DB UDT, VNQM, WPM, NCM, … Core (main polling engine) Common services: Nodes, Volumes, Events, Reports, Discovery, Syslogs & Traps Local Network, Servers & Applications WAN Additional Polling Engine Remote Network, Servers & Applications © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 7 Additional Polling Engine Remote Network, Servers & Applications
  • 8. Multi-level management » Orion instances in regions, Enterprise Operations Console (EOC) - at the top level for roll-ups » Up to 600K elements » EOC consolidates real-time statuses at the top level (no centralization of platform admin):  Alerts, Events, Syslog, Traps (last 24 hours worth of data)  Core Node, Volume, Interface and Wireless data Enterprise Operations Console (EOC) NTA IPAM IP Flows IP add. Mgmt. NPM SAM Servers and Applications Interfaces, Wireless, Virtualization, UCS,… UDT, VNQM, WPM, NCM, … NTA Core DB 8 IPAM IP Flows IP add. Mgmt. NPM SAM Servers and Applications Interfaces, Wireless, Virtualization, UCS,… Core DB UDT, VNQM, WPM, NCM, … Core (main polling engine) Core (main polling engine) » Limited historical data © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Main WEB Server Main WEB Server
  • 9. User growth » Additional Web Server recommended above 20-30 concurrent web users … Additional WEB Server Main WEB Server » Load Balancer friendly NTA IP Flows NPM IPAM IP add. Mgmt. SAM Servers and Applications Interfaces, Wireless, Virtualization, UCS,… Core DB … Core (main polling engine) Common services: Nodes, Volumes, Events, Reports, Discovery, Syslogs & Traps Additional Polling Engine Network, Servers & Applications © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 9 UDT, VNQM, WPM, NCM, More Network, Servers & Applications Additional Polling Engine More Network, Servers & Applications
  • 10. MSP-type environments » Multi-tenancy is supported in all modes. More here » EOC-based deployment  Cost effective  Customers have full management and capabilities, NOC has roll-ups © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 10
  • 11. MSP-type environments » NAT-based  Eliminates overlapping IP addresses issue  Makes identifications of managed devices more complex because the translated IP’s don’t make sense to report readers. This can be addressed by populating custom properties with IP’s or Names that will not be affected by any translation.  SNMP Traps have IP’s in the payload, that won’t be translated and won’t make sense » Hybrid  Remote Polling Engine possible and eliminates overlapping IP addresses issue  Cost effective for large customers  VPN recommended © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 11
  • 12. Automation » Keeping your admin costs under control as you scale: automation » » » Capacity to scale is often limited more by automation (need to reduce manual config tasks), than by raw performance or HW costs Orion database can be “accessed” via its API and SDK Data can also be directly addressed from SQL DB » API gives you access to SWIS: the data access layer used by Orion-based products  It supports integration via a SQL-like language  Now also provides REST/JSON interface as well  Create custom automation scripts using PowerShell® or Perl® (for example) » All you want to know about the SDK, API and SWIS is in the video posted here  Remember that it’s not a supported product feature  It does however have an active thwack® group  It’s well documented and very actively developed © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 12
  • 13. Orion API » Can (not an exhaustive list- see documentation for full list)  Add a node, trigger discovery, create and populate custom properties  Un-manage and re-manage nodes, interfaces, applications » Cannot (known feature requests)  Trigger a custom poller (UnDP poller)  Read all discovered interfaces and selectively import them (e.g. remove Loopbacks) » Examples  NPM, NCM: HOW TO AUTOMATE THE CREATION OF ORION PLATFORM (AKA CORE) NODES FROM THE API  SAM: HOW CAN I DEPLOY APPLICATION MONITORS USING POWERSHELL AND THE ORION SDK?  All: The API technical reference available after you install » Need more help?  The SDK “forum” is here © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 13
  • 14. Recommended practices © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 14
  • 15. Rough Product Guidelines » Main factors impacting scalability  Rough guidelines, we can’t test all combination of product, sizes, HW…  We strongly encourage testing in your own environment. Lab instances are great practices. Prod. NPM SAM Scalability impacted by Throughput=Elements (interface, volume, nodes) x polling frequency Throughput=Component Monitors x polling frequency IPAM NTA Number of managed IP’s Flow per sec received NCM UDT Throughput =Nodes x frequency of Inventory and Config downloads Number of managed ports VNQM IP SLA operations and CDR volume WPM Throughput=Number of transactions played back x frequency (1) At default polling frequency © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. • • • • Limit 12K elements(1) per poller 100K elements(1) per instance 8-10K monitors(1) per poller 50K monitors(1) per instance • 3M IP’s per instance • 10K flows/sec (DB limitation) per instance • 10K nodes per poller • 30K nodes maximum • 150k ports per poller • 500k port or more, maximum • 5K IP SLA operations and 200K calls per day per poller • 15K IP SLA operations and 200K calls per day per instance • Dozens of recordings per player 15 Notes How do SNMP and WMI polling compare? Does not support polling engines NTA 4.0: 40K flows per sec, multi poller possible but does not increase the 40K flow/sec NCM performing 2 NCM operations (inventory update, configuration download) per day on all 30K nodes. 20K calls per hour as maximum in peak/rush hours Complexity of transactions determines limits per player and requires specific testing
  • 16. Hardware sizing » Separate the database and primary poller. » Database is physical. “Need More Power” should be your request. Mine has 12 CPU and 128Gb RAM. » Pollers can be virtual. I tend to run with 8 CPU, 12Gb ram to start. » Disk is a big deal. You want lots of spindles. You want RAID 10 or you want the SAN team to tell you they can load your entire database into the memory of the storage array. » Everything has to be in the same time zone. » Primary poller and database must be in the same location © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 16
  • 17. The vital signs » Database  Available space (! Netflow)  Disk I/O latency. Seen SAM’s App Insight for SQL? » Main server  CPU bound » WAN links  To sites polled remotely (ICMP / SNMP / WMI traffic)  To sites equipped with remote Poller • ICMP (Kbits/sec)= (0.0823*y + 0.6774) * 8 • SNMP (Kbits/sec): ( 0.3949*y + 2.7756 ) * 8 • y= # nodes, with 12 Interfaces and 2 volumes per node © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 17
  • 18. The vital signs (cont’ed) » Pollers  Polling Completion • Delay in polling, should be close to 100%. • Check amount of CPU and Memory if lower than 100%  Polling Rate: • 85% means that you are approaching the maximum throughput that a poller is designed to handle • >100% means that the poller will slow down the polling frequency to stay in the throughput limits  More details here © 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 18
  • 19. High Availability » Fail-Over-Engine (FOE)  Licensed by number of passive components: main server, Add’al Polling Engine., Add’al Web Server  No licensing needed for the Passive instance » Active / passive clustering  Based on heartbeat between the 2 systems  Active’s failure switches to the passive member of the cluster  No need to change DNS or IP address » Database replication  Needs to be handled at the SQL level © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 19
  • 20. Important processes » Role-based access controls » Device Lifecycle – – – » » » » » » » Who, how, where, when devices are added Ditto for elements Ditto for SAM items Devices (and volumes, and interfaces) missing key custom property information Decom devices Down Devices Devices not SNMP polling Applications in “unknown” status Duplicate Nodes Bad application report © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 20
  • 21. Summary » SolarWinds products scale from tens of devices to tens of thousands » Support for central and distributed deployment scenarios » Support for MSP-like deployments » High availability © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 21
  • 22. Summary and Q & A » Download a free fully functional 30-day trial at solarwinds.com » Francois Caron, Product Manager  francois.caron@solarwinds.com » Rob Hock, Product Manager  rob.hock@solarwinds.com » Brad Hale, Product Marketing Principal  brad.hale@solarwinds.com » Join our community of 150,000+ IT pros at www.thwack.com Thank you for attending! © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. 22
  • 23. Thank You!! The SOLARWINDS and SOLARWINDS & Design marks are the exclusive property of SolarWinds Worldwide, LLC, 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. © 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.

Notas do Editor

  1. Welcome to today’s webcast: Advanced Network Monitoring with SolarWinds Network Performance MonitorMy name is Brad Hale and I am the product marketing principal for SolarWinds network management products and I am based in Austin, TX. Joining me from Brno Czechoslovakia is Michal Hrncirik, the product manager for Network Performance Monitor.Just a few housekeeping notes before we jump into the webcast. Please ask questions. On the right side of your screen you should see a chat box that will allow you to ask questions. We will do our best to either reply back or answer the question throughout the webcast.Lastly, today’s session is being recorded and will be available at solarwinds.com or slideshare.com. Each participant will receive a follow-on email with links to the recorded session as well as some other handy resources.
  2. So, that’s NPM version 10.5 and Michal and I would like to thank you for joining us today. A this time, we’ll go ahead and open up for a Q&A. If you have any questions that haven’t already been answered, then please type them into the go-to-meeting chat box and we’ll do our best to answer all that we can.One last reminder, you will each receive an email in the next day or so with a link to the recorded webcast.Thanks again for joining us.