HP vPars and Integrity Virtual Machines V6.1 Release Notes
Table 2 Known behaviors in vPars V6.1 (continued)
Description/ActionProblem
Because the base page size of host is set to 64K, the following commands might show incorrect results:
• acctcom
• acctcms
• acctprc2
These commands show incorrect values for mean memory size and kcore-minutes when the base page size is altered
to any value other than 4K. In order to see the correct value, the value should be multiplied by (base page size / 4K).
Example 3 Base page size= 64K
# /usr/sbin/acct/acctcom -mk mypacct3
COMMAND START END REAL CPU MEAN KCORE
NAME USER TTYNAME TIME TIME (SECS) (SECS) SIZE(K) MIN
#accton root pts/ta 15:42:33 15:42:33 0.01 0.01 0.00 0.00
dd root pts/ta 15:42:33 15:42:33 0.05 0.04 120.00 0.08
dd root pts/ta 15:42:33 15:42:33 0.06 0.04 120.00 0.08
dd root pts/ta 15:42:33 15:42:33 0.07 0.08 120.00 0.16
.
.
.
The actual value for KCORE-MIN will become (0.08 * (64/4)). The actual value for MEAN SIZE will become (120 *
(64/4)).
# /usr/sbin/acct/acctcms -a mypacct3
TOTAL COMMAND SUMMARY
COMMAND NUMBER TOTAL TOTAL TOTAL MEAN MEAN HOG CHARS BLOCKS
NAME CMDS KCOREMIN CPU-MIN REAL-MIN SIZE-K CPU-MIN FACTOR TRNSFD READ
TOTALS 11 3.06 0.02 0.03 127.53 0.00 0.87 4290776228 0
dd 10 3.06 0.02 0.03 127.53 0.00 0.88 4290772992 0
accton 1 0.00 0.00 0.00 0.00 1.00 6000.00 3236 0
The actual value for TOTAL KCOREMIN will become (3.06 * (64/4)). The actual value for MEAN SIZE-K will become
(127.53 * (64/4)).
What to do
There is no workaround.
3.1 Changes and Issues in this Release 25