[Contents] [Prev] [Next] [Index] [Report an Error]

Replacing or Swapping a Disk

You can replace a failed disk or swap a working disk in a C-series Controller. Note the following limitations:

To replace or swap a disk:

  1. Disable the disk.
    user@host> request disk disable device 0 | 1

    Note: Do not power down the C-series Controller when you are swapping a disk, because doing so might result in initialization errors.

  2. Remove the disk from the system.
  3. Insert a new disk.
  4. Enable the disk.
    user@host> request disk enable device 0 | 1
  5. Initialize the new disk.
    user@host> request disk initialize device 0 | 1

    The command generates data on the disk that enables the disk controller to manage the disk. The disk controller copies data from the other disk and establishes mirroring between the two disks.

  6. Verify that the disk is initialized.
    user@host> show disk status
    C:ID:L  Device Type     Blocks    Bytes/Block Usage            Shared Rate
    
    ------  --------------  --------- ----------- ---------------- ------ ----
    
    0:00:0   Disk            145226112 512         Initialized      NO     150 
    
    0:01:0   Disk            145226112 512         Initialized      NO     150 
      
    
            Smart    Method of         Enable 
    
            Capable  Informational     Exception  Performance  Error  
    
    C:ID:L  Device   Exceptions(MRIE)  Control    Enabled      Count  
    
    ------  -------  ----------------  ---------  -----------  ------
    
    0:00:0     Y            6             Y           N             0
    
    0:01:0     Y            6             Y           N             0
     
    
    Controller Tasks
    
    TaskId Function  Done%  Container State Specific1 Specific2
    
    ------ -------- ------- --------- ----- --------- ---------
    100     Rebuild  0.3%    0         RUN   00000000  00000000
    
    

[Contents] [Prev] [Next] [Index] [Report an Error]