HCP System Management Help


Specifying a tenant

You specify the tenant you’re using as the HS3 service point in the s3curl.pl file, which is in the s3curl directory. In this file, find the line that begins like this:

my @endpoints = (

Between the opening parenthesis shown above and the first closing parenthesis that follows it, add the tenant URL in this format:

'tenant-name.hcp-domain-name',

For example:

my @endpoints = ('europe.hcp.example.com',);

To specify additional tenants, follow this example:

my @endpoints = ('europe.hcp.example.com',
                                  'america.hcp.example.com',
                                  'africa.hcp.example.com',);

© 2017 Hitachi Vantara Corporation. All rights reserved.