3-21container Commandscontainer create raid5To create a RAID 5 array, use the container create raid5command. The RAID 5 array must have a minimum of three disks.When creating the RAID 5 array, you must initialize the arrayparity by using the scrub method (the /scrub switch).NotesIf you created a RAID 5 array you can run the list devicescommand on the NetWare console to verify its creation and thencreate the necessary NetWare disk partitions and volumes.For information on how to create partitions and volumes, see theappropriate NetWare documentation.Syntaxcontainer create raid5 [/cache{=boolean}][/clear{=boolean}] [/stripe_size{=integer}][/label{=string}] [/scrub{=boolean}][/wait{=boolean}] {free_space} [{scsi_device}...]Parameters{free_space}Specifies the SCSI device and its associated freespace used tocreate the RAID 5 array.For further details, see free_space on page 1-11.{scsi_device}...Specifies one or more SCSI devices. A SCSI ID consists of aSCSI bus number (e.g., 0, 1, 2, 3, etc.), SCSI device ID (0 through15 inclusive), and SCSI device logical unit number (0 through 7inclusive). See the installation guide for your controller todetermine the number of buses it actually supports.For further details, see scsi_device on page 1-10.The command uses the freespace(s) from the SCSI device(s)you specify to create the RAID 5 array. The size that thecommand uses from these device(s) is identical to the one youspecify in the free_space parameter. The minimum numberof partitions in a RAID 5 array is 3, and the maximum numberof partitions is 16.