To execute AdvancedCopy Manager CCM commands, it is necessary to add the "bin" directory of the AdvancedCopy Manager CCM to the PATH environment variables.
For Windows environment
For Windows Server 2003:
Right-click on [My Computer] on the [Start] menu, and select the [Properties] from the pop-up menu.
Click [Advanced] tab in the [System Properties] dialog, and then click the [Environment Variables] button.
Add the following value to PATH environment variable.
<Installation directory of program>\CCM\bin
For Windows Server 2008 or later:
Right-click on [Computer] on the [Start] menu, and select the [Properties] from the pop-up menu.
Click [Advanced system settings] on the left side of [System] dialog.
Click [Advanced] tab in the [System Properties] dialog, and then click the [Environment Variables] button.
Add the following value to PATH environment variable.
<Installation directory of program>\CCM\bin
Point
When listing multiple directories, separate them with semicolons (;).
For Solaris environment or Linux environment
When using Bourne shell, add a value to PATH environment variable as below.
# PATH=$PATH:/opt/FJSVccm/bin # export PATH |
Point
When listing multiple directories, separate them with semicolons (;).