Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Tip

Tip

For the best experience using the Content UI, use the latest Chrome or Firefox browsers. Safari browser is not supported.

The breadcrumb navigation at the top shows the location in the hierarchy (which is how access to content is segregated and controlled). The hierarchy is based on one-to-many relationships:

...

Cluster

Browse to the cluster's Content UI and use the login name and password created for the Root administrator to log in as a cluster administrator:

Code Block
languagexml
http://GATEWAY·IP:SCSP·BINDPORT/_admin/portal
http://GATEWAY·IP:80/_admin/portal (default)

The SCSP·BINDPORT refer to bindPort settings in the Gateway Configuration, in the [scsp] section.

Tip

Tip

Navigate to the Content UI directly by clicking the top left Swarm logo to reach the sitemap if logged in to the Swarm UI:

 

The Content UI opens to the correct port, as defined in the Gateway Configuration when Content is clicked.

Tenant or Domain

To log in as a tenant or domain administrator, browse to a domain's Content UI and log in with the admin credentials:

Code Block
languagexml
http://STORAGE·DOMAIN:SCSP·BINDPORT/_admin/portal
http://STORAGE·DOMAIN:80/_admin/portal (default)

The Content UI opens to the domain’s page, from which the tenant's information can be accessed (if allowed) by clicking the breadcrumb menu.

Different Tenant or Domain

To log in to a different tenant or domain with the existing credentials, specify the tenant or domain after the user name:

  • Tenant – append a plus '+' sign and the tenant name:  username+rtenant

  • Domain – append an at '@' sign and the domain name:  username@domain.com

...