291,294c291,297 < Change the property value for a given RAID volume. < Currently, only the cache write policy is changeable < ("on" or "off"). So param can only be the string "wp" < (SET_WR_POLICY), and value can be either "on" or "off". --- > Change the property value for a given RAID volume. > This option can be used to change cache write policy or > to activate a volume. When changing the cache write > policy, param should be the string "wp" (SET_WR_POLICY), > and value can be either "on" or "off"; and when used to > to activate a volume, param should be "state" and value > should be "activate". 371a375 > Firmware 372a377,379 > Displays the firmware version of the disk. > > 386a394 > GUID 387a396,398 > GUID string for the specified disk. This is an addi- > tional information and might be in-available in some > cases. 392d402 < 432,438c442,449 < Displays the status of the specified volume, or the < sub-volumes/disks that form the specified volume. < For a volume, the status can be "OPTIMAL" (operating < optimally), "DEGRADED" (operating with reduced func- < tionality), "FAILED" (non-functional), or "SYNC" < (disks are syncing). For a disk, the status can be < "GOOD", "FAILED", or "MISSING". --- > Displays the status of the specified volume, or the > sub-volumes / disks that form the specified volume. > For an in-active volume, the status should be > "INACTIVE"; otherwise it can be "OPTIMAL" (operating > optimally), "DEGRADED" (operating with reduced func- > tionality), "FAILED" (non-functional), or "SYNC" > (disks are syncing). For a disk, the status can > be "GOOD", "FAILED", or "MISSING". 695a707,708 > The following command displays information about disk 0.0.0 > on controller 0: 696a710 > # raidctl -l -g 0.0.0 0 698,699c712,715 < The following command displays information about disk 0.3.0 < on controller 2: --- > Disk Vendor Product Firmware Capacity Status HSP > ---------------------------------------------------------------------------- > 0.0.0 HITACHI H101473SCSUN72G SQ02 68.3G GOOD N/A > GUID:2000000cca02536c 701,708d716 < # raidctl -l -g 0.3.0 2 < < Disk Vendor Product Capacity Status HSP < -------------------------------------------------------------- < 0.3.0 MAXTOR ATLAS10K4_36SC 34732M GOOD c2t0d0 < < < 804c812 < # raidctl -a set -p "wp=off" c0t0d0 --- > # raidctl -p "wp=off" c0t0d0 806a815,820 > The following command activates the volume of c1t0d0: > > > # raidctl -p "state=activate" c1t0d0 > >