Comments
-
Hello Lawrence, Happy new year and thanks again for all information provided. I have some new question. In our distributed environment, we have the PAS server installed on a dedicated vm and same for the central WSUS server. Each local site have their WSUS downstream server. One of this local site is the integration…
-
Yeah, I was expecting the dependency to work like this: The parent switch shows "down", all devices in the group (the child) show "unreachable" instead of down. I have alerts set up to go off on downed devices, but not for unreachable. This is not how some of the dependencies worked. Some worked properly and others the…
-
Is orion can detect cisco layer 2 switches in cisco catogary rather then unknonw ? Yes. If you're having a problem with a specific box, you should open a Support ticket.
-
awesome, thank you. and do you know if i need to re-run the DB wizard on every poller? or just the main poller? i have 5 additional ;ollers and an additional webserver
-
Bama226, Dev took a quick look at your post, their best guess is that it's some kind of permissions issue. If that doesn't seem right to you, then please contact Sales, and we'll get an SE to help you.
-
There needs to be a way to work a transform that computes on the delta rather than the raw value. Then we could divide by 8. Yes. This is a limitation. It's something we'll consider changing.
-
I've put that in the EOC feature list. It's a good suggestion.
-
Yes.
-
<span class="pun">I now have this working. The SQL is the TriggerQuery. The ResetTriggerQuery is <br />the same only the last line will read<br /><br />having max(RawStatus)- min(RawStatus) <= 19</span><span class="pun"><br />Enjoy.... Big Thanks to GoB... :)<br /><br />;with data as( <br /> SELECT <br /> NetObjectID, <br…
-
That was kind of the conclusion I came to. I'm in the process of figuring out a server-side proxy, as I've never had to do one of those before. Thanks for the feedback!
-
Thank you for that more detailed information. I now see that the interfaces are receiving new ID's every time I re-add them but I wasn't sure if I was doing something wrong or missing a feature to 'deactivate' the interface. I was just looking to retain simple info like the interface name so when it is re-added it will say…
-
Hello AlterEgo- One final question before I concede and happily await a possible Feature grant: Is there any way we can include a report on the Component Details or Application Details screen that harvests the URL and Search String information from each component? Thanks, Mike
-
It would appear the prompt back from the box to the save command is not as expected.... <NEWSESSION CatTools 3.9.1 18/09/2013 09:49:12> <PROTOCOL=Telnet> <DEVICE TYPE=Extreme.Switch.General> <ACTIVITY TYPE=Device.CLI.Send commands> <ACTIVITY SCRIPT=C:\Program Files (x86)\CatTools3\Scripts\Client.Device.CLI.Send…
-
Thanks Jan - worked a treat. I've reset the password on one of the existing user and thats ok now too. Thanks very much for your help.
-
This leads also to the discussion of implementing RBAC. Instead of customizing menu bars on a per user basis, the menu bar should be defined by Role and users defined to a Role. Then if we add the "page refresh" parameter to the menu bar (instead of for everyone everywhere) we have a pretty good solution that takes us…
-
Hi pauls, i saw the InsertionTime, it's right, look at these
-
Thanks for the advice. I did not notice anywhere to run a repair. After installing 9, The server reboots, and goes directly into the configuration wizard. Mike, running a repair is done from the installer or from add/remove programs. It's different than re-running the configuration wizard.
-
Ok, everything is looking good. I assumed I would get the desired results if I tested against that given node.
-
Hi pauls, i didn't pay attention this, thank you for reminding me. Although I would like to know the results, but today is the weekend, and so on Monday I'll look at it, if there are problems, I'll screenshot made up. Have a nice weekend, thanks.
-
I re-ran the upgrade after I reverted my Virtual Server back to a snapshot and this time ran the custom install. It gave you the option of installing SQL or not - so note to self for next upgrade, always run the custom install.
-
We have made some changes to how the X-axis values are displayed in an upcoming service pack. When looking at a Last 30 days chart using our internal build, the X-axis values are: "Jun 2008, 7 Sat, 13 Fri, 19 Thu, 25 Wed, Jul". This matches what I'm seeing in 8.5, and in System Manager.
-
This is the way I would like to view the up/down status. I have attached the document. I know you can create a network map in the Managed View section, but I don't want a network map. I am trying to create a nested NOC view. Thank you.
-
You might use it to launch a batch file that stops itself. Using it to launch an EXE that won't stop itself probably isn't useful.
-
Got it. Fair criticism. It won't be fixed in the next release, but it will get fixed.
-
We check to see if 3.5 is installed by looking for a specific value of a registry key. Can you tell me if you have the following key in your registry, and what the value is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\version?
-
When will we see this implemented?
-
We are approaching the one year anniversary of this request. Are we even on the list for inclusion in a future release?
-
hi there thank sfor the reply, but it is not the trigger condition i am concerned with, it is the contend of the email alert that is triggered... meaning we can put specific information aout how to deal with an alert on an App when it goes down custom props is the only way to be honst
-
Andy, If you are still pre-Sales, then send me a private message, and I'll get a Sales Engineer to help.
-
michalb, got it working with the System account (-s option). psexec -d -s net stop "UltiDev Cassini Web Server for ASP.NET 2.0" && net start "UltiDev Cassini Web Server for ASP.NET 2.0"\\NOCSQL1 The 'net stop' cmd is executed successfully on the target however the 'net start' cmd part is not working. At initial glance, the…