romeyde

Comments

  • Hopefully this gets addressed in a release soon. This is an issue we deal with frequently. I thought I remembered seeing it on the roadmap a long time ago. Just this week I had to move 40 transactions off of one player onto another so the player could be upgraded. This took me a couple of hours to accomplish and I of…
  • Thanks, I'll try to capture some debug info. Guessing that might take awhile with 20 players and not wanting to run debug on all 20 for an extended period of time. My coworkers may have embellished the actual issue. I was off the last 10 days or so and they were making it sound like it has been a daily issue. I did have to…
  • I was under the impression that WPM couldn't search through XML at all? We have several tests like this and I ended up having to make a cgi script that is passed the XML url and then the cgi script itself searches the results and returns a success or failure message for WPM.
  • I've had to deal with this myself, My VM nodes have limited drive space and I was frequently running out and monitoring would stop until it was cleared. It's not ideal, but for now, I've implemented a powershell job to run nightly on the players that stops the service, clears out the web cache files and then restarts the…
  • I am having an issue with player load on a player that currently has a few tests in an unknown state. The player has 29 tests on it and the load is normally around 80%. Right now, there are 7 tests on it being reported as in an 'UNKNOWN' state and the player load is reported as 348%. If I unmanage these tests that are in…
  • Never mind... I knew I dealt with this before but hadn't gotten a chance to actually implement it yet. I found an example in a newer version of the perl modules here: http://thwack.solarwinds.com/servlet/JiveServlet/download/175177-17757/PerlClient.zip Using this example: print $swis->Invoke("Orion.Nodes", "Unmanage",…
  • We haven't moved into PRD. Currently I only have 30 tests deployed in development and have at least 100 more to add. In PRD we will have at least 500 tests deployed (very low estimate). In DEV, a 2 CPU Windows Server 2008 (vert) player seems to be able to support 50 heavy tests easily with most of these running at 3 minute…