Issues running script
Hi again, Following my last topic, I'm now pursuing a script that is allowed on every server. The previous script had: Set objTaskService = CreateObject("Schedule.Service") objTaskService.Connect("servername.domain.com") Set objRootFolder = objTaskService.GetFolder("\") Set objTask = objRootFolder.GetTask("Cleanup") objTask.Run vbNull This ran with no issues. Now, I'm trying: Set objTaskService = CreateObject("Schedule.Service") objTaskService.Connect() Set objRootFolder = objTaskService.GetFolder("\")
Security context for running Workflow scripts
Hi everyone, I'm currently developing a workflow that analyzes drive space for servers, and if it is over the limit, I'm running a windows script that goes to the server and deletes a specific folder structure. The way I'm doing this is by having a vbscript, that calls a Scheduled task. The scheduled task has a batch file provided by our software dealer, that deletes the unnecessary files. Our Opmanager server is in the top level domain of our company. The application servers are in a child domain.
Disable/Enable switch port
Administrative Status "disable" What does this button on a swiitch port, will it bring down a switch port. Will this all so works on HP switches?
Performance Matrix Template fpr Hyper-V Manager
Is there any matrix template/sample I can download for Hyper-V performance counters?
Hyper-V no data for VM
Hyper-V hosts can retrieve data (CPU, RAM, HD utilization). But no data for VM. Is any setting need to apply on Hyper-V Server?
Monitor Virtual Host or Virtual Machine resorces
I am setting up monitor counters for Hyper-V virtual host. There are multiple virtual machines under host. If I select counter for "Hyper-V monitors" does it monitor virtual machines? Or I have setup separate counters under for virtual machines. --Screenshot attached
OpManager Availability Report
Sir, I'm a bit confuse with availability report in OpManager. 1. I generate report for last month availability which is December. As we know, December has 31 days but my reporting show only 23D 1H. 2. What each field in reporting means etc On Hold, Maintenance, Dependent Unavailable.... does it consider as down time? 3. How is the availability being calculate? What is the formula?
SNMP Traps - Descriptions aren't importing
I imported SNMP traps from Ruckus, NetApp, and Palo Alto MIB files; however, I noticed that none of the descriptions are importing. Is this normal? Is there any way to get around this? I'm using OpMan build 11500 Thank you!
Unable to Access jarfile .\classes\OpManagerStartupClasses.jar
Dear All, I m not able to access my ManageEngine OpManger and below error is the screen shot of that. Tried updating java as well but same java virtual machine launcher issue continues. It was working fine earlier, all of a sudden happened, any suggestion to come out of this. Thanks & Regards Mohamed Irfan
Add device failed.
Hi I'm running a trial of VM Manager Plus and get the following error when I try to add our VC Add device failed. Thanks
OpManager generating 4625 errors (Unknown username or password)
Hi, OpManager is generating 4625 errors (Unknown username or password) on some of our servers. It started on Friday. We can't find any changes made to the network that would cause this. All the servers pass the credentials check. If I make the server unmanaged the alerts stop. I'm not sure where to look to find out what OpManager is trying to do. Any help would be most welcome. Best wishes Michael
Monitor log file
Dear Expert, I am researching OpManager, i want to monitor log file on Window and linux server so do i need to buy the license for monitor log file or i can use license Devices Pack for monitor log. Thanks, Rgds, Tutv
garbled characters are displayed when recieving SNMP-Trap from AS400
I added AS400 servers on OpManager 11.6 and set up SNMP-Agent on AS400 to receive trap messages from AS400, but when I get SNMP-Trap messages, garbled characters are displayed . AS400 is using EBCDIC character code in trap message, so I guess this caused the garbled characters. Do you know how to resolve this problem?
Problem web interface
Sometimes Web interface does not respond, it is necessary to restart the service to return to work, any suggestions?
AD Account for OpManager and other Manage Engine Products Locking out
Below is all of the details - my question is how do I find in OpManager where someone has "manually" entered the credentials for two accounts in my active directory and now after a password change the accounts are locking out from this server, verified through looking at event id 4740 on PDC Emulator. I have a server 2012 running OpManager version info below: OS Name & Version : Microsoft Windows Server 2012 Datacenter OpManager version : 10100 (64 Bit) Working Directory : C:\MANAGE~1\OPMANA~1 Database
reset admin password OpManager 8
Dear Support team I just receive respond role to our ManageEngine OpManager 8 ( install on windows 2003 r2 server ) from previous guy, but he give me only user that can view, can I reset admin password for these server, please let's me know how to do it
Every mail-notification is sent/received twice
Hello, Using OPManger v.11600 We have an issue with the email notifications, every notification is sent/received twice, exact the same time and the same content, is there any issue known that addresses this issue? Regards, Pim
Reconnect to SQL DB
We had a server issue and need to reinstall OpManager. How can I connect the new install to the old SQL Database?
Report Extraction
In the report extraction , which means "Down Parent" and "Down" ?
OpManager isn't receiving netapp traps.
Hi, I have an OpManager server configure for receiving traps of all my devices. The problem is that i have a netapp storage that is configured to send traps to the opmanager server, but the opmanager isn't receiving any trap from this storage. I stopped the opmanager services and ran the MIB Browser tool and the MIB Browser tool can receive all the traps. Can someone help me with this issue? Best Regards, Fabián Escobar
Problems with Ping Button
Hi, I applied a patch that OpManager technical support send to me to solve some problems with the vCenter and ESXi. After that, when i press the ping button that is in the snapshot view just appear a yellow line with no info. Best Regards, Fabián Escobar
4GB limit for WMILog.txt file
We're running v 11.6 on Windows 2008R2 x64 server with PostGreSQL On 3 occasions recently WMI collection has stopped working and the server has required a reboot and the Log folder renaming to get it working correctly again. I've just noticed that on each occasion the WMILog.txt file has reached exactly 4GB in size. The file then does not update after this time, WMI data collection stops and there are no new polled values available. Is there a workaround for this or a config change available to remove
Reporting from opmanager postgre database using pgadmin
Hi Team, I have a probe running with PostgreSQL as database. I installed pgadmin and im able to see all the tables in postgre sql. since the reporting is very limited and we are not abel to add any column like location to the report. Please let me know the database schema or the query to get the following columns from devices that are available in the probe. 1. Availability as per Technology(Switch, router) 2. Availability as per Location (as mentioned in each device) Thanks In advance. Regards,
Trap Processor name and description in Message - Need the varbinds
Hi ALL, I need to know the exact varbind of the Name and Description fields in the trap processor mapped to the message we get. I need to know the varbind ID of the field highlighted below for SNMP Trap processors. We need to add them to the message that we get. For example. Instead of $sourceMO(Displayname) I need to get the Rule name of the below trap processor. Regards, Prabhu
OpManager Workflow - Start Batch File
Hi All, Is there a way with Workflows to start a batch file on a remote machine? Thanks Paul
Mail Queue Monitoring
Hi, How can I setup mail queue monitoring using OpManager to monitor if the amount of mail in our queue (which is using postfix) is above 100? I have this script, and I want to run it on the server and have OpManager run it and create a ticket/request if the queue is above 100 #!/bin/bash queuelength=`/usr/sbin/postqueue -p | tail -n1 | awk '{print $5}'` queuecount=`echo $queuelength | grep "[0-9]"` if [ "$queuecount" == "" ]; then echo 0; exit 0; else echo ${queuelength};
Delete Unnecessary Unsolicited Traps
We are currently testing the unsolicited traps feature of OPManager. However, we are receiving a lot of unsolicited traps already. Is there a way of deleting those traps that we don't need in the OPManager application itself and not by stopping the traps generated by the device which is being monitored? Thank you.
Windows 2012 R2 server being discovered but no vCenter
The Windows 2012 R2 server is being discovered using SNMP and WMI, but it never finds the vCenter installation. All the ESX hosts have had the MOB enabled. What am I doing wrong?
Wishlist for version 12
Hi, I hope that in version 12 that supposed to be out on Q1/2016 you're going to add the ability to add monitoring to email chain, I.e. send an email to a defined mailbox and check that it reached this mailbox. Also, the ability to do health check to FTP sites for example. And the most important that the upgrade from 11.4 and up will be transparent. Udi
OPManager Display Device UPtime
Hi Support team, I have tried follow the procedure as this link below unsucessful: https://forums.manageengine.com/topic/uptime-alarm I used the MIB and resulted as fgSysUpTime.0:-->422517387 I tried add a monitor selecting this MIB but I dont know set as hour or Days. Could you help me?
Interface data is not available -opmanager
Hi All, I have a problem on some interfaces, the data is available on the interfaces but the graph showing as below. I tried rediscovering the interfaces,adding the devices and repairing the database. But issue still persist. Database is POSTGRESQL.
Cisco UCS C200 M4
Hi, I need help to monitor 5 Cisco UCS C200 M4 Servers in OpManager. I already have opened a case with support but they doesn't give me answers. They just said that if I don't have UCS Manager I can't monitor the cisco ucs servers via UCS. But I really need an alternative urgently, I am trying to monitor the servers via SNMP, to do that I do it the following: I created a new device template. I associate the oids to the template. I upload all the MIBS to the OpManager server. Then use the MIBS tool
Upgraded to 11600 - license not working?
Hi, I recently upgraded to 11600 and now when Opmanager is running, in the webpage I see the icon at the top right for "Get Quote | Purchase" even through when I go to Support/About it shows me the license does not expire until Nov 2016 Any ideas? I tried reloading the license .xml file to no avail Thanks
Rules - SQL
Hi I want to set up a rule that applies specific monitoring to a server if it finds the sqlsevr.exe process running. Problem is that the only options for the monitoring is "All instances" or "Default instance". I only want a couple of the things monitored - not the 18 default monitorable items. How can I set the rule up so that only the ones I want are put on - I have too many SQL servers to be able to go through one by one... -Kane
Double email notification ?
Hello, after I upgrade my OpManager to 8002, I notice that I receive 2 same email notification for same thing. It is exactly the same ?! Best regards, Z
Slowing
Hi Guys The OpManager console is quite slow, what can I do to keep it running quickly? I have followed the recommended specs for OpManager installations. 2000 alerts in the history - is that a lot? Can I do any database maintenance or anything like that to speed it up? Kind Regards Kane
Report scheduled show data for all devices not business view
Hi, we have aetup a report that is restricted to a specific Business View. When we schedule the report the generated PDF is no more restricted to the configured Business View however we see data for all the devices. How can we easily create and schedule a report that will be limited to a specific Business View and this for each kind of report ? That mean i like to schedule report for CPU utilization, memory utilization and availability for a specific business view. Cheers
WMI request from OpManager installed on a Linux operating system
Dear Support, I have to two general questions due to the installed OpManager on a Linux operating system: 1) I have installed and configured OpenSuse (Version 13.1), where the OpManager was installed successfully. After that i have added some Windows clients to request information about WMI performance monitors like Disk Utilization or CPU Utilization. Is it possible to request WMI information from a Windows machine, when OpManager is installed on Linux? 2) Is there also a possibility to
Brocade VDX MIBs
Hello, I can't browse attached MIB from Brocade NOS 6.0.2 in ManageEngine OpManager 11 b11600. The error is: Error parsing MIB:nos602_all_mibs.txt Exception while loading MIB:Could not parse the file D:/ManageEngine/OpManager/./mibs/nos602_all_mibs.txt. Encountered "\u00ef" at line 1, column 1. Was expecting a ModuleName and that should be in upper case or atleast in proper case Any assistance would be greatly appreciated. Thank you.
Lost History
OPManager stopped retrieving data from servers and also lost all data history for all devices. it back to retrieve data after restarting the server but the data history gone. thanks to help in solving this issue.
Next Page