deleteJFSResources: how do we find values of contextURL and storageAreaURL?
Hello,
The CLM 4.0.1 information center has a topic about "deleting resources" (url below). The command uses contextURL and storageAreaURL. Even they are not required, I would like to know how I can find the values of contextURL and storageAreaURL. Please help. http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Fr_repotools_deleteprojectarearesources.html&resultof%3D%2522%2573%2574%256f%2572%2561%2567%2565%2541%2572%2565%2561%2555%2552%254c%2522%2520%2522%2573%2574%256f%2572%2561%2567%2565%2561%2572%2565%2561%2575%2572%256c%2522%2520 |
One answer
you can use the repotools from <installation directory>/server folder
repotools-jts.bat -listStorageAreaKeys toFile=output.txt to list the storage area keys. then you can run deleteJFSResources with storageURL set to /storage/<any key from output.txt above> sample : one storage key for JTS: com.ibm.rdm.baselines,7691e5c3459b44eabc6bdee0e6884024 Command to be run to delete this key is as follows: ./repotools-jts.sh -deleteJFSResources storageAreaURL=/storage/com.ibm.rdm.baselines |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.