Strategy ONE

Reconfigure Strategy Identity for DNS Change

  1. Change the DNS host file.

    Location: /etc/hosts – the last line

    [IP address] [old_DNS] [hostname] -> [IP address] [new_DNS] [hostname]

    For example:

    Copy
    10.0.0.0 env-1234laiouse1.customer.cloud.microstrategy.com

    changes to

    Copy
    10.0.0.0 env-1234laiouse1.trial.customer.cloud.microstrategy.com
  2. Change the IDM and Gateway properties.

    Location: /opt/usher/usherserver/usherApps/shardGateway/conf/gateway.properties

    Update the IDM URL in the following properties:

    idm.url=<IDM_URL>

    idm.2tls.url=<IDM2way_URL>

    Update the Gateway URL and port in the following properties:

    gateway.url=<gateway_URL>

    gateway.port=<gateway_port>

  3. Restart Tomcat to activate new Strategy Badge URLs.

    Copy
    service idm restart
    service gateway restart
  4. Reconfigure Identity Manager.

    Location: <New Identity Manager URL>/networkmanager/manageSystem

  5. Restart Strategy Badge Tomcat so Identity Manager reconfiguration takes effect.

    Copy
    service idm restart
    service gateway restart
  6. Change Strategy Badge configuration on the Strategy Web Server.

    Location: <New Web DNS>/MicroStrategy/servlet/mstrWebAdmin

  7. Click Modify.

  8. Click Setup.

  9. Enter the new IDM URL in the Strategy Identity Server URL field.

  10. To get the latest MicroStrategy Badge, send the welcome email again.

  11. Log in to the new DNS with new MicroStrategy Badge.