Server Management - Systems Insight Manager
1833757 Members
2819 Online
110063 Solutions
New Discussion

Re: HPSIM Tasks

 
SOLVED
Go to solution
Annette Jones_2
Regular Advisor

HPSIM Tasks

All is there anyway that I can get some sort of report from HPSIM which will tell me the tasks setup and the variables within these tasks. If it can't be done via HPSIM does anyone know how to complete this using MSSQL2000?

cheers
2 REPLIES 2
David Claypool
Honored Contributor
Solution

Re: HPSIM Tasks

Check out 'mxtask' in %ProgramFiles%\HP\Systems Insight Manager\bin. Executing 'mxtask -l t' is going to give you a tabular listing of all tasks. Details on an individual task could be retrieve with mxtask -l d taskname. You could generate a script that would get a list of tasks that are scheduled and parse out just the names, then iterates through the names to call the detailed info.
Annette Jones_2
Regular Advisor

Re: HPSIM Tasks

Can this tool also be used to obtain the server list created, and the details variables that underpin these list?

cheers