Administer > Administer the Operations Bridge Suite > Access Command Line Interfaces

Access Command Line Interfaces

OMi and OBR provide several command line interfaces that are useful for automation and troubleshooting. To access the CLIs from within the Operations Bridge Suite container environment, the basic workflow is as follows:

  1. Find the container that contains the CLI.

    [root@master]# kubectl get pods --all-namespaces | grep <omi|obr-server>​
  2. Start the shell.

    [root@master]# kubectl exec -ti <pod_id> bash -c <omi|obr-server> -n <namespace>

    For example: kubectl exec -ti omi-2246081285-8u1e0 bash -c omi -n opsbridge1

  3. Execute the CLI.