Jan_Pelousek ✭✭✭✭✭

Comments

  • Actually it is there ;-) By the node uri + '/CustomProperties' you access the CustomProperties space for that specific node. The custom property name and value you define in that $customProps hashtable. Comments is here the custom property name and "Custom comment" is the value you're setting. So in your case you set the…
  • Hi, I believe following SQL query (because of internal changes you're unable to use SWQL for this purpose here) will give what you need. This basically looks for the new alert configurations, which origin in the old alerting engine structures.This is just for reference lookup. Won't tell you if the alerts weren't changed…
  • Hello, I believe if you are also using the SAM, you may create custom powershell template like Create a Windows PowerShell monitor . As you plan to monitor the poller directly (or is polled by SAM agent), the component may initiate just local session. The script body will be Write-Host ("Statistic: " +…
  • Hello, unfortunately you really hit the bug, related to the splitting of the Nodes table and we really apologize for that. Problem is, that the CRUD action doesn't create the record in the NodesCustomProperties fragment. However here is the workaround how to fix it (until we fix that in the product). Put following lines…
  • Hi mclovin, the first product, which supports W2012 is already released NPM 10.4. The other products using Orion Platform should support it in their future releases.
  • On your webserver/ape, navigate to Polling Engines (or Web Settings) page and there on the top you'll see the button "Download installer" (or if your machines don't have the browser installed, just download it to whatever machine and copy it there afterwards). Connect it through the wizard to the primary poller and the…
  • Hello, yes it is possible with combination of custom properties and Custom SWQL resource. Please reffer to the topic
  • Hello, in general the fault information you should be able to find in the Orion.InformationService.log. The default location is (dependent on used endpoint): * SWISv2: c:\Users\All Users\Solarwinds\InformationService\v2.0\ * SWISv3: c:\Users\All Users\Solarwinds\InformationService\v3.0\ However in my mind there come some…
  • Hello, SDK support for editing the profiles is not implemented here yet, so probably the SQL updates will be the only way for bulk updates, but the discovery plugin configuration is stored in xml, so make sure to not to break the xml structure (PluginConfigurations in DiscoveryProfiles table for setting the credentials,…
  • Hello, as the hostname references are stored right in the database, from the configuration perspective renaming of the server equals to migration to the new machine. In that case you should follow these steps: Migrate SolarWinds products to a new server with a new IP and hostname - SolarWinds Worldwide, LLC. Help and…
  • Hello, you have to have created bidirectional trust between these two domains. Than you should be able to authenticate the user from the trusted domain in the Orion (trusting) domain. The authentication is always done against the web-server. The Orion AD users only must be allowed to "Logon locally" to the web server…
  • Hi, there might be one general solution for returning the correct page when you write the server url directly to browser without https. The problem is, that when you use the redirect methode descriped above, by default you lose the query string (usually defines the NetObject, etc.) and you get the error page. To keep the…
  • Hello, unfortunately changing the hostname on the run is not supported. You need to run Configuration Wizard for web+services+database to reconfigure the services since the hosname is used for Engine identification and object identificators creation. Running the CW should resolve the problem in most of cases. In case of…
  • Hi Mike, good catch, I most probably know where the problem is. The behavior is not a typical Memory leak, but the problem with query plan caching which appears on some environments. To fix it and investigate, please create support ticket (you can mention my name while creating.). Your environment information and problem…
  • Hello, the place where are the information for the page pulled from is table AlertMigrationLog in the database. I hope it will point you to the correct direction. If more detailed info is needed (which is not provided on the page), e.g. why it failed, than this info should be found in one of the ConfigurationWizard.log…
  • Hello, I suspect one of the known issues. To isolate this, could you, please, try to disable the Windows Authentication (Settings -> Web console settings -> Windows Account Login)?
  • Hello, first of all big sorry for inconvenience, maybe caused just by misunderstanding. Basicly the group alerts can be simply created in "Advanced Alert Manager". Just select as property to monitor to Group or Group Member. Then the conditions can be chained according to selected logic (ALL = AND logic, ANY = OR logic and…
  • Hello, yes. SWQL supports case. Problem is in the syntax. If I understand well, what you wanted to achieve the correct syntax of CASE should be: CASE WHEN AStat.ObjectType = 'Node' THEN ('/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N%3a' + ToString(Nodes.NodeID)) WHEN AStat.ObjectType = 'Hardware Sensor' THEN…
  • Hi, I don't think the legacy license reset was once prefered way of license deactivation as it AFAIK didn't release the license for further use on customer portal. Prefered way is to use the license manager on the website. If you plan migration to new server, I advise you to go through Migrate SolarWinds Orion products to…
  • Hello, the verb isn't implemented yet. Case refference is 336951 for checking in future. For now the workaround could be to set the NextRediscovery property to some time short after now.
  • Hello, I'm affraid it's not possible to do it by using the verb "AddNodeToNCM" since the only acceptable argument is "CoreNodeId". Setting of the credentials is possible via Update/Set operation. Honestly I'm not very familiar with the language you use, but to demonstrate the principle, please see bellow the part of the…
  • Hi networkingkool, Firstly - please don't mix SQL and SWQL. Get-swisdata cmdlet is designed for querying against SWIS, not SQL. Secondly - If you need info about modules, please use query : SELECT Name, Version FROM Orion.Module I hope it helped. Tip: For queries testing before putting it into the script, you can use SWQL…
  • Hello, I guess you use SWIS v3 connection, although AFAIK NCM is still on v2. Can you please for NCM operations use v2 connection? If you don't know how to do it, please specify your usecase (SWQL studio, API language)
  • Hi bleearg, just a question: Is the problem permanent? I assume your NPM version is NPM 10.3.1 or older (in NPM 10.4 and newer this shouldn't happen). It happens because when you hit the + first time, the add resource page is being compiled. This means if you try to repeat the action after several minutes, the page should…
  • Hi Iross94, the issue you describe is caused by modules, that are too old to be compatible with NPM 10.4.1 (e.g. NTA 3.7). Compatibility matrix you can find on SolarWinds Knowledge Base :: Compatibility of SolarWinds Orion Products for Installation and Upgrade . In fact you will need to perform phased upgrade. E.g. upgrade…
  • Hello, there are some reasons, what I remember, why the session doesn't timeout by design. These are: * You have opened refreshing page in another browser tab (also asynchronous elements might keep the session alive) * Your user has disabled session timeout (check in account settings - edit account - Disable Session…
  • Hi, with very high probability you have the nodes added into orion as ICMP, which basicly means, that the server is just using the Ping to determine their status. For more detailed statistics you need to use SNMP (most of clever devices) or WMI (windows machines) polling method. When discovering the network, it is enough…
  • Hi, 1. The IIS website binding (go to IIS manager -> Sites -> select Orion website ->in right pane select "Bindings") must be set to All Unassigned or at least shouldn't have set restriction to set of IPs 2. Virtual IP must be routable 3. DNS should point to that VIP according to the client zones Honza
  • Hello, there's one possibility I summarized some time ago at http://thwack.solarwinds.com/message/188158#188158 I hope it will help you to find the optimal solution. Regards, Honza Pelousek
  • Hello, here are the arguments required. The easiest way is to find that out is via SWQL studio under particular entity or by querying the Metadata.VerbArgument entity, filtered by the verbname and entityname