Actions
Bug #4882
closedFusionInventory may report duplicated Network interfaces on AIX system, causing Rudder to ignore them
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Web - Nodes & inventories
Target version:
Pull Request:
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}
Updated by Matthieu CERDA almost 11 years ago
- Status changed from New to In progress
- Assignee set to Matthieu CERDA
Updated by Matthieu CERDA almost 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/325
Updated by Matthieu CERDA almost 11 years ago
- Status changed from Pending technical review to Pending release
Updated by Benoît PECCATTE about 10 years ago
- Category changed from 26 to Web - Nodes & inventories
Actions