. `aex-helper info path -s INVENTORY`/lib/helpers/custominv_inc.sh # #!/usr/bin/ksh echo CWx Proc Audit echo "Delimiters = \" \"\"" echo string50 string50 echo ActiveProcs CoresPerProc frame_cores_per_proc=1 assigned_core_count=`lsdev -c processor | grep Available | wc -l | awk '{print $1}'` active_core_count=$assigned_core_count ((installed_active_proc_count=${active_core_count}/${frame_cores_per_proc})) echo "$installed_active_proc_count $frame_cores_per_proc"