nerdexam
IBM

000-221 · Question #92

The administrator cannot ping the hostname of any system on the local network, including LPARs in the same managed system that have virtual Ethernet adapters configured on the same subnet and VLAN…

The correct answer is D. DNS is disabled and the /etc/hosts file on the host does not contain the addresses for the hostnames. Inability to ping any host by hostname - including LPARs on the same subnet reachable at the IP layer - points to a hostname resolution failure caused by disabled DNS and missing /etc/hosts entries.

Troubleshooting and Problem Determination

Question

The administrator cannot ping the hostname of any system on the local network, including LPARs in the same managed system that have virtual Ethernet adapters configured on the same subnet and VLAN. What is the most likely cause of this problem?

Options

  • AThe Ethernet cable from the system to the switch is disconnected or faulty.
  • BThe Shared Ethernet Adapter in the Virtual I/O Server in the managed system has a problem and is
  • CThe routing table has been flushed on the host and the default route is no longer configured.
  • DDNS is disabled and the /etc/hosts file on the host does not contain the addresses for the hostnames

How the community answered

(34 responses)
  • A
    18% (6)
  • B
    6% (2)
  • C
    6% (2)
  • D
    71% (24)

Why each option

Inability to ping any host by hostname - including LPARs on the same subnet reachable at the IP layer - points to a hostname resolution failure caused by disabled DNS and missing /etc/hosts entries.

AThe Ethernet cable from the system to the switch is disconnected or faulty.

A disconnected or faulty physical Ethernet cable would also break IP-level connectivity, but LPARs sharing a virtual Ethernet adapter on the same VLAN within the same managed system communicate through the hypervisor's internal virtual switch without traversing the physical cable.

BThe Shared Ethernet Adapter in the Virtual I/O Server in the managed system has a problem and is

A Shared Ethernet Adapter failure in the VIO Server would disrupt traffic between the internal virtual network and the external physical network, but intra-VLAN communication between LPARs on the same managed system does not traverse the SEA, so those LPARs would still be reachable by IP.

CThe routing table has been flushed on the host and the default route is no longer configured.

A flushed routing table removes default and static routes needed to reach other subnets, but systems on the same local subnet are reached via direct layer-2 forwarding and do not require a routing table entry, so same-subnet LPARs would remain pingable by IP.

DDNS is disabled and the /etc/hosts file on the host does not contain the addresses for the hostnamesCorrect

Because LPARs on the same VLAN and subnet would still be reachable by IP through the virtual switch regardless of physical cabling or routing issues, the fact that hostname-based pings fail for all hosts including those on the same subnet isolates the problem to name resolution - when DNS is disabled and /etc/hosts lacks the required hostname-to-address mappings, the OS cannot resolve any hostname before attempting the ping.

Concept tested: Hostname resolution via DNS and /etc/hosts in AIX

Source: https://www.ibm.com/docs/en/aix/7.3?topic=management-configuring-hosts-file

Topics

#hostname resolution#DNS#/etc/hosts#virtual Ethernet

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice