![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||||
Solution Type Sun Alert Sure Solution 2171450.1 : SPARC T7, S7 and M7 Systems May Experience Performance Issues on Newly Added Virtual CPUs (VCPUs)
In this Document
Applies to:SPARC T7-4SPARC M7-8 SPARC M7-16 SPARC T7-1 SPARC T7-2 SPARC SPARC S7-2 SPARC S7-2L SPARC Netra S7-2 See "Occurrence" section for complete list of affected systems ________________________________________ Date of Workaround Release: 11-Aug-2016 Date of Resolved Release: 19-Oct-2016 ________________________________________ DescriptionVCPUs added to running domains on SPARC T7, S7 and M7 Systems (added using commands such as 'ldm add-vcpu') may have less than 20% of the performance of originally assigned VCPUs. OccurrenceThis issue can occur on the following platforms: SPARC Platform
To determine the firmware version installed on the system, use the following ILOM command: -> show /HOST sysfw_version SymptomsIf the described issue occurs, computations on the domain may not complete as quickly as expected. Because only the newly added VCPUs are affected, it may not be noticed, or noticed as erratic performance issues. To check a system for affected VCPUs, a simple performance test can be run. For example, this shell script will allow detection of slower VCPUs: #!/bin/sh CMD="dd if=/dev/random of=/dev/null bs=8 count=51200" CPUS=`psrinfo | cut -f1` for i in $CPUS ; do echo $i "\c" pbind -b $i $$ >/dev/null sh -c "time -p $CMD" 2>&1 | grep real done The output on a relatively unloaded server should look similar to the following: 0 real 0.2 1 real 0.2 2 real 0.3 3 real 0.4 4 real 0.2 ... Affected VCPUs will show significantly higher values: 32 real 1.3 WorkaroundTo work around this issue, disable power management, then, if required, re-enable. To disable power management, do the following: On the T7 and S7 Platforms: -> set /SP/powermgmt policy=disabled On the M7 Platform: -> set /Servers/PDomains/PDomain_[0-3]/SP/powermgmt policy=disabled Resolution This issue is addressed on the following platforms: SPARC Platform
Patches<patch 24483620> History11-Aug-2016: Document released, status Workaround Questions regarding this document should be addressed to Internal Contributor/Submitter: Grant.Gredvig@oracle.com References<BUG:22951771> - NEWLY ADDED CORES IN LDOM ARE 6 TIMES SLOWER THAN INITIALLY ASSIGNED CORESAttachments This solution has no attachment |
||||||||||||||||||||||||
|