Quantcast
Channel: THWACK: Document List - All Communities
Viewing all 9474 articles
Browse latest View live

EOC - What We Are Working On - Mar 2015

$
0
0

To receive updates on the EOC roadmap, JOIN thwack and BOOKMARK this page

 

We are currently working on EOC version 1.6 and beyond (in parallel).  Some of the items we hope to deliver:

  • Orion-like features such as reporting, alerting, permissions, and more
  • World-wide maps and synchronous NetworkAtlas Maps
  • EOC deep integration into SolarWinds platform - standalone server not needed for just EOC functionality
  • Migration of product specific widgets/resources into EOC.
  • NOC View functionality
  • New Summary Dashboard (what's wrong aggregated views)
  • Improving the GUI (more like Orion)

Longer-term items:

  • "Manager of manager" capabilities
    • Support for importing and syncing maps, alerts, and reports across multiple Orion instances
    • Support for running reports across multiple Orion instances
    • And more...
  • Ability to update relevant EOC resources on each product release (versus requiring separate EOC release)

[VIDEO] Virtualization Manager Features You're Not Taking Advantage Of

$
0
0

TItle: Upgrade to Virtualization Manager v6.3 If you are running an old version of Virtualization Manager, view this webcast recording to learn about the newest features and also watch a step by step demo of how to upgrade to version 6.3. New features include: V6.3 – Management actions to include: migrate a VM, add or remove CPU/Memory, delete a VM, delete snapshots, power off VMs V6.2 – Monitor Server Hardware health and get a singular, contextual view of VM, storage, server and application performance. Hear from Steve Hunt, Product Manager, and Kevin Sperrazza, Support Geek.

MoveitDMZ - WMI

Custom Report - Top Plan Advice

$
0
0

Description

This procedure will return the top index advice for the number of days back specified. It ranks the list by the amount of wait time saved. See comments inside the procedure for more details on the parameters and methods for calling. Install the stored procedure into the Ignite repository database.

 

Stored Procedure

IF (SELECT COUNT(*) FROM SYS.OBJECTS WHERE NAME LIKE 'TopPlanAdvice') = 1

DROP PROC TopPlanAdvice

GO

 

-- TopPlanAdvice PROC

--

-- PARMS @Instance, @DaysBack

-- EXAMPLE:

--

-- EXEC TopPlanAdvice 'DBA-001\OPSMGR', 14

 

CREATE PROC TopPlanAdvice

(@INSTANCE VARCHAR(50), @DaysBack VARCHAR(7))

AS

DECLARE @SQL VARCHAR(4000), @DBID VARCHAR(3);

BEGIN

 

  SELECT @DBID = ID FROM COND WHERE NAME = @INSTANCE;

 

  SET @SQL = 'select TOP 20 * from ( '+

  ' select sqlhash, sql_text, advice, impact, sum(timesecs) timesecs, (impact/100)*sum(timesecs) seconds_saved '+

  ' from ( '+

  ' select ps.sqlhash, '+

  ' substring(st.st,1,200) sql_text, '+

  ' substring(a.advice, charindex(''):'',a.advice)+3,1000) advice, '+

  ' convert(float,substring(a.advice, charindex(''(Impact'',a.advice)+8,4)) impact, '+

  ' ps.timesecs '+

  ' from con_plan_sum_'+@DBID+' ps '+

  ' inner join conspa_'+@DBID+' a on a.plan_hash_value = ps.planhash '+

  ' inner join const_'+@DBID+' st on st.h = ps.sqlhash and st.p = 0 '+

  ' where ps.datehour >= CURRENT_TIMESTAMP - CONVERT(float,'+@DaysBack+')) i '+

  ' group by sqlhash, sql_text, advice, impact) impact '+

  'order by seconds_saved desc';

 

  EXEC (@SQL);

END;

GO

Server & Application Monitor (SAM) - Updated October 20, 2015

$
0
0

We are pleased to announce that the SolarWinds Product Upgrade Advisor is now available to help you upgrade your Orion products.

 

Due to the high degree of interoperability among SolarWinds Orion Platform products, your upgrades may need to follow a prescribed sequence.

 

The SolarWinds Product Upgrade Advisor helps you build a unique upgrade process specific to your Orion Platform installations.

Start Using SAM v6.2

Top 10

Make The Most Of SAM

Latest Blogs

More...

SAM How To ArticlesMost Recent/Popular KBs

More...

SAM Documentation

SAM Video Zone

More...


Troubleshoot SAM

What We Are Working On


For SolarWinds Customers with active maintenance – SolarWinds ID Required


For assistance evaluating a SolarWinds product where a license has not yet been purchased

STIG-V8R19-CSCO-OS-PRTR - OOB and VPN.xml

STIG-V8R19-CSCO-OS-PRTR - Outbound ACL.xml

STIG-V8R19-CSCO-OS-PRTR - Routing.xml


STIG-V8R19-CSCO-OS-PRTR - Services.xml

STIG-V8R19-CSCO-OS-PRTR - SSH and Log.xml

STIG-V8R19-CSCO-OS-PRTR - Tunneling.xml

STIG-V8R19-CSCO-OS-PRTR - User Access.xml

STIG-V8R19-CSCO-OS-PRTR - VLANS.xml

STIG-V8R19-CSCO-OS-PRTR - VTY.xml

Table of third party patches - updated 11/17/2015

$
0
0

Simplify and automate these patches and more with SolarWinds Patch Manager.


Check out the attached spreadsheet for recent patches.

The Patch Manager catalog contains the following products:

 

AdobeAcrobat v9 (v10 and newer are provided by Adobe)Air v19-v13, v4-v2Flash v19-v10Reader v11-v8Shockwave v12, v11
AppleiTunes v12-v9QuickTime Player v7
CitrixReceiver for Windows Enterprise v3
CorelWinZip v20-v12
DameWareMini Remote Control v12-v9
FoxitEnterprise Reader v7, v6Reader v6, v5
GoogleChrome v46-v25Earth v7
MalwarebytesMalwarebytes Pro v2, v1
MicrosoftSkype v7, v6
MozillaFirefox v42-v3SeaMonkey v2Thunderbird v38, v31, v24 and v17-v7
Notepad++Notepad++ v6
OperaOpera v33-v28, v12, v11
OracleJava Runtime v8-v6
RealNetworksRealPlayer Basic v16, v15
RealVNCVNC Server v5
UltraVNCVNC Server v1
VMware, IncVMware Tools v9
VLCMedia Player v2
WinRARWinRAR v5
YahooMessenger v11


Change History (current month + 1):


11/17

  • Skype 7.14.85.105 (11/16)

11/12

  • Skype 7.14.85.104 (11/10)
  • SeaMonkey 2.39 (11/08)

11/11

  • Adobe Flash Player Plugin 19.0.0.245 (11/10)
  • Adobe Flash Player 18.0.0.261 ESR (11/10)
  • Adobe  Air 19.0.0.241 (11/10)
  • Google Chrome 46.0.2490.86 (11/10)

11/06

  • Ultra VNC Server 1.2.0.9 (11/04)
  • Ultra VNC Viewer 1.2.0.9 (11/04)

11/04

  • Firefox 42.0 (11/03)
  • Firefox ESR 38.4.0 (11/03)
  • Opera 33.0.1990.55 (11/03)

10/30

  • Notepad ++ 6.8.6 (10/29)

10/28

  • Adobe Shockwave Player 12.2.1.171 (10/27)
  • WinZip 20.0.11659 (10/27)
  • Opera 33.0.1990.43 (10/27)

10/23

  • iTunes 12.3.1.23 (10/21)
  • AAS 4.1 (10/21)
  • AMDS 9.1.0.6 (10/21)
  • Google Chrome 46.0.2490.80 (10/22)
  • Skype 7.13.85.101 (10/22)

10/21

  • Java Runtime Environment 8u65 (10/20)
  • Java Runtime Environment 8u66 (10/20)

10/20

  • Notepad++ 6.8.4 (10/16)
  • Notepad++ 6.8.5(10/19)

10/19

  • Adobe Flash Player 19.0.0.226 (10/16)
  • Adobe Flash Player 18.0.0.255 ESR (10/16)

10/16

  • Mozilla Firefox 41.0.2 (10/15)

10/14

  • Adobe Flash Player 19.0.0.207 (10/13)
  • Adobe Flash Player 18.0.0.252 ESR (10/13)
  • Adobe  Air 19.0.0.213 (10/13)
  • Google Chrome 46.0.2490.71 (10/13)

10/13

  • Malwarebytes 2.2.0.1024 (10/12)

10/09

  • Dameware Mini Remote Control 12.0 (10/06)
  • Foxit Enterprise Reader 7.2.2.0929 (10/08)

10/05

  • Skype 7.12.85.101 (10/01)

10/1

  • Mozilla Firefox 41.0.1 (9/30)
  • Mozilla Thunderbird 38.3.0 (9/30)

9/29

  • Opera 32.0.1948.69 (9/29)

9/28

  • Google Chrome 45.0.2454.101 (9/24)
  • SeaMonkey 2.38 (9/26)

9/24

  • Skype 7.11.85.102 (9/23)

9/23

  • Google Chrome 45.0.2454.99 (9/21)
  • Mozilla Firefox 41.0 (9/22)
  • Mozilla Firefox ESR 38.3.0 (9/22)

User Device Tracker (UDT) - Updated November 18, 2015

$
0
0

We are pleased to announce that the SolarWinds Product Upgrade Advisor is now available to help you upgrade your Orion products.

 

Due to the high degree of interoperability among SolarWinds Orion Platform products, your upgrades may need to follow a prescribed sequence.

 

The SolarWinds Product Upgrade Advisor helps you build a unique upgrade process specific to your Orion Platform installations.

Start Using UDT v.3.2.2

Top 10

Make The Most Of UDT

Latest Blogs

More...

UDT How To ArticlesMost Recent/Popular KBs

More...

UDT Documentation

Video Zone

More...


Troubleshoot UDT

What We Are Working On


For SolarWinds Customers with active maintenance – SolarWinds ID Required


For assistance evaluating a SolarWinds product where a license has not yet been purchased

Server & Application Monitor (SAM) - Updated November 18, 2015

$
0
0

We are pleased to announce that the SolarWinds Product Upgrade Advisor is now available to help you upgrade your Orion products.

 

Due to the high degree of interoperability among SolarWinds Orion Platform products, your upgrades may need to follow a prescribed sequence.

 

The SolarWinds Product Upgrade Advisor helps you build a unique upgrade process specific to your Orion Platform installations.

Start Using SAM v6.2

Top 10

Make The Most Of SAM

Latest Blogs

More...

SAM How To ArticlesMost Recent/Popular KBs

More...

SAM Documentation

SAM Video Zone

More...


Troubleshoot SAM

What We Are Working On


For SolarWinds Customers with active maintenance – SolarWinds ID Required


For assistance evaluating a SolarWinds product where a license has not yet been purchased

Web Performance Monitor (WPM) - Updated November 18, 2015

$
0
0

We are pleased to announce that the SolarWinds Product Upgrade Advisor is now available to help you upgrade your Orion products.

 

Due to the high degree of interoperability among SolarWinds Orion Platform products, your upgrades may need to follow a prescribed sequence.

 

The SolarWinds Product Upgrade Advisor helps you build a unique upgrade process specific to your Orion Platform installations.

Start Using WPM v2.2

Top 10

Make The Most Of WPM

Latest Blogs

More...

WPM How To Articles

Most Recent / Popular KBs

More...

WPM Documentation

WPM Video Zone

More...


Troubleshoot WPM

What We Are Working On


For SolarWinds Customers with active maintenance – SolarWinds ID Required


For assistance evaluating a SolarWinds product where a license has not yet been purchased

Database Performance Analyzer (DPA) - Updated November 18, 2015

$
0
0

Start Using DPA 10.0

Install/Upgrade/Migrate Zone

Top 10

Make The Most Of DPA

Latest Blogs

More...

DPA How To ArticlesMost Recent/Popular KBs

More...

DPA Documentation

DPA Video Zone

More...


Troubleshoot DPA

What We Are Working On


For SolarWinds Customers with active maintenance – SolarWinds ID Required


For assistance evaluating a SolarWinds product where a license has not yet been purchased

Log & Event Manager (LEM) - Updated November 18, 2015

$
0
0

Start Using LEM v6.2


Top 10

Make The Most Of LEM

Latest Blogs

More...

LEM How To Articles

LEM How To Videos

Most Recent / Popular KBs

More...

LEM Documentation

Video Zone

More...

Troubleshoot LEM

What We Are Working On

 



For SolarWinds Customers with active maintenance – SolarWinds ID Required


For assistance evaluating a SolarWinds product where a license has not yet been purchased

Viewing all 9474 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>