Installing AlmaLinux 9 on Servers with Emulex BE3 Network Chipset

Overview

Some servers, such as the BL460 G7, BL460 G8, BL465c G8, and certain BL460c G9 models, utilize the Emulex BE3 network chipset.

This chipset is not supported by CentOS 8, CentOS 9, and their derivatives, including AlmaLinux 8 & 9, Rocky Linux 8 & 9, and CloudLinux 8 & 9.

As a result, standard installation media may not recognize the network adapter, leading to installation issues.

To address this, we have created custom AlmaLinux 8 and AlmaLinux 9 bootable ISO files that include the necessary drivers for the Emulex BE3 network chipset.

Available at: http://cdn.flokinet.net/AlmaLinux-9.0-x86_64-boot-be2net.iso

You only need to access the VPN provided with your dedicated server, to access to the server's management interface (iLO).

Step-by-Step Installation Guide

Step 1: Access the Server's iLO Interface

  1. Connect to the VPN: Ensure you are connected to the VPN provided with your server.
  2. Open iLO Interface: Launch a web browser and enter the IP address of your server's iLO interface.
    • (This IP address, along with the username and password, was provided in your server's delivery details.)
  3. Log In: Enter the iLO credentials to access the management interface.

Step 2: Mount the Custom AlmaLinux ISO

  1. Locate the Custom ISO: Use the following links to access the custom AlmaLinux ISO files (these links are only reachable via the VPN):
  2. Mount the ISO via Virtual Media:
    1. In the remote console window, locate the "Virtual Media" or "Virtual Drives" menu.
    2. Select "Virtual Media" > "Virtual Media" (or "Virtual Drives" > "Image File CD/DVD").
    3. In the dialog that appears, choose to mount an image from a URL.
      • Enter the URL of the custom ISO file (e.g., http://cdn.flokinet.net/AlmaLinux-9.0-x86_64-boot-be2net.iso).
    4. Click "Mount" or "Connect" to attach the ISO to the virtual drive.
  3. Verify the ISO is Mounted: The ISO should now appear as a virtual CD/DVD drive connected to the server.

Step 3: Boot from the ISO and Begin Installation

  1. Reboot the Server: From the iLO interface, reboot the server if it is not already powered on.
  2. Launch Remote Console:
    1. In the iLO interface, navigate to the "Remote Console & Media" tab.
    2. Click on "Launch" to open the remote console. You can choose either the HTML5 or Java console based on availability.
  3. Access Boot Menu: During the server's boot sequence, press the appropriate key (usually F11) to access the boot menu.
  4. Select Boot Device: Choose the "Virtual CD/DVD-ROM" or "Virtual Drive" as the boot device.
  5. Begin Installation: The server will boot from the custom AlmaLinux ISO. Proceed with the AlmaLinux installation as you normally would.

Step 4: Post-Installation Steps

After completing the OS installation, perform the following steps to ensure the network driver stays updated alongside the OS:

  1. Import ELRepo GPG Key:
    rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
    
  2. Install ELRepo Repository:
    yum -y install https://www.elrepo.org/elrepo-release-9.el9.elrepo.noarch.rpm
    

    Note: Replace elrepo-release-9.el9.elrepo.noarch.rpm with the appropriate package if you are using AlmaLinux 8.

  3. Update System and Install Network Driver:
    yum -y update && yum -y install kmod-be2net
    
  4. Rebuild Initramfs:
    dracut -f -v
    

Important: The ELRepo repository may have slower download speeds. Please be patient during the installation process.

Step 5: Complete the Setup

  1. Restart the server to ensure all updates and driver installations take effect.
  2. Confirm that the network adapter is functioning correctly with full network connectivity.

Assistance

If you need any assistance, please open a ticket with our Dedicated Server department, and we will be happy to assist you with the installation.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

BL460c Gen7 running kernel 5.15 - fix

With kernel 5.15 intel_iommu now defaults to on. The kernel config of the new 5.15 series enables...

How long does it takes untill my dedicated server is delivered?

The delivery time depends on location and model.If a server is in stock we do normally deliver...

Which Operating System is available for my VPS or Dedicated Server?

Our VPS platforms are built on KVM (Kernel-based Virtual Machine) technology, supporting a broad...

About Pre-Boot Encryption (PBE)

Pre-boot encryption (PBE) is an additional security measure you can take to protect the data at...

Connecting to iLO/IPMI

The iLO interface will allow you to control your server through a separate isolated network and...