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

How to collect SRM Device Recording for Solarwinds Tech Support

$
0
0

In this article you will learn how to collect the SRM Recording from the device when its been asked to upload by the SolarWinds Tech Support

 

Please download the SRM Recorder from below link .

 

http://downloads.solarwinds.com/solarwinds/Release/PreRelease17/RC/SMIS.DeviceRecorder-v1.0.0.243-RC3.zip

 

 

Please find the instructions as below .

Please unzip folder “Recorder”

Run file “SolarWinds.Tools.SMIS.DeviceRecorder.exe”

In the opened window (SRM Device Recorder), upper left corner, please click on “Record” and choose “SMI-S Device”

 

r1.PNG

 

In the opened window (SMI-S Connection Form) please change the following:

 

r2.PNG

 

 

IP Address - please type in IP address of your device

SMI-S Parameters:Parameters:

Username – your username, when connecting to device

Password – your password, when connecting to device

Use HTTPS: your standard settings

Port: your standard settings

Interop Namespace: please leave as it is

Test CIMClass: please leave as it is

Click “OK”

Before making a recording, please make the following settings in “Record Options”:

Max Count of threads: 10

Count of recordings: 4

Delay in minutes: 15

Get All Namespaces: checkmark

 

 

If the file is larger then 5 MB

==============+=+=+===============

 

Sending Large or Secure Files To SolarWinds

Use these instructions to send file attachments that are over 5mb in size or to upload files to a secure server.

1. Open your browser and navigate to https://solarwinds.leapfile.com

2. Click on the link labeled Secure Upload.

3. In the Recipient Email box put support@solarwinds.net

4. Enter your name and email address.

5. In the subject line field put "Attn <agent name> case # <case number>."  A subject is required to move to the next page.

6. Click the link for Select files to send (Regular Upload).  The Enhanced upload can take a long time so please do not use this option.

7. Add any instructions to clarify for the SolarWinds tech how to use your files.  This is a good place to describe to the tech what he is seeing.  A message is required.

8. At the bottom, click the button for "Select files to send (Regular Upload)".

9. On the next page, attach the files you want to send.

10. At the bottom click the "Upload & Send" button.

11. The Leapfile system does not notify your SolarWinds agent that they have files available.  Please send your support representative an email to let them know that your files are waiting.

***NOTE: PLEASE DO NOT SKIP STEP 11. DOING SO WILL DELAY RESOLUTION***


Certificate Monitor

IPAM - How to Alert when an I.P Address Changes Status

$
0
0

I was recently tasked by mark.d with creating an alert based on the status of an I.P address changing. This is how he likes to spend Friday afternoons!!!

Here's how it went.

 

Looking at the native Orion alerting there is no suitable object to work with .

 

Looking at a Custom SWQL alert does not provide any additional options

 

To create this alert we need to use a Custom SQL alert which allows us to query the IPAM_NodeReportView view

 

There are a couple of fields of interest in this view.

 

For example to alert on all I.Ps which have Changed from Available to Used  the 'FromValue' and IntoValue' fields have the values needed.

 

We could just use: WHERE FromValue ='Available' and IntoValue='Used' however this would alert on ANY I.P which had ever gone from Available to Used regardless of when this happened = a very noisy alert!

 

So we need to limit the scope of the alert to the most recent record for each I.P. to to that we join on the same table selecting the maximum time for each I.P

 

The end result:

 

WHERE ipnodeid in (

SELECT a.ipnodeid

FROM IPAM_IPHistoryReport a

INNER JOIN

(

SELECT

ipnodeid,

max(IPAM_IPHistoryReport.Time) as tt

from IPAM_IPHistoryReport

Group by ipnodeid

) b

on a.IPNodeId=b.IPNodeId

and

a.Time=b.tt

where a.FromValue='Available' and a.IntoValue='Used')

 

Orion Platform 2018.2 Improvements - Chapter Three

$
0
0

For those of you might have missed it, check out the other exciting Orion Platform improvements detailed by my teammates aLTeReGo and jblankjblank

This chapter contains content around my areas of concern on the Orion platform - usability improvements and deployment.

 

Updated Popovers

 

A small but mighty feature on the Orion platform is our standard object popovers, aka hovers. These are the perfect UI element to give you additional information without taking valuable real estate, and also without requiring you to navigate to an entirely different page. In this release we decided to give some love to these supporting players and add some functionality too! Before I show you the new, let me remind of what it looks like before our change.

 

Hover Examples from oriondemo.solarwinds.com


And now that you've received that visual reminder, here we are with the new update:

 

Hello New Popovers

 

We updated the node popovers (as seen above) with the ability to trigger commands straight from the popover. Supported commands include:

 

  • Go to Details View
  • Edit Node
  • Mute & Unmanage Now

 

What do you think? Are there commands that you'd like to have quick access to through the popovers? We also updated interface & volume popovers. We did not update all object popovers, so you'll still see some examples of older style popovers, but if you love what you see, let us know which popovers we should rework next!

 

InterfacesVolumes

 

 

This also applies to the new Manage Entities page, to allow you quick actions on each of the entities, as well as the Integrated Search page.

 

Manage Entities
SolarWinds Orion Search

 

Also, for those of you who have up-voted the feature request Customize the Hover-Over Popup tooltip while we don't have complete customization capability, we did add a little something for you. Look closely at the screenshot for SolarWinds Orion Search above, do you see the custom properties appearing in the popover?

 

 

We will show up to 5 custom properties on the popover. The key? As long as when you've created the custom property you've selected "Object Details Views" as the usage, then it is eligible to appear in the popover.

 

 

PerfStack Widget

 

For fans of Performance Analysis - PerfStack | SolarWinds we have something special for you in this release. You asked for a PerfStack widget for your dashboards, and we are delivering.

 

Performance Analyzer (PerfStack) Widget for Dashboards

Add Perfstack as a resource for views

 

Looking at my environment I can see that in My Awesome Group, I've got a host that has a child status of warning.

 

 

Clicking over to the host, I can add this to PerfStack by clicking the "Performance Analyzer" link in the Management widget. This will open a new Analysis project that will show me the full stack of data to troubleshoot the issue in real time.

 

New Analysis Project

Troubleshooting this, the issue might be something that could continue. You may want to put this data in context with other data on views, or show this on a NOC. We've got you covered for this scenario with the introduction of the PerfStack widget. At this point while you have your PerfStack modified with just the right metrics, you can save the PerfStack. In fact, anyone regardless of privilege, can create and save their own PerfStack. However only Orion admins with View Customization privileges can proceed with the next step.

 

 

 

There are a few ways to drag & drop this widget easily to your preferred view, but searching for the PerfStack by project name is by far the easiest method. As an admin, you can see any created PerfStack for the entire installation. If one of your colleagues created a great PerfStack, no problem, you can share this on a view for all to enjoy. All existing limitations to view customization still exist, so just make sure that if you're putting a PerfStack widget on a node details page, that you really want that PerfStack on all the node details pages.  Don't forget that you can also favorite any PerfStack widgets in the widget drawer for faster access in the future!

In this beta release, we haven't provided support, yet, for all chart visualizations. If you have a PerfStack that contains status as an example, you  may have an empty chart.

 

Search by PerfStack name is the easiest method!

 

SolarWinds Orion Installer 2.0.0

With this release, this may be your first opportunity to use the newest version of the SolarWinds Orion Installer version that can upgrade your scalability engines. In general, when I mention a version associated with the installer this is the file version of the downloaded file. You can always right click to see the file properties to verify what version of the installer you are running. In the example below, the relevant version number is 2.0.0 but the 1348 is an internal build number for our teams, and is not relevant for your daily purposes. In this section you'll find details for a small update in version 1.3.2 & 2.0.0, but I have a separate document detailing the new staging capabilities that are going to be available in this release (Orion Platform: Preparing for the Upgrade to 2018.2 )

 

2.0.0

 

In our previous release of the 1.3.1 installer , we consolidated our legacy installer's scalability engine capabilities into our SolarWinds Orion installer. This could be seen on fresh installations with the addition of a new option next to the existing "Lightweight" and "Standard" options. Clicking this would allow you to deploy a fresh or upgrade an Additional Polling Engine, Additional Website, or HA backup server. This was a seamless experience for any users using our recommended online installer option. Essentially, it allowed you to download any product installer (e.g. NPM 12.3 installer), use it to deploy your main poller and then use the same installer file to deploy any scalability engines.

 

 

 

The experience was a little less seamless for our offline users. If our offline installer users attempted to move that 2 GB installer to their intended scalability engine server, they would be confronted with the following message.

 

 

I'm happy to say that with 1.3.2 & 2.0.0 versions of the installer, that is no longer the case. If you want to move the offline installer that you used for your main poller to the server that you intend to deploy a scalability engine, you absolutely can. You will have the same user experience that users of our online installer users will have. However, that file is 2GB, and sharing that around to various servers is no joke. The following is a valid installation path for any user that requires an offline option.

 

  1. Download one of the offline product installers (e.g. NPM 12.3). Even if you intend on installing more than just NPM, you still only need to download one installer, as you can select additional products from the product selection screen.
  2. Set up your main poller. The deployment or upgrade of the main poller must be finalized to what you want before proceeding with any other installations.
  3. Move your scalability engines installer to the server you intend to deploy
    1. The 41MB installer can be downloaded from your Polling Engines setting page e.g. http://<ipaddress>/Orion/Admin/Details/Engines.aspx
    2. You can download the 41MB online installer for NPM
    3. You can move your offline product installer to the server
  4. Set up your scalability engine by executing the installer file and following the steps outline through the installer and configuration wizard.

 

Please note that selecting the scalability engine option will always download the required files from the main poller. That is why offline users can choose to use the smaller online installer or offline installer, and either option will be able to adhere to your offline requirement .

 

 

With 2.0.0, you also have the ability to use our new staging feature which I've gone into detail here: Orion Platform: Preparing for the Upgrade to 2018.2

 

Now that you know about the amazing features we have in store for you in this release from the 2018.2 platform release, please go forth and install! We look forward to hearing about your experiences and feedback.

What We Are Working On for NCM after v7.9 (Updated on December 4, 2018)

$
0
0

With the release of NCM v7.9 completed, we have started working on another great set of features.

 

  • Network Insight for Palo Alto– view firewall policies, changes over time, interface config snippets, and other critical configuration details of your Palo Alto firewalls
  • Improve NCM Jobs performance
  • WebUI improvements– standardize view(s) across NCM

Alerting Events based on Event Message

$
0
0

I want to configure an alert on NPM which will trigger when an event with specific words in message has occurred, as of now, for NPM12 alerting on events is not possible. Someone who know how to resolve this query here?

Orion製品全般:リリースノートやライセンスカウントなど

$
0
0

※2019/4/15: 公開情報について大幅なメンテナンスが入った為、以下のリンクの多くはリンク切れとなっています。随時修復予定です。

 

※EOL (End of Life)を超過したバージョンは含まない

EOLリスト(英語): Currently supported software versions - SolarWinds Worldwide, LLC. Help and Support

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

NPM (Network Performance Monitor)

12.4: NPM 12.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.3 HF1: NPM 12.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

12.3: NPM 12.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.2 HF1,2,3: NPM 12.2 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

12.2: NPM 12.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.1 HF1: NPM 12.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

12.1: NPM 12.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.0.1 HF1: NPM 12.0.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

12.0.1: NPM 12.0.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.0 HF4: NPM 12.0 Hotfix 4 - SolarWinds Worldwide, LLC. Help and Support

12.0 HF3: NPM 12.0 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

12.0 HF2: NPM 12.0 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

12.0 HF1: NPM 12.0 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

12.0: NPM 12.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

11.5.x HF: NPM 11.5.X Hotfixes - SolarWinds Worldwide, LLC. Help and Support

11.5.3: NPM 11.5.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

11.5.2: NPM 11.5.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

11.5.1: NPM 11.5.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

11.5: NPM 11.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: NPM Documentation - Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary NPM - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Network Performance Monitor (NPM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:NPM licensing - SolarWinds Worldwide, LLC. Help and Support

ノード(機器)、ボリューム(サーバの論理ドライブ)、インターフェイス(仮想/物理) の各カウント数

 

 

[※Orion Platform の HFは、各製品の導入パッケージに含まれている場合が多い]

2018.2 HF6: Orion Platform 2018.2 Hotfix 6 - SolarWinds Worldwide, LLC. Help and Support

2018.2 HF5: Orion Platform 2018.2 Hotfix 5 - SolarWinds Worldwide, LLC. Help and Support

2018.2 HF4: Orion Platform 2018.2 Hotfix 4 - SolarWinds Worldwide, LLC. Help and Support

2018.2 HF3: Orion Platform 2018.2 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2018.2 HF2: Orion Platform 2018.2 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

2018.2 HF1: Orion Platform 2018.2 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

2017.3 HF5: Orion Platform 2017.3 Hotfix 5 - SolarWinds Worldwide, LLC. Help and Support

2017.3 HF4: Orion Platform 2017.3 Hotfix 4 - SolarWinds Worldwide, LLC. Help and Support

2017.3 HF3: Orion Platform 2017.3 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2017.3 HF2: Orion Platform 2017.3 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

2017.3 HF1: Orion Platform 2017.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

2017.1 HF3: Orion Platform 2017.1 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2017.1 HF2: Orion Platform 2017.1 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

2017.1 HF1: Orion Platform 2017.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

2016.2 HF2: Orion Platform 2016.2 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

2016.2 HF1: SolarWinds Orion Platform 2016.2 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

2016.1 HF4: SolarWinds Orion Platform 2016.1 HotFix 4 - SolarWinds Worldwide, LLC. Help and Support

2016.1 HF3: SolarWinds Orion Platform 2016.1 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2016.1 HF2: Orion Platform 2016.1 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

2016.1 HF1: Orion Platform 2016.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

2015.1.3 HF3: Orion Platform 2015.1.3 hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2015.1.2 HF6: Orion Platform 2015.1.2 HotFix 6 - SolarWinds Worldwide, LLC. Help and Support

2015.1.2 HF5: Orion Platform 2015.1.2 Hotfix 5 - SolarWinds Worldwide, LLC. Help and Support

2015.1.2 HF1: Orion Platform v2015.1.3 HotFix 1 - SolarWinds Worldwide, LLC. Help and Support

2015.1 HF4: Orion Platform 2015.1 HotFix 4 - SolarWinds Worldwide, LLC. Help and Support

2015.1 HF3: Orion Platform 2015.1 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2015.1 HF2: Orion Platform 2015.1 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: Orion Platform hotfixes - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:(該当リンクなし。上の各Release Note を参照ください)

オンラインヘルプ:

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

NTA (NetFlow Traffic Analyzer)

4.5: NetFlow Traffic Analyzer 4.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.4 HF1: NetFlow Traffic Analyzer 4.4 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

4.4: NetFlow Traffic Analyzer 4.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.3: NTA 4.2.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.2: NTA 4.2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.1 HF3: NTA 4.2.1 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

4.2.1 HF2: NTA 4.2.1 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

4.2.1 HF1: NTA 4.2.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

4.2.1: NetFlow Traffic Analyzer 4.2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.0 HF2: NTA 4.2 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

4.2.0 HF1: NTA 4.2 HotFix 1 - SolarWinds Worldwide, LLC. Help and Support

4.2.0: NetFlow Traffic Analyzer 4.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.1.2: NetFlow Traffic Analyzer 4.1.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.1.1: NTA 4.1.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.1: NTA 4.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.0.3 HF1: NTA 4.0.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

4.0: NTA 4.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: NTA Documentation - Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary NTA - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Netflow Traffic Analyzer (NTA) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:SolarWinds NTA licensing - SolarWinds Worldwide, LLC. Help and Support

※NPMと同一ライセンスが必須

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

NCM (Network Configuration Manager)

7.8 HF1: NCM 7.8 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

7.8: NCM 7.8 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.7 HF4: NCM 7.7 Hotfix 4 - SolarWinds Worldwide, LLC. Help and Support

7.7 HF3: NCM 7.7 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

7.7 HF2: NCM 7.7 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

7.7 HF1: NCM 7.7 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

7.7: Network Configuration Manager 7.7 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.6: NCM 7.6 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.5.1: NCM 7.5.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.5 HF2: Network Configuration Manager (NCM) v7.5 HotFix 2 - SolarWinds Worldwide, LLC. Help and Support

7.5 HF1: Network Configuration Manager v7.5 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

7.5: NCM 7.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: NCM Documentation - Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary NCM - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Network Configuration Manager (NCM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:About SolarWinds NCM Licensing - SolarWinds Worldwide, LLC. Help and Support

コンフィグ管理対象の機器数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

IPAM (IP Address Manager)

4.7 HF2: IP Address Monitor 4.7 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

4.7 HF1: IP Address Monitor 4.7 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

4.7: IP Address Manager 4.7 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.6 HF3: IP Address Manager 4.6 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

4.6 HF2: IP Address Manager 4.6 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

4.6 HF1: IP Address Manager 4.6 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

4.6: IP Address Manager 4.6 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.5.2: IP Address Manager 4.5.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.5.1: IP Address Manager 4.5.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.5: IP Address Manager 4.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.3.2: IPAM 4.3.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.3.1: IP Address Manager 4.3.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.3: IP Address Manager 4.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2: IP Address Manager 4.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.1: IP Address Manager 4.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary IPAM - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:IP Address Manager (IPAM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:IPAM licensing and deployment - SolarWinds Worldwide, LLC. Help and Support

監視ステータスが「Used, Reserved, Transient」であるIPアドレスの数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

UDT (User Device Tracker)

3.3.1 HF2: User Device Tracker 3.3.1 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

3.3.1 HF1: User Device Tracker 3.3.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

3.3.1: User Device Tracker 3.3.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.3 HF3: User Device Tracker 3.3 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

3.3 HF2: User Device Tracker 3.3 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

3.3: User Device Tracker 3.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.2.3: User Device Tracker 3.2.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.2.2: User Device Tracker 3.2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.2: UDT Version 3.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.1: UDT Version 3.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.0.2: UDT Version 3.0.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.0.1: UDT Version 3.0.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

3.0: UDT Version 3.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:(該当リンクなし。上の各Release Note を参照ください)

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:User Device Tracker (UDT) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:UDT licensing information - SolarWinds Worldwide, LLC. Help and Support

監視(物理)ポートの数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

LM (Log Manager for Orion)

1.1 HF1: Log Manager for Orion 1.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

1.1: Log Manager for Orion (LM) 1.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.0: SolarWinds Log Manager for Orion (LM) 1.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Log Manager for Orion (LM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:LM Licensing - SolarWinds Worldwide, LLC. Help and Support

Syslog/Trap送信元のデバイス数

 

※Basic License について:LM features per license type and permission level - SolarWinds Worldwide, LLC. Help and Support

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

VNQM (VoIP & Network Quality Manager)

4.5: VoIP and Network Quality Manager 4.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.4.1: VoIP and Network Quality Manager 4.4.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.4: VoIP and Network Quality Manager 4.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.4: VoIP and Network Quality Manager 4.2.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.3 HF1: VNQM 4.2.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

4.2.3: VoIP and Network Quality Manager 4.2.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.2.2 HF2: VNQM 4.2.2 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

4.2.2 HF1: VNQM 4.2.2 Hotfix1 - SolarWinds Worldwide, LLC. Help and Support

4.2.2: VoIP and Network Quality Manager 4.2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

4.1: VoIP and Network Quality Manager 4.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:VoIP & Network Quality Manager (VNQM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:SolarWinds VNQM licensing and deployment - SolarWinds Worldwide, LLC. Help and Support

IPSLA監視対象(ソース)機器、IP電話、ノード(Call Manager、IPSLA機器)の各カウント数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

SAM (Server & Application Monitor)

6.7: SAM 6.7 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.6.1 HF1: SAM 6.6.1 hotfix release notes - SolarWinds Worldwide, LLC. Help and Support

6.6.1: SAM 6.6.1 release notes - SolarWinds Worldwide, LLC. Help and Support

6.6: SAM 6.6 release notes - SolarWinds Worldwide, LLC. Help and Support

6.5: Server & Application Monitor 6.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.4 HF2: AppInsight for Exchange is unable to poll mailboxes - SolarWinds Worldwide, LLC. Help and Support

6.4 HF1: https://support.solarwinds.com/Success_Center/Server_Application_Monitor_(SAM)/SAM_6.4_HotFix_1

6.4: Server & Application Monitor 6.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.3 HF2: SAM 6.3 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

6.3 HF1: Server & Application Monitor 6.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.3: Server & Application Monitor 6.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.2.4 HF1: Server & Application Monitor 6.2.4 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.2.4: Server & Application Monitor 6.2.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.2.3 HF1: Server & Application Monitor (SAM) 6.2.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.2.3: SAM 6.2.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.2.2: SAM 6.2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.2.1: SAM 6.2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.2: SAM 6.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: SAM Documentation - Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary for SAM - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Server & Application Monitor (SAM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:SAM licensing model detailed - SolarWinds Worldwide, LLC. Help and Support

ノード(機器)、ボリューム(サーバの論理ドライブ)、コンポーネント の各カウント数

※コンポーネントとは:アプリケーション監視テンプレートに含まれる実際の監視項目(プロセス、サービス、イベントなど、の数)

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

SCM (Server Configuration Monitor)

1.0: SCM 1.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:

バージョンごとの機能比較:

オンラインヘルプ:

Success Center Top:Server Configuration Monitor (SCM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:Installation and licensing - SolarWinds Worldwide, LLC. Help and Support

監視対象サーバ数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

WPM (Web Performance Monitor)

2.2.2 HF1: WPM 2.2.2 Hotfix 1 release notes - SolarWinds Worldwide, LLC. Help and Support

2.2.2: WPM 2.2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.2.1 HF6: WPM 2.2.1 Hotfix 6 - SolarWinds Worldwide, LLC. Help and Support

2.2.1 HF5: https://support.solarwinds.com/Success_Center/Web_Performance_Monitor_(WPM)/Knowledgebase_Internal/WPM_2.2.1_Hotfix_5

2.2.1 HF4: WPM 2.2.1 Hotfix 4 - SolarWinds Worldwide, LLC. Help and Support

2.2.1 HF3: WPM 2.2.1 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

2.2.1 HF2: WPM 2.2.1 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

2.2.1 HF1: WPM 2.2.1 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

2.2.1: WPM 2.2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.2 HF3: SolarWinds Web Performance Monitor 2.2 HotFix 3 - SolarWinds Worldwide, LLC. Help and Support

2.2: WPM 2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1: WPM 2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.0: WPM 2.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

(SEUM)1.5: SEUM 1.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ: Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:(該当リンクなし。上の各Release Note を参照ください)

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Web Performance Monitor (WPM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:Licensing WPM - SolarWinds Worldwide, LLC. Help and Support

監視(動作)のトランザクションの数

※トランザクションとは:監視するWeb URL遷移をレコーディングした記録

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

VMan (Virtualization Manager)

※VManアプライアンス用ファイルは、v8.1.0まで提供されています。

※v8.2以降は、OrionPlatformの形で提供されており、その導入・稼働にはWindowsOSとSQLDBが必要になります。

8.3: Virtualization Manager 8.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

8.2.1: Virtualization Manager 8.2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

8.2: Virtualization Manager 8.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

8.1: Virtualization Manager 8.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

8.0: VMAN 8.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.2: VMAN 7.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.1 HF2: SolarWinds Virtualization Manager 7.1 HotFix 2 - SolarWinds Worldwide, LLC. Help and Support

7.1 HF1: SolarWinds Virtualization Manager 7.1 HotFix 1 - SolarWinds Worldwide, LLC. Help and Support

7.1: Virtualization Manager 7.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

7.0: Virtualization Manager 7.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.3.2: Virtualization Manager 6.3.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.3.1: VMAN 6.3.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.3: Virtualization Manager version 6.3 and Integrated Virtual Infrastructure Monitor (IVIM) version 2.1 Release Notes - Sola…

 

過去バージョンまとめページ: Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary VMAN - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:Welcome to SolarWinds Online Help

Success Center Top:Virtualization Manager (VMAN) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:VMAN licensing information - SolarWinds Worldwide, LLC. Help and Support

監視対象に含まれるホスト(ESXiなど)機器が有する物理CPUを搭載するソケットの総数

※例:CPUソケットが4つでも、実搭載CPUが2つの場合、カウントは 2

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

SRM (Storage Resource Monitor)

6.7: Storage Resource Monitor 6.7 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.6 HF1: Storage Resource Monitor 6.6 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.6: Storage Resource Monitor 6.6 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.5: Storage Resource Monitor 6.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.4 HF2: Storage Resource Monitor 6.4 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

6.4 HF1: Storage Resource Monitor 6.4 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.4: Storage Resource Monitor 6.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.3 HF3: Storage Resource Monitor 6.3 Hotfix 3 - SolarWinds Worldwide, LLC. Help and Support

6.3 HF2: Storage Resource Monitor 6.3 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

6.3 HF1: Storage Resource Monitor 6.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.3: Storage Resource Manager 6.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

6.2.1: https://support.solarwinds.com/Success_Center/Storage_Resource_Monitor_(SRM)/SRM_6-2-1_release_notes

6.2 HF2: SRM 6.2 Hotfix 2 - SolarWinds Worldwide, LLC. Help and Support

6.2 HF1: SRM v6.2.0 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

6.2: https://support.solarwinds.com/Success_Center/Storage_Resource_Monitor_(SRM)/SRM_6-2_Release_Notes

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary SRM - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:

Success Center Top:Storage Resource Monitor (SRM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:Licensing SRM - SolarWinds Worldwide, LLC. Help and Support

監視対象ストレージに搭載されるHDD/SSDの総数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

EOC (Enterprise Operation Console)

2.1: Enterprise Operations Console 2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.0: EOC 2.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.6.3 HF1: SolarWinds Enterprise Operations Console (EOC) v.1.6.3 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

1.6.3: Enterprise Operations Console 1.6.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.6.2 HF4: SolarWinds Enterprise Operations Console (EOC) v.1.6.2 Hotfix 4 - SolarWinds Worldwide, LLC. Help and Support

1.6.2: Enterprise Operations Console 1.6.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.6.1: Enterprise Operations Console 1.6.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.5: Enterprise Operations Console 1.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.4.1: Enterprise Operations Console 1.4.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.4: Enterprise Operations Console 1.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary EOC - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:

Success Center Top:Enterprise Operations Console (EOC) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:

EOCのインストール数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

DPA (Database Performance Analyzer)

12.0: DPA 12.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

11.1.468: DPA 11.1.468 Hotfix 1 - SolarWinds Worldwide, LLC. Help and Support

11.1: DPA 11.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

11.0: DPA 11.0.387 Release Notes - SolarWinds Worldwide, LLC. Help and Support

10.2: DPA 10.2.579 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:New Feature Summary DPA - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:

Success Center Top:Database Performance Analyzer (DPA) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:DPA license types - SolarWinds Worldwide, LLC. Help and Support

データベースインスタンス数

※データベース種類(カテゴリー)、VM option など、いくつかの種類がある

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

SPM (Patch Manager)

2.1.5 HF1: Patch Manager 2.1.5 Hotfix 1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1.5: Patch Manager 2.1.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1.4: Patch Manager 2.1.4 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1.3: Patch Manager 2.1.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1.2: Patch Manager 2.1.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1.1: Patch Manager 2.1.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.1: Patch Manager 2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.0: Patch Manager 2.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.85: Patch Manager 1.85 Release Notes - SolarWinds Worldwide, LLC. Help and Support

1.80: Patch Manager 1.80 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:

オンラインヘルプ:

Success Center Top:Patch Manager - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:Patch Manager Licensing - SolarWinds Worldwide, LLC. Help and Support

パッチ配信対象のPCやサーバ、WSUS/SCCMサーバ、Patch Managerを導入するサーバの総数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

WHD (Web Help Desk)

12.6: WHD 12.6 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.5.2: SolarWinds WHD 12.5.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.5.1: SolarWinds WHD 12.5.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.5: SolarWinds WHD 12.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.4.2: https://support.solarwinds.com/Success_Center/Web_Help_Desk_(WHD)/SolarWinds_WHD_12-4-2_Release_Notes

12.4.1: https://support.solarwinds.com/Success_Center/Web_Help_Desk_(WHD)/WHD_12-4-1_release_notes

12.4: https://support.solarwinds.com/Success_Center/Web_Help_Desk_(WHD)/WHD_12-4-0_release_notes

12.3.1: https://support.solarwinds.com/Success_Center/Web_Help_Desk_(WHD)/WHD_12-3-1_release_notes

12.3.0: SolarWinds WHD v12.3.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

12.2: Web HelpDesk 12.2.0 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:WHD New Feature Summary - SolarWinds Worldwide, LLC. Help and Support

オンラインヘルプ:

Success Center Top:Web Help Desk (WHD) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:Product Licensing - SolarWinds Worldwide, LLC. Help and Support

WHDを利用する管理者の数 (シートライセンス形式)

※シートライセンス形式とは:必要数(シート数)毎に費用が生じる。購入数が多いほどシート毎の費用が安くなる

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

KSS (Kiwi Syslog Server)

9.6.5: Kiwi Syslog Server 9.6.5 Release Notes - SolarWinds Worldwide, LLC. Help and Support

9.6.3: Kiwi Syslog Server 9.6.3 Release Notes - SolarWinds Worldwide, LLC. Help and Support

9.6.2: Kiwi Syslog Server 9.6.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

9.6.1: Kiwi Syslog Server 9.6.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

9.5.2: Kiwi Syslog Server 9.5.2 Release Notes - (Released on 9/19/2016) - SolarWinds Worldwide, LLC. Help and Support

9.5.1: Kiwi Syslog Server Release Notes for version 9.5.1 - (Released on 1/26/2016) - SolarWinds Worldwide, LLC. Help and Suppo…

9.5: Kiwi Syslog release notes for version 9.5 - (Released on 08/11/2015) - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:

オンラインヘルプ:

Success Center Top:Kiwi Syslog Server - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:

KSSのインストール数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

NTM (Network Topology Mapper)

2.2.1: Network Topology Mapper 2.2.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.2: NTM 2.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support

2.2.1: NTM 2.1.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support

 

過去バージョンまとめページ:Previous Versions - SolarWinds Worldwide, LLC. Help and Support

バージョンごとの機能比較:

オンラインヘルプ:

Success Center Top:Network Topology Mapper (NTM) - SolarWinds Worldwide, LLC. Help and Support

 

ライセンスカウント方法:

NTMのインストール数

 

 

 

--------------------------------------------------------------------------------------------------------------------------------------------------------

その他

ライセンスに関するまとめページ(英語):Guide to SolarWinds Product Licenses - SolarWinds Worldwide, LLC. Help and Support

EOLリスト(英語): Currently supported software versions - SolarWinds Worldwide, LLC. Help and Support

What We're Working On:What We're Working On:What We Are Working On

Orion HotFix Release Notes:Orion hotfix release notes - SolarWinds Worldwide, LLC. Help and Support

Offline Help Files:Offline help files - SolarWinds Worldwide, LLC. Help and Support

Table of Third Party Patches - Updated 04/15/2019

$
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:

 

 

VendorApplicationsLatest VersionLast Updated On
7-Zip7-Zip19.0002/28/19

Adobe

Air32.0.0.11604/15/19
Flash Player (ActiveX, Plugin & PPAPI)32.0.0.17104/15/19
Shockwave12.3.5.20504/01/19
ApacheTomcat v77.0.9404/15/19
Tomcat v88.0.5307/0/18
Tomcat v8.58.5.4004/15/19

Apple

Apple Application Support7.404/05/19
Apple Mobile Device Support12.2.0.1504/05/19
iTunes12.9.4.10204/05/19
CitrixWorkspace19.2.0.1003/20/19
FileZillaFileZilla Client3.41.103/20/19
FoxitFoxit Enterprise Reader9.4.1.1682803/12/19
GoogleChrome73.0.3683.10304/05/19
MalwarebytesMalwarebytes Anti-Malware3.7.1.283902/15/19
MicrosoftSkype

8.42.0.60

03/29/19

Mozilla

Firefox66.0.304/15/19
Firefox ESR

60.6.1

03/25/19

Thunderbird60.5.303/12/19
SeaMonkey2.49.407/27/18
Notepad++Notepad++7.6.604/05/19
OracleJava Runtime Environment

8u202

01/18/19

OperaOpera60.0.3255.27

04/09/19

RealVNCVNC Server6.4.001/22/19

SolarWinds

Dameware MRC Standalone12.111/26/18
Dameware MRC Centralized12.111/26/18
Patch Manager WMI Providers2.1.6.622601/24/19
UltraVNCUltraVNC Server1.2.2.208/10/18
UltraVNC Viewer1.2.2.208/10/18
VLCVLC Media Player3.0.601/15/19
VMwareVMware Tools10.3.1003/29/19
WinRARWinRAR5.7.003/04/19
WinZipWinZip23.0.1330010/30/18
WiresharkWireshark3.0.104/09/19

 

Change History (current month + 1):

04/15

  • Adobe Air 32.0.0.116 (04/09)
  • Adobe Flash 32.0.0.171 (04/09)
  • Apache Tomcat 7.0.94 (04/12)
  • Apache Tomat 8.5.40 (04/12)
  • Mozilla Firefox 66.0.3 (04/10)

 

04/09

  • Opera 60.0.3255.27 (04/09)
  • Wireshark 3.0.1 (04/08)

 

04/05

  • Apple Application Support 7.4 (03/26)
  • Apple Mobile Device Support 12.2.0.15 (03/26)
  • Google Chrome 73.0.3683.103 (04/04)
  • iTunes 12.9.4.102 (03/26)
  • Notepad++ 7.6.6 (04/04)

 

04/01

  • Adobe Shockwave Player 12.3.5.205 (03/28)

 

03/29

  • Mozilla Firefox 66.0.2 (03/27)
  • Opera 58.0.3135.127 (03/28)
  • Skype 8.42.0.60 (03/27)
  • VMware Tools 10.3.10 (03/14)

 

03/25

  • Mozilla Firefox 66.0.1 ESR (03/22)
  • Opera 58.0.3135.118 (03/22)

 

03/22

  • Google Chrome 73.0.3683.86 (03/19)

 

03/20

  • Citrix Workspace 19.2.0.10 (03/12)
  • FileZilla Client 3.41.1 (03/06)
  • Opera 58.0.3135.107 (03/14)
  • Skype 8.41.0.54 (03/11)

 

03/15

  • Adobe Flash 32.0.0.156 (03/14)
  • Google Chrome 73.0.3683.75 (03/12)

 

03/12

  • Foxit Enterprise Reader 9.4.1.16828
  • Mozilla Thunderbird 60.5.3 (03/05)
  • Notepad++ 7.6.4 (03/06)

 

03/06

  • Apache Tomcat 7.0.93 (02/21)

 

03/04

  • Google Chrome 72.0.3626.121 (03/01)
  • Skype 8.40.0.70 (02/28)
  • WinRAR 5.7.0 (02/28)
  • Wireshark 3.0.0 (02/28)

 

03/01

  • Mozilla Firefox 65.0.2 (02/28)

NTA 4.6 Beta 1 is Available!

$
0
0
We're pleased to announce the NetFlow Traffic Analyzer 4.6 Beta 1 is now available! We've been hard at work building new features, and we hope you'll be impressed with the results!

This beta includes certain items that are mentioned in the What we're working on for NTA post 4.5 (December 6th, 2018)

 

At SolarWinds, being customer-driven and responsive to customer needs is a fundamental part of how we build software. Beta feedback is one of the key avenues we use to inform and adjust what we're building so that it fits your needs and your environment. We'll take feedback anytime we can get it, but now is the best time to provide feedback that can affect the product.





As an added incentive, beta users who submit feedback will receive 3,000 Thwack points to buy swag at the
THWACK Store. That will cover most of what you need for a SolarWinds Geek t-shirt!

 

To access the beta, sign up here! To share feedback, please post in the Netflow Traffic Analyzer Beta Forum!

test

Azure Virtual Machine Scale Set

$
0
0

This template contains performance & statistics counters for monitoring Azure Virtual Machine.


Prerequisites:

  1. PowerShell module (Azure, AzureRM) must be installed prior to running this template
  2. To connect with Azure account following parameter are required: subcriptionID, ApplicationID, TenantID, Secret Key, Resource Group Name

Note: Any Azure App (with its name & ID) having minimum role as 'Read Only'.

  1. Virtual Machine name for which metrics must be calculated.
  2. PowerShell version 5.0 or later.

 

 

Credentials:

Login credential to access Azure Portal. This has to be passed as script arguments per prerequisites 2 above. e.g. <subscriptionID>, <TenantID>, <ApplicationID>, value=<Secret Key>, <Virtual Machine Name>,<ResourceGroupName>

 

Optional Parameters which can be passed to script argument:

  1. value=<Time Interval> - for which data must be fetched (in mins). Default is 10 mins.
  2. No. of retries as the second last argument (Default is 3)
  3. WaitTime as the last argument (Default is 0.5 seconds)

 

 

Notes:

  1. To install Azure module, execute below powershell commands;

Install-Module -Name Azure

Install-Module -Name AzureRM

 

  1. Windows Administrator on the machine where template would be running against. Script should run with administration privilege

 

  1. The ApplicationID with which you are making a connection to Azure portal (as mentioned in Credential/Prerequisites) must be registered in Azure Active Directory as contributor role for the monitored application.

Reference link: https://support.solarwinds.com/Success_Center/Server_Application_Monitor_(SAM)/Knowledgebase_Articles/Add_an_Azure_Active_Directory_app_for_cloud_monitoring_in_the_Orion_Platform

 

  1. This template was tested with AzureRM Module 6.9.0

 

 

Portions of this document were originally created by and are excerpted from the following sources:

 

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/overview

https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-supported-metrics

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-create-vmss


MONITORED COMPONENTS

 

Disk Read Bytes/Sec

This monitor provides the total bytes read from disk during monitoring period for the given Virtual machine via PowerShell cmd-let.

Unit: Bytes

 

Disk Read Operations/Sec

This monitor provides the average Disk Read Operations per sec for the given Virtual machine via PowerShell cmd-let.

Unit: CountPerSecond

 

Disk Write Bytes/Sec

This monitor provides the total bytes written to disk during monitoring period for the given Virtual Machine via PowerShell cmd-let.

Unit: Bytes

 

Disk Write Operations/Sec

This monitor provides the average Disk Write Operations per sec for the given Virtual machine via PowerShell cmd-let.

Unit: CountPerSecond

 

Network Incoming Traffic

This monitor provides the total number of bytes received on all network interfaces for the given Virtual Machine (Incoming Traffic) via PowerShell cmd-let.

Unit: Bytes

 

Network Outgoing Traffic

This monitor provides the total number of bytes out on all network interfaces by the given Virtual Machine (Outgoing Traffic).

Unit: Bytes

 

Percentage CPU

This monitor provides the average percentage of allocated compute units that are currently in use by the given Virtual Machine via PowerShell cmd-let.

Unit: Percent

Execute remote process through WMI and Powershell

ADFS (Active Directory Federation Services) 2016 Monitor

What Are We Working on for DameWare - Updated April 16th, 2019

$
0
0

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

We are currently in the planning phase for the next release, we are investigating following areas. As we move forward we will update this post to reflect what we are working on short-term.  If there is anything missing or arguments to move things up, vote on product ideas or post a comment.

 

We're now focusing on these enhancements:

  • Active Directory search function improvements
  • SQLite upgrade
  • Defects related Toolbar layout and remote cursor visibility

THWACK Store Items & FAQ - Updated August 16th, 2018

$
0
0

Welcome to the pride and joy of the THWACK team - our community-based store! Here, you can spend your hard-earned THWACK points on some amazing items. We're very excited to be able to give back to all who've helped us along the way with feedback, contributions, and your work with the SolarWinds teams. Below are the items available for purchase, and a little information on how the process works.

 

  • The THWACK Store can be found here, or by clicking the "SHOP" portion of the THWACK navigation, above.
  • We have an amazing new and improved order process. Check it our here.
  • Need more ways to earn points? Click here to find out how.
  • Having issues with an order? You can contact us here at any time. We'll be sure to get back to you within 2-3 business days.



Foam Hat

500 points

Window Basketball Hoop

1,500 points

THWACK Hammer

1,500 points

Koozie

1,500 points

Retractable Badge Holder

Users. Also Known as "Job Security" - 2,000 points

Retractable Badge Holder

My Boss' Ego is Over-Provisioned - 2,000 points

SolarWinds Lanyard

3,000 points

THWACK Notebook

5,000 points

Laptop Sleeve

5,000 points

SolarWinds Geek Tee

5,000 points

SolarWinds Lab Tee

5,000 points

"Replace User and Try Again" Tee

5,000 points

Threat Hunter Tee

Guardians of Security - 6,000 points

"Rage Against the Virtual Machine" Tee

6,000 points

SolarWinds Lab Flask

25 oz - 6,000 points

SolarWinds Polo

8,000 points

SolarWinds USB Drive

8 GB - 8,000 points

Laptop Skin

SolarWinds Buttons - 8,000 points

SolarWinds Socks

Gray with Orange Flares - 10,000 points

SolarWinds Socks

White with Orange Stripes - 10,000 points

SolarWinds Socks

Gray and Orange Argyle - 10,000 points

SolarWinds Raincoat

12,000 points

SolarWinds Socks

Charcoal and Blue - 12,000 points

SolarWinds Socks

Multi-Colored Triangles - 12,000 points

SolarWinds Socks

Blue with Orange Flares - 12,000 points

SolarWinds Hoodie

12,000 points

THWACK Hammock

15,000 points

Men's Zip-Up Jacket

15,000 points

Women's Zip-Up Jacket

15,000 points

THWACK Bluetooth Speaker

18,000 points

THWACK Backpack

25,000 points

SolarWinds Beats Headphones

Bluetooth Wireless - 125,000 points




Frequently Asked Questions

Will I lose my spot on the leaderboard or my badges if I purchase an item from the store?

No, you will not lose your spot on the leaderboard nor your badges.  However, the store will deduct these points from your available balance.  For example, if you have 5,000 points and you purchase a laptop sleeve for 2,000 points, your point value will reflect 3,000 but your spot on the leaderboard will not change.  In other words, the leaderboard runs off of your lifetime balance and all of your earned badges will stay in your profile.

Is the shipping cost covered?

Yes. There will be no cost to you.

What countries do you ship to?

United States, Canada, United Kingdom, and Germany are currently the only countries we ship to.

My points were deducted, but I don't live in any of the eligible countries for shipping. How can I get my points back?

Please email thwackstore@solarwinds.com for assistance.

How soon will I receive my item?

After your order has been processed and shipped, you should receive your item within 7-10 business days. If an item is on backorder, you may not be notified automatically. You will receive your item, but it may take up to 30 days to restock the item.

How do I purchase an item from the store?

You will begin the purchasing process in a similar way, but will soon see the changes. You'll be presented with a list of products you're able to purchase. After clicking the purchase button, the item card rotates and presents a "confirm" button.



After clicking Confirm, you will be presented with a shopping cart dialog. Here, you can review the items in the cart, checkout, or keep shopping. A recent feature includes the ability to remove the item from the cart.



A new icon in the header will show you the current number of items in your cart. Clicking this icon will also bring up the shopping cart dialog. No longer will you lose your order if you have to step away!



Clicking the Checkout Now button will transition the dialog to a form that allows you to fill in a new address. Selecting the "Save this information to my user profile" checkbox will make sure your address is pre-populated for any future orders. You'll still be asked to verify your address before shiping.



Once finished, you click on the Complete Order button.

After clicking the Complete Order button, you will then be presented with an Order Complete dialog, explaining what happens next.



Until an order has been confirmed Received by our fulfillment vendor, you will see an order status icon in the header bar next to your login name. The number next to the icon indicates the number of open orders.



Clicking this icon will present an Order Status dialog that shows the fulfillment stage the order is in, along with a link to track the package it has already been shipped. You'll also note orders can be in three major stages: Order Submitted, Order Processing, and Order Shipping



Questions?  Feel free to post a comment below.


Last X Days Node Outage Tracker

$
0
0

Just wanted to post this in case it would be useful for any one here.

 

This is a SWQL query that can be used for a dashboard to have all node outages listed with start and end times as well as total downtime.

 

SELECT    ST.Nodes.Caption AS [Device], --Device Name        '/Orion/images/StatusIcons/Small-' + ST.Nodes.StatusIcon AS [_IconFor_Device], --Status Icon for device        ST.nodes.detailsurl as [_linkfor_Device], --Link for Device    TOLOCAL(ST.EventTime) AS [Down Event], --Time Device went Down    TOLOCAL(ET.EventTime) AS [Up Event], --Time Device went Up    CONCAT(--Downtime formatted        (CASE WHEN (SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60/60/24) >= 1 --Days            THEN CONCAT(SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60/60/24, 'd ') ELSE '' END),        (CASE WHEN (SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60/60) >= 1 --Hours            THEN CONCAT(SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60/60%24, 'h ') ELSE '' END),        (CASE WHEN (SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60) >= 1 --Minutes            THEN CONCAT(SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60%60, 'm ') ELSE '' END),        (CASE WHEN (SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))) >= 1 --Seconds            THEN CONCAT(SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))%60, 's ') ELSE '' END)) AS [Downtime]
FROM    Orion.Events AS ST --Get StartTime on Events
LEFT JOIN    Orion.Events AS ET ON ET.NetObjectID = ST.NetObjectID --Match Events with the next UP event after the DOWN event        AND ET.EventTime = (SELECT TOP 1 x.EventTime FROM Orion.Events AS [x] WHERE                                x.EventTime >= ST.EventTime AND x.EventType = 5                                AND x.NetObjectType = 'N' AND x.NetObjectID = ST.NetObjectID                                ORDER BY x.EventTime) --SubQuery to get the next UP Event for the current device
WHERE    ST.EventType = 1 --DownEvent    AND ST.NetObjectType = 'N' --Node Events    AND DAYDIFF(ST.eventtime,GETUTCDATE()) < 30 --Get Last X days    AND ST.Nodes.CustomProperties._DeviceType = 'Branch Router' --Branch routers only    AND ST.Nodes.Status <> 9 --Status is not unamanaged    --AND ST.Nodes.caption like '%${SEARCH_STRING}%' --Used if search enabled
ORDER BY    [Down Event] DESC --Sort by most recent down event

 

 

If there are any questions or any improvements I could make please feel free to share.

Node Downtime with Duration and Minimum Length Filtering

$
0
0

**REQUIRES ORION PLATFORM 2018.2 OR ABOVE**

 

I had assembled this based on a much older SQL report, and then updated it to SWQL, then added some more intelligence to it so you can filter it based on the duration of the outage, search by the device names, and it has a method of letting you know when nodes have been down so long they aged out of the events table.

 

Based on popular requests I figured it was time to put it out here to make it easier for the Thwackers to find and use.  This is intended to be used inside the Custom Query Resource


 

select n.caption as [Device]
-- shows the current status icon
, '/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Device]
-- makes a clickable link to the node details
, n.DetailsUrl as [_linkfor_Device]
-- shows the timestamp of the down event, if there is no timestamp then is says the event was greater than the number of days in your event retention settings
, isnull(tostring(t2.[Down Event]),concat('Greater than ',(SELECT CurrentValue FROM Orion.Settings where settingid='SWNetPerfMon-Settings-Retain Events'),' days ago')) as [Down Event]
-- shows the timestamp of the up event, unless the object is still down
, isnull(tostring(t2.[Up Event]),'Still Down') as [Up Event]
-- figures out the minutes between the down and up events, if the object is still down it counts from the down event to now, displays 99999 if we cannot accurately determine the original downtime, and 
, isnull(MINUTEDIFF(t2.[Down Event], isnull(t2.[Up Event],GETUTCDATE())),99999) as Minutes


from orion.nodes n
left join (SELECT    
 -- Device nodeid used for our join   
 StartTime.Nodes.NodeID     

 -- Down Event time stamp in local time zone    
 ,ToLocal(StartTime.EventTime) AS [Down Event]      
 -- Up Event time stamp in local time zone    
 ,(SELECT TOP 1    
 ToLocal(EventTime) AS [EventTime]    
 FROM Orion.Events AS [EndTime]    
-- picks the first up event that is newer than the down event for this node
 WHERE EndTime.EventTime >= StartTime.EventTime   
-- EventType 5 is a node up 
 AND EndTime.EventType = 5    
 AND EndTime.NetObjectID = StartTime.NetObjectID    
 AND EventTime IS NOT NULL    
 ORDER BY EndTime.EventTime    
 ) AS [Up Event]      
-- This is the table we are querying    
FROM Orion.Events StartTime      
-- EventType 1 is a node down
WHERE StartTime.EventType = 1        
) t2 on n.NodeID = t2.nodeid


-- this is how I catch nodes that are down but have aged out of the events table
where (n.status = 2 or t2.nodeid is not null)


-- If you want to filter the results to only show outages of a minimum duration uncomment the below line
--and MINUTEDIFF(isnull(t2.[Down Event],(GETUTCDATE()-30)), isnull(t2.[Up Event],GETUTCDATE())) >  60


-- if you want to use this query in a search box of the Custom Query resource uncomment the below line
--and n.Caption like '%${SEARCH_STRING}%'


order by t2.[down event] desc

 

-Marc Netterfield

    Loop1 Systems: SolarWinds Training and Professional Services

IMPORT / UPLOAD ORION MAPS [POWERSHELL]

$
0
0

Hello.

I have created a script which can upload OrionMap files (and thier associated images if required) to the SolarWinds database without the need for Network Atlas or ImportMapBatch as these were slow GUI applications.

 

The script i have created takes seconds to upload the files, so it is much quicker and means this process can be automated.

 

The reason i needed this automated was because i was tasked with creating a script to map our servers (which are constantly changing) in a graphical way in SolarWinds. So i created a script which can produce correct OrionMap files on-the-fly for the layout of our servers (without using Network Atlas, this was all automated based on the information it retrieves from SWIS). I needed a way of automating the import / upload to the SolarWinds Orion database, as this is where the map files are stored when they are imported with Network Atlas or ImportMapBatch.

 

Specifically, they are stored in the MapStudioFiles table. The actual map data is stored in the FileData column, so if you convert the MapFile or Image into a byte array, they can be uploaded to the database directly using the CRUD powershell functions.

 

My other problem with ImportMapBatch was if you were uploading a file which already existed (so updating a map), all of the Web UI map widget links to that map would break (as it would create a new entry in the database for the new map, and the Web UI map widget would still point to the old deleted map). My script addresses this by checking if a map with that file name already exists, saving the FileId it used, completely removing the old map, then uploading the new map with the old FileId. Which gives seamless map updates without breaking the Web UI map widgets.

 

I want to give a massive thankyou to KMSigma for his work on the Export map script, this helped me get the conversion to a byte array working and gave me a better understanding of the MapStudioFiles table, the link to his script is here, its very useful for backing up existing maps.

Export Orion Maps [PowerShell]

 

Please modify and use this script however you want, it would be especially useful if you had a task like i did where you had to automate the creation and upload of the maps, or you were just looking for a faster way of uploading the maps.

 

GitHub - akaProxim/SolarWindsOrionMapUploader: A Powershell script to upload OrionMaps (and thier associated images) to …

What We're Working on for SolarWinds Access Rights Manager (Updated Jan 30th, 2019)

$
0
0

We are very excited to make our new Access Rights Manager product available to our customers. Now it's time for us to focus our attention on the next great update. Here is a view of what we are working on:

 

  • FIPS-compatible encryption. All communication between client, server, and web server will be encrypted using FIPS compliant cryptographic modules.

  • Two Factor Authentication.

 

  • Office365. User provisioning and monitoring:
    • Microsoft Azure AD. Audit activities
    • Microsoft One Drive. Audit activities and request access
    • Microsoft SharePoint Online. Audit activities and request access

 

  • SAP R/3. Manage basic role membership in SAP.

  • Official platform support for…
    • Microsoft Exchange Server 2019
    • Microsoft SharePoint Server 2019

Welcome to Solarwinds...........

$
0
0

For many us starting out with Solarwinds, we are not sure where to start, what should I do, where do I go, and how do I do "Solarwinds".  Trust me, I have been there and sometime when I work with a new product or have touched one in a while, I have to hunt for the information I need.  Well, I have developed this page as a Starting Point for All Starting Points.  The intentions is to provide general direction for those new to Solarwinds.

 

As I find more helpful posts for my use, I will reference them here.  Please follow&bookmark this page, if this would be a helpful resource for you.

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-.

For Beginners:  New to Solarwinds and not sure where to start.

 

Contribution of the Year 2016: Monitoring 101 by  adatole

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

If you are new to Solarwinds and have not already done so here is the link for the on-boarding mission.  This is a great tutorial on how to use the site and score yourself some excellent Thwack Points!  This mission will take you about 15 minutes.

 

You Don't Know Thwack - Onboarding Mission

NPM Core Training

Getting Started with Evaluations for Solarwinds Orion Products

New to Networking

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This was submitted by ashley.heilbronn@lr.org on this thread Just starting as solarwinds admin and Im looking for some solarwinds best practices... HELP!. I liked it so much and thought it was a great starting point for new folks that I wanted to include it on the Welcome to Solarwinds...........  .  If you found this piece helpful please LIKE it and mark it as HELPFUL.

 

 

Here are some best practices I've learned for myself, i've looked after 2 solarwinds instances over the past 5 years, one was at a Refinery, Mine and Port where i was a network sys admin,it was just a one man show and my current gig .

 

  • Create your own dashboard and views with some stuff that is relative to you? I've added the show last 25 audit logs as the 1st thing I see, I like to know who is access SW and where from (IP Address).
  • Create a organize grouping structure for your nodes you are monitoring that works for your role, my company has a global presence about 190 offices or so, so my group nesting looks like this Company > Region > Country > City > Office > Office RTR > Office LAN
  • Dynamic queries for groups, learn how to define dynamic queries to help automate the population of groups.
  • Setup your dependency for your groups, like in my nesting above, if my RTR group goes down than than my LAN group is unreachable which tells the polling, hey back off on the polling on the LAN infrastructure, till it becomes reachable again, and reduce the load on the poller.
  • Custom Properties, I've only just started using these bad boys and whole cow, these are very helpful in a lot ways, one such way is converting a inventory listing about our circuit providers for our office routers, which means i can build very flexible alerting schemes.
  • If you have SAMs as apart of your build, deploy all the solarwinds application monitors to your monitoring environment, and monitor of every aspect of your build, IIS insight, SQL insight for database server, QoE Server sensors for solarwinds servers and database, vmware polling for database server and solarwinds server, EVERYTHING!!, it gives you very deep understanding  how everything works with each other and you can mature with the appstack approach.
  • don't be afraid to try new things is the most important thing, get a virtual environment setup with SW with virtual box and GNS3 on a machine with decent CPU and RAM and run wild with it.
  • set up meetings with stakeholders and ask the question how can the monitoring/reporting help you?

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

For Intermediates: Been around as a user/viewer but would like to know and do more.

Solarwinds Labs - One Stop Shop

Every SCP Question Ever

SolarWinds Certified Professional Launch

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Hardware/Virtualware:

 

Server Hardware/Virtualware Requirements for Solarwinds Servers

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Interesting Threads

 

Ideal Solarwinds Deployment

Show us a NOC view and (don't ) get 500 thwack points (we still want to see, points no longer awarded)

INFRA-AS-CODE: How do we start? - Good Change Management Process

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

If you are ready for some more fun stuff, try these out:

 

How to do various customizations with your Solarwinds

 

Everything DISA STIGs for your Network

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Top 10 Thwackers Content:

 

In the Presence of aLTeReGo..... by aLTeReGo

Learning and Understanding by mcbridea

Customizing your Solarwinds Orion - NPM by wluther

Network Configuration Manager - Configuration Change Templates and Things by goodzhere

 

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Viewing all 9474 articles
Browse latest View live


Latest Images

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