Accessing the SMF Ops Center

You can connect to the SMF Ops Center through one of the following options:

  • SSH

  • Web-based console

To connect to the SMF Ops Center through SSH, use the following command:

ssh admin@ops_center_pod_ip -p 2024

Use the same user name and password as configured through the SMI Ops Center. For more information on the user management for access control, see the CEE Configuration and Administration Guide.

To connect to the Ops Center through Web-based console, perform the following steps:

  1. Log on to the Kubernetes master node.

  2. Run the following command:

    kubectl get ingress <namespace>

    The available ingress connections get listed.

  3. Select the appropriate ingress and access the SMF Ops Center.

  4. Access the following URL from your web browser:

    cli.<namespace>-ops-center.<ip_address>.nip.io

By default, the Day 0 configuration is loaded into the SMF.

To connect to the Ops center using FQDN and path-based URL routing, see the Configuring Hostname and URL-based Routing for Ingress section in the Ultra Cloud Core Subscriber Microservices Infrastructure - Deployment Guide.