If you are using SAM with Notification Cache Publishing Enabled, you need to configure credentials to access VMware M&R in the clientConnect.conf file for Failover Manager.

  1. Use sm_edit to open the <BASEDIR>/smarts/conf/local/clientConnect.conf file.

  2. In the Webservices Access section, specify the credentials for the VMware M&R frontend (Tomcat) and VMware M&R Webservice Gateway.

    #################### Webservices Access ###################
    # Credentials to access MNR.
    # This is used by Failover Manager.
    # You should change the password!
    *:http\://*\:58080/*:admin:<E-1.0>94441BB01A289C5DE162B2DF494915A8CCD0DBD64001066FD26CA40987554FCF
    # Credentials to access MNR webservice-gateway.
    # This is used by Failover Manager.
    # You should change the password!
    *:https\://*\:48443/*:admin:<E-1.0>94699AAE806A687113B30B6DFE9B68CC438844AB14F7846E5DA5407DE4D62ADA
    
  3. In the Smarts EDAA Access section, specify the credentials for the EMC Data Access API (smarts-edaa). Replace the default password (changeme) with the Broker password.

    #################### SMARTS EDAA Access ###################
    # Credentials to access the smarts-edaa.
    # This is used by the Failover Manager to update
    # the broker location when the broker fails over.
    # You should change the password!
    *:http\://*/smarts-edaa/*:admin:<E-1.0>94F1EEFCD82DAB2E983BEE0B269334940F6F54CE3AC9FC49DA8AC723B4FA82E3
    *:https\://*/smarts-edaa/*:admin:<E-1.0>9400CD2DAE1065974DAC4098DEEC2E37EFF267AF8A2B5C0B2ED98ACCAE84273B
    
  4. Save the file and exit.