Actions
Bug #4727
closedGet Technology Level and Service pack from AIX inventories
Status:
Released
Priority:
2
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
TL (Technology Level) and Service Pack are not provided by fusion inventory we are using.
They are provided in fusion 2.3, in the same field (OSVERSION) we use to store version.
If field is "5300-12" We need to display: the command used is oslevel -r
- 5.3.12 as Os version (only got 5.3 for now, 12 is TL)
Service pack is provided by its own tag <SERVICE_PACK>, the value is extracted from command oslevel -s which return "5300-12-05-1140"
Value kept is 05-1140 => Which means SP5 released on 40th week of 2011... We should only keep the SP5 as information
Actions