Comments
-
tdanner would you be able to help with some example on how to utilize the discovery information found for vmware nodes to add or assign them as VMware nodes properly? I'm still only getting them to add as ICMP nodes.
-
Hmmm, I must be missing something then. The script you added only configures and runs a discovery for these nodes. After that the discovery function takes over and nothing is actually imported through the script. The one madhavan linked to is very close to what you attached but has more in it. Both only configure the…
-
I completely agree. I'll get those up to you tomorrow morning so you can see what I'm trying, and failing, to describe. Thank you for your help, it's much appreciated.
-
From what I can tell ports 20 & 21are open as when I browse to them I get a prompt to download. Really very strange. I've tried to manually add them again to see what happens. I'll keep you posted.
-
Further reading and face palming when I realized I missed the section where it was described where you put the output of the core verb and I have a working discovery PowerShell script! The only thing I'm missing now is how to delete these discoveries after they have been executed. I tried the following: $temp =…
-
I've hit another interesting snag in this project. When constructing my array to pass to the AddInterfacesOnNodes my discovered interfaces variable gets wiped out. Prior to adding this to the array it's fine. In the example you're creating and passing the array in one step, I'm just taking two so I don't see much of a…
-
For some reason that example is no longer in the specifed directory. I have a feeling a certain feline friend helped me lose that one... Thank you for pointing me in the right direction! That seems pretty straight forward to follow.
-
Here are the trigger setup and the events that we are looking at. These events occur and there is nothing being sent out as an email. Even using just last boot has changed by itself is not working at this point. I'd rather not use an advanced sql alert to replace the functionality that should be provided by this trigger…
-
That's a good idea. I've been attempting to get patch manager to install anything via updates and I've had no joy thus far. Using the provided apple packages and trying to push apple application support 2.2.3.5 as a trial and it shows as a needed update on my test laptop but when you go to apply the update it gives me an…
-
Excellent!I still can't get mine to send an email with the csv format. Congrats! You should do a write up on how you did it so others can benefit.
-
We've already installed the CDO per the first post. Do you suggest we uninstall this and if so how? I'd like to make this as easy as I can to create and maintain.
-
If it's traps/trapvarbinds or Syslog you could potentially delete rows you don't need directly using SQL statements. If it's other data like CPU, Memory, Volume, etc then you'd want to adjust your retention and polling settings to poll less frequently and hold less data. Then the nightly maintenance will remove any data…
-
Taken from Task History. For each update title I get one download error and the subsequent install error due to failed download.
-
I'm sure you know this but I didn't see it mentioned so I figured I'd add it. You'll need 161/162 for SNMP as well as 443 for VMware API polling if you're doing that. Other than that it looks good to me. If you are using a non-standard port for SQL you can specify that in the config wizard very easily but I doubt you are…
-
Yes, we contacted sales and had the proper key generated.
-
Excellent information rob, thank you!
-
Currently running NPM 11.0.1
-
Have there been any updates on this? I'm looking at this same problem where I would like more information on a rogue MAC. I'm also looking at pulling in more information from Custom Properties into the email as well and would need the NodeID portion to work for that to happen.
-
Try using '/images/Small-' instead of /Orion/images/StatusIcons/ for the path. The icons are located in a different directory for EOC as opposed to Orion.
-
Are you sure you're executing an MSI? The program does show that it's attempting to open an EXE. If you have it set for MSI and it's really an EXE then that may be why it's not executing correctly. If you find that the packageboot.exe does run properly and you want to make a work around for this package you could set it to…
-
Hello again tdanner! Thank you for the script you've so graciously provided. This has allowed me to get some information into the vim tables of the DB. Now I'm just lacking the knowledge of setting these hosts as VM hosts. I'm able to bring them in as SNMP or ICMP but I'm not sure what to do to make the connection that…
-
OK figured it out, looks like our local WSUS server is set for port 80 and it was configured for 8530.
-
Assigning the credential to the WSUS server is what you were describing correct? If so we have done this. I'll verify that we are a part of the WSUS admin group but to clarify, this credential is apart of a group that is in local admin.
-
That's awesome that you've put Patch Manager actions in the SCCM console. I bet that makes it a ton easier to administer. Thanks David!
-
True and if that is the case we can move this to another thread. My rule states that if winvnc.exe does not exist in the c:\program files\uvnc bvba\UltraVNC\ directory then it is applicable. If it does exist it is installed. I have check my test laptop and that director nor the file exists. While viewing the active task I…
-
The interesting part is that this was not an issue prior to 10.6. 10.5 had been running since May without these error ever taking place. Upgraded and now we see many servers affected but not all of them. I'll review the links you've sent, thank you. On Thu, Sep 19, 2013 at 5:17 PM, aLTeReGo <
-
I'm currently working in PowerShell 4.0. I'm getting the XML returned with all the interfaces detectable and I'm looking to remove the ones that don't meet our criteria. I know I saw somewhere an example of someone doing just that but I can't find the bookmark for it. That'll teach me to not just copy the example code for…
-
Thank you for your reply. It's good to know we can change those settings to better facilitate our needs. As for SQL 2008 R2 express it's also good to see we could potentially utilize this for our customers that don't have a dedicated SQL server and yet they have a separate WSUS server.
-
You were correct Just check the license manager and it is a Backup Profiler (BU) license. What is this for and can I remove it? Also we have the trial license still showing at the bottom as well. Can this be removed? Just want to clean things up as no one likes to see 'Your maintenance has expired'.
-
That's the problem we were seeing though. The trigger email will not fire even after Orion logs that the device last boot time has changed. The polling should not be a problem since the alert is checked for every 2 minutes and the polling is every 5 giving it at most 2.5 checks per polling period. This by all means should…