DX Unified Infrastructure Management

 View Only
  • 1.  Admin Console link in OC use IP instead of FQDN

    Posted Oct 22, 2021 06:19 PM
    Hi,

    after changing my test system completely (DXIM, OC, CABI server) to HTTPS I just notice that the link to the Admin Console in OC settings use this URL: https://192.168.0.xxx/adminconsoleapp/redirect.jsp and I always get the error message "insecure connection". Sure, my certificates are issued only for the FQDN.

    Can I define the URL for this link somewhere?


  • 2.  RE: Admin Console link in OC use IP instead of FQDN

    Posted Oct 25, 2021 07:41 AM
    Edited by Steve B Oct 25, 2021 07:42 AM
    this should hopefully do the trick. 

    \probes\service\wasp\wasp.cfg on your OC host(s):

    <ump_common>
        adminconsole_url = https://your_fqdn_here.com
    </ump_common>

    Googling adminconsole_url returned this knowledge article:
    https://knowledge.broadcom.com/external/article/7441/https-is-not-working-for-uim-admin-conso.html




  • 3.  RE: Admin Console link in OC use IP instead of FQDN

    Posted Oct 26, 2021 06:05 AM
    This did the trick. Thanks a lot @Steve_B.

    Be assured that I have previously searched in the KB and in the community. In any case, I found nothing there with adminconsole url or the promising links pointed to nowhere (broken links).

    ​​​


  • 4.  RE: Admin Console link in OC use IP instead of FQDN

    Posted Oct 26, 2021 06:37 AM
    Handy to know, thank you.