michalB

Comments

  • A tip for #1: Create a new map and add the 3 nodes on it. Then open the original map and drag the newly created map into it. The map will show the worst status from the 3 nodes. This is called "Nested map". I am afraid #2 is currently not possible.
  • I checked the list of supported MIBs on Cisco website and it seems like there should be no issue with the router you have. Could you please open a support ticket?
  • I see. As far as I remember, Map Maker did not support copying objects between maps. This is fixed in Network Atlas which is in Orion NPM since version 9.5. If you need to copy a lot of objects from one map to another, you will have to clone the map. I am not sure if Map Maker provides this functionality, but you should be…
  • This last message is not related to Layer 2, but Layer 3 device. Check on the accessibility of the ARP table on the layer 3 device. In the latest version, Switch Port Mapper supports two different ARP tables: ipNetToPhysicalTable (1.3.6.1.2.1.4.35) ipNetToMediaTable (1.3.6.1.2.1.4.22) ipNetToPhysical is read first. If it…
  • I see, I can reproduce it with the bitmap with width more than 4000. I have filed an internal ticket for this. Thank you for reporting.
  • The grouping is in the following locations: - Manage IP SLA Nodes - Add Node (you may now group the nodes in the list by custom properties) - When creating a new operation (or adding existing operations), selection of a source node allows to group by custom properties. I have notified our Product Manager about your feature…
  • Thank you for your comments. We are definitely working on improving the usability of the tools in Toolset so I will put them on a list of ideas.
  • It is the TS number you may see in URL when you display the Step details. Then check the condition of the alert on "TransactionStepId".
  • go to IP SLA Settings - Manage Nodes. Select a node you want to edit and then click the Edit button. New window should open allowing you to change the credentials.
  • Yes. You will need to configure the user account in settings though, there are no accounts created by default. Small tip: If you want to test the set up, you can use WinSCP client to connect via SFTP to the SFTP Server.
  • Status of a child map propagates to its parent map and affects the parent map status.The resulting map status depends on the status evaluation method which is set in the Orion settings, under Web Console Settings. There are two methods which can be set – Mixed and Worst.With the Mixed method, if all objects on the map have…
  • I am afraid it is not possible to use a value from a custom poller in maps. On the other hand, the Universal Device Poller application offers creating a new poller that may be a transformation of another poller's value.
  • This sounds like a bug, I will try to reproduce it and will open an internal ticket. Thanks for reporting this.
  • I would start with the basic troubleshooting: did you try using SNMPv2? Did it work? Can you try MIB Browser to get dot1d table using SNMPv3 and SNMPv2 with the context of VLAN "x"? In snmpv2, the context (VLAN ID) is added to the community string using "@". For instance, to get the data for VLAN #2, use community string…
  • hi, this is a very general error message that can have many causes. Could you please contact our support?
  • Try this: change the identity of the website service to "Local System". If this works, there might be a problem with the policies set in your local network. Otherwise, contact our support.
  • if you pasted the pictures right into map, the pictures are here: c:\Documents and Settings\<account name>\Application Data\SolarWinds\NetworkAtlas\Maps\Orion\<orion server address>\NetObjects\Imported\ Use thumbnails display mode in explorer to browse for the files you want to remove.
  • I am afraid this is not possible
  • IP SLA Manager reads just the data that is read from the router. Therefore the issue is not in the IP SLA Manager, but on the router. Did you create the operation manually on the router, or did you create it using IP SLA Manager?
  • did it help?
  • If your machine has multiple interfaces, you can set on which interface (IP Address) will the TFTP Server be listening. Go to Settings-TftpServer and on the tab "Server Bindings", choose "Use custom server binding" and select the IP address for TFTP server. Does this help?
  • the map you mean is a custom html resource displaying image with URL radar.weather.gov/.../NatLoop_Small.gif
  • The FileID is a GUID, so you can use the System.Guid class from .NET to parse it and to convert it to string. If I were you, I would start with creating a blank map with a background image. Export the map into a map file (main menu -export-export map). You may use this file as a template for new maps. If you open the map…
  • We have not seen this yet. My first thoughts are insufficient memory or transmission error (if the background is Linked Background). Try to contact our support.
  • the "default image" file is missing: add a file without the "-<status>". In your case, it will be CiscoASA.gif. This is the image that will be used when a node is in status that is not covered by the rest of the images.
  • This sounds like a feature request. I will notify our Product Manager about this thread.
  • The error may be caused by a content being cached in the used IFRAME. If you cycle pages in an IFRAME using javascript, the URL requested needs to be modified with every refresh. To do this, add a random number to the URL so it is like "MapView.aspx?Map=europe&random=xxx" where xxx is the random number.
  • You have an extra "agentConfiguration" tag on the first line and end-of-comment tag at the end ("-->"). this should work: <agentConfiguration> <domainAccounts domain="TestNet"> <domainAccount userName="Acct1" password="123password1"/> <domainAccount userName="Acct2" password="123password2"/> </domainAccounts>…
  • SEUM Player is by default using 7 worker processes (2 on the main server), each worker process has to run under a different account. Each process is playing one transaction, so theoretically, if your Player is playing only one transaction, you could lower the number of worker processes to "1" and create just one account.…
  • I suppose you could do a quick find-and-replace on MapView.asp to change it to MapView.aspx and then remove all ".OrionMap" strings. from the map files.