Quantcast
Channel: THWACK: Message List
Viewing all 20616 articles
Browse latest View live

Re: UDT Beta 3.1 SNMP MAC Trap notifications

0
0

Apologies Gandhi, I've picked the wrong trap message. I'll retest Monday and let you know how it gets on.

 

Damian


Re: Executing a Set of SQL Codes at a Particular Time; is it with Orion Report Scheduler or Something else?

0
0

So, it is an interface traffic and availability report for business hours, business days and for nodes + associated interfaces with a naming convention. your SQL will include the entity history from the referenced tables but you would like to schedule this (like every Saturday and generate the report for that week only). Correct?

 

it is possible to modify the query for relative reporting time ranges but it is not straightforward. The easier approach is to use the legacy report writer (the same tool in your screenshot)   and use the day of week and hour options of the date time field. i thought there is an out of the box business hours report that you can use as a starting point. If not, I will attach to the thread on Tuesday.  The advantage of doing from the report designer is you can specify the relative reporting time frames which can be leveraged for scheduling as well.

Re: Neighbor Map not working

0
0

Just to update this post, I opened a ticket and this was resolved in Toolset version 10.9.

Re: Unmanage Nodes using a SQL query

0
0

I found this on Thwack, but is there any way to create a schedule in SQL ? (to run this command everyday at 23:00)

 

Use NetPerfMon;

UPDATE dbo.Interfaces SET Unmanaged = 1, UnManageFrom=GETDATE(), UnManageUntil=DATEADD(year, 1, GETDATE())

WHERE Fullname like 'BuildingE_Switch%'

Re: vCenter Help Needed

0
0

We are running SW NMP 11.1 and VCenter 5.1 ESXI - We can get SNMP functining in our LAB, but when we tried in production it seems very difficult to get the RO SNMP COMM String to work V2c or V1.

 

Frankly just using the VM Pollng does not get the Physical Interfaces from the NIC Cards to the other Network Devices the VCenter is connected to, like the Fiber Channels, Ethernets, VEthernets, etc...

 

So I would prefer BOTH work, we have Solarwinds SNMP, Filters on our internal Data Network open in both Directions, but when the OPS guy at our production site trys to PING the Solarwinds IPS, he can't get all the way to my SW Servers, has Anyone had that problem???

 

Radioman

Re: SolarWinds NPM, SNMP, and VMware ESXi 4.1 or 5

0
0

Roger,

What about USER NAME can that be changed, prefer not to Query in EMEA and APAC, and across US using ROOT.

Unfortunately, we need to use SNMP for the PHYSICAL interfaces from/to the VCenter, it would be helpful if the VCenter Memory and CPU could be trended as well, just knowning the VM environ doesn't always paint a clear picture.

 

Thanks

Radioman

Re: Unmanage Nodes using a SQL query

0
0

You could do it with a SQL Agent job.

However, there is an easier way to do it.

NPM includes an "Unmanage schedule" utility. This wizard based util creates an object that you run as a scheduled task on the NPM server and it accomplishes what you're seeking.

Re: Is there a way to change the option of adding to NCM when adding a node in NPM to no?

0
0

Thanks. That probably is what happened. I will just need to educate the users adding nodes to make sure they do not choose yes for adding to NCM when they are adding a server into NPM.


Re: import a MIB to solarwinds

0
0

Like amellottstated. You will want to go to your poller and create some Universal Device Pollers using the MIB(s) that you have.

Re: import a MIB to solarwinds

0
0

If your device is not recognized by UnDP, you'll have to open a Service Request (via your customer portal), and upload your MIB there. It will be compiled in their database (they do that usually once a week), and you'll be able to download the newer database afterward.

Impact of event to business apps ?

0
0

I am interested in knowing how folks are using Solarwinds to identify impact on business apps when a certain event like unreachable occurs. For example, we run about 5 different SQL servers servicing many different apps and clients.  When one fails, very interested in how to give quick visibility to which business applications are impacted.  By the same token, we have web services across several machines that also impact different customers/apps depending on which one fails.  Circuits, FTP Servers, etc. 

 

RIght now we get all of the physical alarms but a very manual effort to show the business users what really affected.

 

thanks, gus

Re: NCM and config file security

0
0

Thanks for the verification guys.

Re: Dameware mini remote control - invisible mode(without the user knowledge)?

0
0

Hi. Thanks.

 

even if the background isn't change if i open a browser in the remote machine... he can see it...

i'm looking for something like rdp that the remote user can't now what i am doing... but in same session...

is this software know to do this? there is other software for this?

 

thanks

Re: how to reduce the size of the log files.

0
0

Can you go to All Programs -> SolarWinds Orion -> Documentation and Support -> Log Adjuster, and click Reset to Default.

Set all the logging back to default.

 

- Upgrade your NPM and Modules so you do not have such issue in feature. /

-  Alternatively use the remedy action below. 

 

 

Here's the remedy action:

1)   Do a backup copy of the 2 files SolarWinds.NPM.BusinessLayer.dll.config and SolarWinds.Orion.Core.BusinessLayer.dll.config

2)   Stop all Orion Services using the Service Manager

3)   delete WHOLE "system.diagnostics" part from SolarWinds.NPM.BusinessLayer.dll.config and SolarWinds.Orion.Core.BusinessLayer.dll.config. Examples of the section as below.

4)   And after that restart all services and delete mentioned log files.

 

 

System.diagnostics part:

<system.diagnostics>

    <sources>

      <source name="System.ServiceModel" switchValue="Off,ActivityTracing" propagateActivity="true">

        <listeners>

          <add type="System.Diagnostics.DefaultTraceListener" name="Default">

            <filter type=""/>

          </add>

          <add name="ServiceModelTraceListener">

            <filter type=""/>

          </add>

        </listeners>

      </source>

      <source name="System.ServiceModel.MessageLogging" switchValue="Verbose,ActivityTracing">

        <listeners>

          <add type="System.Diagnostics.DefaultTraceListener" name="Default">

            <filter type=""/>

          </add>

          <add name="ServiceModelMessageLoggingListener">

            <filter type=""/>

          </add>

        </listeners>

      </source>

    </sources>

    <sharedListeners>

      <add initializeData="c:\temp\Core_BusinessLayerPlugin_tracelog.svclog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelTraceListener" traceOutputOptions="Timestamp">

        <filter type=""/>

      </add>

      <add initializeData="c:\temp\Core_BusinessLayerPlugin_messages.svlog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">

        <filter type=""/>

      </add>

    </sharedListeners>

  </system.diagnostics>

monitoring fiber light levels

0
0

Hi everyone,

 

I've only been learning Solarwinds for about a week now and this is my first post on thwack. I've been unable to find an answer to my question so I'm hoping the thwack community can point me in the right direction.

 

I work at a small ISP that specializes in fiber internet service. We map, lay, connect and monitor a fairly decent amount of fiber lines throughout our local area. Being based in California the biggest threat to the integrity of our fiber isn't construction, earthquakes, or careless people - it's gophers.

 

That being said, we'd like to see if we can utilize Solarwinds to monitor the light levels on our lines. This will allow us to address potential issues before they become a full blown outage.

 

Is this something that Solarwinds can do?


Re: NOC view

0
0

can you please post a link or document on how you created this NOC view

are there any special files needed

any additional add-ons  needed ?

 

please advise

Re: NOC VIEW and refresh timer

0
0

any response?

were you able to get this working

 

i am looking for a soln also

Re: Scrolling Marquee On NOC View Home Page

0
0

CAN someone please post code samples?

no all of us are web gui coders

Re: Cisco 3850 reporting incorrect temperatures

0
0

I've got the same issue, updated to IOS-XE 3.3.3 and despite an SNMP walk showing the correct values, the Orion chart showing the correct values I'm still getting warnings.

 

I suspect Orion must be also monitoring another SNMP MIB then just the temperature value (a monitor state MIB?) and it's either being incorrectly reported by the switch or incorrectly interpreted by Orion. I've just logged a case with Solarwinds support with an SNMP walk so hopefully they can nail this where it's going wrong. I'll try to remember to update this when I hear back from them.

Watching these rock monsters

0
0

Shook his head dizzy, two little confused as one, only to find that even in a rocky and boiling magma world, no one knows where this is, the only certainty is that pandora ring it is absolutely that is no longer the previous hall. The sky was red, surrounded by piles of red rocks everywhere, and distant giant pool boiling magma of terror inside the bubbles glow "Gululu" sound, two felt the indescribable hot feeling. Stunned four viewing, Jiang Fan tempted muttered: "Here is what the hell, today it hit a ghost, just sleepwalk received what trials, and from that damn now jasper tower, which fell into the pandora safety chain magma hell yet ? ""It may be that what a trial, hell rock magic it?" Young owl feel thirsty, talk becomes stammered. Silent, even without warning, on the rocks around the red, climbed out of the fire red monster, these monsters, standing about two meters or so, the whole body is made of fire red rock. Its body joints, raging flames leapt forward, silent room, surrounded by two blink of an eye, almost just a little too much, they poured out no less than pandora bracelet price ten of this rock monster. Watching these rock monsters suddenly appeared, Yang Xiao Li He heard, and instantly, pull out swords, sprang forward. "Bang" a loud noise, a knifed on the rock face of a fire, and this fire rock man body slightly shaking a bit, then hands a beat, beat swords they put in front of the opening. Actually unharmed, raised his arms, rushed against Young owl. He hardly needs reminding, Jiang Fan show their strength, also picked up the pandora rings  swords, followed by washed out. Young owl sweat popped up on his back immediately: "? Damn, I knifed up actually is no response, that's how to play," Jiang Fan throwing heavy face, holding swords, and Yang Xiao stand looked around the rock monster .

Viewing all 20616 articles
Browse latest View live




Latest Images