Search results

  1. B

    10th NVMe drive not showing up in O/S installation

    Trying to install AlmaLinux 8 on a Dell R640 equipped with 10 x 7.68TB NVMe U.2 drives. All 10 show up in iDrac storage inventory so they're recognized, but only 9 show up in AlmaLinux install (via IPMI). I have replicated this issue with AlmaLinux 9, Ubuntu 20, Centos 8 Stream as well. I have...
  2. B

    10th Drive Missing Dell R640

    Trying to install AlmaLinux 8 on a Dell R640 equipped with 10 x 7.68TB NVMe U.2 drives. All 10 show up in iDRAC storage inventory so they're recognized, but only 9 show up in AlmaLinux install (via IPMI). Curious why and if there's a fix? I was advised to disable Intel VMD (Volume Management...
  3. B

    AlmaLinux 8 "no boot device found"

    Couple of oddball problems on 2 different but 100% same spec'd servers. AlmaLinux 8 on both. Main issue on these 2 particular servers, attached. Both servers are Dell R640 with 4 x 8TB NVMe (U.2) drives, no hw RAID (HBA330 pass-thru controller). Can't even use gparted delete partition. The...
  4. B

    10th NVMe Drive Missing

    Trying to install AlmaLinux 8 on a Dell R640 equipped with 10 x 7.68TB NVMe U.2 drives. All 10 show up in iDrac storage inventory so they're recognized, but only 9 show up in AlmaLinux install (via IPMI). Curious why and if there's a fix?
  5. B

    Upgrade BCM5709 Firmware / Drivers

    Can someone please help me figure out how to upgrade the drivers and firmware for my Dell R610 BCM5709 NIC? I'm baffled why it's so confusing on Dell's site. #lspci -nnk [root@server ~]# lspci -v | grep Ethernet -A 1 01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme II...
  6. B

    NIC Driver Update

    Hey folks, Would appreciate help on properly updating NIC drivers on an older Dell R610 running Ubuntu. Dell's site is utterly confusing and not really helpful. This is my output: root@none:~# lspci -v | grep Ethernet -A 1 01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme...
  7. B

    NVMe Question with Dell PowerEdge Servers

    Looking to get some new Dell rackmount servers for enhancing web hosting servers but instead of using usual 2.5" SSD (front bays), I'd like to use NVMe 2.5" drives instead, front bays if possible. I'm looking at Dell R440 Example build for VPS hosting...
  8. B

    Dell Rack Servers

    Trying to figure out compatibility here with Dell PE servers. Will buy either refurbished 13th or 14th generation 1U (or 2U) servers. Servers will be used for VPS hosting, virtualization (KVM) using Virtualizor software. System: 1U Dell EMC Server or 2U if necessary CPU: Dual Intel Xeon 20+...
  9. B

    BIND Script

    For Linux o/s where I assign a large quantity of IPv4 addresses, I use a simple bind script to quickly bind all IPs. Example: for i in $(seq 2 254); do ip addr add xxx.142.100.$i/24 dev eth0 ip addr add xxx.142.101.$i/24 dev eth0 ip addr add xxx.142.102.$i/24 dev...
  10. B

    Debian 9 Networking Issue

    Installed Debian 9 (twice even) on this server. Was pinging fine during installation via KVM on IP xxx.xxx.98.106 (main IP). After reboot, nothing is coming up on eno1 interface. Any ideas?
  11. B

    DNS Delegation on IPv4

    I use my own ns1/ns2 for DNS delegation with ARIN. I edit rDNS per /24, per zone file via cPanel/WHM or SSH console. The zones are created via WHM interface, easily for me. Now, recently I acquired a legacy block of IPv4 from an ISP. Because it's legacy, they're only able to do a...
  12. B

    Spamhaus Problem

    Spamhaus has blacklisted a /24 of mine that has a few dozen different clients. I have asked them to show me proof of evidence of spam and explained there are several different long term clients on self managed VPS servers. This is the response I get in return from Mike Anderson at Spamhaus...
Top