I've searched, but I can't find reference to this problem. I'm trying to find a way to automate generating reports on a scheduled basis through SAN HQ. I know there's no functionality to do this via the GUI, but is there a way I can script this via CLI? I'm looking to create batch scripts that I can schedule weekly to generate various PDF reports available within HQ. Does anyone have a working example of this?
If you want to generate reports regularly, use Schedule Tasks in the Windows Control Panel to specify a schedule for running the following command:
SANHQ_install_directory\SANHQClient.exe -ReportSettingsFile=“XML_file_name”
The XML_file_name variable specifies the name of the XML file you created in Using a Command to Create a Report on page 7-7.
Donald_Williams
72 Posts
535
0
Posted June 18th, 2010 14:00
I'm doing some research on this. I'll let you know as soon as I hear anything.
-don