Registration command of the Cloud Storage System Environment Settings (Amazon S3)

You can register Cloud Storage System Environment Settings for Amazon S3 to the Cloud Storage DB.

Note

You cannot register Cloud Storage System Environment Settings while HULFT is running.

If you register Cloud Storage System Environment Settings while HULFT is running, registration fails because of the exclusive lock.

Be sure to stop HULFT before you register a value in the Cloud Storage System Environment Settings.

Registration command of the Cloud Storage System Environment Settings

utls3sysconf [OPTIONS]

Parameter explanation

[OPTIONS]

These are parameter options.

-f, --force

Omission of confirmation (optional)

This parameter registers information without confirmation of the registered information.

When you omit it, a confirmation message is output before registration of the Cloud Storage System Environment Settings.

Are you sure to register? [y/n]:

Input "y" or "Y" to register the Cloud Storage System Environment Settings specified by the command.

Input other than "y" or "Y" ends in an error.

--dl-parallels NUM

Total number of parallel downloads (optional)

This parameter specifies the total maximum number of parallel downloads from object storage on Cloud Storage Option.

Specify from "2" to "999".

When you omit it, the setting value that is already registered is kept.

If you specify both "--dl-parallels" and "--reset-dl-parallels", an error occurs.

Note

If you change the Total Number of Parallel Downloads to a larger value than the value of "48" that is used when the field is not specified, the load on the system may be high depending on the operating environment. Be aware of this fact when you change the Total Number of Parallel Downloads.

--reset-dl-parallels

Initialization of total number of parallel downloads (optional)

This parameter resets the total number of parallel downloads from object storage on Cloud Storage Option to the default value of "48".

If you specify both "--dl-parallels" and "--reset-dl-parallels", an error occurs.

--ul-parallels NUM

Total number of parallel uploads (optional)

This parameter specifies the total maximum number of parallel uploads to object storage on Cloud Storage Option.

You can specify from "2" to "999".

When you omit it, the setting value that is already registered is kept.

If you specify both "--ul-parallels" and "--reset-ul-parallels", an error occurs.

Note

If you change the Total Number of Parallel Uploads to a larger value than the value of "32" that is used when the field is not specified, the load on the system may be high depending on the operating environment. Be aware of this fact when you change the Total Number of Parallel Uploads.

--reset-ul-parallels

Initialization of total number of parallel uploads (optional)

This parameter resets the total number of parallel uploads to object storage on Cloud Storage Option to the default value of "32".

If you specify both "--ul-parallels" and "--reset-ul-parallels", an error occurs.

Supplement

  • As shown below, you can specify either with a space or an equals sign (=) between the parameter and the setting value.

      --parameter Value 
      --parameter=Value

  • If you specify "-h" or "--help" for the parameter, the usage is output.