Skip Navigation

Coraid

1.877.548.7200  |  Contact Us  |  Partner Login

Bookmark and Share

   Linkedin   Twitter

Support

Home > Fast Support HowTo > EM FAQ

EtherDrive Mirror (EM) Appliance FAQ


  • Q 1: What is the recommended procedure for updating an SR's firmware if it is providing elements for the EtherDrive Mirror (EM) appliance?

    The update of an SR's firmware when it is providing elements for an EM mirror should be considered a scheduled "downtime event." In a Linux environment the following procedure is recommended:

    1. Download the latest SR firmware release from the SR support page.
    2. Follow the instructions in Appendix "C" of the SR software user manual to update the SR's firmware, however do not reboot the SR after running 'update' at the SR console.
    3. As an optional step, the value of /sys/module/aoe/parameters/aoe_deadsecs on the Linux initiator can be increased to allow more time for the following steps. This is the time in seconds (default = 180) that the AoE initiator will wait before declaring a disappeared target "dead." For example:

      [root@stuart ~]# cat /sys/module/aoe/parameters/aoe_deadsecs
      180
      [root@stuart ~]# echo 300 > /sys/module/aoe/parameters/aoe_deadsecs
      [root@stuart ~]# cat /sys/module/aoe/parameters/aoe_deadsecs
      300
      [root@stuart ~]# 
      

    4. Next, offline the EM mirrors for which the SR being updated is providing the mirror elements. This step stops all traffic to the mirror, preventing the EM from declaring the SR's LUN missing and putting the mirror in a degraded state:

      EM 320> lsmir
      LUN  ONLINE     TARGETA     TARGETB                 SLENGTH  PARTS  LABEL
      1        ON        20.1        21.1           5,860,575,357    n/a  
      EM 320> offline 1
      EM 320> lsmir
      LUN  ONLINE     TARGETA     TARGETB                 SLENGTH  PARTS  LABEL
      1       OFF        20.1        21.1           5,860,575,357    n/a  
      EM 320>
      

    5. Reboot the SR on which 'update' was run in step 2.

    6. Immediately after the SR has finished booting and the prompt has returned, online the EM mirror again:

      EM 320> online 1
      EM 320> lsmir
      LUN  ONLINE     TARGETA     TARGETB                 SLENGTH  PARTS  LABEL
      1        ON        20.1        21.1           5,860,575,357    n/a  
      EM 320> 
      

    7. If you increased the value of /sys/module/aoe/parameters/aoe_deadsecs on the AoE inititator in step 3 above, you should now restore the former value. Remember that the default is 180 seconds:

      [root@stuart ~]# cat /sys/module/aoe/parameters/aoe_deadsecs
      300
      [root@stuart ~]# echo 180 > /sys/module/aoe/parameters/aoe_deadsecs
      [root@stuart ~]# cat /sys/module/aoe/parameters/aoe_deadsecs
      180
      [root@stuart ~]#
      

  • Q 2: I still need help. What should I do next?

    We have hints that will help you get the fastest and best support we can provide at our Fast Support HOWTO. If you still need assistance with your CORAID EtherDrive Mirror please send the information requested at the Fast Support HOWTO to support@coraid.com.