Discovery not populating CPU Speed and Memory fieldsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms While Discovering HP-UX servers, the probes to capture the data of "CPU Speed" and "Total Memory" were not capturing the required details. Release Jakarta & Kingston Environment HP-UX 11 Cause This is because some of the commands in the HP-UX OS has been depreciated, our probes use the command "'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | tail -1" to gather the Memory information, and the extensions adb in the command is depreciated, example as below. root # echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | tail -1 adb: info: Option -k is deprecated.adb: warning: Trouble reading version string from memory file ...adb: warning: Object file and memory file may not be matched.adb: warning: Could not complete object file specific initializtions ...adb: warning: Proceeding anyway; But some commands may fail.adb: warning: Unrecognized format character - 'D'.memory_installed_in_machine: Resolution Use "machinfo |grep -i Memory" command instead of "memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | tail -1" Sample Output when executing "machinfo":#machinfoCPU info:Intel(R) Itanium 2 9000 series processor (1.59 GHz, 18 MB)2 cores, 2 logical processors per socket532 MT/s bus, CPU version C2Active processor count:1 socket2 cores (2 per socket)Memory: 8171 MB (7.98 GB)Firmware info:Firmware revision: 01.05FP SWA driver revision: 1.18IPMI is supported on this system.BMC firmware revision: 5.06Platform info:Model: "ia64 hp server rx2660"Machine ID number: ee6ab9e2-2ad6-11dc-a693-2fab98a34215Machine serial number: USE4723KCFOS info:Nodename: itanicRelease: HP-UX B.11.31Version: U (unlimited-user license)Machine: ia64ID Number: 3999971810vmunix _release_version:@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perfLocation of the command# which machinfo/usr/contrib/bin/machinfo Additional Information Existing PRB : PRB717538 <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545} --> <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545} -->