I am trying to pre and post deploy any of the demo XCP 2.1 or 2.2 apps. But i am facing some issues
I have done all the configurations needed like setting the connection details on dfc.properties and also editing the pre-deploy.xml file to include my repository and password details.
However, the pre or post deploy scripts are .bat files which won't work on Unix environments so looking at the pre-deploy.bat for example: we have :
set XCP_RUNTIME_LIB=C:\Documentum\Shared
set CLASSPATH=%XCP_RUNTIME_LIB%\*;.\bin\*;.\bin
java -cp %CLASSPATH% com.emc.xcp.tools.setup.deployer .\Config\post-deploy.xml
In linux, I can set these environment variables but i don't know where :
com.emc.xcp.tools.setup.deployer
is located.
So i get :
Error: Could not find or load main class com.emc.xcp.tools.setup.deployer