To execute AdvancedCopy Manager CCM commands, it is necessary to add the "bin" directory of the AdvancedCopy Manager CCM to the environment variable PATH.
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 box, and then click Environment Variables.
Add the following value to the environment variable PATH.
installDir\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 box.
Click Advanced tab in the System Properties dialog box, and then click Environment Variables.
Add the following value to the environment variable PATH.
installDir\CCM\bin
Point
When listing multiple directories, separate them with semicolons (;).
For Solaris or Linux environment
When using Bourne shell, add a value to the environment variable PATH as below.
# PATH=$PATH:/opt/FJSVccm/bin # export PATH |
Point
When listing multiple directories, separate them with semicolons (;).