NAME
acmcapture - Collection of AdvancedCopy Manager's agent troubleshooting data
SYNOPSIS
<program-directory>\bin\acmcapture.bat dirname
DESCRIPTION
This command collects AdvancedCopy Manager's agent troubleshooting data. Data is collected for AdvancedCopy Manager's agent installed on the Managed Server where this command is executed.
Only a user belonging to the Administrators group can execute this command.
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
Directory where the troubleshooting data is stored.
Specify a directory with plenty free space (500MB or more) is recommended. Regard 500MB as a rough guide, since the size of the troubleshooting 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 troubleshooting data.
Specify an existing directory, otherwise this command will terminate abnormally without collecting troubleshooting data.
EXIT STATUS
=0: Completed successfully
>0: Terminated abnormally
EXAMPLES
Collect data to the C:\temp directory:
C:\>C:\Win32app\AdvancedCopyManager\bin\acmcapture.bat C:\temp Executing......................................... Completed. OUTPUT=C:\temp\acmcapture_srv01_20090323_094614
NOTES
In a clustered system, execute this command at all nodes. To gather information on the shared disk, mount the shared disk on a node and execute this command on that node.
Execute this command when other AdvancedCopy Manager commands are in the stopped state. Data collection may not be performed correctly if other AdvancedCopy Manager commands are running.