PureStorage: Difference between revisions
Jump to navigation
Jump to search
(→CLI) |
No edit summary |
||
Line 23: | Line 23: | ||
==Enable support assist== | ==Enable support assist== | ||
<pre>purearray remoteassist --connect</pre> | <pre>purearray remoteassist --connect</pre> | ||
==Show capacity there is on the array== | |||
<pre>purearray list --space</pre> | |||
Example output: | |||
<pre style="color: silver; background: black; width: 1000px"> | |||
Name Capacity Parity Provisioned Size Thin Provisioning Data Reduction Total Reduction Volumes Snapshots Shared Space System Total | |||
STORAGE01 57.06T 100% 183765G 57% 2.9 to 1 6.8 to 1 24.85T 9.51T 2.00T 0.00 36.36T | |||
</pre> | |||
==Show controller status and firmware version== | |||
<pre>purearray list --controller</pre> | |||
Example output: | |||
<pre style="color: silver; background: black; width: 1000px"> | |||
Name Type Mode Model Version Status | |||
CT0 array_controller secondary FA-X50R2 5.1.10 ready | |||
CT1 array_controller primary FA-X50R2 5.1.10 ready | |||
</pre> | |||
[[Category:Pure Storage]] | [[Category:Pure Storage]] | ||
[[Category:storage]] | [[Category:storage]] | ||
[[Category:san]] | [[Category:san]] |
Revision as of 12:44, 27 August 2019
CLI
List snapshots
purevol list --snap --space
volume1_datatore.176 1536G 1.67G volume2_datatore.178 1536G 1.66G volume3_datatore.179 1536G 1.43G
Show volume replication progress/status
purepgroup list --snap --transfer --target
Example output:
Name Source Created Started Completed Progress Data Transferred Physical Bytes Written STORAGE01:Tier-4.138 STORAGE01:Tier-4 2019-06-18 18:00:00 BST 2019-06-18 18:00:00 BST 2019-06-18 18:00:19 BST 100.00% 1.16G 1000.16M STORAGE01:Tier-4.136 STORAGE01:Tier-4 2019-06-17 18:00:00 BST 2019-06-17 18:00:00 BST 2019-06-17 18:00:25 BST 100.00% 1.55G 1.40G STORAGE01:Tier-4.134 STORAGE01:Tier-4 2019-06-16 18:00:00 BST 2019-06-16 18:00:00 BST 2019-06-16 18:00:20 BST 100.00% 1.04G 913.38M
Enable support assist
purearray remoteassist --connect
Show capacity there is on the array
purearray list --space
Example output:
Name Capacity Parity Provisioned Size Thin Provisioning Data Reduction Total Reduction Volumes Snapshots Shared Space System Total STORAGE01 57.06T 100% 183765G 57% 2.9 to 1 6.8 to 1 24.85T 9.51T 2.00T 0.00 36.36T
Show controller status and firmware version
purearray list --controller
Example output:
Name Type Mode Model Version Status CT0 array_controller secondary FA-X50R2 5.1.10 ready CT1 array_controller primary FA-X50R2 5.1.10 ready