Comments
-
Tried that to no avail, any other suggestions? Just to give you my installation's overview: - ACL on the router denying http(80) originated from Orion server (log enabled) - simple proxy set on FreeBSD box (polipo/8123) - Orion server's proxy set in Internet Options to point to FreeBSD box and that works fine in browsers…
-
This guy does not look like sysObjectID >>> ALU 7342 1.3.6.1.2.1 Suppose Alcatel-Lucent should have better answer, searched around, could not find anything
-
You may need to actually open case with Support or check on your original post Alteon 10000 - 10k monitoring fail. This thread is merely for providing sysObejctID(s) for UNKNOWN devices
-
Brandon, Definitely there are, although I think we may put that on the list. As you know in this industry things are changing, sometimes quite unexpectedly fast. Thanks for reply.
-
pratikmehta003 I have some test environment and was working on swap IPv4 to IPv6 yesterday. Applied IPv6 addresses to say 20 nodes and so far everything is stable. Platform details below: Orion Platform 2018.2 HF3, IPAM 4.7.0, CloudMonitoring 2.0.1, NPM 12.3, DPAIM 11.1.0, SAM 6.6.1, NetPath 1.1.3 Please check: Replace…
-
And bear in mind that APE license will be kind-a / virtually floating between the members of that APE-pool.
-
It is not really Connector's issue. As far as I'm aware using your CCO you have read access to Customer's database on Cisco hence you see them all. Then it comes to the point where you select one and devices from NCM will be verified against selected Customer.
-
Nice and handy information GoldTipu hope it will be captured by Development in proper manner to avoid further confusion
-
The note about HA JaroslawLadyga was rather about being careful if the system is running in HA deployment. I wouldn't even consider HA troubleshooting as a basic (siema)
-
GoldTipu, great work but make sure you add stuff about HA
-
Try to poll (UnDP, SNMP walk) below OID(s) and see what you get, if you get zero(s) then talk to Citrix resCpuUsage - 1.3.6.1.4.1.5951.4.1.1.41.1 resMemUsage - 1.3.6.1.4.1.5951.4.1.1.41.2 memSizeMB - 1.3.6.1.4.1.5951.4.1.1.41.4
-
Very useful information
-
Worth to notice is the fact that when using AD integrated DNS, and NIC(s) on servers set with enabled "Register this connection's addresses in DNS" may result in some unexplained behaviour at the DNS. I have seen alias records (A) being removed upon failovers by Windows updating/registering connections in DNS. And…
-
Unfortunately, this is the last batch of results since I have overlooked servers patching and they have rebooted... But looks like 0.1% of "baddies" is a realistic overall result.
-
Further testing results
-
I have created the small test environment with a single node and ICMP polling only. Since the test has started (setup as described above with randomly killing Orion services) looks like the BAD/TOTAL percentage is well below 0.1% and I believe increasing frequency of script execution may even further lower down this…
-
Typically if you List Resources you will see what information device can provide back to Orion. If you do not see CPU, Memory and other metrics you may need to configure device to allow access to these. In most cases running SNMP walk will show you exactly what you can "find" on device but either vendor or documentation…
-
You can hack DB by setting AccountType back to 1 (either use DB Manager or SSMS) UPDATE Accounts SET AccountType=1 WHERE AccountID='Admin' -- or whatever you have
-
In order to have 7.4 work with certificates you will have to add .*quit rule to the set of Comparison Criteria and set to for ignoring.
-
I have noticed that when you add subnet this is happening and IPAM actually marks "network address" and "broadcast address" as RESERVED. To work this around and keep your license at the "clean" level I would advice just to remove these two addresses and monitor only "assignable" ones
-
Please navigate to the website folder (by default: C:\InetPub\SolarWinds\Orion) and delete NCM folder.
-
The fix for NCM is on the way, stay tuned
-
For me usually re-registering SQLdmo.dll works, steps below: How do I correct connection issues in which my Orion server cannot connect to my SQL Server database? Locate the SQLdmo.dll file and write down the location. At a command prompt, enter regsvr32 fullPathToSQLdmo.dll\SQLdmo.dll For example, enter regsvr32…
-
Another approach would be to server all public HTTP requests to the Orion through Apache and using Rewrite Engine. What you would need to do is (example!!! - needs adjustments): 1. make sure your Apache has following rewrite_module proxy_module 2. configure virtual host on Apache, something like that <VirtualHost *:80>…
-
I never had a chance to actually work with CheckPoint but conceptually agent can reside on any port and NPM allows you to configure that port per-node, with default 161 From your description I gather that you actually have to "walk" device, as a sort of initial process? Correct me if I'm wrong. Now if you "walking" your…
-
License really counts against on-line/logged in techs so no worry here. On another note this is one of best practices to keep LDAP-isolated account (local) in even of any connectivity issue.
-
This is not documented feature for the recipient field but it does actually work. I have not tested it myself but I have seen installations with single email address in the To: field, I mean single variable only like ${EmailTo} (being custom property on node) where recipient was defined. Although good practice would be to…
-
Do you have any data in this table? If not I would drop it and re-create. Make sure to check what character set you are using and what engine. DROP TABLE `api_key`; CREATE TABLE `api_key` ( `API_KEY` varchar(255) DEFAULT NULL, `APP_DESCRIPTION` varchar(80) DEFAULT NULL, `ID` int(10) NOT NULL, `SUBSCRIBER_ID` int(10)…
-
This may look buggy all right, all you need to do after Import is to select HTML since it defaults to Plain Text
-
Yes TS has a tool which will literally wipe out License Store (license.dat file located in %ALLUSERSPROFILE%\SolarWinds) and will re-create it with currently active licenses, BUT they will not be activated and you will have to contact TS or CS to get licenses reset. You may try this little trick by creating environment…