D-Link DSN-540 CLI User's Guide for DSN-1100-10 - Page 89

Example 4, Obtaining the Maximum Size of a Volume, Obtaining the Maximum Stripe Width of a Volume,

Page 89 highlights

Example 4 The following command lines show examples of creating volumes. The first line creates one 4-wide Parity volume with a 512KB stripeDepth (chunk-size). The second command line creates one JBOD volume. 192.168.59.25 :: createVolume my_parity_volume 10GB parity [0,1,2,3] 4 512KB 192.168.59.25 :: createVolume myjbodvolume 5GB jbod 6.3 Obtaining the Maximum Size of a Volume The following example displays the maximum size of a volume called Exchange that: Has a volume composition of parity. Is created on disks 0, 1, 2, and 3. Has a stripe width of 4 and a stripe depth of 512 KB. 192.168.59.25 :: Do GetMaxVolumeSize parity [0,1,2,3] 4 512kb 6.4 Obtaining the Maximum Stripe Width of a Volume Example 1 The following example displays the maximum stripe width supported for a JBOD. 192.168.59.25 :: Do GetMaxVolumeStripeWidth JBOD Example 2 The following example displays the maximum stripe width supported for a mirror configuration. 192.168.59.25 :: Do GetMaxVolumeStripeWidth Mirror Command Line Interface User's Guide 79

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97

Command Line Interface User’s Guide
79
Example 4
The following command lines show examples of creating volumes. The first line creates one
4-wide Parity volume with a 512KB stripeDepth (chunk-size). The second command line
creates one JBOD volume.
192.168.59.25 ::
createVolume my_parity_volume 10GB parity [0,1,2,3] 4 512KB
192.168.59.25 ::
createVolume myjbodvolume 5GB jbod
6.3
Obtaining the Maximum Size of a Volume
The following example displays the maximum size of a volume called Exchange that:
°
Has a volume composition of parity.
°
Is created on disks 0, 1, 2, and 3.
°
Has a stripe width of 4 and a stripe depth of 512 KB.
192.168.59.25 ::
Do GetMaxVolumeSize parity [0,1,2,3] 4 512kb
6.4
Obtaining the Maximum Stripe Width of a Volume
Example 1
The following example displays the maximum stripe width supported for a JBOD.
192.168.59.25 ::
Do GetMaxVolumeStripeWidth JBOD
Example 2
The following example displays the maximum stripe width supported for a mirror
configuration.
192.168.59.25 ::
Do GetMaxVolumeStripeWidth Mirror