Skip to content

add environment storage controller

Chris Ladd edited this page Oct 11, 2019 · 1 revision

add environment storage controller

Usage

stack add environment storage controller {environment ...} {arrayid=string} [adapter=integer] [enclosure=integer] [hotspare=integer] [raidlevel=integer] [slot=integer]

Description

Add a storage controller configuration for an environment.

Arguments

  • [environment]

    An environment name.

Parameters

  • [arrayid=string]

  • {adapter=integer}

  • {enclosure=integer}

  • {hotspare=integer}

  • {raidlevel=integer}

  • {slot=integer}

    Slot address(es). This can be a comma-separated list meaning all disks in the specified slots will be associated with the same array

Examples

  • stack add environment storage controller test slot=1 raidlevel=0 arrayid=1

    The disk in slot 1 should be a RAID 0 disk for the test environment.

  • stack add environment storage controller test slot=2,3,4,5,6 raidlevel=6 hotspare=7,8 arrayid=2

    The disks in slots 2-6 in the test environment should be a RAID 6 with two hotspares associated with the array in slots 7 and 8.

Clone this wiki locally