Finding the fusion manager user vif, Keystone ports, When to use each of the keystone ports – HP StoreAll Storage User Manual

Page 146: Format of the endpoint

Advertising
background image

Finding the Fusion Manager user VIF

To find the FM user VIF:

ibrix_nic —l

The FM user VIF is listed as [Active FM Nonedit] with a status of User. The FM user VIF and
its IP address are highlighted in the following example:

Keystone ports

The Keystone server ports are used for communicating with the Keystone server. Each of the two
Keystone ports can be used in a cURL command depending on the type of operation of the cURL
command. For an example of when to use each of the keystone ports, see

“When to use each of

the Keystone ports” (page 146)

.

When to use each of the Keystone ports

The following table provides a breakdown of when the Keystone ports are used.

Table 19 When Keystone ports are used

Example of when used

Description

Default Value

Type of Keystone Port

In the command for
obtaining a token

This port is used internally
when creating a token for
authentication.

35357

Keystone server
administrator port

In the cURL command for
listing tenants (

“Listing

tenants” (page 150)

)

This port is used as part of
the authentication URL in
cURL commands when the

5000

Keystone server public port

client communicates with
Keystone server.

Format of the endpoint

The cURL commands that are used for communicating with the Object Store require an endpoint.
When a user creates the authorization token from the Keystone server, the endpoint is listed as
part of the token response (see

“Creating tokens for authentication” (page 143)

). You can also

determine endpoint values by using the information in the table below.

The endpoint will have the following format:

http://<Proxy IP>:<Proxy Server Port>/v1/AUTH_<TenantID>

Table 20 Endpoint values

Where to find

Value

“How to find the proxy IP and port” (page 147)

<Proxy IP>

(the node IP)

“How to find the proxy IP and port” (page 147)

<Proxy Server Port>

(default value 8888)

“Listing tenants” (page 150)

<Tenant_ID>

146

Using Object Store

Advertising