Migrating QC Database to a Virtualized server?
Question ID: 106137
0
0

We are migrating our QC Databases to a Virtual Server, that will require the QC Site Admin(me) to update the DB Configuration in the Site Administration tool.

When our DB migration is complete, the NEW virtual server will have the SAME server name (but maybe not same IP address) as the original DB server (original will be renamed and De-commissioned).
What are the steps for migrating this change?

Marked as spam
Posted by (Questions: 193, Answers: 14)
Asked on June 18, 2015 1:41 pm
19 views
Answers (1)
0
Private answer

Your Virtualized server (i.e. server is not stand-alone, but part of a virtual cluster as in VM-Ware) will have the same name in your domain as the original server.

This makes thing a bit easier.

Just shut down QC (stop the ''HP Application Lifecycle Management'' service) during the server ''virtualization'', make sure you have migrated ALL of the QC databases (for projects AND qcsiteadmin_db), including retaining DB user rights per QC install guide (best if you can ''clone'' the DB instance).
Then when you bring up QC again, it will look in the same DB location based on the SAME dbserver name.

Be careful, though, if using SQL-Server with SQL-Server Authentication (QC uses a ''td'' user), you will need to run a stored procedure against every migrated DB to 'fix'' the ''td'' user behavior:

EXEC sp_change_users_login 'Update_One', 'td', 'td'

If using SQL-Server wtih Windows-authentication, you need to make sure the windows user specified to run the ''HP Application Lifecycle Management'' service still has appropriate rights (per ALM install guide) in the migrated DB instance.

If you are using ORACLE, make sure each Schema's schema-user (user with same name as schema) has the SAME password and rights as was used in previous DB instance.

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on June 18, 2015 1:44 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top