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
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 ).

Abstract

A logical partitioned computer system. A hypervisor includes a resource management table for managing resources assigned to the hypervisor and an assigning/collecting unit for assigning and collecting resources to logical partitions. Each logical partition has a guest resource monitoring unit for monitoring the amount of the resource being used out of the amount of the resource assigned to the logical partition and an adding/separating unit for requesting addition and separation of a resource to the assigning/collecting unit based on results of monitoring. In response to the request, assigning/collecting unit searches resource management table, assigns a resource to logical partition when a reserve resource exists in case of an assignment request, and collects a resource as a reserve resource in the resource management table in case of a collection request.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • 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. [0002]
  • 2. Description of the Related Art [0003]
  • As a technique for operating a plurality of operating systems (guest OS's) in one physical computer, a logical partitioned computer system is known 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. [0004]
  • In the logical partitioned computer system, 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. [0005]
  • In a case where the resources required for the respective logical partitions are different between the daytime and nighttime, an implementation is carried out in which the assignment of the resources among the logical partitions is systematically changed in accordance with an operator's operation schedule or an automatic operation schedule. [0006]
  • 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. [0007]
  • In addition, a charging system based on a volume sensitive rate has appeared as a recent charging system of computers. This is a system in which numerous resources are mounted in advance, and the charge of renting a computer is determined depending on the amount of resources used. Since the resources are necessary in proportion to the incurred load, one must pay a charge for the amount by which the computer was used. [0008]
  • SUMMARY OF THE INVENTION
  • With a conventional computer system, it is necessary to prepare in advance sufficient resources capable of withstanding the load. If sufficient resources cannot be assigned, and a load more than is allowable is applied to the computer system, a serious problem can occur in that, for example, processing by a guest OS becomes extremely slow. [0009]
  • As one phenomenon that this processing becomes extremely slow, a phenomenon which is generally called slowdown is known. For example, thrashing is known as a slowdown phenomenon which occurs due to the shortage of main memory. In 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. [0010]
  • On the other hand, if excess resources are imparted, the resources are not fully utilized and are wasted. For example, in a system in which a high load can occur suddenly due to the concentration of accesses as in the case of a WWW server, a large volume of resources is required in preparation for the high load. Meanwhile, excessively large resources are not fully utilized during low loads and are wasted, so that a problem occurs in that the cost performance is low. [0011]
  • In the computer system using the above-described charging system based on the volume sensitive rate, since charges corresponding to the amount of resources used have to be paid, it can be said that the cost performance is good for the users; however, the installation of excessively large resources constitutes a burden for the vendor. In addition, since the charging system is based on the volume sensitive rate, there is another aspect that the rental charges for renting the computer vary. [0012]
  • Accordingly, it is an object of the present invention to provide a logical partitioned computer system which permits additional assignment of resources necessary at the time of implementation of a computer system, reduces wasteful resources, and can be operated stably at a low cost, thereby overcoming the above-described drawbacks of the conventional art of the computer system. [0013]
  • To attain the above object, in accordance with the present invention, there is provided 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. [0014]
  • In addition, as the logical partitioned computer system, 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, while 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, wherein 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. [0015]
  • In addition, 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. [0016]
  • In addition, 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. [0017]
  • Further, in the logical partitioned computer system, 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. [0018]
  • The above and other objects, features and advantages of the present invention will become more apparent from the following detailed description of the invention when read in conjunction with the accompanying drawings.[0019]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating the configuration of the logical partitioned computer system in accordance with an embodiment of the invention; [0020]
  • FIG. 2 is a diagram illustrating the configuration of hardware resources; [0021]
  • FIG. 3 is a flowchart explaining processing by a reserve resource assigning/collecting unit of a hypervisor; [0022]
  • FIG. 4 is a flowchart explaining processing by a guest resource adding/separating unit of a guest OS; [0023]
  • FIG. 5 is a flowchart explaining processing by an external resource adding/separating unit of the hypervisor; [0024]
  • FIG. 6 is a flowchart explaining processing by a guest resource monitoring unit of the guest OS; [0025]
  • FIG. 7 is a diagram illustrating an example in which instruction processors of the reserve resource are added to guests; [0026]
  • FIG. 8 is a diagram illustrating an example in which a main storage device of the reserve resource is added to the guests; [0027]
  • FIG. 9 is a diagram illustrating an example in which I/O channels of the reserve resource are added to the guests; [0028]
  • FIG. 10 is a diagram illustrating a resource management table; [0029]
  • FIG. 11 is a diagram illustrating a logical partition management table; [0030]
  • FIG. 12 is a flowchart explaining processing for securing the reserve resource in the reserve resource assigning/collecting unit of the hypervisor; and [0031]
  • FIG. 13 is a flowchart explaining processing for determination of a logical partition in the reserve resource assigning/collecting unit of the hypervisor.[0032]
  • DESCRIPTION OF THE EMBODIMENTS
  • Referring now to the accompanying drawings, description will be given of an embodiment of the logical partitioned computer system in accordance with the invention. [0033]
  • 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. [0034]
  • In FIG. 1, [0035] reference numeral 11 denotes a hypervisor; 12, a logical partition; 13, an operating system (guest OS); 30, a reserve resource assigning/collecting unit; 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; and 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 [0036] 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 [0037] 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.
  • The basic structure of the logical partitioned computer system is well known and is also described in U.S. Pat. No. 4,843,541. [0038]
  • FIG. 2 is a diagram illustrating the configuration of resources. [0039]
  • As described above, 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. [0040]
  • The [0041] 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. [0042]
  • 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. [0043]
  • Referring now to these drawings, a description will be given of assigning the reserve resource to the guest OS's. [0044]
  • The guest [0045] 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).
  • For example, the guest [0046] 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):
  • In the case of the instruction processor: when the rate of use of the instruction processor is 99% or more and when the response time of the online transaction is not less than two times the normal for the duration of a certain number of times of monitoring; [0047]
  • In the case of the main storage device: when the capacity shortage of the virtual storage device has been detected, and the thrashing state of the OS has been detected since a space area is not produced due to the consecutive occurrence of accesses to the virtual storage despite a plurality of times of page out instructions issued by an operation monitoring program in the OS to a memory control program in the OS to secure a space area; and [0048]
  • In the case of the I/O channel: when the channel busy rate is 80% or more for the duration of a certain number of times of monitoring. [0049]
  • It should be noted that 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. [0050]
  • Upon receipt of the notification of the resource shortage from the guest resource monitoring unit [0051] 60 (Step 401), 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.”
  • Next, upon receipt of the resource assignment request from the guest resource adding/separating [0052] unit 40, 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.
  • In [0053] 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 details of the resource management table [0054] 100 of the hypervisor are shown in FIG. 10.
  • To secure the reserve resource, it suffices if reference is made to a logical [0055] partition assignment map 1005 in which logical partition numbers of the logical partitions being currently assigned are set.
  • It is assumed that the logical partition numbers are provided in an ascending order starting with [0056] 1, and that 0 is set in a case where the resource has not been assigned to the logical partition. Accordingly, if a resource for which the logical partition number in the logical partition assignment map is 0 is searched from the resource management table, it is possible to find an assignable reserve resource.
  • If the assignable reserve resource is not sufficient, a report is made to the guest OS and the operator who operates the computer (Step [0057] 307).
  • On the other hand, if the hypervisor holds a reserve resource sufficient for the assignment, a report is made on the type and amount of resource to be assigned to the logical partition for which the assignment request has been reported (Step [0058] 305), and the logical partition number of the logical partition for which the assignment has been made is registered in the logical partition assignment map (1005, 1010, or 1013) in the resource management table (Step 308).
  • Upon receipt of the notification of the resource assignment from the hypervisor (Step [0059] 401), 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).
  • Through the foregoing processing, 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. [0060]
  • Next, a detailed description will be given of the procedure of assignment to the logical partitions by type of resource. [0061]
  • FIG. 7 shows an example of the state of assignment of instruction processors. [0062]
  • [0063] Physical instruction processors 1, 2 (701, 702) 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).
  • Here, if a shortage of the instruction processor occurs in the [0064] logical partition 2, a physical instruction processor 4 (704) of the reserve resource is assigned as a logical command processor 4 (709) in the logical partition 2.
  • In this case, the [0065] 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. [0066]
  • The main storage device ([0067] 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.
  • In this case, in the resource management table, the [0068] 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. [0069]
  • I/[0070] 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.
  • In case where a shortage of the I/O channel has occurred in the [0071] logical partition 2, an I/O channel (906) is assigned to the logical partition 2.
  • In this case, in the resource management table, the channel number in the logical partition assignment map is changed from 0 to 2. [0072]
  • Next, a description will be given of an example of a method of collecting the resource from the logical partition. [0073]
  • 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 [0074] 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).
  • Upon receipt of the report on the resource surplus (Step [0075] 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).
  • Next, upon receipt of the resource collection request, the reserve resource assigning/collecting [0076] 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. In Step 306, 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.
  • As described above, even if the resource of the logical partition has become short, the addition of the resource is effected instantly, thereby making it possible to avoid a serious problem such as the slowdown of the guest OS. [0077]
  • In addition, when 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. [0078]
  • Next, a description will be given of the addition and separation of the external resource. [0079]
  • In a case where requests for assignment of the reserve resource are made from a multiplicity of logical partitions, a case is conceivable in which the hypervisor becomes unable to secure the requested reserve resource. [0080]
  • To cope with such a situation in advance, the hypervisor [0081] 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.
  • Consequently, it becomes possible to provide measures such as the additional purchase, additional installation, and the like of the resources for the computer. This resource added to the physical computer will be referred to as an external resource, and a description will be given hereafter of the addition and separation of the external resource. [0082]
  • 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. Next, as the operator inputs a command, a resource addition request is sent to the external resource adding/separating [0083] unit 50. Upon receipt of the resource addition request (Step 501), 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.
  • Thus, even in a case where the reserve resource of the hypervisor has become short, the addition of the reserve resource is effected during operation without stopping the system. [0084]
  • Meanwhile, in a case where the external resource is separated, when a resource separation request is similarly sent to the external resource adding/separating [0085] unit 50 by such as the input of a command by the operator (Step 501), 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.
  • Finally, the customer engineer removes from the computer the resource which has been set as the external resource. [0086]
  • Next, in order to avoid a problem that in the event that the reserve resource has been used up in a certain logical partition, the reserve resource becomes unusable in a logical partition having a high priority in such as the actual online activities, a description will be given below of two examples in which the reserve resource is used flexibly. [0087]
  • 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. [0088]
  • Through the operation at the time of initialization or during operation, whether or not the reserve resource can be assigned is selected for each logical partition. [0089]
  • 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. [0090]
  • This determination corresponds to Step [0091] 302 in FIG. 3.
  • Furthermore, a region ([0092] 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.
  • It should be noted that 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 [0093] 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.
  • As for the details of the determination of assignability with respect to the logical partition (Step [0094] 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. [0095]
  • As shown in FIG. 10, logical [0096] 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.
  • These logical partition assignability maps are referred to by the reserve resource assigning/collecting [0097] unit 30 when the necessary reserve resource is secured, as required, in response to the assignment request (Step 304).
  • As shown in FIG. 12, the securing of the reserve resource is accomplished by searching such a resource that the value of the logical partition assignment map ([0098] 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).
  • For example, in the case of securing the main storage, in FIG. 10, if the logical [0099] partition assignment map 1010 is referred to, and the main storage devices capable of being assigned to the logical partition 2 are searched consecutively starting with a leading entry, it is possible to detect the main storage devices with main storage numbers 6 and 7.
  • In addition, if the main storage devices capable of being assigned to the [0100] logical partition 3 are similarly searched, it is possible to detect the main storage device with the main storage number 6.
  • Further, the main storage devices capable of being assigned to the [0101] logical partition 1 are similarly searched, no assignable main storage device is detected.
  • In this example, since the request for the [0102] logical partition 1 is suppressed, and 64 MB can be set as an upper limit for the logical partition 3, control is possible for securing the main storage resource of 64 MB for the logical partition 2.
  • Through the above-described two methods, flexible usage becomes possible in which a large reserve resource can be secured in advance for an important logical partition. [0103]
  • As described above, in accordance with the invention, by the provision of a guest resource monitoring unit for monitoring the resource shortage occurring in the guest OS and a reserve resource capable of being instantly assigned to any logical partition, it becomes possible to operate a plurality of guest OS's at low cost on a stable basis. [0104]

Claims (6)

What is claimed is:
1. 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, and requesting assignment or collection of the resource to said physical computer on the basis of a result of monitoring; and
causing said 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.
2. A logical partitioned computer system in which one or more logical partitions are provided in one physical computer, and an operating system is operated in each of the logical partitions, comprising:
a resource managing unit provided in said physical computer for managing the resource being assigned to said physical computer and an assigning/collecting unit provided in said physical computer for effecting the assignment or collection of the resource with respect to each of the logical partitions;
a monitoring unit provided in each of the logical partitions for monitoring an amount of the resource being used in an amount of the resource being assigned and an adding/separating unit provided in each of the logical partitions for requesting said assigning/collecting unit to add or separate the resource on the basis of a result of monitoring by said monitoring unit,
wherein said assigning/collecting unit inquires said resource managing unit in compliance with a request from said 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 said resource managing unit in the case of a collection request.
3. The logical partitioned computer system according to claim 2, further comprising:
an external resource adding/separating unit provided in said physical computer,
wherein said external resource adding/separating unit adds or separates the external resource with respect to said resource managing unit in response to an instruction by an operator.
4. The logical partitioned computer system according to claim 2, further comprising:
a management table provided for each of the logical partitions in said physical computer,
wherein information on assignability of the reserve resource is set in said management table, and when a resource assignment request has been received from said adding/separating unit of the logical partition, whether or not assignment of the reserve resource is to be effected is determined in accordance with the contents of the information on assignability of the reserve resource in said logical partition management table.
5. The logical partitioned computer system according to claim 2, wherein said 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 said adding/separating unit in the logical partition, said resource managing unit assigns an assignable reserve resource to the logical partition.
6. 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:
managing by a control program of said physical computer the resource assigned to said physical computer by the use of a resource management table, and effecting the assignment or collection of the resource with respect to each of the logical partitions;
causing an operating system of each of the logical partitions to monitor an amount of the resource being used in an amount of the resource being assigned to each of the logical partitions, and requesting assignment or collection of the resource to said control program on the basis of a result of monitoring; and
causing said control program upon receipt of the request to assign the reserve resource in said resource management table in the case of the assignment request, and to change the resource being assigned, for which the request for collection has been made, in said resource management table to the reserve resource in the case of the collection request.
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 (en) 2000-07-28 2000-07-28 Automatic imparting method of backup resource of logical section and logical section based computer system

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 (en)
JP (1) JP2002041304A (en)

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
US20060136653A1 (en) * 2004-12-21 2006-06-22 Microsoft Corporation Systems and methods for exposing processor topology for virtual machines
US20060136667A1 (en) * 2004-12-17 2006-06-22 International Business Machines Corporation System, method and program to preserve a cache of a virtual machine
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
US20090307445A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Shared Memory Partition Data Processing System With Hypervisor Managed Paging
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 (en) * 2013-12-16 2014-03-19 百度在线网络技术(北京)有限公司 Running management method and device for application program
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
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 (en) * 2001-08-28 2003-03-07 Nec System Technologies Ltd Configuration control system of distributed computer
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 (en) * 2006-06-29 2008-02-14 Mitsubishi Electric Corp Information processor, os starting method, and program
JP5217128B2 (en) * 2006-08-01 2013-06-19 日本電気株式会社 Emulation apparatus and emulation method
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 (en) * 2007-04-13 2008-11-06 Nec Corporation Virtual computer system and its optimization method
KR101405319B1 (en) 2007-04-16 2014-06-10 삼성전자 주식회사 Apparatus and method for protecting system in virtualization
JP5496464B2 (en) * 2007-04-16 2014-05-21 三星電子株式会社 Apparatus and method for secure system protection in a virtualized environment
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 (en) * 2007-09-28 2008-03-13 Hitachi Ltd Method for allocating virtualized resource and execution system thereof
WO2009066481A1 (en) * 2007-11-22 2009-05-28 Mitsubishi Electric Corporation Virtual machine system and virtual machine weighting setting processing method and virtual machine weighting setting processing program
US20090222833A1 (en) * 2008-02-28 2009-09-03 Microsoft Corporation Codeless provisioning sync rules
JP5199000B2 (en) * 2008-09-25 2013-05-15 株式会社日立製作所 File server resource dividing method, system, apparatus and program
JP4932877B2 (en) * 2009-07-14 2012-05-16 株式会社日立製作所 Business resource management method and implementation system thereof
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 (en) * 2011-04-15 2013-12-18 株式会社日立製作所 Resource management method and computer system
CN103543987B (en) * 2012-07-11 2016-09-28 Sap欧洲公司 The feedback run for efficient parallel drives regulation
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 (en) * 2017-10-12 2019-12-18 株式会社日立製作所 Resource management apparatus, resource management method, and resource management program

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 (en) 1988-06-17 1995-06-21 日本電気株式会社 Virtual machine system configuration change method
JPH0447357A (en) 1990-06-12 1992-02-17 Hitachi Ltd Control system for virtual computer system
JPH04314147A (en) 1991-04-12 1992-11-05 Nec Corp Memory managing system
JPH06110715A (en) 1992-09-25 1994-04-22 Hitachi Ltd Dynamic allocating method for computer resources in virtual computer system
US5951633A (en) * 1996-12-16 1999-09-14 Intervoice Limited Partnership System and method for overflow resource allocation
JPH10293695A (en) 1997-04-22 1998-11-04 Hitachi Ltd Dynamic reconfiguration system of logic computer system
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 (en) 2004-05-07 2009-08-12 ユニ・チャーム株式会社 Pants-type disposable diapers

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
US8281082B2 (en) 2008-06-06 2012-10-02 International Business Machines Corporation Hypervisor page fault processing in a shared memory partition data processing system
US8281306B2 (en) 2008-06-06 2012-10-02 International Business Machines Corporation Managing assignment of partition services to virtual input/output adapters
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
US20090307445A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Shared Memory Partition Data Processing System With Hypervisor Managed Paging
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
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
US20090307690A1 (en) * 2008-06-06 2009-12-10 International Business Machines Corporation Managing Assignment of Partition Services to Virtual Input/Output Adapters
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
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
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
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
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
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
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
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 (en) * 2013-12-16 2014-03-19 百度在线网络技术(北京)有限公司 Running management method and device for application program
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
US7765545B2 (en) 2010-07-27
JP2002041304A (en) 2002-02-08
US20060005198A1 (en) 2006-01-05

Similar Documents

Publication Publication Date Title
US7765545B2 (en) Method for automatically imparting reserve resource to logical partition and logical partitioned computer system
JP4597488B2 (en) Program placement method, execution system thereof, and processing program thereof
JP4377369B2 (en) Resource allocation arbitration device and resource allocation arbitration method
US8583756B2 (en) Dynamic configuration and self-tuning of inter-nodal communication resources in a database management system
JP5417287B2 (en) Computer system and computer system control method
US7299468B2 (en) Management of virtual machines to utilize shared resources
US8332611B2 (en) Method and system for managing memory
US8434078B2 (en) Quick deployment method
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
JP2006277458A (en) Resource allocation management device, and resource allocation method
CN109684074A (en) Physical machine resource allocation methods and terminal device
CN114661419A (en) Service quality control system and method
GB2497172A (en) Reserving space on a storage device for new data based on predicted changes in access frequencies of storage devices
JP2006323872A (en) Preliminary resource provision method of logical partition and computer system
JP2008059599A (en) Method for allocating virtualized resource and execution system thereof
US10621006B2 (en) Method for monitoring the use capacity of a partitioned data-processing system
US7039707B2 (en) Disk subsystem, computer system, storage managing method and program
JP2003223335A (en) Out-sourcing system, out-sourcing method, and program for out-sourcing
CN114237808A (en) Virtual machine management method and device based on server cabinet
JP2874571B2 (en) Memory management device
JPH10207847A (en) Automatic load dispersion system for distribution system

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