DevOps Cloud (ADM)
Application Modernization
CyberRes by OpenText
IT Operations Management
UCMDB Content Pack 2023.02
The SerialNumber attribute of non LPAR nodes is populated with:
cat: /proc/ppc64/lparcfg: No such file or directory
The Host Connection by Shell job communication log shows :
<EXEC start="2023-04-04 14:15:49" duration="15"> <CMD>[CDATA: cat /proc/ppc64/lparcfg | grep "serial_number" | cut -d"," -f2,2 ; echo ERROR_CODE:$?]</CMD> <RESULT>[CDATA: cat: /proc/ppc64/lparcfg: No such file or directory ERROR_CODE:0]</RESULT> </EXEC> .... <results_for_add_or_update> <vector> .... <attribute name="serial_number" type="String">cat: /proc/ppc64/lparcfg: No such file or directory</attribute> ... </vector>
The method getSerialNumberbyLparcfg in the TTY_Connection_Utils.py script must be enhanced.