US20020016812A1 - Method for automatically imparting reserve resource to logical partition and logical partitioned computer system - Google Patents

Method for automatically imparting reserve resource to logical partition and logical partitioned computer system Download PDF

Info

Publication number
US20020016812A1
US20020016812A1 US09/911,385 US91138501A US2002016812A1 US 20020016812 A1 US20020016812 A1 US 20020016812A1 US 91138501 A US91138501 A US 91138501A US 2002016812 A1 US2002016812 A1 US 2002016812A1
Authority
US
United States
Prior art keywords
resource
logical
reserve
logical partition
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/911,385
Other languages
English (en)
Inventor
Michihiro Uchishiba
Toru Horie
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Assigned to HITACHI, LTD. reassignment HITACHI, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HORIE, TORU, UCHISHIBA, MICHIHIRO
Publication of US20020016812A1 publication Critical patent/US20020016812A1/en
Priority to US11/221,814 priority Critical patent/US7765545B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources

Definitions

  • the present invention relates to a logical partitioned computer system, and more particularly to a logical partitioned computer system in which a plurality of logical partitions are provided by a control program called a hypervisor so as to operate an operating system (guest OS) in the respective logical partitions.
  • guest OS operating system
  • a logical partitioned computer system for effecting control by preparing logical partitions.
  • the logical partitioned computer system is configured by a control program called a hypervisor for controlling the logical partitions.
  • the hypervisor is a control program which constitutes a nucleus for controlling the logical partitions, and effects control of the assignment of resources (computer resources) including an instruction processor, a main storage device, and an input/output (I/O) channel, and the like.
  • the hypervisor is a control program for logically partitioning the physical resources and constituting walls among the logical partitions, and the main role of the hypervisor is to set “walls” for the hardware.
  • the amount of resources necessary at the time of operation of the guest OS's is estimated, the configurations of the logical partitions are defined in accordance with the estimation, and the resources are assigned in accordance with the defined configurations when the logical partitions are generated.
  • JP-A-6-110715 As for a method of this implementation, a detailed description is given in JP-A-6-110715. Although JP-A-6-110715 is premised on a virtual computer system, the virtual computer system has a function similar to that of logical partitioning, and the method of partitioning resources is also generally similar.
  • thrashing is known as a slowdown phenomenon which occurs due to the shortage of main memory.
  • thrashing if a real storage device is in short supply in a virtual storage system, paging occurs frequently. If this situation becomes exacerbated, a major portion of the processing time is spent by a control program for the purpose of page in and page out processing, and user programs practically fail to operate.
  • a method for automatically imparting a reserve resource to a logical partition in a logical partitioned computer system in which one or more logical partitions are provided in one physical computer, and an operating systems is operated in each of the logical partitions comprising the steps of: monitoring an amount of the resource being used in an amount of the resource being assigned to each of the logical partitions, requesting assignment of the resource to the physical computer if the resource is being used more than a predetermined threshold as a result of monitoring, and requesting collection of the resource to the physical computer if a surplus more than a predetermined threshold is present in the overall resource; and causing the physical computer upon receipt of the request to assign the reserve resource to the logical partition in the case of the assignment request, and to set the resource being assigned to the logical partition as the reserve resource in the case of the collection request.
  • the physical computer is provided with a resource managing unit for managing the resource being assigned to the physical computer and an assigning/collecting unit provided in the physical computer for effecting the assignment or collection of the resource with respect to each of the logical partitions
  • each of the logical partitions is provided with a monitoring unit for monitoring an amount of the resource being used out of an amount of the resource assigned and an adding/separating unit for requesting the assigning/collecting unit to add or separate the resource on the basis of a result of monitoring by the monitoring unit
  • the assigning/collecting unit inquires the resource managing unit in compliance with a request from the adding/separating unit, and assigns the resource to the logical partition when a reserve resource is present in the case of an assignment request, and collects the resource as the reserve resource in the resource managing unit in the case of a collection request.
  • the logical partitioned computer system further comprises: an external resource adding/separating unit provided in the physical computer, wherein the external resource adding/separating unit adds or separates the external resource with respect to the resource managing unit in response to an instruction for the addition or separation of the resource by an operator.
  • the logical partitioned computer system further comprises: a management table provided for each of the logical partitions in the physical computer, wherein information on assignability of the reserve resource is set in the management table, and when a resource assignment request has been received from the adding/separating unit of the logical partition, the contents of the information on assignability of the reserve resource in the logical partition management table are examined. If the contents indicate positive resource assignability, the assignment of the reserve resource is effected, whereas if the contents indicate negative resource assignability, the assignment of the reserve resource is not effected.
  • the resource managing unit sets the logical partition to which the reserve resource is assigned for each reserve resource, and upon receipt of the assignment request from the adding/separating unit in the logical partition, the resource managing unit assigns an assignable reserve resource to the logical partition.
  • FIG. 1 is a block diagram illustrating the configuration of the logical partitioned computer system in accordance with an embodiment of the invention
  • FIG. 2 is a diagram illustrating the configuration of hardware resources
  • FIG. 3 is a flowchart explaining processing by a reserve resource assigning/collecting unit of a hypervisor
  • FIG. 4 is a flowchart explaining processing by a guest resource adding/separating unit of a guest OS
  • FIG. 5 is a flowchart explaining processing by an external resource adding/separating unit of the hypervisor
  • FIG. 6 is a flowchart explaining processing by a guest resource monitoring unit of the guest OS
  • FIG. 7 is a diagram illustrating an example in which instruction processors of the reserve resource are added to guests
  • FIG. 8 is a diagram illustrating an example in which a main storage device of the reserve resource is added to the guests;
  • FIG. 9 is a diagram illustrating an example in which I/O channels of the reserve resource are added to the guests.
  • FIG. 10 is a diagram illustrating a resource management table
  • FIG. 11 is a diagram illustrating a logical partition management table
  • FIG. 12 is a flowchart explaining processing for securing the reserve resource in the reserve resource assigning/collecting unit of the hypervisor.
  • FIG. 13 is a flowchart explaining processing for determination of a logical partition in the reserve resource assigning/collecting unit of the hypervisor.
  • FIG. 1 is a block diagram illustrating a configuration of a logical partitioned computer system in accordance with an embodiment of the invention. First, referring to FIG. 1, a description will be given of a system for automatically imparting a reserve resource to a logical partition in accordance with the invention.
  • reference numeral 11 denotes a hypervisor
  • 12 a logical partition
  • 60 a guest resource monitoring unit for monitoring the amount of resources used by the guest OS
  • 40 a guest resource adding/separating unit
  • 50 an external resource adding/separating unit
  • 100 a resource management table
  • 20 a hardware resource
  • 14 a guest resource
  • 15 a reserve resource
  • 16 an external resource unrecognized by the hypervisor and the guest OS
  • 17 a hypervisor resource monitoring unit for monitoring the resource management table of the hypervisor.
  • the logical partitioned computer system is configured by dividing an instruction processor 201 , a main storage device 202 , an input/output (I/O) channel 203 , and the like which are the resources of a physical computer so as to generate a plurality of logical partitions 12 .
  • Each of the logical partitions 12 is capable of operating the guest OS 13 . If seen from the guest OS, the logical partition appears to be just like an independent computer.
  • FIG. 2 is a diagram illustrating the configuration of resources.
  • the computer system has an instruction processor, a main storage device, and an I/O channel, and the hypervisor controls the assignment of these resources to the logical partitions.
  • the guest resources 14 , the reserve resource 15 , and the external resource 16 shown in FIG. 1 indicate portions or all of the three kinds of resources shown in FIG. 2.
  • the logical partitioned computer system is operated by estimating loads applied to the logical partitions and by determining the amounts of resources assigned to the logical partitions during the designing of the system.
  • FIG. 3 is a flowchart explaining processing by the reserve resource assigning/collecting unit of the hypervisor.
  • FIG. 4 is a flowchart explaining processing by the guest resource adding/separating unit of the guest OS.
  • FIG. 6 is a flowchart explaining processing by the guest resource monitoring unit of the guest OS.
  • the guest resource monitoring unit 60 of the guest OS monitors the resource used by the guest OS at fixed time intervals. As a result of performing monitoring a certain number of times when the surplus resource of the guest resource has decreased due to the occurrence of a high load or the like, the guest resource monitoring unit 60 detects that the guest OS is in a state of resource shortage or in a critical state leading to the resource shortage in a case where the surplus resource is below a certain threshold or in a case where an index representing a characteristic of the decrease is below a certain threshold (Step 601 ).
  • the guest resource monitoring unit 60 reports a resource shortage to the guest resource adding/separating unit 40 to the effect that a state of resource shortage has been detected in the following cases (Step 603 ):
  • the threshold for determining the resource shortage is to be given by parameters, commands, or the like for the respective guest OS's in accordance with the contents of activities and the operating state of the system, and the resetting of the threshold by the user during the operation may be allowed.
  • the guest resource adding/separating unit 40 determines the amount of resources required on the basis of the state of the guest OS, and reports the kind and amount of resource to the reserve resource assigning/collecting unit 30 of the hypervisor as a resource assignment request (Step 402 ). For example, in the case of the main storage device, a report is given as “main storage device 16 MB.”
  • the reserve resource assigning/collecting unit 30 determines the type of request from the guest OS (Step 301 ), and executes Step 302 and thereafter in the case of the resource assignment request.
  • Step 303 the resource management table 100 is referred to, and the requested reserve resource is secured (Step 304 ). (The determination of the logical partition in Step 302 will be described later.)
  • the guest resource adding/separating unit 40 changes the information (tables and the like for managing the resource) in the guest OS to make it possible for the guest OS to use the resource (Step 406 ).
  • the reserve resource of the hypervisor can be assigned to the logical partition, thereby making it possible for the guest OS to use the assigned resource.
  • FIG. 7 shows an example of the state of assignment of instruction processors.
  • Physical instruction processors 1 , 2 are assigned to logical instruction processors 1 , 2 ( 705 , 706 ) of a logical partition 1 ( 704 ), while a physical instruction processors 3 ( 703 ) is assigned to a logical instruction processor 3 ( 708 ) of a logical partition 2 ( 707 ).
  • a physical instruction processor 4 ( 704 ) of the reserve resource is assigned as a logical command processor 4 ( 709 ) in the logical partition 2 .
  • the instruction processor number 4 in the logical partition assignment map of the resource management table is changed from 0 to 2.
  • FIG. 8 shows an example of the state of assignment of the main storage device.
  • the main storage device ( 801 ) is assigned to the logical partitions 1 , 2 , and 3 ( 803 , 804 , and 805 ), and if the shortage of the main storage device occurs in the logical partition 3 , the reserve resource ( 802 ) of the main storage device is assigned to the main storage space ( 806 ) in the logical partition 3 .
  • the main storage number 6 in the logical partition assignment map is changed from 0 to 3.
  • FIG. 9 shows an example of the state of assignment of the I/O channels.
  • I/O channels 903 and 904 are assigned to the logical partition 1 ( 901 ), while an I/O channel 905 is assigned to the logical partition 2 ( 902 ), and accesses to an I/O device 908 are effected through an I/O device 907 .
  • an I/O channel ( 906 ) is assigned to the logical partition 2 .
  • the channel number in the logical partition assignment map is changed from 0 to 2.
  • the guest resource monitoring unit 60 After the assignment of the reserve resource to the logical partition due to a high load, when the load on the logical partition has decreased and surplus has occurred in the resource, and if, for instance, there has been a surplus of 30% or more with respect to the entire resource being assigned to the logical partition in the result of each of a plurality of times of monitoring, the guest resource monitoring unit 60 assumes that a surplus of the resource has been detected (Step 602 ), and reports the resource surplus to the guest resource adding/separating unit 40 (Step 604 ).
  • the guest resource adding/separating unit 40 Upon receipt of the report on the resource surplus (Step 401 ), the guest resource adding/separating unit 40 deletes the resource information from the internal table of the guest OS (Step 403 ), and makes a resource collection request to the hypervisor (Step 405 ).
  • the reserve resource assigning/collecting unit 30 of the hypervisor determines the type of request from the guest OS (Step 301 ), and executes Step 306 and thereafter in the case of the resource collection request.
  • the resource is collected from the logical partition, and the logical partition assignment map ( 1005 , 1010 , or 1013 ) in the relevant entry of the resource management table is changed to 0 (Step 308 ), and is held as the reserve resource of the hypervisor.
  • the resource which was once imparted to the logical partition becomes unnecessary, the resource is collected by the hypervisor as the reserve resource, and is held by the hypervisor until it is assigned to the logical partition in which the resource shortage occurred.
  • the hypervisor resource monitoring unit 17 for monitoring the reserve resource held by the hypervisor is provided to report the operator by such as outputting a message in a case where the remaining amount of the reserve resource has dropped below a certain threshold.
  • a customer engineer or maintenance person effects the additional installation of the resource in the physical computer and sets the computer in a physically usable state.
  • a resource addition request is sent to the external resource adding/separating unit 50 .
  • the external resource adding/separating unit 50 adds the external resource additionally installed in the resource management table 100 as a reserve resource (Step 502 ), thereby making it possible for the hypervisor to manage the additionally installed resource.
  • the external resource adding/separating unit 50 deletes the information of the resource for which the request has been made, so as to separate the resource from the reserve resource as the external resource which can be removed from the physical computer.
  • One method is that which makes it possible to select whether or not the assignment of the reserve resource is to be accepted in a certain logical partition.
  • This assignability is used at the time of making a determination as to whether or not the assignment is possible with respect to a logical partition when a resource assignment request has been made from the guest OS.
  • a region ( 1105 ) for storing the information on the assignability of the reserve resource is provided in a logical partition management table 1101 (shown in FIG. 11) for storing the constituent information for each logical partition, and this information on the assignability is held therein.
  • the logical partition management table is for allowing the hypervisor to store the information for managing the configuration of each logical partition such as a logical partition name 1102 , a logical partition number 1103 , a main storage capacity 1104 , and the like, and is essential to the configuration of the logical partitioned computer system.
  • Step 302 As for the details of the determination of assignability with respect to the logical partition (Step 302 ), as shown in FIG. 13, in a case where a resource assignment request has been made from the guest OS (Step 301 ), the logical partition management table of the logical partition which has made the request is referred to (Step 1301 ), and if the value of the assignability of the reserve resource is YES, the operation proceeds to the ensuing processing (Step 303 ). On the other hand, if the value is NO, the operation ends without doing anything for the resource assignment request from the guest OS (Step 1304 ).
  • the second method is one in which the reserve resource is partitioned, and the assignable logical partitions are set for the respective partitions.
  • logical partition assignability maps 1006 , 1011 , and 1014 are set for the respective reserve resource partitions, and the assignment of the partitioned resources is made possible only for the logical partitions where the logical partition numbers are present in the map.
  • the securing of the reserve resource is accomplished by searching such a resource that the value of the logical partition assignment map ( 1005 , 1010 , or 1013 ) in the resource management table is 0, and the logical partition number of the logical partition for which the assignment request has been made is present as the value of the logical partition assignability map ( 1006 , 1011 , or 1014 ).

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System (AREA)
US09/911,385 2000-07-28 2001-07-25 Method for automatically imparting reserve resource to logical partition and logical partitioned computer system Abandoned US20020016812A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/221,814 US7765545B2 (en) 2000-07-28 2005-09-09 Method for automatically imparting reserve resource to logical partition and logical partitioned computer system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2000-228302 2000-07-28
JP2000228302A JP2002041304A (ja) 2000-07-28 2000-07-28 論理区画の予備リソース自動付与方法及び論理区画式計算機システム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/221,814 Continuation US7765545B2 (en) 2000-07-28 2005-09-09 Method for automatically imparting reserve resource to logical partition and logical partitioned computer system

Publications (1)

Publication Number Publication Date
US20020016812A1 true US20020016812A1 (en) 2002-02-07

Family

ID=18721614

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/911,385 Abandoned US20020016812A1 (en) 2000-07-28 2001-07-25 Method for automatically imparting reserve resource to logical partition and logical partitioned computer system
US11/221,814 Expired - Fee Related US7765545B2 (en) 2000-07-28 2005-09-09 Method for automatically imparting reserve resource to logical partition and logical partitioned computer system

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/221,814 Expired - Fee Related US7765545B2 (en) 2000-07-28 2005-09-09 Method for automatically imparting reserve resource to logical partition and logical partitioned computer system

Country Status (2)

Country Link
US (2) US20020016812A1 (ja)
JP (1) JP2002041304A (ja)

Cited By (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030131042A1 (en) * 2002-01-10 2003-07-10 International Business Machines Corporation Apparatus and method of sharing a device between partitions of a logically partitioned computer system
US20030221054A1 (en) * 2002-05-24 2003-11-27 Yu-Te Wu Partitioning method for configuring a data storage medium with a number of virtual partitioned areas
US20040194061A1 (en) * 2003-03-31 2004-09-30 Hitachi, Ltd. Method for allocating programs
US20040221290A1 (en) * 2003-04-29 2004-11-04 International Business Machines Corporation Management of virtual machines to utilize shared resources
US20040230970A1 (en) * 2003-05-15 2004-11-18 Mark Janzen Systems and methods of creating and accessing software simulated computers
US20050022185A1 (en) * 2003-07-10 2005-01-27 Romero Francisco J. Systems and methods for monitoring resource utilization and application performance
US20050091454A1 (en) * 2003-10-23 2005-04-28 Hitachi, Ltd. Storage having logical partitioning capability and systems which include the storage
US20050102387A1 (en) * 2003-11-10 2005-05-12 Herington Daniel E. Systems and methods for dynamic management of workloads in clusters
US20050129524A1 (en) * 2001-05-18 2005-06-16 Hitachi, Ltd. Turbine blade and turbine
US20050149677A1 (en) * 2003-08-25 2005-07-07 Hitachi, Ltd. Apparatus and method for partitioning and managing subsystem logics
US20050160423A1 (en) * 2002-12-16 2005-07-21 Bantz David F. Enabling a guest virtual machine in a windows environment for policy-based participation in grid computations
US20050166075A1 (en) * 2004-01-22 2005-07-28 International Business Machines Corporation Method and apparatus for managing power and thermal alerts transparently to an operating system in a data processing system with increased granularity in reducing power usage and thermal generation
US20050166074A1 (en) * 2004-01-22 2005-07-28 International Business Machines Corporation Method and apparatus for reducing power consumption in a logically partitioned data processing system
US20050172040A1 (en) * 2004-02-03 2005-08-04 Akiyoshi Hashimoto Computer system, control apparatus, storage system and computer device
US20050228835A1 (en) * 2004-04-12 2005-10-13 Guillermo Roa System and method for supporting block-based protocols on a virtual storage appliance executing within a physical storage appliance
US20060136667A1 (en) * 2004-12-17 2006-06-22 International Business Machines Corporation System, method and program to preserve a cache of a virtual machine
US20060136653A1 (en) * 2004-12-21 2006-06-22 Microsoft Corporation Systems and methods for exposing processor topology for virtual machines
US20060168214A1 (en) * 2004-10-29 2006-07-27 International Business Machines Corporation System for managing logical partition preemption
US20060184349A1 (en) * 2004-12-10 2006-08-17 Goud Gundrala D Method and apparatus for providing virtual server blades
US20060195827A1 (en) * 2005-02-28 2006-08-31 Rhine Scott A Computer system and method for transferring executables between partitions
WO2006103687A1 (en) * 2005-03-31 2006-10-05 Hewlett-Packard Development Company L.P. Partitioned resource reallocation system and method
US20060236067A1 (en) * 2005-04-14 2006-10-19 International Business Machines Corporation Retrieving event data for logical partitions
US20070028244A1 (en) * 2003-10-08 2007-02-01 Landis John A Computer system para-virtualization using a hypervisor that is implemented in a partition of the host system
US7185142B2 (en) 2004-03-17 2007-02-27 Hitachi, Ltd. Storage management method and storage management system
US20080022284A1 (en) * 2006-07-20 2008-01-24 Ludmila Cherkasova System and method for allocating capacity of shared resources to a workload
US20080034370A1 (en) * 2006-08-07 2008-02-07 International Business Machines Corporation Method For Balancing Resource Sharing And Application Latency Within A Data Processing System
US20080155277A1 (en) * 2006-12-26 2008-06-26 Mallik Bulusu Hardware partitioned trust
US20080256599A1 (en) * 2007-04-16 2008-10-16 Samsung Electronics Co., Ltd. Apparatus and method for protecting system in virtualized environment
US20090158279A1 (en) * 2005-10-31 2009-06-18 Sony Computer Entertainment Inc. Information Processing Method and Information Processing Apparatus
US20090307690A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Managing Assignment of Partition Services to Virtual Input/Output Adapters
US20100064043A1 (en) * 2005-10-31 2010-03-11 Sony Computer Entertainment Inc. Information Processing Method and Information Processing Apparatus
US20100250863A1 (en) * 2009-03-30 2010-09-30 International Business Machines Corporation Paging partition arbitration of paging devices to shared memory partitions
US8024736B1 (en) * 2005-01-28 2011-09-20 Hewlett-Packard Development Company, L.P. System for controlling a distribution of unutilized computer resources
US20120227042A1 (en) * 2004-12-16 2012-09-06 Vmware, Inc. Mechanism for scheduling execution of threads for fair resource allocation in a multi-threaded and/or multi-core processing system
US8352942B2 (en) 2007-03-27 2013-01-08 Fujitsu Limited Virtual-machine control apparatus and virtual-machine moving method
US20140006708A1 (en) * 2012-06-28 2014-01-02 International Business Machines Corporation Secure access to shared storage resources
CN103645955A (zh) * 2013-12-16 2014-03-19 百度在线网络技术(北京)有限公司 应用程序的运行管理方法和装置
US8694995B2 (en) 2011-12-14 2014-04-08 International Business Machines Corporation Application initiated negotiations for resources meeting a performance parameter in a virtualized computing environment
US8863141B2 (en) 2011-12-14 2014-10-14 International Business Machines Corporation Estimating migration costs for migrating logical partitions within a virtualized computing environment based on a migration cost history
US20180107607A1 (en) * 2016-10-13 2018-04-19 Red Hat Israel, Ltd. Page table entry caching for virtual device emulation

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7748005B2 (en) 2000-01-28 2010-06-29 Hewlett-Packard Development Company, L.P. System and method for allocating a plurality of resources between a plurality of computing domains
JP2003067351A (ja) * 2001-08-28 2003-03-07 Nec System Technologies Ltd 分散型コンピュータの構成制御システム
US7480911B2 (en) * 2002-05-09 2009-01-20 International Business Machines Corporation Method and apparatus for dynamically allocating and deallocating processors in a logical partitioned data processing system
US7007183B2 (en) * 2002-12-09 2006-02-28 International Business Machines Corporation Power conservation by turning off power supply to unallocated resources in partitioned data processing systems
US7594231B2 (en) 2003-07-10 2009-09-22 International Business Machines Corporation Apparatus and method for assuring recovery of temporary resources in a logically partitioned computer system
US7783786B1 (en) * 2004-03-16 2010-08-24 Oracle America Inc. Replicated service architecture
JP2008033877A (ja) * 2006-06-29 2008-02-14 Mitsubishi Electric Corp 情報処理装置及びos起動方法及びプログラム
JP5217128B2 (ja) * 2006-08-01 2013-06-19 日本電気株式会社 エミュレーション装置及びエミュレーション方法
GB0617115D0 (en) * 2006-08-31 2006-10-11 Ibm Efficient enforced resource consumption rate limits
US8127099B2 (en) * 2006-12-26 2012-02-28 International Business Machines Corporation Resource recovery using borrowed blocks of memory
WO2008132924A1 (ja) * 2007-04-13 2008-11-06 Nec Corporation 仮想計算機システムおよびその最適化方法
KR101405319B1 (ko) 2007-04-16 2014-06-10 삼성전자 주식회사 가상화 환경에서의 안전한 시스템 보호 장치 및 방법
JP5496464B2 (ja) * 2007-04-16 2014-05-21 三星電子株式会社 仮想化環境での安全なシステム保護装置および方法
US8015383B2 (en) * 2007-06-27 2011-09-06 International Business Machines Corporation System, method and program to manage virtual memory allocated by a virtual machine control program
US8762999B2 (en) * 2007-09-27 2014-06-24 Oracle America, Inc. Guest-initiated resource allocation request based on comparison of host hardware information and projected workload requirement
JP2008059599A (ja) * 2007-09-28 2008-03-13 Hitachi Ltd 仮想化されたリソースの割当て方法及びその実施システム
WO2009066481A1 (ja) * 2007-11-22 2009-05-28 Mitsubishi Electric Corporation 仮想計算機システム及び仮想計算機重み付け設定処理方法及び仮想計算機重み付け設定処理プログラム
US20090222833A1 (en) * 2008-02-28 2009-09-03 Microsoft Corporation Codeless provisioning sync rules
JP5199000B2 (ja) * 2008-09-25 2013-05-15 株式会社日立製作所 ファイルサーバリソース分割方法、システム、装置及びプログラム
JP4932877B2 (ja) * 2009-07-14 2012-05-16 株式会社日立製作所 業務リソース管理方法及びその実施システム
US11132237B2 (en) * 2009-09-24 2021-09-28 Oracle International Corporation System and method for usage-based application licensing in a hypervisor virtual execution environment
JP5370946B2 (ja) * 2011-04-15 2013-12-18 株式会社日立製作所 リソース管理方法及び計算機システム
CN103543987B (zh) * 2012-07-11 2016-09-28 Sap欧洲公司 用于高效并行运行的反馈驱动调节
GB2506195A (en) * 2012-09-25 2014-03-26 Ibm Managing a virtual computer resource
US9384227B1 (en) * 2013-06-04 2016-07-05 Amazon Technologies, Inc. Database system providing skew metrics across a key space
US20140373024A1 (en) * 2013-06-14 2014-12-18 Nvidia Corporation Real time processor
US9940156B2 (en) * 2016-01-29 2018-04-10 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Decreasing hardware resource amount assigned to virtual machine as utilization of hardware resource decreases below a threshold
JP6622273B2 (ja) * 2017-10-12 2019-12-18 株式会社日立製作所 リソース管理装置、リソース管理方法、及びリソース管理プログラム

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5893157A (en) * 1997-05-28 1999-04-06 International Business Machines Corporation Blocking symbol control in a computer system to serialize accessing a data resource by simultaneous processor requests
US6378021B1 (en) * 1998-02-16 2002-04-23 Hitachi, Ltd. Switch control method and apparatus in a system having a plurality of processors
US20030065835A1 (en) * 1999-09-28 2003-04-03 Juergen Maergner Processing channel subsystem pending i/o work queues based on priorities
US6587938B1 (en) * 1999-09-28 2003-07-01 International Business Machines Corporation Method, system and program products for managing central processing unit resources of a computing environment

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4843541A (en) 1987-07-29 1989-06-27 International Business Machines Corporation Logical resource partitioning of a data processing system
JPH0758469B2 (ja) 1988-06-17 1995-06-21 日本電気株式会社 仮想計算機システムの構成変更方式
JPH0447357A (ja) 1990-06-12 1992-02-17 Hitachi Ltd 仮想計算機システムの制御方式
JPH04314147A (ja) 1991-04-12 1992-11-05 Nec Corp メモリ管理方式
JPH06110715A (ja) 1992-09-25 1994-04-22 Hitachi Ltd 仮想計算機システムにおける計算機資源の動的割付け方法
US5951633A (en) * 1996-12-16 1999-09-14 Intervoice Limited Partnership System and method for overflow resource allocation
JPH10293695A (ja) 1997-04-22 1998-11-04 Hitachi Ltd 論理計算機システムの動的再構成方式
US6408393B1 (en) * 1998-01-09 2002-06-18 Hitachi, Ltd. CPU power adjustment method
US7275246B1 (en) * 1999-01-28 2007-09-25 Ati International Srl Executing programs for a first computer architecture on a computer of a second architecture
JP4314147B2 (ja) 2004-05-07 2009-08-12 ユニ・チャーム株式会社 パンツ型の使い捨ておむつ

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5893157A (en) * 1997-05-28 1999-04-06 International Business Machines Corporation Blocking symbol control in a computer system to serialize accessing a data resource by simultaneous processor requests
US6378021B1 (en) * 1998-02-16 2002-04-23 Hitachi, Ltd. Switch control method and apparatus in a system having a plurality of processors
US20030065835A1 (en) * 1999-09-28 2003-04-03 Juergen Maergner Processing channel subsystem pending i/o work queues based on priorities
US6587938B1 (en) * 1999-09-28 2003-07-01 International Business Machines Corporation Method, system and program products for managing central processing unit resources of a computing environment

Cited By (118)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050129524A1 (en) * 2001-05-18 2005-06-16 Hitachi, Ltd. Turbine blade and turbine
US20030131042A1 (en) * 2002-01-10 2003-07-10 International Business Machines Corporation Apparatus and method of sharing a device between partitions of a logically partitioned computer system
US20030221054A1 (en) * 2002-05-24 2003-11-27 Yu-Te Wu Partitioning method for configuring a data storage medium with a number of virtual partitioned areas
US6757805B2 (en) * 2002-05-24 2004-06-29 Yu-Te Wu Partitioning method for configuring a data storage medium with a number of virtual partitioned areas
US20050160423A1 (en) * 2002-12-16 2005-07-21 Bantz David F. Enabling a guest virtual machine in a windows environment for policy-based participation in grid computations
US20040194061A1 (en) * 2003-03-31 2004-09-30 Hitachi, Ltd. Method for allocating programs
US7424713B2 (en) * 2003-03-31 2008-09-09 Hitachi, Ltd. Method for allocating programs
US20080256546A1 (en) * 2003-03-31 2008-10-16 Hitachi, Ltd. Method for Allocating Programs
US8677369B2 (en) 2003-03-31 2014-03-18 Hitachi, Ltd. System and method for allocating virtual resources to application based on the connectivity relation among the virtual resources
US20040221290A1 (en) * 2003-04-29 2004-11-04 International Business Machines Corporation Management of virtual machines to utilize shared resources
US20070214456A1 (en) * 2003-04-29 2007-09-13 International Business Machines Corporation Management of virtual machines to utilize shared resources
US7299468B2 (en) * 2003-04-29 2007-11-20 International Business Machines Corporation Management of virtual machines to utilize shared resources
US7784053B2 (en) 2003-04-29 2010-08-24 International Business Machines Corporation Management of virtual machines to utilize shared resources
US7992143B2 (en) 2003-05-15 2011-08-02 Applianz Technologies, Inc. Systems and methods of creating and accessing software simulated computers
US20090077363A1 (en) * 2003-05-15 2009-03-19 Applianz Technologies, Inc. Systems and methods of creating and accessing software simulated computers
US7500236B2 (en) 2003-05-15 2009-03-03 Applianz Technologies, Inc. Systems and methods of creating and accessing software simulated computers
US8490080B2 (en) 2003-05-15 2013-07-16 Applianz Technologies, Inc. Systems and methods of creating and accessing software simulated computers
US20040230970A1 (en) * 2003-05-15 2004-11-18 Mark Janzen Systems and methods of creating and accessing software simulated computers
US20050022185A1 (en) * 2003-07-10 2005-01-27 Romero Francisco J. Systems and methods for monitoring resource utilization and application performance
US7581224B2 (en) 2003-07-10 2009-08-25 Hewlett-Packard Development Company, L.P. Systems and methods for monitoring resource utilization and application performance
US7363455B2 (en) 2003-08-25 2008-04-22 Hitachi, Ltd. Apparatus and method for partitioning and managing subsystem logics
US20050149675A1 (en) * 2003-08-25 2005-07-07 Hitachi, Ltd. Apparatus and method for partitioning and managing subsystem logics
US7062629B2 (en) 2003-08-25 2006-06-13 Hitachi, Ltd. Apparatus and method for partitioning and managing subsystem logics
US20050149677A1 (en) * 2003-08-25 2005-07-07 Hitachi, Ltd. Apparatus and method for partitioning and managing subsystem logics
US7069408B2 (en) 2003-08-25 2006-06-27 Hitachi, Ltd. Apparatus and method for partitioning and managing subsystem logics
US7984108B2 (en) * 2003-10-08 2011-07-19 Unisys Corporation Computer system para-virtualization using a hypervisor that is implemented in a partition of the host system
US20070028244A1 (en) * 2003-10-08 2007-02-01 Landis John A Computer system para-virtualization using a hypervisor that is implemented in a partition of the host system
US20070106872A1 (en) * 2003-10-23 2007-05-10 Kentaro Shimada Storage having a logical partitioning capability and systems which include the storage
US8386721B2 (en) 2003-10-23 2013-02-26 Hitachi, Ltd. Storage having logical partitioning capability and systems which include the storage
US20050091453A1 (en) * 2003-10-23 2005-04-28 Kentaro Shimada Storage having logical partitioning capability and systems which include the storage
US20050091454A1 (en) * 2003-10-23 2005-04-28 Hitachi, Ltd. Storage having logical partitioning capability and systems which include the storage
US7127585B2 (en) 2003-10-23 2006-10-24 Hitachi, Ltd. Storage having logical partitioning capability and systems which include the storage
US7546426B2 (en) 2003-10-23 2009-06-09 Hitachi, Ltd. Storage having a logical partitioning capability and systems which include the storage
US7181577B2 (en) 2003-10-23 2007-02-20 Hitachi, Ltd. Storage having logical partitioning capability and systems which include the storage
US20050102387A1 (en) * 2003-11-10 2005-05-12 Herington Daniel E. Systems and methods for dynamic management of workloads in clusters
US8356098B2 (en) 2003-11-10 2013-01-15 Hewlett-Packard Development Company, L.P. Dynamic management of workloads in clusters
US7334142B2 (en) 2004-01-22 2008-02-19 International Business Machines Corporation Reducing power consumption in a logically partitioned data processing system with operating system call that indicates a selected processor is unneeded for a period of time
US7194641B2 (en) * 2004-01-22 2007-03-20 International Business Machines Corporation Method and apparatus for managing power and thermal alerts transparently to an operating system in a data processing system with increased granularity in reducing power usage and thermal generation
US20050166075A1 (en) * 2004-01-22 2005-07-28 International Business Machines Corporation Method and apparatus for managing power and thermal alerts transparently to an operating system in a data processing system with increased granularity in reducing power usage and thermal generation
US20050166074A1 (en) * 2004-01-22 2005-07-28 International Business Machines Corporation Method and apparatus for reducing power consumption in a logically partitioned data processing system
US7702936B2 (en) 2004-01-22 2010-04-20 International Business Machines Corporation Reducing power consumption in a logically partitioned data processing system
US20080091964A1 (en) * 2004-01-22 2008-04-17 Hack Mark E Method and apparatus for reducing power consumption in a logically partitioned data processing system
US20050172040A1 (en) * 2004-02-03 2005-08-04 Akiyoshi Hashimoto Computer system, control apparatus, storage system and computer device
GB2410816B (en) * 2004-02-03 2006-01-04 Hitachi Ltd Computer system, control apparatus, storage system and computer device
US20050240800A1 (en) * 2004-02-03 2005-10-27 Hitachi, Ltd. Computer system, control apparatus, storage system and computer device
US8176211B2 (en) 2004-02-03 2012-05-08 Hitachi, Ltd. Computer system, control apparatus, storage system and computer device
US7093035B2 (en) 2004-02-03 2006-08-15 Hitachi, Ltd. Computer system, control apparatus, storage system and computer device
US20090157926A1 (en) * 2004-02-03 2009-06-18 Akiyoshi Hashimoto Computer system, control apparatus, storage system and computer device
US8495254B2 (en) 2004-02-03 2013-07-23 Hitachi, Ltd. Computer system having virtual storage apparatuses accessible by virtual machines
GB2410816A (en) * 2004-02-03 2005-08-10 Hitachi Ltd Logically partitioned computer and storage system
US7519745B2 (en) 2004-02-03 2009-04-14 Hitachi, Ltd. Computer system, control apparatus, storage system and computer device
US7287129B2 (en) 2004-03-17 2007-10-23 Hitachi, Ltd. Storage management method and storage management system
US8209495B2 (en) 2004-03-17 2012-06-26 Hitachi, Ltd. Storage management method and storage management system
US20110173390A1 (en) * 2004-03-17 2011-07-14 Shuichi Yagi Storage management method and storage management system
US20080282043A1 (en) * 2004-03-17 2008-11-13 Shuichi Yagi Storage management method and storage management system
US7185142B2 (en) 2004-03-17 2007-02-27 Hitachi, Ltd. Storage management method and storage management system
US7415578B2 (en) 2004-03-17 2008-08-19 Hitachi, Ltd. Storage management method and storage management system
US7917704B2 (en) 2004-03-17 2011-03-29 Hitachi, Ltd. Storage management method and storage management system
US20050228835A1 (en) * 2004-04-12 2005-10-13 Guillermo Roa System and method for supporting block-based protocols on a virtual storage appliance executing within a physical storage appliance
US8230085B2 (en) * 2004-04-12 2012-07-24 Netapp, Inc. System and method for supporting block-based protocols on a virtual storage appliance executing within a physical storage appliance
US20060168214A1 (en) * 2004-10-29 2006-07-27 International Business Machines Corporation System for managing logical partition preemption
US7694298B2 (en) * 2004-12-10 2010-04-06 Intel Corporation Method and apparatus for providing virtual server blades
US20060184349A1 (en) * 2004-12-10 2006-08-17 Goud Gundrala D Method and apparatus for providing virtual server blades
US20120227042A1 (en) * 2004-12-16 2012-09-06 Vmware, Inc. Mechanism for scheduling execution of threads for fair resource allocation in a multi-threaded and/or multi-core processing system
US10417048B2 (en) * 2004-12-16 2019-09-17 Vmware, Inc. Mechanism for scheduling execution of threads for fair resource allocation in a multi-threaded and/or multi-core processing system
US8060683B2 (en) * 2004-12-17 2011-11-15 International Business Machines Corporation System, method and program to preserve a cache of a virtual machine
US20060136667A1 (en) * 2004-12-17 2006-06-22 International Business Machines Corporation System, method and program to preserve a cache of a virtual machine
US8621458B2 (en) * 2004-12-21 2013-12-31 Microsoft Corporation Systems and methods for exposing processor topology for virtual machines
US8972991B2 (en) 2004-12-21 2015-03-03 Microsoft Technology Licensing, Llc Systems and methods for exposing processor topology for virtual machines
US20060136653A1 (en) * 2004-12-21 2006-06-22 Microsoft Corporation Systems and methods for exposing processor topology for virtual machines
US8024736B1 (en) * 2005-01-28 2011-09-20 Hewlett-Packard Development Company, L.P. System for controlling a distribution of unutilized computer resources
US20060195827A1 (en) * 2005-02-28 2006-08-31 Rhine Scott A Computer system and method for transferring executables between partitions
US7458066B2 (en) * 2005-02-28 2008-11-25 Hewlett-Packard Development Company, L.P. Computer system and method for transferring executables between partitions
WO2006103687A1 (en) * 2005-03-31 2006-10-05 Hewlett-Packard Development Company L.P. Partitioned resource reallocation system and method
US20060236067A1 (en) * 2005-04-14 2006-10-19 International Business Machines Corporation Retrieving event data for logical partitions
US7478219B2 (en) * 2005-04-14 2009-01-13 International Business Machines Corporation Retrieving event data for logical partitions
US20090158279A1 (en) * 2005-10-31 2009-06-18 Sony Computer Entertainment Inc. Information Processing Method and Information Processing Apparatus
US20100064043A1 (en) * 2005-10-31 2010-03-11 Sony Computer Entertainment Inc. Information Processing Method and Information Processing Apparatus
US8161161B2 (en) * 2005-10-31 2012-04-17 Sony Computer Entertainment, Inc. Information processing method and information processing apparatus
US8490104B2 (en) 2005-10-31 2013-07-16 Sony Corporation Method and apparatus for reservation and reallocation of surplus resources to processes in an execution space by a local resource manager after the execution space is generated succeeding the initialization of an application for which the execution space is created and the resources are allocated to the execution space by a global resource manager prior to application execution
US20080022284A1 (en) * 2006-07-20 2008-01-24 Ludmila Cherkasova System and method for allocating capacity of shared resources to a workload
US8336054B2 (en) * 2006-07-20 2012-12-18 Hewlett-Packard Development Company, L. P. System and method for allocating capacity of shared resources to a workload
US8104039B2 (en) * 2006-08-07 2012-01-24 International Business Machines Corporation Method for balancing resource sharing and application latency within a data processing system
US20080034370A1 (en) * 2006-08-07 2008-02-07 International Business Machines Corporation Method For Balancing Resource Sharing And Application Latency Within A Data Processing System
US20080155277A1 (en) * 2006-12-26 2008-06-26 Mallik Bulusu Hardware partitioned trust
US8352942B2 (en) 2007-03-27 2013-01-08 Fujitsu Limited Virtual-machine control apparatus and virtual-machine moving method
US8689288B2 (en) 2007-04-16 2014-04-01 Samsung Electronics Co., Ltd. Apparatus and method for protecting system in virtualized environment
US20080256599A1 (en) * 2007-04-16 2008-10-16 Samsung Electronics Co., Ltd. Apparatus and method for protecting system in virtualized environment
US8281306B2 (en) 2008-06-06 2012-10-02 International Business Machines Corporation Managing assignment of partition services to virtual input/output adapters
US8281082B2 (en) 2008-06-06 2012-10-02 International Business Machines Corporation Hypervisor page fault processing in a shared memory partition data processing system
US8327086B2 (en) 2008-06-06 2012-12-04 International Business Machines Corporation Managing migration of a shared memory logical partition from a source system to a target system
US20090307690A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Managing Assignment of Partition Services to Virtual Input/Output Adapters
US8312230B2 (en) 2008-06-06 2012-11-13 International Business Machines Corporation Dynamic control of partition memory affinity in a shared memory partition data processing system
US8438566B2 (en) 2008-06-06 2013-05-07 International Business Machines Corporation Managing assignment of partition services to virtual input/output adapters
US20090307445A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Shared Memory Partition Data Processing System With Hypervisor Managed Paging
US20090307439A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Dynamic Control of Partition Memory Affinity in a Shared Memory Partition Data Processing System
US8271743B2 (en) 2008-06-06 2012-09-18 International Business Machines Corporation Automated paging device management in a shared memory partition data processing system
US8549534B2 (en) 2008-06-06 2013-10-01 International Business Machines Corporation Managing assignment of partition services to virtual input/output adapters
US8607020B2 (en) * 2008-06-06 2013-12-10 International Business Machines Corporation Shared memory partition data processing system with hypervisor managed paging
US20090307713A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Hypervisor-Based Facility for Communicating Between a Hardware Management Console and a Logical Partition
US20090307441A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Controlled Shut-Down of Partitions Within a Shared Memory Partition Data Processing System
US8327083B2 (en) 2008-06-06 2012-12-04 International Business Machines Corporation Transparent hypervisor pinning of critical memory areas in a shared memory partition data processing system
US8688923B2 (en) 2008-06-06 2014-04-01 International Business Machines Corporation Dynamic control of partition memory affinity in a shared memory partition data processing system
US8645661B2 (en) * 2009-03-30 2014-02-04 International Business Machines Corporation Paging partition arbitration of paging devices to shared memory partitions
US9454405B2 (en) * 2009-03-30 2016-09-27 International Business Machines Corporation Paging partition arbitration of paging devices to shared memory partitions
US20120198202A1 (en) * 2009-03-30 2012-08-02 International Business Machines Corporation Paging Partition Arbitration Of Paging Devices To Shared Memory Partitions
US20100250863A1 (en) * 2009-03-30 2010-09-30 International Business Machines Corporation Paging partition arbitration of paging devices to shared memory partitions
US8694995B2 (en) 2011-12-14 2014-04-08 International Business Machines Corporation Application initiated negotiations for resources meeting a performance parameter in a virtualized computing environment
US8694996B2 (en) 2011-12-14 2014-04-08 International Business Machines Corporation Application initiated negotiations for resources meeting a performance parameter in a virtualized computing environment
US8863141B2 (en) 2011-12-14 2014-10-14 International Business Machines Corporation Estimating migration costs for migrating logical partitions within a virtualized computing environment based on a migration cost history
US8904404B2 (en) 2011-12-14 2014-12-02 International Business Machines Corporation Estimating migration costs for migrating logical partitions within a virtualized computing environment based on a migration cost history
US9229764B2 (en) 2011-12-14 2016-01-05 International Business Machines Corporation Estimating migration costs for migrating logical partitions within a virtualized computing environment based on a migration cost history
US9110705B2 (en) 2011-12-14 2015-08-18 International Business Machines Corporation Estimating migration costs for migrating logical partitions within a virtualized computing environment based on a migration cost history
US8931054B2 (en) * 2012-06-28 2015-01-06 International Business Machines Corporation Secure access to shared storage resources
US20140006708A1 (en) * 2012-06-28 2014-01-02 International Business Machines Corporation Secure access to shared storage resources
CN103645955A (zh) * 2013-12-16 2014-03-19 百度在线网络技术(北京)有限公司 应用程序的运行管理方法和装置
US20180107607A1 (en) * 2016-10-13 2018-04-19 Red Hat Israel, Ltd. Page table entry caching for virtual device emulation
US10725807B2 (en) * 2016-10-13 2020-07-28 Red Hat Israel, Ltd. Page table entry caching for virtual device emulation

Also Published As

Publication number Publication date
US20060005198A1 (en) 2006-01-05
JP2002041304A (ja) 2002-02-08
US7765545B2 (en) 2010-07-27

Similar Documents

Publication Publication Date Title
US7765545B2 (en) Method for automatically imparting reserve resource to logical partition and logical partitioned computer system
JP4597488B2 (ja) プログラム配置方法及びその実施システム並びにその処理プログラム
US7653901B2 (en) Quick deployment method
JP4377369B2 (ja) リソース割当調停装置およびリソース割当調停方法
US8583756B2 (en) Dynamic configuration and self-tuning of inter-nodal communication resources in a database management system
JP5417287B2 (ja) 計算機システム、及び、計算機システムの制御方法
US7299468B2 (en) Management of virtual machines to utilize shared resources
US8332611B2 (en) Method and system for managing memory
US7185156B2 (en) Storage system with automated resource allocation
US9639576B2 (en) Database management system, computer, and database management method
US10333859B2 (en) Multi-tenant resource coordination method
US20120166649A1 (en) Management computer, resource management method, resource management computer program, recording medium, and information processing system
US20110010709A1 (en) Optimizing System Performance Using Spare Cores in a Virtualized Environment
CN109684074A (zh) 物理机资源分配方法及终端设备
JP2006277458A (ja) リソース割当管理装置およびリソース割当方法
JP5672386B2 (ja) 計算機およびリソース検索方法
JP2017138895A (ja) 仮想化環境管理システムおよび仮想化環境管理方法
JP2006323872A (ja) 論理区画の予備リソース提供方法及び計算機システム
GB2497172A (en) Reserving space on a storage device for new data based on predicted changes in access frequencies of storage devices
CN114546587A (zh) 一种在线图像识别服务的扩缩容方法及相关装置
JP2008059599A (ja) 仮想化されたリソースの割当て方法及びその実施システム
US10621006B2 (en) Method for monitoring the use capacity of a partitioned data-processing system
JP2003223335A (ja) アウトソーシングシステム、アウトソーシング方法およびアウトソーシング用プログラム
CN114237808A (zh) 基于服务器机柜的虚拟机管理方法及装置
JP2874571B2 (ja) メモリ管理装置

Legal Events

Date Code Title Description
AS Assignment

Owner name: HITACHI, LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:UCHISHIBA, MICHIHIRO;HORIE, TORU;REEL/FRAME:012027/0574

Effective date: 20010711

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION