Jan_Pelousek ✭✭✭✭✭

Comments

  • Well I was a bit curious about how to get the data from the webservice for your purposes as there are several technical obstacles (like problematic passthrough authentication absence for the service) and finally managed to do it. I believe this may help you, however as Tim mentioned... This is internal API, so may cause…
  • Hi, so let's go one by one. Why they are disappearing? - Discovery profiles have defined retention period on Settings / Polling settings page. If your profile didn't run for specified number of days, discovery profiles are deleted by the database maintenance. If they were deleted during the upgrade, it's for support ticket…
  • This works well for me:SCOM: Test Network Device Discovery with PowerShell | vNext.be As far as I know the SNMP test in Orion calls the get for SysObjectID.
  • Unfortunately this function is not implemented, as far as I know (SWQL Functions · solarwinds/OrionSDK Wiki · GitHub ). If you know the max length of the formated string, you may use the substring (I know, it's not exactly the desired functionality) function or eliminate the source of the spaces (e.g. if the formated…
  • Hi, try following on the Orion server: * ipconfig /flushdns * Run the configuration wizard and configure the product properly to the new machine address * If 2 didn't help, to the file c:\Windows\System32\drivers\etc\hosts add the ip hostname pair of the SQL server H.
  • Hi, just a question: Don't you use SSL (https in URL) connection for Report Scheduler? It sometimes causes troubles with incorrect source files location. If you do, please locate web.config in your website location (by default c:\inetpub\SolarWinds\) and search for key <add key="ExportToPDF.HttpsServerName" value="" />. As…
  • Hi Jim. The behavior you see is correct. The resource gives you exactly what you written there. When you want to write the resource for specific page, you need to write it in relation to the page with WHERE filter, where the object specific macros will be used (e.g. for Node details like: SELECT IPAddress, Caption from…
  • ad 1st bullet - which kind of problems are you experiencing? Are there some pollers you can't register or don't work? AFAIK some new pollers were introduced because there was added the possibility to poll nodes via SNMP (previously it was possible only via ICMP). This is the most probably not documented in current SDK…
  • Hello, for performance reasons there is allowed only static selection of the groups on the website. And as far as I know we don't plan that as it's really risky. You can for sure workaround the Website by creating the filter via Group verbs and I believe it will work, but be careful. H.
  • Hello, looks like you use connection to SWIS v2 endpoint. Use the V3 connection and it will work fine, I believe.
  • Win 7 is not blocked, should work fine (64 bit version), but it isn't supported platform and isn't recommended for production environment. Supported are only Server OS Windows Server 2003, 2008 and 2012 + their derivates (Service packs, R2 editions). Honza.
    in NPM Comment by Jan_Pelousek May 2014
  • Hello, to edit the group Custom property you need to know the group uri and to edit the value specify the "/CustomProperties" in addition. Let's say I created group Custom property, called "grcp", the update statement will look like: $grCPUri = ((get-swisdata $swis "select top 1 uri from orion.groups") +…
  • Hi, I believe this can be achieved directly from the "Edit account" page for that particular user. Just create that specific view for that customer and assign it to them: Honza
  • My opinion: If the database server is separate from the Orion server, during the SQL reboot will be the polled data stored in MSMQ. After the reboot finishes, data from MSMQ will be transfered to the DB. Only DB depending services (e.g. website, alerting) won't be processing data while the DB is down. By default MSMQ size…
  • Hello, please try to do the following: 1. Run Orion Services Manager and restart following services: Orion Module Engine, Information Service and Information Service 2, Website 2. if it doesn't help, rerun Configuration wizard on website and Services 3. if this doesn't help, please open support ticket Thanks. Regards, Honza
  • Hi, that's correct. Currently released EOC versions use SWISv2. New version, using SWISv3 endpoints is currently being developed..
  • Hi people, As mentioned in the KB which breneske posted: This tab is present both in AAM and BAM and is used for configuration the content of the new alert notifications (they can include for example parsed macros for specific object) introduced in NPM 10.4. These notifications will be in future used for Alert central…
  • Response in Custom SWQL resource
  • Just a note - SolarWinds Orion uses the server hostnames for internal communication of services between each others and stores them in the DB. By renaming the server from DB point of view you're doing the migration to the new metal and need to perform the migration steps. See Migrate SolarWinds products to a new server…
  • Hello, regarding the alerts - depends on how you are using the SDK, but in PowerShell it will look like : $target="10.140.2.182"$swis = Connect-Swis -host $target -UserName admin -Password ""$NewAlert = New-SwisObject $swis "Orion.AlertStatus" @{ AlertDefID = '37c5b4fe-6b89-4b1d-8a9c-13d2c867d772'; ##Replace here with the…
  • Hello, I have few tips: 1. I believe the following pollers are missing: "N.Status.ICMP.Native" and "N.ResponseTime.ICMP.Native". Please try to add them 2. Which kind of error do you receive on List Resources? Is the device properly configured to respond on "public" community string? H.
  • This is not a problem in the Network Atlas. You can set the image you want as the map background and also create nested maps for the campuses (place the map on the map).
  • Hello, I can see you're probably using Orion Platform 2015.1.2 just as is. There was known problem with thresholds filtering. As you (for some reason) are querying the CPULoad value through navigation to entity Orion.CpuLoadThresholds, because of this problem you can get values for…
  • Hello, me personally preffer using of the PowerShell SWIS API. You can then also run PowerShell scripts from CLI if you preffer this way. For the first time you will need to add SWIS PSsnapin to powershell by execution of the command Add-PSSnapin swissnapin Simple script to export the query results to csv will look like:…
  • Hi dufer, It should be possible by modifying the AccountID directly in the database in the [Accounts] table. Please check also, if there aren't any records in the [AccountRights] table for specified AccountID and if so, please modify it. I tried it on my testing environment and haven't found any issue (account limitations…
  • AFAIK it's quite known issue caused by not very well done NTA uninstaller. Support should have the tool for complete NTA removal. Regards. Honza Pelousek
  • Hi, I believe you refer to WMI credentials. If you wan't to change some of them globally for nodes using specific credentials set, you can do that via Credential manager in Settings section. For particular nodes you can edit the credentials in Manage Nodes, choose them and click on Edit Node. Regards, Honza
  • Hello, what you experienced is given by the alert migration concept. Let me explain briefly to understand how to fix that. The legacy alerts had unique identifier "AlertDefId" in AlertDefinitions. Once the alerts are migrated to the new structures, migration creates the record in AlertConfigurations with the same…
  • Hello, unfortunately with current implementation the Group by dropdown is related to Nodes, not interfaces, so if you choose e.g. Status-Up, you'll see interfaces of nodes, that are up. I have a small workaround for you. Not optimal, but can easier your life. 1. Create new Custom property for interfaces (let's say…
  • SDK is usually also internally used also for product testing and known serious issues are being fixed quickly. Latest SDK release version thus should be compatible with latest releases. You can get it from Releases · solarwinds/OrionSDK · GitHub