Manage OST Global Settings
Use the following commands to manage global settings for OpenStorage Technology (OST).
Note: OST is only available on certain DXi models. See your DXi User's Guide to determine whether OST is available for your model.

WRITER COMMENT: Commenting out references to pre 3.2 versions.
Set various OST global settings for DXi systems, versions 3.0 and older.
Command
syscli ‑‑set ostsetting [‑‑accent on|off] [‑‑accentencryption on|off [‑‑accentencryptiontype aes128|aes256|tlsaes256]]

Review the following attribute descriptions.
|
Sets the specified OST settings. |
|
Turns the global accent setting on or off, as specified |
|
Turns the global accent encryption setting on or off, as specified. Note: To enable encryption, the Data-In-Flight License must be installed. Encryption is not available in all regions. See Manage Encryption. |
|
If you enabled encryption, specify the Accent encryption type, either AES 128 bits, AES 256 bits, or TLS 256 bits. |

Set various OST global settings for DXi systems.
Command
syscli ‑‑set ostsetting [‑‑accent on|off] [‑‑encryption on|off [‑‑encryptiontype aes128|aes256|tlsaes256]]

Review the following attribute descriptions.
|
Sets the specified OST settings. |
|
Turns the global accent setting on or off, as specified |
|
Turns the global accent encryption setting on or off, as specified. Note: To enable encryption, the Data-In-Flight License must be installed. Encryption is not available in all regions. See Manage Encryption. |
|
If you enabled encryption, specify the Accent encryption type, either AES 128 bits, AES 256 bits, or TLS 256 bits. |

Display the OST global settings for DXi systems.
Command
syscli ‑‑get ostsetting

List currently running Accent statistics obtained from OST. By default, the displayed report lists the aggregate statistics of all media servers. If you specify the ‑‑all
option, the report consists of the aggregate statistics followed by the statistics of individual media servers.
Command
syscli ‑‑list accentstats [‑‑all]
Example Output with Accent statistics
syscli ‑‑list accentstats
Output data:
OST Statistics:
Total count = 1
[Client = 1]
Client id = AGGREGATE
Media Server count = 1
Time stamp = 1360085335 (Tue Feb 5 09:28:55 2013)
Measure period = 60000 ms
Accent Statistics:
Before Accent (received) = 312606720 bytes
After Accent (received) = 663488 bytes
Before Accent (sent) = 0 bytes
After Accent (sent) = 258912 bytes
Unique data = -1
Receive ratio = 471.16:1
Ethernet bandwidth rate (received) = 11058.13 bytes/s
Ethernet bandwidth rate (sent) = 4315.20 bytes/s
Virtual rate (received) = 5210112.00 bytes/s
Virtual rate (sent) = 0.00 bytes/s
Bandwidth Reduction = 99.79%%
Ethernet In = 0.01 MB/s
Inline = 5.21 MB/s
Optimized Duplication Statistics:
Images in-progress = 5
Remaining in rep-queue = 1345000 bytes
Processed last 60 seconds = 5000000 bytes
Unique last 60 seconds = 2500000 bytes
Processed to Unique ratio = 2.00:1
Ethernet bandwidth rate = 41666.67 bytes/s
Virtual rate = 83333.34 bytes/s
Bandwidth Reduction = 50.00
Ethernet In = 0.04 MB/s
Inline = 0.08 MB/s
Command completed successfully.
Example Output without Accent statistics
syscli ‑‑list accentstats
Output data:
OST Statistics:
Total count = 1
[Client = 1]
Client id = AGGREGATE
Media Server count = 1
Time stamp = 1360085335 (Tue Feb 5 09:28:55 2013)
Measure period = 60000 ms
Accent Statistics: disabled
Optimized Duplication Statistics:
Images in-progress = 5
Remaining in rep-queue = 1345000 bytes
Processed last 60 seconds = 5000000 bytes
Unique last 60 seconds = 2500000 bytes
Processed to Unique ratio = 2.00:1
Ethernet bandwidth rate = 41666.67 bytes/s
Virtual rate = 83333.34 bytes/s
Bandwidth Reduction = 50.00
Ethernet In = 0.04 MB/s
Inline = 0.08 MB/s
Command completed successfully.