Migrator configuration test fails against NetApp StorageGrid with "Reason: The parameter is incorrect"

book

Article ID: 100042358

calendar_today

Updated On:

Description

Error Message

Image

Furthermore if process StorageManagement is traced you will see the below:

OST Streamer: [TID:16580] OST API sts_create_lsu() failed with error: 2060001 - 'one or more invalid arguments'.

Cause

In this instance the behavior in question was due to the bucket names on the StorageGrid device not being DNS-compliant

Resolution

The rules for DNS-compliant bucket names are as follows:

• Bucket names should not contain upper-case letters.

• Bucket names should not contain underscores (_).

• Bucket names should not end with a dash.

• Bucket names must be at least 3 and no more than 63 characters long.

• Bucket names must be a series of one or more labels. Adjacent labels are separated by a single period (.).

• Bucket names cannot contain dashes next to periods.

• Bucket names can contain lowercase letters, numbers, and hyphens. Each label must start and end with a lowercase letter or a number.

• Bucket names must not be formatted as an IP address (for example, 192.168.5.4).

• When using virtual hosted–style buckets with SSL, the SSL wildcard certificate only matches buckets that do not contain periods. To work around this, use HTTP or write your own certificate verification logic. We recommend that you do not use periods (".") in bucket names.

Issue/Introduction

Migrator configuration test fails with "Reason: The parameter is incorrect"