Hitachi

JP1 Version 12 JP1/Performance Management User's Guide


5.5.2 Deleting an unnecessary report

  1. Describe the report to be deleted in the definition file used by the command (XML format).

    For example, to delete report definitions of report1 and report2 stored in the report_win folder under User Reports folder, describe the report as follows:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE pr-cli-parameters SYSTEM "rdef_delete_params.dtd">
    <pr-cli-parameters ver="0100">
    <report-definitions>
    <report-definition name="report1" parent-folder="/report_win"/>
    <report-definition name="report2" parent-folder="/report_win"/>
    </report-definitions>
    </pr-cli-parameters>

    For details on how to edit a definition file for a report, see the section that describes the jpcrdef create command in the manual JP1/Performance Management Reference.

  2. Save the report definition file in step 1.

  3. Delete the report by executing the jpcrdef delete command.

    For example, to use the report definition file rdef_del_win.xml, the specification could be as follows:

    jpcrdef delete -y rdef_del_win.xml

    For details on the jpcrdef delete command, see the chapter that describes the command in the manual JP1/Performance Management Reference.

Important

You need to edit the report definition file in the prescribed format. Note that if you edit or create it in any format other than the prescribed one, it might not operate normally.