Changes between Version 42 and Version 43 of 3Ware


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

--

Legend:

Unmodified
Added
Removed
Modified
  • 3Ware

    v42 v43  
    7575http://www.3ware.com/support/UserDocs/CLIGuide-9.5.1.1.pdf
    7676
    77 === 3.1.2. My opinion about tw_cli ===
     77=== 3.1.2. Enabling/Disabling Write Cache ===
     78
     79{{{
     80server:~# tw-cli
     81//server> '''info c0'''
     82
     83Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy
     84------------------------------------------------------------------------------
     85u0    RAID-1    OK             -       -       -       232.885   '''OFF'''    -     
     86
     87Port   Status           Unit   Size        Blocks        Serial
     88---------------------------------------------------------------
     89p0     OK               u0     232.88 GB   488397168     VFC100R10RSARM     
     90p1     OK               u0     232.88 GB   488397168     VFC100R10DS7RD     
     91
     92//server> '''set cache c0 u0 on'''
     93Setting Write Cache Policy on /c0/u0 to [on] ... Done.
     94
     95
     96//server> '''info c0'''
     97
     98Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy
     99------------------------------------------------------------------------------
     100u0    RAID-1    OK             -       -       -       232.885   '''ON'''     -     
     101
     102Port   Status           Unit   Size        Blocks        Serial
     103---------------------------------------------------------------
     104p0     OK               u0     232.88 GB   488397168     VFC100R10RSARM     
     105p1     OK               u0     232.88 GB   488397168     VFC100R10DS7RD     
     106
     107//server>
     108}}}
     109
     110=== 3.1.3. My opinion about tw_cli ===
    78111
    79112tw_cli is really a good utility. It show all needed informations in just one command.[[BR]]