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

Doubt about credentials file when upgrading DM and VVC applications.

Hi all,

During upgrade of DM and VVC applications to the version 5.0.x, one of the steps is to migrate VVC and DM applications. In the upgrade guide there is the following attention point:
"Ensure there are credentials that exists with the following content:"
adminUserId=yourAdminUserId
adminPassword=yourAdminPassword
repositoryURL=https://yourserver.com:9443/dm
smartCard=<none>
certificateFile=<none>

Well, I did not find any file with this content. There is no "credentials.txt" created in my environment.
Question: Must I create the credentials.txt in order to execute the command below?

./repotools-vvc.sh -vvc_online_migrationCommand credentialsFile=credentials.txt fromVersion=<previous_version> logPort=52000 logLevel=DEBUG

Thanks for any tip.

0 votes


Accepted answer

Permanent link
Hi Luiz,

Yes, you need to create this file yourself.
Make sure you have updated repositoryURL while upgrading VVC and then DM.

Also, make sure you set "<none>" to smartCard= and certificateFile= fields:

adminUserId=yourAdminUserId
adminPassword=yourAdminPassword
repositoryURL=https://yourserver.com:9443/dm
smartCard=<none>
certificateFile=
<none>

Regards,
Andrey
LUIZ DE ALMEIDA selected this answer as the correct answer

1 vote

Comments

Hmm... &lt;nont&gt was remoted...
Anyway... make sure smartCard and certificateFile fields are not empty.

Thank you for the quick answer Andrey. The smartCart and certificateFile will be:
adminUserId=yourAdminUserId
adminPassword=yourAdminPassword
repositoryURL=https://yourserver.com:9443/dm
smartCard=""
certificateFile=""

Is this?

Editor removes "lt" and "gt" symbols. You need to specify exactly the same values as described in help: "<none>" (none between lt and gt symbols)

1 vote

Ok. Thank you very much.

Andrey,

One more question:

in the command

./repotools-vvc.sh -vvc_online_migrationCommand credentialsFile=credentials.txt fromVersion=<previous_version> logPort=52000 logLevel=DEBUG

<previous_version> should be replaced by <previous_version_install_dir>?

<previous_version> should be replaced with the version you are migrating from. For example:
fromVersion=4.0.6

Regards,
Thomas

1 vote

Thank you so much Thomas.

showing 5 of 7 show 2 more comments

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
× 2,357
× 267

Question asked: Mar 20 '15, 1:17 p.m.

Question was seen: 3,129 times

Last updated: Mar 23 '15, 9:35 a.m.

Confirmation Cancel Confirm