Skip to main content
A newer release of this product is available.

vserver object-store-server create

Contributors
Suggest changes

Create an object store server

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The vserver object-store-server create command creates an object store server.

Parameters

-vserver <vserver name> - Vserver

This parameter specifies the name of the Vserver on which to create the object store server. The Vserver must already exist.

-object-store-server <Object store server name> - Object Store Server Name

This parameter specifies the name of the object store server.

-status-admin {down|up} - Object Store Server Administrative State

Use this parameter to specify whether the initial administrative status of the object store server is up or down. The default setting is up .

[-listener-port <integer>] - Object Store Server Listener Port

Use this parameter to specify the listener port for the object store server. The default port is 80 .

[-comment <text>] - Object Store Server Description

This optional parameter specifies a text comment for the object store server.

Examples

The following example creates an object store server OSS1 for Vserver vs1.

cluster1::> vserver object-store-server create -vserver vs1 -object-store-server OSS1