Network Interfaces Not Coming Up on Boot When Using NVMe-TCP on RHEL/Rocky/AlmaLinux

Audience
Public
Product
FlashArray
Content Type
Source Type
Knowledge Base

Network Interfaces Not Coming Up on Boot When Using NVMe-TCP on RHEL/Rocky/AlmaLinux

KB0022962
Pure Product
FlashArray
Environment

NVMe-TCP on RHEL/Rocky/AlmaLinux

Symptoms
  • Storage interfaces not configured after reboot
  • Connections fail because interfaces are down
Resolution
# Verify auto configuration
grep "auto <interface>" /etc/network/interfaces

# Or for NetworkManager
nmcli connection modify <connection> connection.autoconnect yes

# Enable networking service
systemctl enable NetworkManager  # or networking