Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,023
× 7,498

Question asked: Feb 21 '13, 10:00 a.m.

Question was seen: 4,492 times

Last updated: Aug 16 '13, 5:48 a.m.

Confirmation Cancel Confirm