Network Management
Track SNMPv3 credentials that are assigned to a node in NPM
This article describes how to track SNMPv3 credentials that are assigned to a node.
First published date
Last published date
Overview
Product section
Resolution
- Establish a remote connection to the SolarWinds server.
- Go to the Start Menu and search for Database Manager.
- Click Add Orion Server and expand your SolarWinds SQL Server.
- Click the drop down and expand your Orion database.
- On the expanded list of tables, locate the table named Credential.
- Right-click and select Query Table > Execute Query. The lists of credentials used on the SolarWinds application are displayed.
- Take note of the ID number for the credentials that you are looking for.
- Paste the following query: (Replace the hashtags (####) with the ID number found from the credential table list)
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT NodeSettings.NodeID,Nodes.IP_Address,Nodes.DNS FROM [dbo].[NodeSettings] INNER JOIN Nodes on NodeSettings.NodeID=Nodes.NodeID WHERE SettingName LIKE '%SNMP%' AND SettingValue = '####'
- After determining the node IP or name, go back to the SolarWinds Platform Web Console, click on Manage Nodes
- Search the node, click on the check box, and then click on Edit Properties
- Replace the credentials set on the polling method.