Finalizing the steps

Procedure

  1. Re-enable data collection job for DCC. For more information, see Actions to be performed after a server rename
  2. Perform additional product-specific verifications, refer to Completing the server rename verification process
  3. Perform rebase on the RM application. For more information, see Performing re-indexing and rebasing
  4. Update RB Data Source
    1. Access https://staging_hostname/rs/endpoint
    2. Update the System generated Rational Data Warehouse SQL Connection value
  5. Update GC application
    1. Log in to the Administration page of the Jazz Team Server. Point your web browser to the following URL: https://staging_hostname:443/jts/admin
    2. On the Administration page, click the Server tab. On Configuration option, click Advanced Properties.
    3. On the Advanced Properties page, if your deployment includes the Global Configuration Management application, go to the Global Configuration SDK section and update the Global Configuration Provider URL property with the URL of the renamed server, for example https://staging_hostname:443/gc/
  6. Go to the following example URL's, where you need to replace the staging_hostname with the existing hostname.
    1. https://staging_hostname/qm/gcsdk/diagnotic
    2. https://staging_hostname/rm/gcsdk/diagnostic

    Click on Clear Configuration Cache button.

  7. Update all the data sources and resume data indexing in LQE, Adding data providers to Lifecycle Query Engine by using URLs. Thereafter, if required, initiate all of them back to full re-index, Re-indexing data providers in Lifecycle Query Engine.
  8. Perform the verification Verifying and troubleshooting the server rename. See the value ELM restore configmap to disable the server rename process.
    kind: ConfigMap 
    apiVersion: v1 
    metadata:  
        name: elm-restore-config 
        namespace: mynamespace 
    data:  
        ELM_CONF_BACKUP_TIMESTAMP: <FOLDER_NAME> 
        SERVER_RENAME: Disable
    The operator should continue with the initialization of the deployment and eventually should come in the ready state.