Comments
-
sw staff for atlas indicted... michalB replied on 08-13-2009 4:37 AM Verified by bshopp Hi, you should be able to access the map with its display name. So the link is like NPMServer/.../MapView.aspx
-
it is clear now what you are looking for. let me know if netlogix queries don't give you what you are looking for. thanks
-
at my shop.... SMTP from Orion is to POP server which has limited access/priveleges. NORMAL email is through exchange which is open. different systems managed by different groups and used for completely different purposes. FYI
-
I couldn't get that to work on the routers' interfaces I was trying to check. this one worked.
-
Excellent, thanks for the heads up.
-
not fix, but workaround, yes. I RDP into poller and use atlas from there. for whatever reason, it does not show up in remote atlas installs. thanks
-
if it is an IPSEC tunnel you are SOL because there is no virtual interface for the router/orion to pick up on. If you are running GRE or GRE over IPSEC you are fine as there is an actual tunnel interface. Juniper devices use a virtual interface for the IPSEC. we are probably going to migrate our VPN routers to that. The…
-
+1 on this. My contention comes with the ICMP only - and custom properties wont really help when the page shows unknown type
-
Pacetti is right. when you drag an object (or associate it) with a map icon, that correlation is mapped to the specific node or interface, etc.. in the existing database. so if you moved the maps only, all of the objects mappings would map to non-existent devices (as the nodes and interfaces tables were not moved over.…
-
what version / sp are you running?
-
no, you'll just have to call customer service and let them know the situation. They'll take care of you.
-
excellent, on 2008, that is: APPDATA=C:\Users\<logged in user>\AppData\Roaming thanks
-
sure, but note, I'm running 9.5 SP4 so might be differences, should still be in the table(s) somewhere though... The field for last report from poller to DB is "keepalive" in engines table. if you want the engine name and last post you would use this: use NetPerfMon select ServerName, Keepalive from Engines
-
my website shows 3.5. I'll check and upgrade asap if needed. thx
-
so...IPAM is as good as its access allows it to be. Things to keep in mind: if it can't ping it, its not there [automagically]. NATs/PATs can be an issue due to this (also...firewalls typically don't allow hairpinning) Systems with local firewalls enabled have to allow ping from main NPM box. Sometimes you can use neighbor…
-
download this content share for example That might use "update" instead of create [Stored Procedure], but in SQL mgmt Studio, click on NPM DB -> programmability -> [RIGHT CLICK] stored procedures and select "new S.P."
-
do you have a delay set up prior to sending the trap? This is critical. The alert triggers the actions, which triggers the command line, but you have to wait for response to be returned and populated into "notes" field before you allow the triggered action "send trap" to go out. make sure its set like your email. if this…
-
under the settings or admin section, click on manage accounts and add there. be sure to give access to reports. Correct for restrictions. you will limit according to you needs.
-
yea, if its the same issue I had (my pollers would just quit talking to the DB every night between 10p and midnight), dev gave me a dll to replace...fixed the pollers dying and completion % issues.
-
This SQL gives me the exact dataset I am looking to alert on: Is there a way to put the SQL into the alert table? CREATE TABLE #pollers ( ind smallint IDENTITY(1,1) , nid smallint , cpaid varchar(50) , res varchar(50) , dt datetime ) DECLARE @count smallint = 0 DECLARE @nid smallint DECLARE @res varchar(50) INSERT INTO…
-
I think my problem is it is comparing one row at a time and I need to do this based on comparison of two rows. UPGRADED TO CHALLENGE OF THE MONTH :) I correctly get rows back with Name = FirewallFailoverConfiguredUnit on .... FirewallUnitStatus on .... but I also get rows back with Name = moduleIndex on ... ChassisId on…
-
ah , gotcha
-
apparently the "head geek" is going to do a webinar on this subject. see the top page thwack.com to register. FYI
-
please post result of ticket when completed!
-
I would have expected IPSLA to go out and configure this...no? I thought you could configure the whole thing through NPM/IPSLA. thanks
-
no problem. send me an email with your report and what you are trying to do specifically or give me a call. today is bad, but tomorrow I should be able to take care of it. If you send to me as well, I might be able to get to it today. Have a good day.
-
not that I've seen. Anyone from SW care to comment/check it out? Thanks!
-
hmmm, I'm running 5.5.2 [integration] and its still not there... I'm getting my rear handed to me by these credentials..getting error: The specifed credentials are invalid. Please specify a valid Orion NCM user and password I've tried creds set up in NCM and windows creds (they work on NCM server locally)...any thoughts?
-
try 813.3042750 (Trevor)
-
limiting RAM used should be (using SQL mgmt studio) right click on server -> properties -> memory -> use "max server memory" of course, depending on what version - but should be somewhere around there.