Manage Storage Servers and LSUs
Use the following commands to manage OpenStorage Technology (OST) storage servers and attached logical storage units (LSUs).
Note: OST is only available on certain DXi models. To see if OST is enabled for your system, check the Utilities > License Keys page in the remote management console.

Add an OST storage server.
Command
syscli ‑‑add storageserver ‑‑name <server_name> ‑‑maxconnect <connect_count> [(‑‑target <host_name_or_ip>)] [‑‑desc <description>] [‑‑concurrentopdup disabled|enabled]

Review the following attribute descriptions.
|
Adds an OST storage server. |
|
Enter the name of the storage server to add. |
|
Enter the maximum number of connections allowed to the storage server. You can use any number between 0 and 65536, which is an inclusive range. |
|
Enter the replication target system's IP address or hostname, as needed. If a target system has not been configured for the source system, invoking this command returns an error. |
|
Enter a description for the storage server, as needed. |
|
If specified, sets the OST Concurrent Optimized Duplication setting of the given storage server. The default setting is disabled. |

Delete the specified OST storage server.
Command
syscli ‑‑del storageserver ‑‑name <server_name>

Edit one or more attributes of an existing storage server.
Command
syscli ‑‑edit storageserver ‑‑name <server_name> [‑‑maxconnect <connect_count>] [(‑‑target <host_name_or_ip>)] [‑‑desc <storageserver_description>] [‑‑concurrentopdup disabled|enabled]

Review the following attribute descriptions.
|
Edits an existing OST storage server. |
|
Enter the name of the storage server to edit. |
|
Enter the maximum number of connections allowed to the storage server. You can use any number between 0 and 65536, which is an inclusive range. |
|
Enter the replication target system's IP address or hostname, as needed. If a target system has not been configured for the source system, invoking this command returns an error. |
|
Enter a description for the storage server, as needed. |
|
If specified, sets the OST Concurrent Optimized Duplication setting of the given storage server. The default setting is disabled. |

List existing OST storage servers and their associated attributes.
Command
syscli ‑‑list storageserver [‑‑name <server_name> |‑‑namematch <pattern>]

Review the following attribute descriptions.
|
Lists storage servers. |
|
If you use this option, only information for the specified storage server displays. |
|
If you use this option, only storage servers whose names match the specified pattern are listed. The wild characters
|

Add an LSU to a specified storage server.
Command
syscli ‑‑add lsu {‑‑name <lsu_name> ‑‑capacity <lsu_capacity_GB>} | ‑‑unlimited ‑‑storageserver <server_name> [‑‑desc <lsu_description>]

Review the following attribute descriptions.
|
Adds an LSU to the specified storage server. |
|
Enter the name of the LSU. If you specify the |
|
Enter the capacity of the LSU in GB. |
|
If specified, the capacity is set to the available physical capacity on the system. |
|
Enter the name of the storage server to which to add the LSU. |
|
Enter a description of the LSU, if needed. |

Delete an LSU from a specified storage server.
Command
syscli ‑‑del lsu ‑‑name <lsu_name> ‑‑storageserver <server_name> ‑‑force

Review the following attribute descriptions.
‑‑del lsu
|
Deletes the specified LSU from the specified storage server. |
‑‑name <lsu_name>
|
Enter the name of the LSU to delete. |
‑‑storageserver <server_name>
|
Enter the name of the storage server from which to delete the LSU. |
‑‑force
|
If specified, the LSU is deleted even if it contains files or backup images. |

Edit an LSU of the specified storage server.
Command
syscli ‑‑edit lsu ‑‑name <lsu_name> ‑‑storageserver <server_name> [‑‑desc <lsu_description>] [‑‑capacity <lsu_capacity_GB>]

Review the following attribute descriptions.
|
Edits the specified LSU attached to the specified storage server. |
|
Enter the name of the LSU to edit. You cannot edit an LSU's name if it is |
|
Enter the name of the storage server to which to add the LSU. |
|
Enter a description of the LSU, if needed. |
|
Enter the capacity of the LSU in GB. |

List LSUs attached to a storage server.
Command
syscli ‑‑list lsu ‑‑storageserver <server_name> [‑‑name <lsu_name>]
Example Output
Total count = 1
[LSU = 1]
LSU name = Lsu1
Server name = Back_Server
Physical capacity = 20.00 GB
Backup images = 0
Description = LSU_One
OST AIR = enabled
AIR user = JohnD
Target Server name = TargSS
Target LSU name = TargLSU
Note: The last 3 items in the example output display only when OST AIR is enabled. Otherwise, the output displays OST AIR = disabled
.

Review the following attribute descriptions.
|
Lists LSUs for the specified storage server. |
|
Enter the name of the storage server for which to list LSUs. |
|
If you use this option, only information for the specified LSU displays. |