Changes between Version 43 and Version 44 of 3Ware


Ignore:
Timestamp:
08/01/12 11:28:46 (12 years ago)
Author:
Adam Cécile
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 3Ware

    v43 v44  
    7575http://www.3ware.com/support/UserDocs/CLIGuide-9.5.1.1.pdf
    7676
    77 === 3.1.2. Enabling/Disabling Write Cache ===
     77=== 3.1.2. !Enabling/Disabling Write Cache ===
    7878
    7979{{{
    80 server:~# tw-cli
    81 //server> '''info c0'''
     80//server> info c0
    8281
    8382Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy
    8483------------------------------------------------------------------------------
    85 u0    RAID-1    OK             -       -       -       232.885   '''OFF'''    -     
     84u0    RAID-1    OK             -       -       -       232.885   OFF    -     
     85}}}
    8686
    87 Port   Status           Unit   Size        Blocks        Serial
    88 ---------------------------------------------------------------
    89 p0     OK               u0     232.88 GB   488397168     VFC100R10RSARM     
    90 p1     OK               u0     232.88 GB   488397168     VFC100R10DS7RD     
    91 
     87Write cache is '''OFF'''.
     88   
     89Let's turn it '''ON'''.
     90{{{
    9291//server> '''set cache c0 u0 on'''
    9392Setting Write Cache Policy on /c0/u0 to [on] ... Done.
     
    9897Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy
    9998------------------------------------------------------------------------------
    100 u0    RAID-1    OK             -       -       -       232.885   '''ON'''     -     
    101 
    102 Port   Status           Unit   Size        Blocks        Serial
    103 ---------------------------------------------------------------
    104 p0     OK               u0     232.88 GB   488397168     VFC100R10RSARM     
    105 p1     OK               u0     232.88 GB   488397168     VFC100R10DS7RD     
    106 
    107 //server>
     99u0    RAID-1    OK             -       -       -       232.885   ON     -     
    108100}}}
    109101