The present application claims priority from Japanese application JP2004-311959 filed on Oct. 27, 2004, the content of which is hereby incorporated by reference into this application.
The present invention relates to an employment method, an employment management system and an employment program, for a scalable business system running non-stop for 24 hours combining a plurality of apparatuses and software components.
A recent business system on the Web base is becoming highly sophisticated and complicated, and there exists a great amount of load on system designs, capacity planning, configuration and employment. Requirements for 24-hour service provision such as on-line services are becoming higher, and there are large needs for 24-hour non-stop maintenance.
A business system on the Web base is constituted of a number of system apparatuses, networks and software components, and there are a variety of topologies and configurations. It is therefore necessary to supply a special order for each case of system configuration designs, system employment designs, system configuration developments and system automatic employment program developments.
For example, the Publication of JP-A-2003-507817 (paragraphs [0017] to [0019], FIG. 2) (Patent Document 1) discloses the technology of realizing automation of initial configuration works and apparatus configuration changes (addition, deletion and the like of processors), among configuration employment works of a business system (described as a virtual server farm in Patent Document 1) constituted of processors, storage devices and network facilities. Automation of these works includes: settings of a VLAN (Virtual Local Area Network) and a SAN (Storage Area Network); relations between processors and operating system (OS, including middleware) boot images; and relations between processors and load balancers. However, the automation does not include settings of middleware running on processors, such as settings of a J2EE (Java (registered trademark) 2 Enterprise Edition: R) server and an HTTP (Hyper Text Transfer Protocol) server, and deployment of applications, in accordance with the topology of the system. Further, for the employment of 24-hour non-stop business services, it is necessary to perform employment designs for each case on a virtual server farm like a conventional manner, and to develop employment programs by supplying a special order.
From the viewpoint of tier-traverse employment management, the specification of U.S. Patent Application Publication No. 2003/0005426A1 (Patent Document 2) discloses a non-stop software version-up for a business system configured by a multitier architecture. The tier has a meaning of a physical layer or a logical layer, and the same meaning is indented hereinafter for the simply described term “layer”. However, Patent Document 2 describes neither a method of solving an issue of variety of configurations of a Web-based business system, nor a countermeasure for non-stop 24 hours employment operations other than the software version-up.
As described above, the issues associated with Patent Documents 1 and 2 reside in that the framework of designs and developments of employment programs in a variety of employment scenarios is not still provided for a Web-based business system having a variety of system configurations.
For the issues regarding this framework, “Management of Application Complexes in Multi-tier Clustered Systems”, by Ofer Biran et al, IBM System Journal, 2003, Vol. 42, No. 1 discloses the following technique. An employment operation logic portion which is different at each of a variety of system configurations is separated from a framework portion capable of being processed universally, and the employment operation logic portion different at each configuration is implemented as a plugin program for each of a variety of system configurations. The plugin program supports a common interface called Configuration Provider Interface. By using this framework, common GUI (Graphical User Interface) portions of employment operations can be used. However, most processes excluding GUI are required to be specifically developed for each of a variety of configurations, and common processes by the framework are still insufficient.
It is therefore an object of the present invention to reduce a load of configuration and employment works of a Web-based business system constituted of a plurality of system apparatuses and software components, and reduce a load of developments of employment designs and programs for the employment of a 24 hours non-stop business system.
In order to achieve this object of the present invention, in an employment management system for the business system having a plurality of system apparatuses, a storage device stores unit configuration information, a plurality of methods constituting a common interface, and a program for each method. The common interface has at least a partial halt method for making the unit halt an operation of the business system and a partial restart method for making the unit restart the operation of the business system. When an arithmetic processing part performs employment operations by making a predetermined system apparatus halt the operation of the business system, the unit including the predetermined system is subjected to partial halt, employment operations and then partial restart.
According to the present invention, in the Web-based business system having a number of system apparatuses and software components, it is possible to reduce a load of configuration works and employment works of the business system and, facilitate of developments of employment designs and programs for the business system of non-stop 24 hours.
Other objects, features and advantages of the invention will become apparent from the following description of the embodiments of the invention taken in conjunction with the accompanying drawings.
An employment management system for a business system according to an embodiment of the present invention will be described, first by describing the overall configuration and the business system configuration with reference to FIGS. 1 to 3, and then describing configuring and employing the business system with reference to FIGS. 4 to 26. Configuring the business system means works and processes to be performed before the start of service provision to end users and the like. Employment means, in a narrow sense, works and processes after the start of service provision, and in a broad sense, the concept including also configuring the business system.
1. Overall Configuration
An employment management network 104 interconnects the management terminal system apparatus 101, employment management system 102 and business system 100. The business system 100 is also connected to a business transaction execution network 105, and data of business transactions is transmitted and received over a business transaction execution network 105. The business transaction execution network 105 is also connected to the Internet 108 and receives a business transaction of an end user via the Internet.
The business system 100 is constituted of a load balancer 107 and a plurality of target management system apparatuses 106 (hereinafter simply described as “system apparatus 106”). In this embodiment, although the load balancer 107 is used as a network apparatus by way of example, the invention is also applicable to other network apparatuses such as cache servers and firewalls. The load balancer 107 has a function of distributing data transmitted from the Internet 108 to a plurality of system apparatuses 106, and is constituted of a processor, a memory part, a communication part and the like. The load balancing function of the load balancer 107 may be assembled in each system apparatus 106, as software.
Although most of business systems 100 use DB servers, in this embodiment the employment management system 102 does not manage the DB server of the business system 100. However, the employment management approach of the present invention can be adopted to simplify the configuration employment of the DB server of the business system 100 because the DB server can be constituted of a plurality of system apparatuses of a parallel server arrangement. Further, in this embodiment, although the business system 100 is assumed to be a system on the J2EE base, the present invention is not limited to J2EE.
A plugin file 103 stores definition information of the configuration pattern of the system apparatus 106 of the business system 100 and employment programs (employment procedure programs), and is stored in a storage device 131 connected to the target management system apparatus 106 via the employment management system 102. The storage device 131 may be a magnetic disk, an optical disk or other devices capable of storing data. The storage device 131 may be structured integrally with the employment management system 102 as a portion thereof.
A plugin file load processing part 116 reads the plugin file 103 at a proper timing (e.g., when the employment management system 102 is activated), and develops the contents of the read plugin file into a configuration pattern definition table 113 and a plugin program code 115. If the function of the employment management system 102 is realized by Java (registered trademark), the plugin program code 115 is realized as a byte code on a Java (registered trademark) virtual machine, and stored in a heap (memory) of the Java (registered trademark) virtual machine. Each configuration pattern has its plugin file 103, and each plugin file 103 has its plugin program code 115.
Although there are a variety of topologies of the system apparatus 106 constituting the business system 100, these variations can be classified into typical configuration patterns. The topology of the system apparatus 106 in a unit and the arrangement of software components to be operated in the system apparatus have regularity specific to each configuration pattern. A common interface for fundamental employment operations independent from the configuration pattern is defined in advance for the unit, and an implementation program for a common interface formed in accordance with the configuration pattern in the unit is managed in correspondence with the definition information of the unit. The configuration and employment of the business system 100 can therefore be performed efficiently.
The description is reverted to the overall configuration. The system apparatus 106 is constituted of a processor, a memory, a disk storage, a network interface and the like. Running in this system apparatus are an operating system (OS) and a target management service group 110 including various services (processes) running on OS. In this embodiment, the “system apparatus” has the same meaning as that of a server, and the expressions “host” and “server machine” are used as having the same meaning.
In this embodiment, services include HTTP services for processing an HTTP protocol, J2EE services for realizing a J2EE function, logging services for collecting error information and performance information during service provision. In the system apparatus 106, in addition to the target management service group 110 for business, a management agent service 119 also runs. The management agent service 119 is software which operates while the employment management system 102 manages the business system 100.
There are a variety of employment management works for the business system 100. These works are mainly classified into two works: an initial configuration work (also including addition and deletion of a system apparatus after initial configuration) and a daily employment work.
The initial configuration work can be further classified into two works: a configuration work of the business system 100 at an infrastructural level and a configuration work at a business system level. The former configuration work at the infrastructural level includes settings of a network environment (settings of an IP address, VLAN, SLAN and the like and install of software such as OS and middleware, and the configuration work at the business system level is executed after the completion of the configuration work as the infrastructural level. The configuration work at the business system level includes setup of target management services (hereinafter described simply as “services”), distribution of setting information, deployment of business applications (hereinafter described simply as “applications”) and the like. The daily employment work includes service setting change, application version-up, system plan stop/start and the like.
This embodiment realizes simplification/semi-automation of the initial configuration work at the business system level and the daily employment work. The prior art described in Patent Document 1 or preliminary manual works may be applied to the configuration work at the infrastructural level.
The following description is directed to the main flow of configuration employment of the business system 100 by a manager using the employment management system 102.
First, the manager supplies system configuration definitions of the business system 100 via the user interface part 111, and stores the definition information in a system configuration definition table group 114. Next, the manager supplies the user interface part 111 with a command for execution of environment configuration and employment of the business system 100. The user interface part 111 sends the command to the system configuration employment control processing part 117. In accordance with the information of the system configuration definition table group 114, the system configuration employment control processing part 117 controls the plugin program code 115, to transmit command strings and setting files necessary for the environment configuration and employment to the load balancer 107 or system apparatus 106.
In the system apparatus 106, the management agent service 119 receives the command strings and setting files, and executes a command for environment configuration and employment operation, relative to the target management service group 110 in the system apparatus 106. For example, if service is HTTP service, there are httpd.conf for the setting file and an HTTP service start/stop command for the employment operation command.
A suitable method for realizing the management agent service 119 may be FTP (File Transfer Protocol) for transmission/reception of the setting file, and Telnet or the like for issuance of the employment operation command string.
A suitable example of the load balancer 107 has a means of transmission/reception of the command string and the setting file. The typical means of transmission/reception of the command string is Telnet or the like. The typical means of transmission/reception of the setting file is FTP, TFTP (Trivial File Transfer Protocol) or the like.
The system configuration definition table group 114 is constituted of a basic information table 1300 (
2. Configuration Pattern and Concept of Unit
With reference to
The second tier 202 is a data tier and has a system apparatus 206 for DBMS. DBMS may have a cluster structure by using a plurality of system apparatuses. The load balancer 107 performs load distribution to the first tier 201. The system apparatuses 205 and 206 each correspond to the system apparatus 106 shown in
Additional description will be made on the definition of the tier described earlier. The tier is a collection of system apparatuses having the function of the same kind. The system apparatus belonging to a particular tier runs the services of the same kind under the same configuration (settings).
In connection with this tier concept, a collection of the system apparatus 205 and the target management service group 210, 211 and 212 running on the system apparatus is called a unit. The features of the unit reside in that even if a particular unit is halted, the whole business system 100 will not be halted but operates in the degenerating mode. When the business system 100 having the configuration shown in
A third tier 202 has a system apparatus 206 for DBMS similar to that shown in
The connection between the apparatuses at the first and second tiers 301 and 302 includes three variations: N:1, 1:N, and M:N, in addition to 1:1(
In the case of N:1, a plurality of system apparatuses at the first tier 301 are connected to one system apparatus at the second tier 302, one unit is constituted of one system apparatus at the second tier 302 and a plurality of system apparatuses at the first tier 301 connected to the one system apparatus, and a plurality of units constitute the business system 100.
In the case of 1:N, one system apparatus at the first tier 301 is connected to a plurality of system apparatuses at the second tier 302, and one unit is constituted of one system apparatus at the first tier 301 and a plurality of system apparatuses at the second tier 302 connected to the one system apparatus. One system apparatus at the first tier 301 is required to perform load distribution to the plurality of system apparatuses so that settings/employment different from N:1 are necessary.
In the case of M:N, a desired number of system apparatuses at the first tier 301 are each connected to all system apparatuses at the second tier 302. Each of the system apparatuses at the first tier 301 performs load distribution to all the system apparatuses at the second tier 302. Since the first and second tiers 301 and 302 are interconnected by a mesh, each system apparatus at the first and second tiers 301 and 302 can halt independently so that the whole business system 100 is capable of partial degeneration. Each of the system apparatuses at the first and second tiers constitutes, therefore, one unit.
There are variations of the arrangement of services of the system apparatuses at the first and second tiers 301 and 302. J2EE service is generally constituted of two functions: a Web container function and an EJB (Enterprise Java (registered trademark) Beans) container function. The variations are therefore the system apparatus at the first tier 301 running HTTP service and J2EE service as the Web container, and the system apparatus at the second tier 302 running HTTP service and J2EE service as the EJB container.
As the configuration having enhanced usability, the configuration (fail over configuration) is used which, for example, the system apparatus 205 shown in
As described above, by stipulating the unit as the management unit, any of a variety of business systems 100 can be normalized as a collection of a plurality of units. Since the unit is an abstract portion of the business system capable of partial lock-out and restart, when a particular unit halts, the business system 100 operates in a degenerated mode by using the remaining units excluding the halted unit and the business system 100 will not halt as a whole. The configuration of the unit differs depending upon the configuration pattern of the business system.
In the above description of the embodiment, as the variations of the configuration pattern of the business system 100, description has been made on the variations of the multitier configuration of system apparatuses, the intertier connection topology in the multitier configuration, the service arrangement of system apparatuses and the fail over configuration of apparatuses. Other conceivable variations include the fail over configuration of the load balancer 107, the DB partitioning configuration, and the configuration of a J2EE server apparatus matching the DB partitioning configuration, and the concept of the unit is also applicable to these variations.
The features of the present invention reside in that of a variety of configuration patterns of the business system 100, the employment program for 24-hour non-stop employment can be generalized as the system configuration employment control processing part 117 and the portion dependent upon the configuration pattern in the unit can be localized as the plugin file 103, by providing the tier-traverse management unit called the unit and using a common interface 501 constituted of each method. By generalizing the employment logic at the system level (a unit larger than the unit) and localizing the operation in the unit, a new configuration pattern can be dealt with by partial addition of the localized employment logic.
The following description will be made by taking as an example the configuration of the business system 100 shown in
3. Structure of Plugin File and its Load Process
The plugin file 103 is constituted of: a configuration pattern definition part 401 for holding meta information of the configuration pattern; and a program part 402 implementing the employment operation of a unit suitable for the configuration pattern. The configuration pattern definition part 401 is a text file based on XML (Extensible Markup Language), and its specific example is a configuration pattern definition 410. The left numerals of the configuration pattern definition is the row numbers in the definition file. A specific example of the program part 402 is a Java (registered trademark) class file output by compiling a Java (registered trademark) source program implementing a Java (registered trademark) interface shown in
Next, the configuration pattern definition 410 will be described. The first row 412 designates a configuration pattern name of the configuration pattern, and the second to fifth rows 413 describe the features of the configuration pattern in a natural language. The sixth row 414 designates path information of an image file which is used, when a GUI tool cooperates, for displaying an image representative of the features of the configuration pattern on the GUI tool. The image file is bundled with the plugin file 103, and the path information designates the location in the archive file where the image file exists.
The seventh to seventeenth rows 415 define the structure of each tier. The configuration pattern shown in
Brief description will be made on the function of each method of the common interface 501. A method at the second row, createServiceDefinitions, automatically generates definition information of services in the unit based on the configuration pattern of the business system 100. A method at the third row, setupServices, sets up a service group based on the service arrangement of the configuration pattern. A method at the fourth row, unsetupServices, deletes the service set up by the third row method setupServices. A method at the fifth row, startServices, starts the service group in the unit. A method at the sixth row, stopServices, stops the service group in the unit. A method at the seventh row, distributeConfiguration, distributes the setting file to the system apparatus 106. A method at the eighth row, deployApplications, deploys applications to the services in the unit. A method at the ninth row, redeployApplications, redeploys applications to the services in the unit.
A method at the tenth row, undeployApplications, undeploys the applications from the services in the unit. A method at the eleventh row, startApplications, starts applications deployed to the unit. A method at the twelfth row, stopApplications, stops the applications deployed to the unit. A method at the thirteenth row, joinVirtualServer, joins a unit to be balanced by the load balancer 107. A method at the fourteenth row, leaveVirtualServer, deletes a unit to be balanced by the load balancer 107. A method at the fifteenth row, acceptRequest, routes a user transaction received at the load balancer 107 via the Internet 108 to the system apparatus 106 in the unit. A method at the sixteenth row, blockRequest, stops routing a user transaction received at the load balancer 107 via the Internet 108 to the system apparatus 106 in the unit.
The common interface 501 is constituted of these methods and stored in the storage device 131.
The configuration pattern name field 601 corresponds to the pattern name 412 shown in
The following description relates to the load procedure of the plugin file 103 by the plugin file load processing part 116. First, a file list is acquired from the storage device 131 under a specific directory. Next, the plugin file 103 is read for each file in the acquired file list, the configuration pattern definition 410 is developed in the configuration pattern definition table 113, the class file in the program part 402 is developed as a byte code (class) on the heap of the java (registered trademark) virtual machine (VM), and its address information is set to the class address field 602 of the configuration pattern definition table 113.
4. Screens and Procedure of System Configuration Definitions by Manager
FIGS. 7 to 12 illustrate the procedure of system configuration definitions by a manager. The information defined by the manager is stored in the table group shown in FIGS. 13 to 17. Screens are controlled by the user interface part 111.
User input information to the system configuration pattern selection screen 700 is stored in the basic information table 1300 shown in
A record 1311 indicates that the system name of the business system 100 shown in
User input information to the load balancer definition screen 800 is stored in the load balancer definition table 1400 shown in
In the service environment definition screen 900 shown in
User input information to the service environment definition screen 900 is stored in the tier common service environment definition table 1500 shown in
An input example to the service environment definition screen 900 shown in
When a unit is to be added, a new row 1020 is added. The screen shown in
User input information to the unit configuration definition screen 1000 is stored in the unit configuration definition table 1600 shown in
As the unit name 1001 is designated and two server machines 1002 and 1003 to be arranged in the new unit are selected, new two records are added to the unit configuration definition table 1600. For each of the two additional records, the value of the system name 705 of the system to be defined is stored in a system name filed 1601, a value designated by the unit name 1001 in the unit configuration definition screen 1000 is stored in a unit name field 1602, the name of the selected server machine (a value at 1002 or a value at 1003) is stored in a server machine name field 1603, and the name of a tier to which the server machine belongs (“HTTP tier” for the value at 1002 or “J2EE tier” for the value at 1003) is stored in a tier name field 1604. The new records added to the input example of the unit configuration definition screen 1000 shown in
If a desired system apparatus is not defined in advance in the pull-down menus 1002 or 1003, a “new” 1004 is selected from the pull-down menu for transition to the server machine definition screen (
User input information to the server machine definition screen 1100 is stored in the server machine definition table 1700 shown in
5. Configuration Management Logic at System Level:
process flow by the system configuration employment control processing part 117 FIGS. 19 to 21 illustrate the configuration employment procedure (processes by the system configuration employment control processing part 117) for the business system 100, which procedure is a general-purpose procedure using the common interface 501 and is independent from the configuration of the business system 100.
Referring to FIGS. 19 to 21, the system configuration employment control processing part 117 activates the methods of the common interface 501. The activation procedure includes acquiring the pattern name to which the business system 100 to be operated belongs to, from the pattern name field 1302 of the basic information table 1300 and acquiring the class address of the implementing class of the common interface 501 corresponding to the pattern name, from the class address field 602 of the configuration pattern definition table 600. The method for the implementing class is called by using a Reflection function of the Java (registered trademark) language.
First, definition information is acquired from the load balancer definition table 1400 by using as search keys the names of the system apparatuses 311 to 314 to be configured. In accordance with the load balancer definition, the load balancer 107 is connected to make the definitions of a virtual server and its port. Namely, a command string for instructing to make the definitions of the virtual server and its port is transmitted to the load balancer 107 connected by using the employment management IP address 1403 (Step S1901). A suitable example of the load balancer 107 has a means for defining the virtual server by using the virtual IP address 1404 and port number 1405 as arguments. Next, units are searched from the unit configuration definition table 1600 by using as a search key the name of the system to be configured (Step 1902). For each searched unit (if Yes at Step 1903, and for each of the “unit 1” and “unit 2” in the case shown in
For each unit, the method createServiceDefinitions of the common interface 501 is executed (Step 1904) to create the service instance definition table. Next, the method setupServices of the common interface 501 is executed (Step 1905) to set up services of the system apparatus 106 in accordance with the definitions created at Step 1904. Next, the method joinVirtualServer of the common interface 501 is executed (Step 1906) to add the services to be balanced by the load balancer 107 among the services set up at Step 1905, to the load balancer 107. Lastly, the method distributeConfiguration of the common interface 501 is executed (Step S1907) to generate the configuration file from the environment definition information created at Step 1904 and send this file to the services set up at Step 1905.
First, units are searched from the unit configuration definition table 1600 by using as a search key the name of the system to be activated (Step 2001). For each searched unit (if Yes at Step 2002, and for each of the “unit 1” and “unit 2” in the case shown in
For each unit, the method startServices of the common interface 501 is executed (Step 2003) to start services in the unit. Next, the method deployApplications of the common interface 501 is executed (Step 2004) to deploy applications for the services in the unit. Next, the method startApplications of the common interface 501 is executed (Step 2005) to start applications for the services in the unit. Lastly, the method acceptRequest of the common interface 501 is executed (Step S2006) to start accepting a request from an end user.
With the above operations, the configuration process for the business system 100 is completed, and thereafter the screen is subjected to transition to the system employment screen 1200 (
In addition to the above-described basic employment operations, there are parameter change, business application change (replacement including version-up), unit configuration change (unit addition and deletion) and the like. These change operations are executed by the system configuration employment control processing part 117 which effects change definition after transition to the screen shown in
Next, description will be made on the employment procedure for the business system 100, by taking as an example a change in a business application.
First, units are searched from the unit configuration definition table 1600 by using as a search key the name of the system to be activated (Step 2101). For each searched unit (if Yes at Step 2102, and for each of the “unit 1” and “unit 2” in the case shown in
For each unit, the method blockRequest of the common interface 501 is executed (Step 2103) to block a request from an end user which the load balancer 107 distributes otherwise to the unit whose business application is to be changed. Next, the method stopApplications of the common interface 501 is executed (Step 2104) to stop execution of the business application for the services in the unit. Next, the method redeployApplications of the common interface 501 is executed (Step 2105) to replace the application for the services in the unit. Next, the method startApplications of the common interface 501 is executed (Step 2106) to start the business application. Lastly, the method acceptRequest of the common interface 501 is executed (S2107) to restart the request from the end user to be distributed to the unit by the load balancer 107.
In this manner, only a particular unit is halted and the business application is replaced at Steps 2103 to 2107 of the above-described procedure so that services by the business system 100 are not halted as a whole and the request from the end user can be processed at the remaining units.
Next, description will be made on a parameter definition updating procedure of non-stop 24 hours as another employment operation example. The system configuration employment control processing part 117 starts the parameter definition updating procedure after the tier common service environment definition table 1500 is updated by inputting a parameter change value in the field 903 shown in
The process flow shown in
The maintenance operation illustrated by the process flow shown in
The procedures shown in
6. Process Flow of Employment Logic Dependent Upon Configuration Pattern
With reference to the flow charts shown in FIGS. 22 to 26, description will be made on an implementation example of the common interface 501 for the configuration patterns to which the business system 100 shown in
In summary, the method createServiceDefinitions (
First, the unit configuration definition table 1600 is searched by using as search keys the system name and the unit name which are arguments of the method (Step 2201). For each searched record (two records 1611 and 1612 for the “unit 1” at Step 2202), Steps 2203 to 2207 are executed.
At Step 2203 the value of the configuration pattern name field 1302 corresponding to the system name argument is acquired from the basic information table 1300. A list of service types hosted by the tier (values in the service type name field 606) is acquired from the configuration pattern definition table 113, by using as search keys the acquired pattern name (“HTTP separate 2-tier configuration for the “system 1”) and the tier name of the record being processed (the value in the tier name field 1604).
For each acquired service type (Step 2204), a service instance definition is executed (Steps 2205 to 2207). For example, in
The service instance definition process includes Step 2205, Step 2206 and Step 2207. First, a new service instance definition record is created in the service instance definition table 1800. A name guaranteeing its uniqueness in the service instance definition table 1800 is automatically created and stored in the service name field 1801 of the new service instance definition record. A system name field 1802, a unit name field 1803, a server machine name field 1804 and a tier name field 1805 of the new service instance definition record are set with the system name and unit name designated by the arguments, the name of a server machine being processed (corresponding to the value in the server name field 1603) and the name of the tier (corresponding to the value in the tier name field 1604), respectively. The name of the service type being processed (corresponding to the value in the service type name field 606) is stored in a service type field 1808 (Step 2205).
Next, the service environment definition table 1500 is searched by using as search keys the system name designated by the argument, the service type name being processed and the tier name being processed (corresponding to the value in the tier name field 1604), to thereby acquire the environment definition 1504 and application information 1505 which are stored in an environment definition field 1806 and application information field 1807, respectively (Step 2206). At Step 2206, the parameter definition and application information defined common to tiers are developed (copied) to the individual service instance definition belonging to the same tier.
Lastly, parameters determined from information of the system apparatuses (server machine definition table 1700) and the topologies of the configuration patterns are added to the list of the environment definition field 1806 of the new service instance definition record (Step 2207). For example, in
The procedure for the method unsetupServices is almost similar to that shown in
The method distributeConfiguration is almost similar to that shown in
The procedure for the method startServices is almost similar to that shown in
The procedure for the method stopServices is almost similar to that shown in
The procedure for the method undeployApplications is almost similar to that shown in
The procedure for the method startApplications is almost similar to that shown in
The procedure for the method stopApplications is almost similar to that shown in
The process flow shown in
Reverting to the process flow shown in
The procedure for the method leaveVirtualServer is almost similar to that shown in
The procedure for the method acceptRequest is almost similar to that shown in
The procedure for the method blockRequest is almost similar to that shown in
As described above, according to the employment management system for the business system, since the unit as the management unit capable of partial lock-out and restart is defined for the business system 100, the whole business system 100 will not halt and the employment operation (such as application replacement) is possible at the system apparatus 106.
As the common interface 501 is used, general-purpose configuration and management at the system level are possible without depending upon the configuration pattern of the business system 100. Each configuration pattern can be dealt with by making a program for implementing the common interface 501 generated in accordance with the configuration patterns in the unit, have a correspondence with the definition information of he unit. It is therefore possible to localize the works of configuration and employment of the business system 100 and to reduce a load of developers and operators.
A program for executing the employment method of the above-described business system may be stored in a computer readable storage medium and read by a computer memory to be executed.
The above description of the embodiment does not limit the aspects of the present invention. For example, connection to an end user is not limited to the Internet, but other communication lines such as LAN (Local Area Network) and private lines may also be used. Specific configurations may be changed when necessary without departing from the main features of the present invention.
It should be further understood by those skilled in the art that although the foregoing description has been made on embodiments of the invention, the invention is not limited thereto and various changes and modifications may be made without departing from the spirit of the invention and the scope of the appended claims.
Number | Date | Country | Kind |
---|---|---|---|
2004-311959 | Oct 2004 | JP | national |