We've installed v 6.3 agents on 10 W2K3 servers. SNMP, Mgmt agents and Event Notifier are all configured exactly the same. 2 of the servers are unable to send test trap messages in the HP management configuration box. It looks as though it works, but an email is never sent. In the application...
Try calling the java applet using start. I use batch files like this:
start c:\batchfile.bat
Then the batch file passes control to batchfile.bat and closes the dos window.
Try using Reg.exe from the resource kit. Here's the syntax:
c:\reg delete HKLM\software\microsoft\windows\currentversion\run \\%1 /force
\\%1 can be used as the variable to insert several machine names at a time from another batch file.
/force forces the deletion without user intervention.
Try putting pause statements in the batch file to see where it is failing. If you never get to the 1st pause, then scheduler isn't set up with the right permissions to run the batch.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.