Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


jcoappexecfcheck (Windows only)

Organization of this page

Function

This command checks the contents of a definition file for executing applications.

The definition file for executing applications in a specified directory is checked for any definition errors. Analysis results of the checking are output to standard output.

The analysis results are output in the following format:

application-execution-definition-identifier,execution-path[,text]

The analysis results contain the application execution definition identifier defined in the system ("default_browser" indicating the default Web browser definition used in Central Console).

Format

jcoappexecfcheck application-execution-definition-directory-name

Execution permission

None

Storage directory

View-path\bin\

Arguments

application-execution-definition-directory-name

Specifies the directory containing the definition file for executing applications that is to be checked, expressed as an absolute path or a path relative to the current directory. This cannot be a file name.

Example

Execute the command to check the following definition file:

@file type="application-execution-definition", version="0300";
@define-block type="application-execution-def";
id="notepad";
path="C:\winnt\system32\notepad.exe";
@define-block-end;
@define-block type="application-execution-def";
id="dmp";
path="[\HKEY_LOCAL_MACHINE\SOFTWARE\HITACHI\NETM/DM/P\0521/A\PathName\Path00]\bin\DMPSTS.exe";
@define-block-end;

The analysis results are output as follows:

"dmp","C:\NETMDMP\bin\DMPSTS.exe"
"notepad","C:\winnt\system32\notepad.exe"
"default_browser","C:\Program Files\Netscape\Communicator\Program\netscape.exe"