qcreate container

Updated

Description

This command creates a container that can be associated with a Vault Tracker policy.

If an error occurs, an error code and description appear: "container: Error errorcode: errordescription"

Usage

qcreate container [-cs <commserve_host_name>] -container <containername> -cap <capacity> [-track <trackingid>] [-desc <description>] [-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-cs

CommServe host name

-container

Name for the container

-cap

Maximum capacity of the container

-track

Container's tracking ID

-desc

A description of the container

-tf

Read token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures because of the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Create a container with the name box1 with a maximum capacity of 50.

qcreate container -container box1 -cap 50
    

Was this page helpful?