Project

General

Profile

Actions

Bug #4882

closed

FusionInventory may report duplicated Network interfaces on AIX system, causing Rudder to ignore them

Added by Nicolas CHARLES almost 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
1
Category:
Web - Nodes & inventories
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

We may have duplicate Network entries in the Inventory:

    <NETWORKS>
      <DESCRIPTION>en1</DESCRIPTION>
      <IPADDRESS>126.126.112.93</IPADDRESS>
      <IPDHCP>No</IPDHCP>
      <IPMASK>255.255.255.0</IPMASK>
      <IPSUBNET>126.246.112.0</IPSUBNET>
      <MACADDR>A6:85:84:CF:CA:2C</MACADDR>
      <STATUS>up</STATUS>
      <TYPE>ethernet</TYPE>
    </NETWORKS>
    <NETWORKS>
      <DESCRIPTION>en1</DESCRIPTION>
      <IPADDRESS>126.126.112.93</IPADDRESS>
      <IPDHCP>No</IPDHCP>
      <IPMASK>255.255.255.0</IPMASK>
      <IPSUBNET>126.246.112.0</IPSUBNET>
      <STATUS>up</STATUS>
    </NETWORKS>

From what I gather, first one is returned by command

lscfg -v -l en*

second by:
ifconfig -l
lsattr -E -l $interface->{DESCRIPTION}


Related issues 2 (0 open2 closed)

Related to Rudder - Bug #4883: Network interface sharing the ip adress are ignored by the inventory parserReleasedFrançois ARMAND2014-05-22Actions
Has duplicate Rudder - Bug #4724: Some network interfaces from AIX inventory don't appear in RudderRejectedMatthieu CERDA2014-04-02Actions
Actions

Also available in: Atom PDF