Mac Pro Late 2013 ESXi Compatibility Guide

Overview

This guide documents the ESXi compatibility status and upgrade limitations for the Mac Pro Late 2013 in a homelab environment.

Hardware Specifications

Mac Pro Late 2013 (MacPro6,1)

  • Model: Mac Pro “Twelve Core” 2.7 (Late 2013)
  • CPU: Intel Xeon E5-2697v2 (12-core, 2.7GHz)
  • Architecture: Ivy Bridge (22nm, released 2013)
  • Memory: 128GB DDR3 ECC RAM
  • Storage: 250GB PCIe SSD
  • GPU: Dual AMD FirePro D700 (6GB VRAM each, 12GB total)
  • Network: Dual Gigabit Ethernet
  • Form Factor: Cylindrical design (“Trash Can”)

ESXi Compatibility Status

Version Support Matrix

ESXi Version Support Status Notes
ESXi 5.5 ✅ Supported On HCL after Update 2 Patch 1
ESXi 6.0 ✅ Supported Full support
ESXi 6.5 ✅ Supported On HCL for all Mac Pro 6,1 variants
ESXi 6.7 ✅ Supported Full support
ESXi 7.0 ✅ Supported Currently running 7.0.3
ESXi 8.0 ❌ NOT Supported CPU architecture too old

Why ESXi 8.0 is Not Supported

Primary Issue: CPU Architecture Requirements

  1. Mac Pro CPU: Intel Xeon E5-2697v2 (Ivy Bridge, v2 generation)
  2. ESXi 8.0 Minimum: Intel Xeon E5/E7 v3 (Haswell) or newer
  3. Gap: One generation behind minimum requirements

VMware CPU Support Timeline

Intel Xeon Generations:
- E5/E7 v1 (Sandy Bridge)    - ESXi 7.0 last supported version
- E5/E7 v2 (Ivy Bridge)       - ESXi 7.0 last supported version ← Mac Pro
- E5/E7 v3 (Haswell)          - ESXi 8.0 minimum requirement
- E5/E7 v4 (Broadwell)        - ESXi 8.0 fully supported
- Newer generations           - ESXi 8.0+ fully supported

Current Configuration

ESXi Installation Details

  • Current Version: ESXi 7.0 Update 3 (build-21424296)
  • Installation Date: [Previous installation]
  • Status: ✅ Fully operational
  • Role: High-memory workload host

Network Configuration

  • Hostname: esxi-macpro (or as configured)
  • IP Address: [To be configured]
  • Domain: markalston.net
  • Management Network: VLAN 10

Stay on ESXi 7.0.x

Benefits:

  • ✅ Full hardware compatibility
  • ✅ Stable and proven on Mac Pro
  • ✅ Security updates until April 2027
  • ✅ No hardware limitations
  • ✅ Can coexist with ESXi 8.0 hosts in vCenter

Latest ESXi 7.0 Version:

  • Check for ESXi 7.0 Update 3p or newer patches
  • Apply security patches regularly

Mixed Environment Best Practices

  1. vCenter Management: ``` vCenter 8.0 can manage:
    • ESXi 8.0 hosts (Intel NUCs)
    • ESXi 7.0 hosts (Mac Pro) ```
  2. Feature Compatibility:
    • vMotion between versions requires EVC mode
    • Some advanced features may be limited to ESXi 8.0 hosts
    • Storage vMotion works across versions
  3. Workload Placement:
    • Mac Pro: Memory-intensive workloads (128GB RAM advantage)
    • Intel NUCs: Latest vSphere 8 features and security

Maintenance Procedures

Patching ESXi 7.0

  1. Check Current Version:
    ssh root@esxi-macpro "vmware -v"
    
  2. Download Latest Patch:
    • Visit VMware Customer Connect
    • Download ESXi 7.0 Update 3p (or latest)
    • Get offline bundle (.zip)
  3. Apply Patch:
    # Upload patch bundle
    scp VMware-ESXi-7.0U3p-*.zip root@esxi-macpro:/vmfs/volumes/datastore1/
       
    # Enter maintenance mode
    ssh root@esxi-macpro "esxcli system maintenanceMode set -e true"
       
    # Apply patch
    ssh root@esxi-macpro "esxcli software profile update -d /vmfs/volumes/datastore1/VMware-ESXi-7.0U3p-*.zip -p ESXi-7.0U3p-*-standard"
       
    # Reboot
    ssh root@esxi-macpro "reboot"
    

Configuration Backup

Regular backups are critical for unsupported hardware:

# Backup configuration
ssh root@esxi-macpro "vim-cmd hostsvc/firmware/backup_config"

# Download from http://esxi-macpro/scratch/downloads/

Hardware Considerations

Advantages of Mac Pro in Homelab

  1. Massive Memory: 128GB RAM for large workloads
  2. Multi-core Performance: 12 physical cores
  3. Dual 10Gb Capable: With Thunderbolt adapters
  4. Quiet Operation: Excellent thermal design
  5. Dual GPU: Potential for GPU passthrough
  6. Perfect vCenter Host: Ideal for running VCSA 8.0 with high resource requirements

Limitations

  1. No ESXi 8.0 Path: Hardware too old
  2. Power Consumption: Higher than modern alternatives
  3. Limited Expansion: Proprietary form factor
  4. No Hardware Support: Apple doesn’t certify for ESXi

Future Planning

ESXi 7.0 Lifecycle

  • General Availability: April 2, 2020
  • End of General Support: April 2, 2025
  • End of Technical Guidance: April 2, 2027

Migration Timeline

  • 2025-2027: Continue using ESXi 7.0 with patches
  • Before 2027: Plan hardware replacement
  • Options:
    • Mac Studio with virtualization
    • Additional MINISFORUM MS-A2 units
    • Refurbished enterprise servers

Troubleshooting

Common Mac Pro ESXi Issues

  1. Thunderbolt Devices Not Recognized:
    • ESXi doesn’t support Thunderbolt
    • Use USB or network adapters
  2. Fan Speed Issues:
    • Normal - ESXi can’t read Apple’s thermal sensors
    • Fans run at safe constant speed
  3. GPU Not Available for Passthrough:
    • Dual FirePro D700s not ideal for passthrough
    • Better used for Mac-specific workloads

Verification Commands

# Check hardware
ssh root@esxi-macpro "esxcli hardware platform get"

# Check CPU info
ssh root@esxi-macpro "esxcli hardware cpu list | head -20"

# Check memory
ssh root@esxi-macpro "esxcli hardware memory get"

# List datastores
ssh root@esxi-macpro "esxcli storage filesystem list"

vCenter Server 8.0 Deployment

✅ VCSA 8.0 Compatibility

YES - vCenter Server 8.0 can be deployed on ESXi 7.0.3!

Key compatibility facts:

  • vCenter 8.0 supports: ESXi 6.7, 7.0, 7.0U1, 7.0U2, 7.0U3, and 8.0
  • Mac Pro ESXi 7.0.3: Fully supported as VCSA host
  • Management capability: vCenter 8.0 can manage both ESXi 7.0 and 8.0 hosts

VCSA 8.0.2 Resource Requirements

The Mac Pro is ideal for VCSA deployment:

VCSA Size vCPUs Memory Storage Mac Pro Capacity
Tiny 2 14 GB 579 GB ✅ Excellent
Small 4 21 GB 694 GB ✅ Excellent
Medium 8 30 GB 908 GB ✅ Excellent
Large 16 42 GB 1358 GB ✅ Good (12 cores)
X-Large 24 56 GB 2283 GB ⚠️ CPU limited

Recommendation: Deploy Medium or Large size on Mac Pro

  • Mac Pro has 128GB RAM (plenty for Large VCSA at 42GB)
  • 12 physical cores can handle Large VCSA (16 vCPUs with overcommit)
  • SSD performance excellent for vCenter database

VCSA Deployment Benefits on Mac Pro

  1. Resource Isolation: Dedicated high-memory host for vCenter
  2. Performance: NVMe SSD provides excellent database performance
  3. Stability: Separate from workload hosts (Intel NUCs)
  4. Memory Headroom: 128GB allows for future growth
  5. Management Segregation: vCenter on different ESXi version than managed hosts

Deployment Architecture

┌─────────────────────────┐
│   Mac Pro (ESXi 7.0.3)  │
│   128GB RAM, 12 cores   │
│ ┌─────────────────────┐ │
│ │  VCSA 8.0.2-22617221│ │
│ │  Medium/Large Size   │ │
│ └─────────────────────┘ │
└───────────┬─────────────┘
            │ Manages
    ┌───────┴────────┐
    │                │
┌───▼────┐    ┌─────▼──┐    ┌─────────┐
│NUC-01  │    │NUC-02  │    │NUC-03   │
│ESXi 8.0│    │ESXi 8.0│    │ESXi 8.0 │
└────────┘    └────────┘    └─────────┘

Integration with Homelab

vCenter Configuration

When adding to vCenter 8.0:

  1. Add host normally
  2. Place in separate cluster or folder
  3. Configure EVC mode if needed
  4. Document version differences

Automation Considerations

Update scripts to handle version differences:

# Example: Check version before operations
ESXi_VERSION=$(ssh root@$HOST "vmware -v" | grep -o "7\|8")
if [[ $ESXi_VERSION == "7" ]]; then
    # ESXi 7.0 specific commands
else
    # ESXi 8.0 specific commands
fi

Summary

The Mac Pro Late 2013 remains a valuable homelab asset despite ESXi 8.0 incompatibility:

  • Current State: ESXi 7.0.3 (stable and supported)
  • Upgrade Path: None to ESXi 8.0 (CPU limitation)
  • Strategy: Maintain on ESXi 7.0 through 2027
  • Role: High-memory workload host in mixed environment
  • Future: Plan replacement before 2027 EOL

Key Takeaway: The Ivy Bridge architecture prevents ESXi 8.0 upgrade, but the Mac Pro continues to provide excellent service on ESXi 7.0 with its massive 128GB RAM and 12-core performance.


This project is for educational and home lab purposes.