NAME
acmcapture - Collection of Express analysis data.
SYNOPSIS
<Express program directory>\AdvancedCopy Manager Copy Control Module\bin\acmcapture dirname
DESCRIPTION
This command collects Express analysis data. Data is collected for all Express components installed on the server where this command is executed.
[Format of the filename or directory name for analysis data]
The collected data is stored in a directory with the "acmcapture_HOSTNAME_YYYYMMDD_ttmmss" format under the directory specified for "dirname".
The name of the host where the command is executed is used for HOSTNAME. If characters other than alphanumerics and hyphens are used in the host name, then "NOHOSTNAME" is used as the host name. Values are truncated to 15 characters.
For YYYYMMDD, YYYY is the year, MM is the month, and DD is the day.
For ttmmss, tt is the hour, mm is minutes, and ss is seconds.
OPERANDS
For dirname, specify a director in which to store analysis data.
Specify a directory with plenty free space - 500MB or more is recommended. Regard 500MB as a rough guide, since the size of analysis data will vary depending on the system environment and conditions. If there is not enough free space, then this command will terminate abnormally without collecting analysis data.
Specify an existing directory, otherwise this command will terminate abnormally without collecting analysis data.
EXIT STATUS
=0: Terminate normally
>0: Terminate abnormally
EXAMPLES
Collect data to the C:\temp directory.
> acmcapture C:\temp Executing......................................... Completed. OUTPUT=C:\temp\acmcapture_srv01_20090323_094614
NOTES
Execute this command when other Express commands are canceled. Data collection may not be performed correctly if other Express commands are running.