Quantum DXi-Series Command Line Interface (CLI) Guide
6-66538-03 Rev C
November 2010
OST CLI Commands
113
Adding an LSU
syscli --add lsu --name <lsu_name> --storageserver <server_name>
--capacity <lsu_capacity_bytes_GB> [--desc <lsu_description>]
This CLI command allows a CLI admin to add an LSU (logical storage unit) to the
existing storage server specified. The LSU name, storage server name, and the
physical capacity of the LSU (in GB) are required. The LSU description is optional.
Deleting an LSU
syscli --del lsu --name <lsu_name> --storageserver <server_name> --force
This CLI command allows a CLI admin to delete an LSU from a specified storage
server. If the
--force
option is specified, the LSU is deleted even if it is not empty
and contains files or backup images.
Editing an LSU
syscli --edit lsu --name <lsu_name> -- storageserver <server_name>
[--capacity <lsu_capacity_bytes_GB>] [--desc <lsu_description>]
This CLI command allows a CLI admin to edit an LSU attributes from a specified
storage server. The LSU description and capacity (in GB) can be changed.
Listing an LSU
syscli --list lsu --storageserver <server_name> [--name <lsu_name>]
This CLI command allows the CLI admin to display LSU attributes. If the LSU
name is not specified, all LSUs are listed.
An example output of one LSU is shown below.
Total
LSU
count
=
1
LSU
number
=
1
server
name
=
Back_Server
Physical
Capacity
=
zzz
Description
=
LSU_One
Adding an OST User
syscli --add ostuser --name <user_name> --storageserver <server_name>
[--rw]
CLI allows the CLI admin to grant access to an existing CIFS Storage Server to an
existing workgroup user. By default this user has read
-
only access to the Storage
Server. If
--rw
is specified, the user is allowed complete read
-
write access to the
Storage Server. This command works only when the server is joined to a
workgroup. If the server is joined to an Active Directory domain, complete
management of user access can be done from the Microsoft Management
Console MMC) tool.
Deleting an OST User
syscli --del ostuser --user <user_name> --storageserver <server_name>