Bulk or Mass Update Node Name (Caption) with Host SysName in SolarWinds Orion الحجم أو الجماعية تحديث العقدة الاسم (تعليق توضيحي) مع المضيف SysName في SolarWinds الجوزاء
SolarWinds Orion is a network performance monitoring system that easy to use yet powerful. SolarWinds الجوزاء هو شبكة نظام مراقبة الأداء أن من السهل استخدام لكنها قوية. The SolarWinds Orion NPM or NMS allows users add nodes or devices for statistics polling and availability tracking. وقد SolarWinds الجوزاء NPM أو NMS يتيح للمستخدمين إضافة العقد أو الأجهزة للاقتراع وتوافر إحصاءات تتبع. 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. للجهاز أو نظام SNMP مع مكن ، الجوزاء تلقائيا تعيين اسم المضيف أو اسم الجهاز كما اسم العرض (ويعرف أيضا باسم العقدة اسم) في الجوزاء الانترنت وحة المفاتيح أو مدير للنظام ، على الرغم من المستخدمين أيضا القدرة على تغيير اسم وإسناد ما يريدون.
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. على مدى الوقت ، عندما مدير التحديثات ، والتغييرات أو تحرير اسم المضيف من نظم أو اسم جهاز لشبكة الفروع ، الاسم الفعلي للنظام أو جهاز سيكون مختلفا وليس نفس العقدة مع اسم عرض الجوزاء.
SolarWinds Orion has rediscovery feature that continuously poll the monitored switch, router, firewall, computer, and other devices for it’s current hostname. الجوزاء قد SolarWinds إعادة اكتشاف سمة مستمرة استطلاع المرصودة التحول ، موجه ، جدار ناري ، الكمبيوتر ، وغيرها من الأجهزة الحالية لأنها المضيف. 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. ومع ذلك ، لن يؤدي إلا إلى إعادة اكتشاف وظيفة تحديث SysName الميدان في Solarwinds قاعدة البيانات ، وليس تعليق توضيحي المجال الذي يمثل العقدة اسم لعرض الجوزاء في.
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 . المديرين الذين يريدون الحفاظ على نفس العقدة بين اسم المضيف اسم المادية الفعلية للجهاز والجوزاء اسم العقدة إما يدويا يمكن تغيير في اسم العقدة الجوزاء ، أو استخدام الحيلة دون السماح لالجوزاء تلقائيا يستخدم أحدث واسمها الحالي كما العقدة الاسم : الذهاب إلى نظام مدير ، انقر فوق العقدة الحق في تغيير اسم ، ثم انقر فوق العقدة على التفاصيل. Delete and empty the current Name text box, and then hit Enter . وحذف الاسم الحالي فارغة مربع النص ، ثم ضرب وأدخل. Orion will obtain the new hostname of the device from SysName field in database. الجوزاء سوف الحصول على الجديد من جهاز المضيف من SysName الميدان في قاعدة البيانات. Save the new name by clicking on Apply Changes . انقاذ الاسم الجديد عن طريق النقر على تطبيق التغييرات.
Above trick works on change of name on a few nodes. خدعة أعلاه تعمل على تغيير الاسم على عدد قليل من العقد. 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. ولكن ، إذا كان عدد كبير من الأجهزة وكثير ، فمن الممكن لكتلة التغيير أو الجزء الأكبر باستخدام مزود تلاعب الاستفسارات مباشرة في قاعدة البيانات الجوزاء. To do so, users have to use Database Manager or SQL Server Management Studio to run the SQL statements. لذلك ، يتعين على المستخدمين استخدام قاعدة البيانات أو مزود خادم مدير إدارة استوديو لتشغيل مزود بيانات.
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. ملاحظة : يمكن للمستخدمين باستخدام SolarWinds الجوزاء NPM قبل النسخة 9 وقد لشبكة رصد أداء الخدمة قبل تشغيل مزود استكمال بيان لتحديث التسمية التوضيحية.
SQL Query to Check for Nodes with Different or Not Matching Caption and SysName (To Update Caption) مزود الاستعلام للتأكد من وصلات مختلفة أو التي لا تنسجم مع تعليق توضيحي وSysName (لتحديث تعليق توضيحي)
SELECT Caption, SysName, IP_Address FROM Nodes اختيار التسمية التوضيحية ، SysName ، IP_Address من العقد
WHERE ((Caption <> SysName) AND (SysName <> ”)) أين ((تعليق توضيحي <> SysName) و (SysName <> "))
ORDER BY Caption من أجل تعليق توضيحي من قبل
SQL Command to Update the Node Caption Field with Value from SysName Field (Current Host Name) مزود القيادة لتحديث العقدة الميدانية مع تعليق توضيحي من القيمة الميدانية SysName (الحالية المضيف الاسم)
UPDATE Nodes استكمال العقد
SET Caption = SysName مجموعة تعليق توضيحي = SysName
WHERE Caption in (SELECT Caption FROM Nodes WHERE ((Nodes.Caption <> Nodes.SysName) AND (Nodes.SysName <> ”))) أين تعليق توضيحي في (اختر تعليق توضيحي من العقد أين ((Nodes.Caption <> Nodes.SysName) و (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). كل مزود بيانات المذكورة أعلاه يستبعد أن يكون العقد على بياض SysName الميدان ، الذي هو الحال عادة بالنسبة للأجهزة التي يجري رصدها على النحو اللجنة الدولية المعنية بالأشخاص المفقودين فقط (بينغ). 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. SNMP جميع الفروع الأخرى ، بما في العقد التي تم إعادة تسمية يدويا ، وسوف يكون له فوق معلومات وتحديث العقدة اسم وفقا لSysName تحديث بعد تشغيل قيادة.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.
Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .
Related Articles المواد ذات الصلة
- Windows Update or Office Update Encounters 0×80070643 Failed Update Error تحديث ويندوز او تحديث مكتب اللقاءات 0 × 80070643 فشل تحديث خطأ
- Cannot FTP to Web Host or Server running cPanel/WHM لا يمكن لبروتوكول نقل الملفات استضافة المواقع على الشبكة ، أو خادم إدارة cPanel / WHM
- How to Change Hostname in cPanel Web Host كيفية تغيير في اسم المضيف cPanel استضافة المواقع على الشبكة
- Top 10 Consumer Electronic Gadgets that Going to be Mass Popular أفضل 10 أدوات المستهلك الالكترونية التي ستكون شعبية حاشدة
- Create and Host Website for Free at Weebly وتهيئة المضيف لموقع الحرة في Weebly
- Samsung Announces 128GB MLC-Based SSD Now In Mass Production سامسونج تعلن حركة تحرير الكونغو 128GB فرقة القائم الآن في الانتاج بالجملة
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality تعليق توضيحي Disabler ووردبرس] البرنامج المساعد لتعطيل وإزالة تعليق وظيفة
- Host Your Domain Email with Google on Gmail Technology استضافة نطاقك البريد الالكتروني مع جوجل على Gmail التكنولوجيا
- Auto Delete Forwarded Emails in cPanel Web Host السيارات تحذف ترسل رسائل البريد الإلكتروني في خدمة استضافة المواقع على الشبكة cPanel
- New TANDBERG E20 Video VoIP Phone For Enterprise Mass Deployment TANDBERG الفيديو الجديد E20 هاتف الصوت عبر بروتوكول الإنترنت لنشر جماعية المشاريع

























