📖 ~1 min read
Table of contents
Symptom & Impact
Network adapter shows DOWN or DEAD in entstat; connectivity is lost on en0.
Environment & Reproduction
After cable, switch port, or virtual adapter VLAN changes in HMC/VIOS.
netstat -in
entstat -d en0
ifconfig -a
Root Cause Analysis
Adapter is detached, has wrong attributes, or the underlying SEA on VIOS is failed.
Quick Triage
Check interface, adapter, and link status side by side.
ifconfig -a
entstat -d en0 | head
lsdev -Cc adapter
Step-by-Step Diagnosis
Inspect errpt entries and adapter attributes for mismatched media or VLAN.
errpt -a | head -60
lsattr -El ent0
entstat -d en0

Solution – Primary Fix
Reset attributes and bring the interface up; on VIOS, validate SEA failover.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
chdev -l en0 -a state=up
ifconfig en0 up
entstat -r en0

Solution – Alternative Approaches
Recreate the SEA on VIOS or move the workload to a backup adapter via EtherChannel.
Verification & Acceptance Criteria
Interface is UP, ping succeeds, and entstat counters increment.
ping -c3 gateway
entstat -d en0 | head
netstat -in
Rollback Plan
Restore prior adapter attributes if the change caused link instability.
chdev -l ent0 -a media_speed=auto
ifconfig en0 up
entstat -d en0
Prevention & Hardening
Document adapter attributes, use EtherChannel, and monitor SEA from VIOS.
Related Errors & Cross-Refs
Related to errpt LINK_ERR entries, NFS hangs, and topas net spikes.
Related tutorial: View the step-by-step tutorial for aix-7.3.
View all aix-7.3 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
IBM AIX 7.3 networking and VIOS SEA documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.