In rescue mode, anaconda can not detect FCoE storage.

Solution Unverified - Updated -

Environment

  • Red Hat Enterprise Linux 6
  • anaconda
  • Broadcom CNA

Issue

  • In rescue mode, anaconda can not detect FCoE storage. When I choose "Advanced" and "FCoE", anaconda causes the panic.

Resolution

  • Temporarily workaround
    When you proceed the step which choose "Continue" "Skip" "Read-only", you should do following steps.

    1. Go to virtual console with 'Alt + Ctrl + F2'
    2. Run following commands.

      # modprobe bnx2fc
      # ifconfig <network device which connects to FCoE> up
      # fipvlan -c -s -f "-fcoe" <network device which connects to FCoE>
      
    3. Go back to the menu with 'Alt + Ctrl + F1'
    4. Select "Continue"

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments