Configuring CORBA components

This procedure describes how to use the Domain Configuration (orbconfigure) wizard to configure Control-M/EM CORBA components.

CORBA clients obtain IORs to invoke requests on object references. The IOR contains endpoint information, that is, the host and port number at which the server listens for requests. The host can be encoded either in dotted-decimal notation (such as 234.234.234.234) or as a host name (such as yoursite.com). By default, the hostname published in the IOR is the default hostname returned by system call gethostbyaddr().

To configure CORBA components:

  1. From a command line, type one of the following:

    The Domain Configuration window appears.

  2. From the Domain Name drop-down list, select an existing domain or create a new one.
  3. In the Listening Address drop-down list, select one of the following hostname addresses:
  4. In the Published Address drop-down list, select one of the following object address types:
  5. Do one or more of the following:
  6. From the Setup Listen Ports drop-down list, select one of the following:
  7. Click Next.

    The Naming Service window appears.

  8. Do the following:
  9. Click Next.

    The Summary window appears.

  10. If you want to install the Naming Service as a Windows service, select the Install as Windows service checkbox and click Finish.

Parent Topic

System configuration