Bulk or Mass Update Node Name (Caption) with Host SysName in SolarWinds Orion Rinfusa o nodo Aggiornamento della Messa Nome (Caption) con Host SysName in SolarWinds Orion

SolarWinds Orion is a network performance monitoring system that easy to use yet powerful. SolarWinds Orion è una rete di controllo di prestazioni di sistema che facile da usare tuttavia potente. The SolarWinds Orion NPM or NMS allows users add nodes or devices for statistics polling and availability tracking. Il SolarWinds Orion NPM o NSM consente agli utenti di aggiungere nodi o dispositivi di polling per le statistiche e la disponibilità di monitoraggio. For device or system with SNMP enabled, Orion will automatically assign the host name or device name as the display name (aka node name) in Orion Web Console or System Manager, although users also have ability to change and assign whatever name they want. Per dispositivo o sistema con SNMP attivato, Orion assegnare automaticamente il nome host o il nome del device, come il nome visualizzato (pseudonimo nodo nome), in Orion console web oppure il Gestore di sistema, anche se gli utenti hanno anche la capacità di cambiamento e di assegnare qualsiasi nome che vogliono.

Over the time, when administrator updates, changes or edit the hostname of the systems or device name for network nodes, the actual name of the system or device will be different and not the same with node name displayed on Orion. Nel corso del tempo, quando l'amministratore aggiornamenti, modifiche o modificare il nome dei sistemi o il nome del device per nodi di rete, il nome effettivo del sistema o il dispositivo sarà diverso e non con lo stesso nome nodo visualizzato sullo Orion.

SolarWinds Orion has rediscovery feature that continuously poll the monitored switch, router, firewall, computer, and other devices for it’s current hostname. SolarWinds Orion ha riscoperta funzionalità che continuamente monitorato il sondaggio switch, router, firewall, computer e altri dispositivi per la sua attuale hostname. However, the rediscovering function will only update the SysName field in the Solarwinds database, and not the Caption field which represents the node name to display in Orion. Tuttavia, la riscoperta funzione solo aggiornare il SysName campo Solarwinds nel database, e non il campo Descrizione, che rappresenta il nome del nodo per visualizzare in Orion.

Administrators who want to maintain the same node name between the host name of actual physical device and Orion node name can either manually change the node name in Orion, or use the trick below to let Orion automatically uses the latest and current name as node name: Go to System Manager , right click the node to change name, and then click on Node Details . Gli amministratori che desiderano mantenere lo stesso nome nodo tra il nome del dispositivo fisico reale e Orion nodo nome possibile modificare manualmente il nome del nodo in Orione, o utilizzare il trucco qui sotto per lasciare Orion automaticamente utilizza i più recenti e attuali come nome nodo nome: Vai a System Manager, fate clic destro sul nodo di cambiare nome, quindi fare clic sul nodo Dettagli. Delete and empty the current Name text box, and then hit Enter . Elimina vuoto e l'attuale casella di testo Nome, quindi premere Invio. Orion will obtain the new hostname of the device from SysName field in database. Orion sarà ottenere il nuovo nome del dispositivo da SysName campo nel database. Save the new name by clicking on Apply Changes . Salvare il nuovo nome facendo clic su Applica modifiche.

Above trick works on change of name on a few nodes. Sopra trucco funziona sul cambiamento di nome su un numero limitato di nodi. However, if the number of devices is huge and many, it’s possible to mass or bulk change using the SQL manipulation queries directly in the Orion database. Tuttavia, se il numero di dispositivi è enorme e molti, è possibile massa alla rinfusa o modificare utilizzando la manipolazione query SQL direttamente nel database di Orione. To do so, users have to use Database Manager or SQL Server Management Studio to run the SQL statements. Per farlo, gli utenti devono utilizzare Database Manager o SQL Server Management Studio per eseguire il dichiarazioni di SQL.

Note: Users using SolarWinds Orion NPM prior to version 9 have to Network Performance Monitor service prior to running the SQL update statement to update the caption. Nota: Gli utenti che utilizzano SolarWinds Orion NPM prima versione 9 sono a rete di Performance Monitor di servizio prima di eseguire l'aggiornamento di SQL dichiarazione di aggiornare la didascalia.

SQL Query to Check for Nodes with Different or Not Matching Caption and SysName (To Update Caption) Query di SQL Server per verificare la presenza di nodi con diverse o non corrispondenza delle Caption e SysName (Per Aggiornamento Caption)

SELECT Caption, SysName, IP_Address FROM Nodes Selezionare didascalia, SysName, indirizzo_ip da nodi
WHERE ((Caption <> SysName) AND (SysName <> ”)) DOVE ((Caption <> SysName), E (SysName <> "))
ORDER BY Caption Ordina per titolo

SQL Command to Update the Node Caption Field with Value from SysName Field (Current Host Name) SQL comando per aggiornare il nodo Caption campo con valore da SysName campo (Nome host attuale)

UPDATE Nodes UPDATE Nodi
SET Caption = SysName Didascalia impostato = SysName
WHERE Caption in (SELECT Caption FROM Nodes WHERE ((Nodes.Caption <> Nodes.SysName) AND (Nodes.SysName <> ”))) DOVE Caption in (SELECT Caption DA DOVE Nodi ((Nodes.Caption <> Nodes.SysName), E (Nodes.SysName <> ")))

Both SQL statements above exclude nodes that have blank SysName field, which is normally the case for devices that are monitored as ICMP only (ping). Entrambe le dichiarazioni di SQL sopra escludere i nodi che hanno SysName campo vuoto, che è normalmente il caso per i dispositivi che vengono monitorati solo come ICMP (ping). All other SNMP nodes, including nodes that have been manually renamed, will have a overwritten and updated node name according to the SysName after running the update command. Tutti gli altri nodi SNMP, compresi i nodi che sono stati rinominati manualmente, avrà un sovrascritti e aggiornato nodo nome secondo il SysName dopo aver eseguito l'aggiornamento di comando.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in inglese whenever possible. ogniqualvolta ciò sia possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e contribuire a My Digital Life Forums La mia vita digitale forum .



Leave a Reply Lascia un Commento

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Iscriviti ai commenti funzione è stata disattivata. To receive notification of latest comments posted, subscribe to Per ricevere la notifica di commenti più recenti pubblicati, iscrivetevi alla My Digital Life Comments RSS feed La mia vita digitale Commenti feed RSS or o register to receive Registrati per ricevere new comments in daily email digest. nuovi commenti in email giornaliera digerire.
Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in entrata Termini per l'articolo

outlook 2007 "mass update" Outlook 2007 "aggiornamento di massa" - -- update command+SQL+exclude aggiornamento comando SQL + + escludere - -- "solarwinds" "solarwinds" - -- sql server 2005 bulk update command SQL Server 2005 rinfusa aggiornamento comando - -- change node name cambiare nome nodo - --