WO2010106649A1 - 更新プログラム、情報処理装置、および更新方法 - Google Patents

更新プログラム、情報処理装置、および更新方法 Download PDF

Info

Publication number
WO2010106649A1
WO2010106649A1 PCT/JP2009/055257 JP2009055257W WO2010106649A1 WO 2010106649 A1 WO2010106649 A1 WO 2010106649A1 JP 2009055257 W JP2009055257 W JP 2009055257W WO 2010106649 A1 WO2010106649 A1 WO 2010106649A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
update
software
address
instruction
Prior art date
Application number
PCT/JP2009/055257
Other languages
English (en)
French (fr)
Inventor
雅行 内藤
Original Assignee
富士通株式会社
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 富士通株式会社 filed Critical 富士通株式会社
Priority to PCT/JP2009/055257 priority Critical patent/WO2010106649A1/ja
Priority to JP2011504655A priority patent/JP5206864B2/ja
Publication of WO2010106649A1 publication Critical patent/WO2010106649A1/ja
Priority to US13/137,603 priority patent/US20110314131A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1466Management of the backup or restore process to make the backup process non-disruptive
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1464Management of the backup or restore process for networked environments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running

Definitions

  • the disclosed technology relates to an update program for updating information, an information processing apparatus, and an update method.
  • JP 2006-99406 A Japanese Patent Laid-Open No. 2001-212173
  • the IP address set in the software is the same between the business server on which the software originally operates and the other server for updating. turn into. For this reason, when a customer performs business, there is a problem that IP addresses may collide and interfere with the business.
  • the present disclosure technique provides an update program, an information processing apparatus, and an update method capable of safely backing up software without stopping the operation of the software in order to solve the above-described problems caused by the prior art. Objective.
  • the present disclosure technology accepts an instruction to update software replication information installed in a first server of the server group, and the first of the server group Replication information for restoring the software by switching the connection between the second server different from the server and the client terminal to non-connection, and associating the software replication information for which the update instruction has been received with the server on which the software is installed
  • the extracted copy information and an update instruction for the copy information are transmitted to the second server, and the result of the update instruction being transmitted
  • the updated copy information updated by the second server is received from the second server, and the updated copy received The distribution in association with the first server and registers in the database.
  • the update program, the information processing apparatus, and the update method have the effect that the software can be safely backed up without stopping the operation of the software.
  • FIG. 1 is a system configuration diagram of the network system according to the first embodiment.
  • FIG. 2 is an explanatory diagram showing an outline of the first embodiment.
  • FIG. 3 is a block diagram of a hardware configuration of the information processing apparatus according to the first embodiment.
  • FIG. 4 is an explanatory diagram of an example of the contents stored in the management table.
  • FIG. 5 is an explanatory diagram of an example of the contents stored in the backup DB.
  • FIG. 6 is an explanatory diagram showing an example of the contents stored in the switch table.
  • FIG. 7 is a block diagram illustrating a functional configuration of the information processing apparatus.
  • FIG. 8 is a flowchart of an example of an update process procedure of the information processing apparatus according to the first embodiment.
  • FIG. 9 is a system configuration diagram of the network system according to the second embodiment.
  • FIG. 10 is an explanatory diagram showing an outline of the second embodiment.
  • FIG. 11 is a block diagram of a functional configuration of the information processing apparatus according to the second embodiment.
  • FIG. 12 is an explanatory diagram showing an example of an address correspondence table.
  • FIG. 13 is a flowchart of an example of an update process procedure of the information processing apparatus according to the second embodiment.
  • FIG. 14 is a sequence diagram illustrating an example of a software update procedure.
  • FIG. 1 is a system configuration diagram of the network system according to the first embodiment.
  • a network system 100 includes an information processing apparatus 101, servers 102-1 to 102-n, and a client terminal 103.
  • the information processing apparatus 101, the servers 102-1 to 102-n, and the client terminal 103 are connected via a network such as a management LAN (Local Area Network) 110 and a business LAN 120.
  • a management LAN Local Area Network
  • the information processing apparatus 101 and the servers 102-1 to 102-n are connected to each other via a network switch SW1 of the management LAN 110 so that they can communicate with each other. Further, the information processing apparatus 101, the servers 102-1 to 102-n, and the client terminal 103 are connected to be communicable with each other via the network switch SW2 of the business LAN 120.
  • the management LAN 110 is a management network for the information processing apparatus 101 to manage the servers 102-1 to 102-n.
  • the business LAN 120 is a business network for the information processing apparatus 101 and the client terminal 103 to access the servers 102-1 to 102-n.
  • the software used by the customer is not placed on the client terminal 103 side, but is managed collectively on the server 102-1 to 102-n side.
  • the customer can perform business using the software installed in the servers 102-1 to 102-n.
  • the information processing apparatus 101 includes various databases 104 to 106, and has a function of managing a backup image for restoring software installed in the servers 102-1 to 102-n. Further, the information processing apparatus 101 has a function of detecting a failure or abnormality of each of the servers 102-1 to 102-n and notifying an administrator of the network system 100 or the like.
  • the servers 102-1 to 102-n have a function of updating installed software in accordance with improvement of software functions or defect correction.
  • the servers 102-1 to 102-n have a function of updating a software backup image in response to an update instruction from the information processing apparatus 101.
  • the network switch SW1 has a function of relaying communication between the information processing apparatus 101 and the servers 102-1 to 102-n and switching connection / disconnection of the servers 102-1 to 102-n connected to the ports.
  • the network switch SW1 relays communication between the information processing apparatus 101, the servers 102-1 to 102-n, and the client terminal 103, and switches connection / disconnection of the servers 102-1 to 102-n connected to the ports. It has a function.
  • FIG. 2 is an explanatory diagram showing an outline of the first embodiment. Here, it is assumed that the backup image of software A installed on the server 102-1 is updated using the server 102-2.
  • the operating software A is updated to the latest state by the server 102-1. As a result, a difference is generated between the updated software A and the backup image of the software A before the update.
  • the software A is software that can be updated without stopping the business of the customer.
  • the information processing apparatus 101 When the information processing apparatus 101 receives an instruction to update the backup image of software A, it transmits a switching instruction to switch the connection port of the business LAN 120 of the server 102-2 from online to offline to the network switch SW2.
  • connection port of the business LAN 120 of the server 102-2 is switched from online to offline by the network switch SW2. As a result, the client terminal 103 cannot access the server 102-2.
  • the information processing apparatus 101 transmits a switching instruction to switch the connection port of the management LAN 110 of the server 102-1 from online to offline to the network switch SW1.
  • connection port of the management LAN 110 of the server 102-1 is switched from online to offline by the network switch SW1. As a result, the information processing apparatus 101 cannot access the server 102-1.
  • the information processing apparatus 101 transmits a backup image of software A to the server 102-2.
  • the server 102-2 When the server 102-2 receives a start instruction from the information processing apparatus 101, the backup image of the software A is updated to the latest state. At this time, since access from the client terminal 103 to the server 102-2 is restricted, an address conflict does not occur with the software A operating on the server 102-1.
  • the server 102-2 transmits the updated backup image of software A to the information processing apparatus 101.
  • the information processing apparatus 101 registers the updated backup image of software A in the backup DB 105. As a result, the difference between the backup image of software A and the software A installed on the server 102-1 is eliminated.
  • the backup image is updated and collected on the server 102-2 where access from the client terminal 103 is restricted.
  • the software A running on the server 102-1 is updated
  • the backup image is updated and collected on the server 102-2 where access from the client terminal 103 is restricted.
  • FIG. 3 is a block diagram of a hardware configuration of the information processing apparatus according to the first embodiment.
  • an information processing apparatus 101 includes a CPU (Central Processing Unit) 301, a ROM (Read-Only Memory) 302, a RAM (Random Access Memory) 303, a magnetic disk drive 304, a magnetic disk 305, and an optical disk.
  • a drive 306, an optical disk 307, a display 308, an I / F (Interface) 309, a keyboard 310, a mouse 311, a scanner 312, and a printer 313 are provided.
  • Each component is connected by a bus 300.
  • the CPU 301 governs overall control of the information processing apparatus 101.
  • the ROM 302 stores a program such as a boot program.
  • the RAM 303 is used as a work area for the CPU 301.
  • the magnetic disk drive 304 controls the reading / writing of the data with respect to the magnetic disk 305 according to control of CPU301.
  • the magnetic disk 305 stores data written under the control of the magnetic disk drive 304.
  • the optical disk drive 306 controls the reading / writing of the data with respect to the optical disk 307 according to control of CPU301.
  • the optical disk 307 stores data written under the control of the optical disk drive 306, and causes the computer to read data stored on the optical disk 307.
  • the display 308 displays data such as a document, an image, and function information as well as a cursor, an icon, or a tool box.
  • a CRT a CRT
  • a TFT liquid crystal display a plasma display, or the like can be adopted.
  • I / F An interface (hereinafter abbreviated as “I / F”) 309 is connected to a network 314 such as a management LAN 110, a business LAN 120, a WAN (Wide Area Network), and the Internet through a communication line. Connected to the device.
  • the I / F 309 serves as an internal interface with the network 314 and controls data input / output from an external device.
  • a modem or a LAN adapter can be adopted as the I / F 309.
  • the keyboard 310 includes keys for inputting characters, numbers, various instructions, etc., and inputs data. Moreover, a touch panel type input pad or a numeric keypad may be used.
  • the mouse 311 performs cursor movement, range selection, window movement, size change, and the like. A trackball or a joystick may be used as long as they have the same function as a pointing device.
  • the scanner 312 optically reads an image and takes in the image data into the information processing apparatus 101.
  • the scanner 312 may have an OCR (Optical Character Reader) function.
  • OCR Optical Character Reader
  • the printer 313 prints image data and document data.
  • a laser printer or an ink jet printer can be employed as the printer 313, for example, a laser printer or an ink jet printer can be employed.
  • the servers 102-1 to 102-n, the client terminal 103, and the network switches SW1 and SW2 can also be realized with the same hardware configuration.
  • FIG. 4 is an explanatory diagram showing an example of the contents stored in the management table.
  • the management table 104 has fields of server ID, mode, management LAN IP address, management LAN netmask, business LAN IP address, and business LAN netmask. By setting information in each field, management information for each server 102 is stored as a record.
  • the server ID is an identifier of the server 102.
  • the mode is the operating status of the server 102. Specifically, “work in progress” is a mode in which software is being executed, “standby” is a mode in which a software backup image can be updated, and “alternating” is a mode in which the software backup image is being updated. “Maintenance” indicates that an inspection is being performed due to some problem.
  • the management LAN IP address is the IP address of the server 102 used for communication using the management LAN 110.
  • the management LAN netmask is a netmask of the server 102 used for communication using the management LAN 110.
  • the business LAN IP address is the IP address of the server 102 used for communication using the business LAN 120.
  • the business LAN netmask is a netmask of the server 102 used for communication using the business LAN 120.
  • FIG. 5 is an explanatory diagram showing an example of the contents stored in the backup DB.
  • the backup DB 105 has fields for a server ID, a backup image, and a version number. By setting information in each field, software backup images B1 to Bm for each customer are stored as records.
  • the server ID is an identifier of the server 102 in which customer software is installed.
  • a backup image is replication information obtained by backing up software as an image file.
  • the version number is the number of times the software backup image has been updated.
  • backup image B1 is replication information obtained by backing up software installed on server 102-1 as an image file, and the version number is “2”. Note that “-(null)” is set in the backup image and version number fields of the server 102 on which no software is installed.
  • FIG. 6 is an explanatory diagram showing an example of the stored contents of the switch table.
  • the switch table 106 has fields for LAN name, switch ID, and IP address. By setting information in each field, information regarding the network switches SW1 and SW2 is stored as a record.
  • the LAN name is the name of the LAN to which the network switch is connected.
  • the switch ID is a network switch identifier.
  • An IP address is an IP address of a network switch.
  • the switch table 106 may include a login ID and a login password for accessing the network switches SW1 and SW2.
  • FIG. 7 is a block diagram of a functional configuration of the information processing apparatus according to the first embodiment.
  • the information processing apparatus 101 includes a reception unit 701, a switching control unit 702, a search unit 703, an extraction unit 704, a transmission unit 705, a reception unit 706, and a registration unit 707.
  • the functions (accepting unit 701 to registering unit 707) serving as the control unit are, for example, a program stored in a storage device such as the ROM 302, the RAM 303, the magnetic disk 305, and the optical disc 307 shown in FIG.
  • the function is realized by executing the function or by the I / F 309.
  • the server 102-i is a business server used for a customer's business.
  • Software refers to an OS (Operating System), middleware, applications, and the like that are necessary to realize customer's business. In this case, in particular, software that does not require restart for updating is targeted.
  • the backup image Bk is replication information for restoring software installed on the server 102-i.
  • the update instruction for the backup image Bk includes, for example, the server ID “Si” of the server 102-i in which the backup target software is installed.
  • the receiving unit 701 may receive an instruction to update the backup image Bk by a user operation input using the keyboard 310 or the mouse 311.
  • the receiving unit 701 may receive an update instruction for the backup image Bk from an external computer device via the I / F 309.
  • the acceptance result is stored in a storage device such as the RAM 303, the magnetic disk 305, and the optical disk 307.
  • the server 102-j is an alternative server that performs backup of software running on the server 102-i instead of the server 102-i.
  • the switching control unit 702 refers to the switch table 106 illustrated in FIG. 6 and identifies the IP address of the network switch SW2 of the business LAN 120.
  • the network switch SW2 is a relay device that relays communication between the server 102-j and the client terminal 103.
  • the switching control unit 702 refers to the management table 104 and identifies the IP address and netmask of the business LAN 120 corresponding to the server ID “Sj” of the server 102-j.
  • the switching control unit 702 controls a transmission unit 705 described later, and uses the specified IP address of the network switch SW2 to issue a switching instruction to switch the connection between the server 102-j and the client terminal 103 to the non-connection.
  • the switching instruction includes the IP address and netmask of the specified business LAN 120 of the server 102-j.
  • the connection port of the business LAN 120 of the server 102-j is switched from online to offline, and the client terminal 103 cannot access the server 102-2.
  • the switching result is stored in a storage device such as the RAM 303, the magnetic disk 305, and the optical disk 307.
  • the switching control unit 702 has a function of switching the connection between the information processing apparatus 101 and the server 102-i to a non-connection. Specifically, for example, the switching control unit 702 refers to the switch table 106 and identifies the IP address of the network switch SW1 of the management LAN 110.
  • the network switch SW1 is a relay device that relays communication between the information processing device 101 and the server 102-j.
  • the switching control unit 702 refers to the management table 104 and identifies the IP address and netmask of the management LAN 110 corresponding to the server ID “Si” included in the backup image Bk update instruction. Then, the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction to switch the connection between the information processing apparatus 101 and the server 102-i to the non-connection using the specified IP address of the network switch SW1. To do.
  • the switching instruction includes the IP address and netmask of the management LAN 110 of the identified server 102-i.
  • connection port of the management LAN 110 of the server 102-i is switched from online to offline, and the information processing apparatus 101 cannot access the server 102-i.
  • the search unit 703 has a function of searching for a server 102-j that can update software installed in the server 102-i from the group of servers 102-1 to 102-n. Specifically, for example, the search unit 703 refers to the management table 104 and searches for any server 102-j whose mode is “standby”. The search result is stored in a storage device such as the RAM 303, the magnetic disk 305, and the optical disk 307.
  • the switching control unit 702 switches the connection between the searched server 102-j and the client terminal 103 to the non-connection.
  • the server 102-j excluding the server 102 used for the customer's job and the server 102 replacing the backup work can be used as an alternative server.
  • the server 102-j may wait until the operating status of any of the servers 102 becomes “standby”.
  • the extraction unit 704 has a function of extracting the backup image Bk of the software that has received the update instruction from the backup DB 105. Specifically, for example, the extraction unit 704 extracts the backup image Bk corresponding to the server ID “Si” included in the update instruction from the backup DB 105.
  • the extraction result is stored in a storage device such as the RAM 303, the magnetic disk 305, and the optical disk 307.
  • the transmission unit 705 has a function of transmitting the extracted backup image Bk and the update instruction of the backup image Bk to the server 102-j as a result of switching the connection between the server 102-j and the client terminal 103 to the non-connection. .
  • the transmission unit 705 refers to the management table 104 and specifies the IP address and netmask of the management LAN 110 corresponding to the server ID “Sj” of the server 102-j. Thereafter, the transmission unit 705 transmits a backup image Bk and an instruction to update the backup image Bk using the specified IP address and netmask.
  • the transmission unit 705 transmits the backup image Bk to the server 102-j. As a result, the backup image Bk is held in the server 102-j. Thereafter, the transmission unit 705 transmits an activation instruction to the server 102-j. As a result, the backup image Bk is expanded in the server 102-j.
  • the transmission unit 705 may transmit an update instruction for the backup image Bk to the server 102-j after receiving from the network switch SW2 a completion notification that the server 102-j and the client terminal 103 have been switched off. Good.
  • the update instruction can be transmitted after the connection between the server 102-j and the client terminal 103 is securely cut off.
  • the receiving unit 706 has a function of receiving the updated backup image Bk updated by the server 102-j as a result of the transmission of the update instruction from the server 102-j.
  • the reception result is stored in a storage device such as the RAM 303, the magnetic disk 305, and the optical disk 307.
  • the registration unit 707 has a function of registering the received updated backup image Bk in the backup DB 105 in association with the server 102-i. Specifically, for example, the registration unit 707 sets the updated backup image Bk in the record corresponding to the server ID “Si” of the backup DB 105 and increments the version number.
  • the switching control unit 702 has a function of switching the server 102-j and the client terminal 103 from being disconnected to being connected as a result of registering the updated backup image Bk. Specifically, for example, the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction to switch the server 102-j and the client terminal 103 from non-connection to connection to the network switch SW2. As a result, the server 102-j can be accessed from the client terminal 103.
  • the switching control unit 702 has a function of switching the information processing apparatus 101 and the server 102-i from being disconnected to being connected as a result of registering the updated backup image Bk. Specifically, for example, the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction to switch the information processing apparatus 101 and the server 102-i from non-connection to connection to the network switch SW1. As a result, the information processing apparatus 101 can access the server 102-i.
  • the update operation of the backup image Bk in the server 102-j may be performed automatically or manually.
  • the information processing apparatus 101 accesses the external server that provides update data via the network 314, acquires the update data, and transmits the update data to the server 102-j. Then, the server 102-j receives the update data from the information processing apparatus 101 and applies it to the backup image Bk.
  • the administrator of the network system 100 or the like transmits the update data of the backup image Bk to the server 102-j using the information processing apparatus 101. Thereafter, the server 102-j receives the update data from the information processing apparatus 101 and applies it to the backup image Bk.
  • the user may work by bringing a storage medium storing update data.
  • the software execution entity has been described as a physical server (servers 102-1 to 102-n), but is not limited thereto.
  • a virtual server may be a software execution entity.
  • a virtual server is duplicated or newly created and used as an alternative server.
  • a virtual server is a virtual computer that operates in an execution environment constructed by dividing the resources of a physical server. Further, in the case of SAN (Storage Area Network) boot, an assignable disk may be registered in advance and assigned as a disk of an alternative server.
  • SAN Storage Area Network
  • FIG. 8 is a flowchart of an example of an update process procedure of the information processing apparatus according to the first embodiment.
  • the server 102-i in which the software to be backed up is installed is referred to as “business server”.
  • the server 102-j that performs the backup of the software installed in the server 102-i is referred to as “alternative server”.
  • the receiving unit 701 determines whether or not an instruction to update the backup image Bk of the software installed in the server 102-i has been received (step S801).
  • step S801: No After waiting for receiving an instruction to update the backup image Bk (step S801: No), if accepted (step S801: Yes), the search unit 703 substitutes the software installed on the server 102-i. The server 102-j that can be updated is searched (step S802).
  • the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction to switch the connection between the searched server 102-j and the client terminal 103 to the non-connection (step S803). Further, the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction to switch the connection between the information processing apparatus 101 and the server 102-i to the network switch SW1 (step S804).
  • the extraction unit 704 extracts the backup image Bk of the software that has received the update instruction from the backup DB 105 (step S805). Then, the transmission unit 705 transmits the extracted backup image Bk to the server 102-j (step S806), and further transmits an activation instruction to the server 102-j (step S807).
  • the transmission unit 705 transmits the update data of the backup image Bk to the server 102-j (step S808). Thereafter, the receiving unit 706 determines whether or not the updated backup image Bk has been received from the server 102-j (step S809).
  • step S809: No After receiving the updated backup image Bk (step S809: No), if received (step S809: Yes), the registration unit 707 assigns the updated backup image Bk to the server ID “Si”. And is registered in the backup DB 105 (step S810).
  • the transmission unit 705 transmits a standby instruction to the server 102-j (step S811).
  • the mode of the server 102-j stored in the management table 104 is set from “alternating” to “standby”.
  • the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction for switching the server 102-j and the client terminal 103 from the non-connection to the connection to the network switch SW2 (step S812). Further, the switching control unit 702 controls the transmission unit 705 to transmit a switching instruction to switch the information processing apparatus 101 and the server 102-i from non-connection to connection to the network switch SW1 (step S813). The series of processes by is terminated.
  • the backup image Bk is stored on another server 102-j whose access from the client terminal 103 is restricted. Can be updated and collected. Thereby, it is possible to safely perform backup in the latest state while avoiding collision of IP addresses when updating the backup image Bk using the alternative server.
  • the first embodiment it is possible to disable access between the information processing apparatus 101 and the server 102-i when the backup image Bk is updated. Thereby, it is possible to avoid collision of IP addresses when distributing update data of the backup image Bk to the server 102-j.
  • the server 102-j that can update the software installed in the server 102-i based on the operation status of each server 102.
  • the server 102-j that is used for the customer's business and the server 102-j that is not the server 102 that is replacing the software backup work can be used as the replacement server.
  • the server 102-j and the client terminal 103 can be switched from non-connection to connection. As a result, it is possible to return to a state in which the client terminal 103 can access the server 102-j.
  • the information processing apparatus 101 and the server 102-i can be switched from non-connection to connection.
  • the information processing apparatus 101 can return to a state in which the server 102-i can be accessed.
  • FIG. 9 is a system configuration diagram of the network system according to the second embodiment.
  • a network system 900 includes an information processing apparatus 901, servers 102-1 to 102-n, a client terminal 103, and address conversion apparatuses 902 and 903.
  • an information processing apparatus 901, servers 102-1 to 102-n, a client terminal 103, and address conversion apparatuses 902 and 903 are connected via a network such as a management LAN 110 and a business LAN 120.
  • the information processing device 901 and the servers 102-1 to 102-n are connected to each other via the address conversion device 902 of the management LAN 110 so that they can communicate with each other. Further, the information processing apparatus 901, the servers 102-1 to 102-n, and the client terminal 103 are connected to be communicable with each other via the address conversion apparatus 903 of the business LAN 120.
  • the address translation devices 902 and 903 have a switching function and a NAT (Network Address Translation) function.
  • the NAT function is, for example, a function that converts the IP addresses of the servers 102-1 to 102-n into other IP addresses.
  • FIG. 10 is an explanatory diagram showing an outline of the second embodiment. Here, it is assumed that the backup image of software A installed on the server 102-1 is updated using the server 102-2.
  • the operating software A is updated to the latest state by the server 102-1. As a result, a difference occurs between the backup image of the software A before the update and the software A after the update.
  • the information processing apparatus 901 transmits the address conversion instruction of the server 102-2 to the address conversion apparatus 902 of the management LAN 110 and the address conversion apparatus 903 of the business LAN 120.
  • the address conversion device 902 converts the management LAN 110 address of the server 102-2 to another address.
  • the address converter 903 converts the address of the business LAN 120 of the server 102-2 into another address. As a result, access from the client terminal 103 using the address set in the software to the server 102-2 becomes impossible.
  • the server 102-2 When the server 102-2 receives a start instruction from the information processing apparatus 901, the backup image of the software A is updated to the latest state. (7) The server 102-2 transmits the updated backup image of software A to the information processing apparatus 901.
  • the backup image of the updated software A is registered in the backup DB 105 by the information processing apparatus 901. As a result, the difference between the backup image of software A and the software A installed on the server 102-1 is eliminated.
  • the address conversion device 902 converts the address of the server 102-2 into another address, and the server 102-2 Update the backup image and collect it.
  • the server 102-2 Update the backup image and collect it.
  • FIG. 11 is a block diagram of a functional configuration of the information processing apparatus according to the second embodiment.
  • the information processing apparatus 901 includes a reception unit 701, a search unit 703, an extraction unit 704, a transmission unit 705, a reception unit 706, a registration unit 707, and a conversion control unit 1101.
  • the conversion control unit 1101 has a function of converting the first address of the server 102-j used for communication between the server 102-j and the client terminal 103 into the second address.
  • the address is, for example, an IP address, a netmask, a MAC address, or the like.
  • the conversion control unit 1101 controls the transmission unit 705 to transmit a conversion instruction for converting the IP address of the server 102-j to another IP address to the address conversion device 903.
  • the other IP address is an IP address associated with the IP address of the server 102-j before conversion in one-to-one correspondence.
  • the conversion control unit 1101 has a function of converting the third address of the server 102-j used for communication between the information processing apparatus 901 and the server 102-j into a fourth address. Specifically, for example, the conversion control unit 1101 controls the transmission unit 705 to transmit a conversion instruction for converting the IP address of the server 102-j to another IP address to the address conversion device 902.
  • FIG. 12 is an explanatory diagram showing an example of an address correspondence table.
  • the address correspondence table 1200 includes fields of server ID, management LAN IP address before conversion, business LAN IP address before conversion, management LAN IP address after conversion, and business LAN IP address after conversion. Have By setting information in each field, the IP addresses before and after conversion for each server 102 are stored as records.
  • the conversion control unit 1101 refers to the address correspondence table 1200 and identifies the record corresponding to the server ID “S2” of the server 102-2. Then, the conversion control unit 1101 controls the transmission unit 705 to associate the IP addresses before and after the change of the management LAN 110 of the specified record with each other and transmit the associated IP addresses to the address conversion device 902. As a result, the IP address of the management LAN 110 of the server 102-2 is converted from “10.28.xxx.3” to “10.28.xxx.32” in the address conversion device 902.
  • the conversion control unit 1101 controls the transmission unit 705 to associate the IP addresses before and after the change of the business LAN 120 of the specified record and transmit the associated addresses to the address conversion device 903.
  • the address conversion device 903 the IP address of the business LAN 120 of the server 102-2 is converted from “2.13.78.xxx” to “2.13.xxx.65”.
  • the address correspondence table 1200 is stored in a storage device such as the ROM 302, the RAM 303, the magnetic disk 305, and the optical disk 307.
  • the conversion control unit 1101 has a function of converting the second address of the server 102-j into the first address as a result of the updated backup image Bk being registered in the backup DB 105. Specifically, for example, the conversion control unit 1101 controls the transmission unit 705 to transmit to the address conversion device 903 a deletion instruction for deleting another IP address after conversion of the server 102-j. As a result, the server 102-j can be accessed using the IP address before conversion of the business LAN 120.
  • the conversion control unit 1101 has a function of converting the fourth address of the server 102-j into the third address as a result of the updated backup image Bk being registered in the backup DB 105. Specifically, for example, the conversion control unit 1101 controls the transmission unit 705 to transmit to the address conversion device 902 a deletion instruction for deleting another IP address after conversion of the server 102-j. As a result, the server 102-j can be accessed using the IP address before conversion of the management LAN 110.
  • FIG. 13 is a flowchart of an example of an update process procedure of the information processing apparatus according to the second embodiment.
  • the server 102-i in which the software to be backed up is installed is referred to as “business server”.
  • the server 102-j that performs the backup of the software installed in the server 102-i is referred to as “alternative server”.
  • the receiving unit 701 determines whether or not an update instruction for the backup image Bk of the software installed in the server 102-i has been received (step S1301).
  • step S1301: No After waiting for an instruction to update the backup image Bk (step S1301: No), if accepted (step S1301: Yes), the search unit 703 substitutes the software installed on the server 102-i.
  • the updatable server 102-j is searched (step S1302).
  • the extraction unit 704 extracts the backup image Bk of the software that has received the update instruction from the backup DB 105 (step S1303). Then, the transmission unit 705 transmits the extracted backup image Bk to the server 102-j (step S1304).
  • the conversion control unit 1101 refers to the address correspondence table 1200 to control the transmission unit 705 to send a conversion instruction for converting the IP address of the management LAN 110 of the server 102-j into another IP address. It transmits to 902 (step S1305).
  • the conversion control unit 1101 refers to the address correspondence table 1200 to control the transmission unit 705 to provide a conversion instruction for converting the IP address of the business LAN 120 of the server 102-j into another IP address. It transmits to 903 (step S1306).
  • the transmission unit 705 transmits an activation instruction to the server 102-j (step S1307), and further transmits update data of the backup image Bk to the server 102-j (step S1308). Thereafter, the receiving unit 706 determines whether or not the updated backup image Bk is received from the server 102-j (step S1309).
  • step S1309: No After waiting for receiving the updated backup image Bk (step S1309: No), if received (step S1309: Yes), the registration unit 707 assigns the updated backup image Bk to the server ID “Si”. And is registered in the backup DB 105 (step S1310).
  • the transmission unit 705 transmits a standby instruction to the server 102-j (step S1311).
  • the mode of the server 102-j stored in the management table 104 is set from “alternating” to “standby”.
  • the conversion control unit 1101 controls the transmission unit 705 to transmit a deletion instruction for deleting the IP address of the management LAN 110 after the conversion of the server 102-j to the address conversion device 902 (step S1312). Further, the conversion control unit 1101 controls the transmission unit 705 to transmit a deletion instruction for deleting the IP address of the business LAN 120 after the conversion of the server 102-j to the address conversion device 903 (step S1313). The series of processes by is terminated.
  • the communication between the server 102-j and the client terminal 103 is performed by converting the IP address of the business LAN 120 of the server 102-j. Can be disabled. Thereby, it is possible to avoid collision of IP addresses when the backup image Bk is updated using the alternative server.
  • the second embodiment by converting the IP address of the management LAN 120 of the server 102-j, it is possible to avoid collision of IP addresses when distributing update data of the backup image Bk to the server 102-j. Can do.
  • the server 102-j when the backup image Bk is updated, the server 102-j can be accessed using the converted IP address. For this reason, the administrator of the network system 900 can check the operation of the updated software using the changed IP address of the business LAN 120.
  • the software running on the business server is updated in advance on the alternative server and registered in the backup DB 105. Then, the software installed on the business server is updated using the updated backup image Bk during a specific period during which the customer's business can be stopped.
  • FIG. 14 is a sequence diagram illustrating an example of a software update procedure.
  • the information processing apparatus 101 receives an instruction to update the backup image of the software running on the business server.
  • the information processing apparatus 101 switches the connection port of the business LAN 120 of the alternative server from online to offline.
  • the information processing apparatus 101 switches the connection port of the business server management LAN 110 from online to offline.
  • the information processing apparatus 101 extracts the backup image to be backed up from the backup DB 105 and transmits it to the alternative server.
  • the alternative server updates the backup image by user operation input.
  • the alternative server starts up the software by developing the updated backup image in response to a user operation input. If the user confirms the operation of the software and there is a problem, the procedure returns to step (e).
  • the alternative server transmits the updated backup image to the information processing apparatus 101.
  • the information processing apparatus 101 acquires the updated backup image from the alternative server and registers it in the backup DB 105.
  • the information processing apparatus 101 switches the connection port of the business server management LAN 110 from offline to online.
  • the information processing apparatus 101 switches the connection port of the business LAN 120 of the alternative server from offline to online.
  • the information processing apparatus 101 receives a backup image distribution instruction.
  • the information processing apparatus 101 extracts the updated backup image from the backup DB 105 and transmits it to the business server.
  • (M) The business server starts up the software by deploying the updated backup image by the user's operation input. If the user confirms the operation of the software and there is a problem, the procedure returns to step (m). However, procedures (k) to (m) are performed during a specific period in which the customer's business can be stopped.
  • the backup image of the software can be updated in advance in the alternative server in which access from the client terminal 103 is restricted.
  • the software installed on the business server can be updated using the updated backup image during a specific period during which the customer's business can be stopped.
  • the updating method described in the present embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation.
  • the update program is recorded on a computer-readable recording medium such as a hard disk, a flexible disk, a CD-ROM, an MO, and a DVD, and is executed by being read from the recording medium by the computer.
  • the update program may be distributed via a network such as the Internet.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

 サーバ(102-1)で動作中のソフトウェア(A)が更新されると、情報処理装置(101)が、ネットワークスイッチ(SW2)を制御して、サーバ(102-2)の業務LAN(120)の接続ポートをオンラインからオフラインに切り替える。このあと、情報処理装置101が、クライアント端末(103)からのアクセスが制限されたサーバ(102-2)にソフトウェア(A)のバックアップイメージを配布する。そして、サーバ(102-2)でソフトウェア(A)のバックアップイメージが更新されると、情報処理装置(101)が、更新後のバックアップイメージをサーバ(102-2)から採取する。これにより、2台のサーバ(102-1,102-2)を用いたバックアップイメージの更新時におけるアドレスの衝突を回避して、安全にバックアップをとることができる。

Description

更新プログラム、情報処理装置、および更新方法
 本開示技術は、情報を更新する更新プログラム、情報処理装置、および更新方法に関する。
 近年、24時間/365日の安定稼働が求められるネットワークシステムが増えている。このため、ネットワークシステムの信頼性を確保するための様々な技術が提供されている(たとえば、下記特許文献1、2参照。)。
 また、継続的な安定稼働の要求にともない、サーバ上で動作するソフトウェアの更新(たとえば、バージョンアップ)を、サーバでの再起動が不要で業務に影響を与えることなくおこなえる場合が存在する。一方、ハードディスクの破損やウィルス感染などを想定して、サーバのハードディスクに記憶されているソフトウェアのバックアップをとる必要がある。
 ところが、サーバ上で動作するソフトウェアが更新されると、更新後のソフトウェアとバックアップ済みのソフトウェアとの間で差分が生じてしまう。したがって、サーバでのソフトウェアの更新に合わせて、バックアップ済みのソフトウェアを更新する必要がある。一般に、ソフトウェアのバックアップをとる場合、全ソフトウェアの動作を停止させてからおこなうことが安全で望ましい。
 しかし、継続的な安定稼働が要求されるネットワークシステムでは、ソフトウェアの動作を停止させることが難しい。そこで、従来においては、業務に影響を与えないように、バックアップ済みのソフトウェアを、ソフトウェアが動作しているサーバとは異なる別のサーバを用いて更新する手法が考えられる。
特開2006-99406号公報 特開2001-211173号公報
 しかしながら、上述した別のサーバを用いて更新する手法では、元々ソフトウェアが動作している業務用のサーバと更新用の別のサーバとの間でソフトウェアに設定されているIPアドレスが同一のものとなってしまう。このため、顧客が業務をおこなう際に、IPアドレスが衝突して業務に支障をきたす恐れがあるという問題がある。
 なお、更新用の別のサーバにソフトウェアを配布する際に、ソフトウェアに設定されているIPアドレスを変更することが考えられる。しかしながら、別のサーバで更新された更新後のソフトウェアのIPアドレスを、元のIPアドレスに再変更する必要があり、変更忘れや変更間違いなどのリスクが生じてしまうという問題がある。
 また、更新用の別のサーバにソフトウェアを配布したあと、人手によりケーブルを抜くなどしてネットワークを使用不能にすることが考えられる。しかしながら、ソフトウェアの配布後において、即座にネットワークを使用不能にする必要があり、タイミングが難しいという問題がある。また、ソフトウェアの配布時にはネットワークが使用可能なため、ケーブルを抜くまでの間、一時的にIPアドレスが衝突するという問題がある。さらに、ケーブルを抜いたあとは、ネットワーク経由でサーバに更新データを配布することができないため、何らかの記憶媒体を用いて人手により持ち込む必要があるという問題がある。
 本開示技術は、上述した従来技術による問題点を解消するため、ソフトウェアの動作を停止させることなく安全にソフトウェアのバックアップをとることができる更新プログラム、情報処理装置、および更新方法を提供することを目的とする。
 上述した課題を解決し、目的を達成するため、本開示技術は、サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付け、前記サーバ群のうち前記第1のサーバとは異なる第2のサーバとクライアント端末との接続を非接続に切り替え、前記更新指示を受け付けたソフトウェアの複製情報を、ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶するデータベースの中から抽出し、非接続に切り替えられた結果、抽出された複製情報と当該複製情報の更新指示とを前記第2のサーバに送信し、前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信し、受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録することを特徴とする。
 本開示技術によれば、第1のサーバで動作中のソフトウェアの複製情報を、クライアント端末からのアクセスが制限された第2のサーバで更新して採取することができる。
 本更新プログラム、情報処理装置、および更新方法によれば、ソフトウェアの動作を停止させることなく安全にソフトウェアのバックアップをとることができるという効果を奏する。
図1は、実施の形態1にかかるネットワークシステムのシステム構成図である。 図2は、実施の形態1の概要を示す説明図である。 図3は、実施の形態1にかかる情報処理装置のハードウェア構成を示すブロック図である。 図4は、管理テーブルの記憶内容の一例を示す説明図である。 図5は、バックアップDBの記憶内容の一例を示す説明図である。 図6は、スイッチテーブルの記憶内容の一例を示す説明図である。 図7は、情報処理装置の機能的構成を示すブロック図である。 図8は、実施の形態1にかかる情報処理装置の更新処理手順の一例を示すフローチャートである。 図9は、実施の形態2にかかるネットワークシステムのシステム構成図である。 図10は、実施の形態2の概要を示す説明図である。 図11は、実施の形態2にかかる情報処理装置の機能的構成を示すブロック図である。 図12は、アドレス対応テーブルの一例を示す説明図である。 図13は、実施の形態2にかかる情報処理装置の更新処理手順の一例を示すフローチャートである。 図14は、ソフトウェアの更新作業手順の一例を示すシーケンス図である。
符号の説明
 100,900 ネットワークシステム
 101,901 情報処理装置
 102-1~102-n サーバ
 103 クライアント端末
 701 受付部
 702 切替制御部
 703 検索部
 704 抽出部
 705 送信部
 706 受信部
 707 登録部
 1101 変換制御部
 以下に添付図面を参照して、この更新プログラム、情報処理装置、および更新方法の好適な実施の形態を詳細に説明する。
(実施の形態1)
(ネットワークシステムのシステム構成)
 図1は、実施の形態1にかかるネットワークシステムのシステム構成図である。図1において、ネットワークシステム100は、情報処理装置101と、サーバ102-1~102-nと、クライアント端末103とを含む構成である。ネットワークシステム100において、情報処理装置101、サーバ102-1~102-nおよびクライアント端末103は、管理LAN(Local Area Network)110、業務LAN120などのネットワークを介して接続されている。
 具体的には、情報処理装置101とサーバ102-1~102-nが、管理LAN110のネットワークスイッチSW1を介して、相互に通信可能に接続されている。また、情報処理装置101とサーバ102-1~102-nとクライアント端末103が、業務LAN120のネットワークスイッチSW2を介して、相互に通信可能に接続されている。
 なお、管理LAN110とは、情報処理装置101がサーバ102-1~102-nを管理するための管理用のネットワークである。業務LAN120とは、情報処理装置101およびクライアント端末103がサーバ102-1~102-nにアクセスするための業務用のネットワークである。
 ネットワークシステム100では、顧客が利用するソフトウェアをクライアント端末103側に置かず、サーバ102-1~102-n側で一括して管理する。顧客は、クライアント端末103を使用してサーバ102-1~102-nにアクセスすることにより、サーバ102-1~102-nにインストールされているソフトウェアを利用して業務をおこなうことができる。
 ここで、情報処理装置101は、各種データベース等104~106を備え、サーバ102-1~102-nにインストールされているソフトウェアを復元するためのバックアップイメージを管理する機能を有する。また、情報処理装置101は、各サーバ102-1~102-nの故障や異常を検知して、ネットワークシステム100の管理者などに報知する機能を有する。
 サーバ102-1~102-nは、ソフトウェアの機能向上や不具合修正などに応じて、インストールされているソフトウェアを更新する機能を有する。また、サーバ102-1~102-nは、情報処理装置101からの更新指示に応じて、ソフトウェアのバックアップイメージを更新する機能を有する。
 ネットワークスイッチSW1は、情報処理装置101とサーバ102-1~102-nとの通信を中継し、ポートに接続されているサーバ102-1~102-nの接続/非接続を切り替える機能を有する。ネットワークスイッチSW1は、情報処理装置101とサーバ102-1~102-nとクライアント端末103との通信を中継し、ポートに接続されているサーバ102-1~102-nの接続/非接続を切り替える機能を有する。
(実施の形態1の概要)
 図2は、実施の形態1の概要を示す説明図である。ここでは、サーバ102-1にインストールされているソフトウェアAのバックアップイメージを、サーバ102-2を用いて更新する場合を想定する。
 (1)サーバ102-1により、動作中のソフトウェアAを最新の状態に更新する。この結果、更新後のソフトウェアAと、更新前のソフトウェアAのバックアップイメージとの間に差分が生じる。なお、ソフトウェアAは、顧客の業務を停止させることなく更新できるソフトウェアである。
 (2)情報処理装置101により、ソフトウェアAのバックアップイメージの更新指示を受け付けると、ネットワークスイッチSW2に対して、サーバ102-2の業務LAN120の接続ポートをオンラインからオフラインに切り替える切替指示を送信する。
 (3)ネットワークスイッチSW2により、サーバ102-2の業務LAN120の接続ポートをオンラインからオフラインに切り替える。この結果、クライアント端末103からサーバ102-2に対するアクセスが不能となる。
 (4)情報処理装置101により、ネットワークスイッチSW1に対して、サーバ102-1の管理LAN110の接続ポートをオンラインからオフラインに切り替える切替指示を送信する。
 (5)ネットワークスイッチSW1により、サーバ102-1の管理LAN110の接続ポートをオンラインからオフラインに切り替える。この結果、情報処理装置101からサーバ102-1に対するアクセスが不能となる。
 (6)情報処理装置101により、ソフトウェアAのバックアップイメージをサーバ102-2に送信する。
 (7)サーバ102-2により、情報処理装置101から起動指示を受け付けると、ソフトウェアAのバックアップイメージを最新の状態に更新する。このとき、クライアント端末103からサーバ102-2に対するアクセスが制限されているため、サーバ102-1上で動作中のソフトウェアAとの間でアドレスの衝突は発生しない。
 (8)サーバ102-2により、更新後のソフトウェアAのバックアップイメージを情報処理装置101に送信する。
 (9)情報処理装置101により、更新後のソフトウェアAのバックアップイメージをバックアップDB105に登録する。この結果、ソフトウェアAのバックアップイメージと、サーバ102-1にインストールされているソフトウェアAとの差分が解消される。
 このように、実施の形態1では、サーバ102-1で動作中のソフトウェアAが更新されると、クライアント端末103からのアクセスが制限されたサーバ102-2でバックアップイメージを更新して採取する。これにより、2台のサーバ102-1,102-2を用いたバックアップイメージの更新時におけるアドレスの衝突を回避して、安全にバックアップをとることができる。
(情報処理装置のハードウェア構成)
 図3は、実施の形態1にかかる情報処理装置のハードウェア構成を示すブロック図である。図3において、情報処理装置101は、CPU(Central Processing Unit)301と、ROM(Read‐Only Memory)302と、RAM(Random Access Memory)303と、磁気ディスクドライブ304と、磁気ディスク305と、光ディスクドライブ306と、光ディスク307と、ディスプレイ308と、I/F(Interface)309と、キーボード310と、マウス311と、スキャナ312と、プリンタ313と、を備えている。また、各構成部はバス300によってそれぞれ接続されている。
 ここで、CPU301は、情報処理装置101の全体の制御を司る。ROM302は、ブートプログラムなどのプログラムを記憶している。RAM303は、CPU301のワークエリアとして使用される。磁気ディスクドライブ304は、CPU301の制御にしたがって磁気ディスク305に対するデータのリード/ライトを制御する。磁気ディスク305は、磁気ディスクドライブ304の制御で書き込まれたデータを記憶する。
 光ディスクドライブ306は、CPU301の制御にしたがって光ディスク307に対するデータのリード/ライトを制御する。光ディスク307は、光ディスクドライブ306の制御で書き込まれたデータを記憶したり、光ディスク307に記憶されたデータをコンピュータに読み取らせたりする。
 ディスプレイ308は、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する。このディスプレイ308は、たとえば、CRT、TFT液晶ディスプレイ、プラズマディスプレイなどを採用することができる。
 インターフェース(以下、「I/F」と略する。)309は、通信回線を通じて管理LAN110、業務LAN120、WAN(Wide Area Network)、インターネットなどのネットワーク314に接続され、このネットワーク314を介して他の装置に接続される。そして、I/F309は、ネットワーク314と内部のインターフェースを司り、外部装置からのデータの入出力を制御する。I/F309には、たとえばモデムやLANアダプタなどを採用することができる。
 キーボード310は、文字、数字、各種指示などの入力のためのキーを備え、データの入力をおこなう。また、タッチパネル式の入力パッドやテンキーなどであってもよい。マウス311は、カーソルの移動や範囲選択、あるいはウィンドウの移動やサイズの変更などをおこなう。ポインティングデバイスとして同様に機能を備えるものであれば、トラックボールやジョイスティックなどであってもよい。
 スキャナ312は、画像を光学的に読み取り、情報処理装置101内に画像データを取り込む。なお、スキャナ312は、OCR(Optical Character Reader)機能を持たせてもよい。また、プリンタ313は、画像データや文書データを印刷する。プリンタ313には、たとえば、レーザプリンタやインクジェットプリンタを採用することができる。
 なお、ここでは情報処理装置101のハードウェア構成について説明したが、サーバ102-1~102-n、クライアント端末103、ネットワークスイッチSW1,SW2についても同様のハードウェア構成で実現することができる。
(各種データベース等の記憶内容)
 つぎに、図1に示した各種データベース等104~106について説明する。各種データベース等104~106は、たとえば、図3に示した情報処理装置101のRAM303、磁気ディスク305、光ディスク307などの記憶装置によりその機能を実現する。なお、以降において特に指定する場合を除き、「サーバ102-1~102-n」を単に「サーバ102」と表記する。
 図4は、管理テーブルの記憶内容の一例を示す説明図である。図4において、管理テーブル104は、サーバID、モード、管理LANのIPアドレス、管理LANのネットマスク、業務LANのIPアドレスおよび業務LANのネットマスクのフィールドを有する。各フィールドに情報を設定することで、サーバ102ごとの管理情報がレコードとして記憶されている。
 ここで、サーバIDとは、サーバ102の識別子である。モードとは、サーバ102の稼働状況である。具体的には、「業務中」はソフトウェアを実行中のモード、「待機中」はソフトウェアのバックアップイメージを更新可能なモード、「代替中」はソフトウェアのバックアップイメージを更新中のモードである。また、「メンテナンス中」は何らかの問題発生により点検作業中であることをあらわしている。
 管理LANのIPアドレスとは、管理LAN110を用いた通信に使用するサーバ102のIPアドレスである。管理LANのネットマスクとは、管理LAN110を用いた通信に使用するサーバ102のネットマスクである。
 業務LANのIPアドレスとは、業務LAN120を用いた通信に使用するサーバ102のIPアドレスである。業務LANのネットマスクとは、業務LAN120を用いた通信に使用するサーバ102のネットマスクである。
 図5は、バックアップDBの記憶内容の一例を示す説明図である。図5において、バックアップDB105は、サーバID、バックアップイメージおよび版数のフィールドを有する。各フィールドに情報を設定することで、顧客ごとのソフトウェアのバックアップイメージB1~Bmがレコードとして記憶されている。
 ここで、サーバIDとは、顧客のソフトウェアがインストールされたサーバ102の識別子である。バックアップイメージとは、ソフトウェアをイメージファイルとしてバックアップした複製情報である。版数とは、ソフトウェアのバックアップイメージを更新した更新回数である。
 バックアップイメージB1を例に挙げると、サーバ102-1にインストールされているソフトウェアをイメージファイルとしてバックアップした複製情報であり、版数は「2」である。なお、ソフトウェアがインストールされていないサーバ102のバックアップイメージおよび版数のフィールドには「-(null)」が設定されている。
 図6は、スイッチテーブルの記憶内容の一例を示す説明図である。図6において、スイッチテーブル106は、LAN名、スイッチIDおよびIPアドレスのフィールドを有する。各フィールドに情報を設定することで、ネットワークスイッチSW1,SW2に関する情報がレコードとして記憶されている。
 ここで、LAN名とは、ネットワークスイッチが接続するLANの名称である。スイッチIDとは、ネットワークスイッチの識別子である。IPアドレスとは、ネットワークスイッチのIPアドレスである。なお、図示は省略するが、スイッチテーブル106には、ネットワークスイッチSW1,SW2にアクセスするためのログインIDやログインパスワードが含まれていてもよい。
(情報処理装置の機能的構成)
 つぎに、情報処理装置101の機能的構成について説明する。図7は、実施の形態1にかかる情報処理装置の機能的構成を示すブロック図である。情報処理装置101は、受付部701と、切替制御部702と、検索部703と、抽出部704と、送信部705と、受信部706と、登録部707と、を含む構成である。この制御部となる機能(受付部701~登録部707)は、具体的には、たとえば、図3に示したROM302、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶されたプログラムをCPU301に実行させることにより、または、I/F309により、その機能を実現する。
 受付部701は、サーバ102-1~102-n群のうちサーバ102-i(i=1,2,…,n)にインストールされているソフトウェアのバックアップイメージBk(k=1,2,…,m)の更新指示を受け付ける機能を有する。ここで、サーバ102-iは、顧客の業務に利用される業務サーバである。ソフトウェアとは、顧客の業務を実現するために必要となるOS(Operating System)、ミドルウェア、アプリケーションなどである。ここでは特に、更新に再起動が不要なソフトウェアを対象とする。
 バックアップイメージBkとは、サーバ102-iにインストールされているソフトウェアを復元するための複製情報である。バックアップイメージBkの更新指示には、たとえば、バックアップ対象のソフトウェアがインストールされているサーバ102-iのサーバID「Si」が含まれている。
 具体的には、たとえば、受付部701が、キーボード310やマウス311を用いたユーザの操作入力により、バックアップイメージBkの更新指示を受け付けることにしてもよい。また、受付部701が、I/F309を介して、外部のコンピュータ装置からバックアップイメージBkの更新指示を受け付けることにしてもよい。なお、受付結果は、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶される。
 切替制御部702は、サーバ102-1~102-n群のうちサーバ102-iとは異なるサーバ102-j(j=1,2,…,n、j≠i)とクライアント端末103との接続を非接続に切り替える機能を有する。ここで、サーバ102-jは、サーバ102-iで動作中のソフトウェアのバックアップを、サーバ102-iの替わりにおこなう代替サーバである。
 具体的には、たとえば、切替制御部702が、図6に示したスイッチテーブル106を参照して、業務LAN120のネットワークスイッチSW2のIPアドレスを特定する。なお、ネットワークスイッチSW2は、サーバ102-jとクライアント端末103との通信を中継する中継装置である。さらに、切替制御部702が、管理テーブル104を参照して、サーバ102-jのサーバID「Sj」に対応する業務LAN120のIPアドレスおよびネットマスクを特定する。
 そして、切替制御部702が、後述の送信部705を制御して、特定されたネットワークスイッチSW2のIPアドレスを用いて、サーバ102-jとクライアント端末103との接続を非接続に切り替える切替指示を送信する。なお、切替指示には、特定されたサーバ102-jの業務LAN120のIPアドレスおよびネットマスクが含まれている。
 これにより、ネットワークスイッチSW2において、サーバ102-jの業務LAN120の接続ポートがオンラインからオフラインに切り替えられ、クライアント端末103からサーバ102-2に対するアクセスが不能となる。なお、切替結果は、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶される。
 また、切替制御部702は、情報処理装置101とサーバ102-iとの接続を非接続に切り替える機能を有する。具体的には、たとえば、切替制御部702が、スイッチテーブル106を参照して、管理LAN110のネットワークスイッチSW1のIPアドレスを特定する。なお、ネットワークスイッチSW1は、情報処理装置101とサーバ102-jとの通信を中継する中継装置である。
 さらに、切替制御部702が、管理テーブル104を参照して、バックアップイメージBkの更新指示に含まれるサーバID「Si」に対応する管理LAN110のIPアドレスおよびネットマスクを特定する。そして、切替制御部702が、送信部705を制御して、特定されたネットワークスイッチSW1のIPアドレスを用いて、情報処理装置101とサーバ102-iとの接続を非接続に切り替える切替指示を送信する。なお、切替指示には、特定されたサーバ102-iの管理LAN110のIPアドレスおよびネットマスクが含まれている。
 これにより、ネットワークスイッチSW1において、サーバ102-iの管理LAN110の接続ポートがオンラインからオフラインに切り替えられ、情報処理装置101からサーバ102-iに対するアクセスが不能となる。
 検索部703は、サーバ102-1~102-n群の中から、サーバ102-iにインストールされているソフトウェアを更新可能なサーバ102-jを検索する機能を有する。具体的には、たとえば、検索部703が、管理テーブル104を参照して、モードが「待機中」の任意のサーバ102-jを検索する。なお、検索結果は、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶される。
 この場合、切替制御部702は、検索されたサーバ102-jとクライアント端末103との接続を非接続に切り替えることになる。これにより、顧客の業務に利用されている業務中のサーバ102およびバックアップ作業を代替中のサーバ102を除くサーバ102-jを代替サーバとすることができる。なお、サーバ102-jが非検索の場合、いずれかのサーバ102の稼働状況が「待機中」となるまで待機することにしてもよい。
 抽出部704は、更新指示を受け付けたソフトウェアのバックアップイメージBkをバックアップDB105の中から抽出する機能を有する。具体的には、たとえば、抽出部704が、バックアップDB105の中から、更新指示に含まれるサーバID「Si」に対応するバックアップイメージBkを抽出する。なお、抽出結果は、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶される。
 送信部705は、サーバ102-jとクライアント端末103との接続が非接続に切り替えられた結果、抽出されたバックアップイメージBkとバックアップイメージBkの更新指示とをサーバ102-jに送信する機能を有する。
 具体的には、たとえば、送信部705が、管理テーブル104を参照して、サーバ102-jのサーバID「Sj」に対応する管理LAN110のIPアドレスおよびネットマスクを特定する。このあと、送信部705が、特定されたIPアドレスおよびネットマスクを用いて、バックアップイメージBkとバックアップイメージBkの更新指示とを送信する。
 より具体的には、たとえば、まず、送信部705が、バックアップイメージBkをサーバ102-jに送信する。この結果、サーバ102-jにバックアップイメージBkが保持される。このあと、送信部705が、サーバ102-jに起動指示を送信する。この結果、サーバ102-jにおいてバックアップイメージBkが展開される。
 なお、送信部705は、サーバ102-jとクライアント端末103とを非接続に切り替えた完了通知をネットワークスイッチSW2から受信したあとに、バックアップイメージBkの更新指示をサーバ102-jに送信してもよい。これにより、サーバ102-jとクライアント端末103との接続が確実に遮断されてから、更新指示を送信することができる。
 受信部706は、更新指示が送信された結果、サーバ102-jで更新された更新後のバックアップイメージBkをサーバ102-jから受信する機能を有する。なお、受信結果は、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶される。
 登録部707は、受信された更新後のバックアップイメージBkをサーバ102-iと関連付けてバックアップDB105に登録する機能を有する。具体的には、たとえば、登録部707が、バックアップDB105のサーバID「Si」に対応するレコードに、更新後のバックアップイメージBkを設定して版数をインクリメントする。
 また、切替制御部702は、更新後のバックアップイメージBkが登録された結果、サーバ102-jとクライアント端末103とを非接続から接続に切り替える機能を有する。具体的には、たとえば、切替制御部702が、送信部705を制御して、サーバ102-jとクライアント端末103とを非接続から接続に切り替える切替指示をネットワークスイッチSW2に送信する。これにより、クライアント端末103からサーバ102-jに対するアクセスが可能となる。
 また、切替制御部702は、更新後のバックアップイメージBkが登録された結果、情報処理装置101とサーバ102-iとを非接続から接続に切り替える機能を有する。具体的には、たとえば、切替制御部702が、送信部705を制御して、情報処理装置101とサーバ102-iとを非接続から接続に切り替える切替指示をネットワークスイッチSW1に送信する。これにより、情報処理装置101からサーバ102-iに対するアクセスが可能となる。
 なお、サーバ102-jにおけるバックアップイメージBkの更新作業は、自動でおこなうことにしてもよく、また、手動でおこなうことにしてもよい。自動でおこなう場合、たとえば、情報処理装置101が、ネットワーク314を介して、更新データを提供している外部サーバにアクセスして更新データを取得し、サーバ102-jに送信する。そして、サーバ102-jが、情報処理装置101から更新データを受信してバックアップイメージBkに適用する。
 一方、手動でおこなう場合は、ネットワークシステム100の管理者などが情報処理装置101を用いてバックアップイメージBkの更新データをサーバ102-jに送信する。このあと、サーバ102-jが、情報処理装置101から更新データを受信してバックアップイメージBkに適用する。なお、ユーザが、更新データが記憶された記憶媒体を持ち込んで作業をおこなうことにしてもよい。
 また、本明細書では、ソフトウェアの実行主体を物理サーバ(サーバ102-1~102-n)として説明したが、これに限らない。具体的には、たとえば、仮想サーバをソフトウェアの実行主体としてもよい。この場合、仮想サーバを複製または新規作成して、代替サーバとして利用することになる。
 なお、仮想サーバとは、物理サーバのリソースを分割して構築される実行環境で動作する仮想的な計算機である。さらに、SAN(Storage Area Network)ブートの場合は、割当可能なディスクを予め登録しておき、代替サーバのディスクとして割り当てることにしてもよい。
(情報処理装置の更新処理手順)
 図8は、実施の形態1にかかる情報処理装置の更新処理手順の一例を示すフローチャートである。なお、図面では、バックアップ対象となるソフトウェアがインストールされたサーバ102-iを「業務サーバ」と表記する。また、サーバ102-iにインストールされているソフトウェアのバックアップを代替しておこなうサーバ102-jを「代替サーバ」と表記する。
 図8のフローチャートにおいて、まず、受付部701により、サーバ102-iにインストールされているソフトウェアのバックアップイメージBkの更新指示を受け付けたか否かを判断する(ステップS801)。
 ここで、バックアップイメージBkの更新指示を受け付けるのを待って(ステップS801:No)、受け付けた場合(ステップS801:Yes)、検索部703により、サーバ102-iにインストールされているソフトウェアを代替して更新可能なサーバ102-jを検索する(ステップS802)。
 そして、切替制御部702により、送信部705を制御して、検索されたサーバ102-jとクライアント端末103との接続を非接続に切り替える切替指示をネットワークスイッチSW2に送信する(ステップS803)。また、切替制御部702により、送信部705を制御して、情報処理装置101とサーバ102-iとの接続を非接続に切り替える切替指示をネットワークスイッチSW1に送信する(ステップS804)。
 このあと、抽出部704により、更新指示を受け付けたソフトウェアのバックアップイメージBkをバックアップDB105の中から抽出する(ステップS805)。そして、送信部705により、抽出されたバックアップイメージBkをサーバ102-jに送信して(ステップS806)、さらに、起動指示をサーバ102-jに送信する(ステップS807)。
 そして、送信部705により、バックアップイメージBkの更新データをサーバ102-jに送信する(ステップS808)。このあと、受信部706により、更新後のバックアップイメージBkをサーバ102-jから受信したか否かを判断する(ステップS809)。
 ここで、更新後のバックアップイメージBkを受信するのを待って(ステップS809:No)、受信した場合(ステップS809:Yes)、登録部707により、更新後のバックアップイメージBkをサーバID「Si」と関連付けてバックアップDB105に登録する(ステップS810)。
 そして、送信部705により、待機指示をサーバ102-jに送信する(ステップS811)。この結果、管理テーブル104に記憶されているサーバ102-jのモードが「代替中」から「待機中」に設定される。
 このあと、切替制御部702により、送信部705を制御して、サーバ102-jとクライアント端末103とを非接続から接続に切り替える切替指示をネットワークスイッチSW2に送信する(ステップS812)。また、切替制御部702により、送信部705を制御して、情報処理装置101とサーバ102-iとを非接続から接続に切り替える切替指示をネットワークスイッチSW1に送信して(ステップS813)、本フローチャートによる一連の処理を終了する。
 以上説明したように、実施の形態1によれば、サーバ102-iで動作中のソフトウェアが更新されると、クライアント端末103からのアクセスが制限された別のサーバ102-jでバックアップイメージBkを更新して採取することができる。これにより、代替サーバを用いたバックアップイメージBkの更新時におけるIPアドレスの衝突を回避して、最新の状態で安全にバックアップできる。
 また、実施の形態1によれば、バックアップイメージBkの更新時において、情報処理装置101とサーバ102-iとのアクセスを不能にすることができる。これにより、サーバ102-jにバックアップイメージBkの更新データを配布する際におけるIPアドレスの衝突を回避することができる。
 また、実施の形態1によれば、サーバ102ごとの稼働状況に基づいて、サーバ102-iにインストールされているソフトウェアを更新可能なサーバ102-jを検索することができる。これにより、顧客の業務に利用されている業務中のサーバ102およびソフトウェアのバックアップ作業を代替中のサーバ102ではないサーバ102-jを代替サーバとすることができる。
 また、実施の形態1によれば、更新後のバックアップイメージBkが登録された結果、サーバ102-jとクライアント端末103とを非接続から接続に切り替えることができる。これにより、クライアント端末103からサーバ102-jに対するアクセスが可能な状態に復帰させることができる。
 また、実施の形態1によれば、更新後のバックアップイメージBkが登録された結果、情報処理装置101とサーバ102-iとを非接続から接続に切り替えることができる。これにより、情報処理装置101からサーバ102-iに対するアクセスが可能な状態に復帰させることができる。
(実施の形態2)
 実施の形態2では、代替サーバの管理LAN110および業務LAN120のIPアドレスを変換することにより、IPアドレスの衝突を回避する手法について説明する。なお、実施の形態1で説明した箇所については図示および説明を省略する。
(ネットワークシステムのシステム構成)
 図9は、実施の形態2にかかるネットワークシステムのシステム構成図である。図9において、ネットワークシステム900は、情報処理装置901と、サーバ102-1~102-nと、クライアント端末103と、アドレス変換装置902,903とを含む構成である。ネットワークシステム900において、情報処理装置901、サーバ102-1~102-n、クライアント端末103、アドレス変換装置902,903は、管理LAN110、業務LAN120などのネットワークを介して接続されている。
 具体的には、情報処理装置901とサーバ102-1~102-nが、管理LAN110のアドレス変換装置902を介して、相互に通信可能に接続されている。また、情報処理装置901とサーバ102-1~102-nとクライアント端末103が、業務LAN120のアドレス変換装置903を介して、相互に通信可能に接続されている。
 ここで、アドレス変換装置902,903は、スイッチング機能およびNAT(Network Address Translation)機能を有する。なお、NAT機能とは、たとえば、サーバ102-1~102-nのIPアドレスを他のIPアドレスに変換する機能である。
(実施の形態2の概要)
 図10は、実施の形態2の概要を示す説明図である。ここでは、サーバ102-1にインストールされているソフトウェアAのバックアップイメージを、サーバ102-2を用いて更新する場合を想定する。
 (1)サーバ102-1により、動作中のソフトウェアAを最新の状態に更新する。この結果、更新前のソフトウェアAのバックアップイメージと、更新後のソフトウェアAとの間に差分が生じる。
 (2)情報処理装置901により、ソフトウェアAのバックアップイメージの更新指示を受け付けると、ソフトウェアAのバックアップイメージをサーバ102-2に送信する。
 (3)情報処理装置901により、サーバ102-2のアドレスの変換指示を、管理LAN110のアドレス変換装置902および業務LAN120のアドレス変換装置903に送信する。
 (4)アドレス変換装置902により、サーバ102-2の管理LAN110のアドレスを他のアドレスに変換する。(5)アドレス変換装置903により、サーバ102-2の業務LAN120のアドレスを他のアドレスに変換する。この結果、ソフトウェアに設定されているアドレスを用いたクライアント端末103からサーバ102-2に対するアクセスが不能となる。
 (6)サーバ102-2により、情報処理装置901から起動指示を受け付けると、ソフトウェアAのバックアップイメージを最新の状態に更新する。(7)サーバ102-2により、更新後のソフトウェアAのバックアップイメージを情報処理装置901に送信する。
 (8)情報処理装置901により、更新後のソフトウェアAのバックアップイメージをバックアップDB105に登録する。この結果、ソフトウェアAのバックアップイメージと、サーバ102-1にインストールされているソフトウェアAとの差分が解消される。
 このように、実施の形態2では、サーバ102-1で動作中のソフトウェアAが更新されると、アドレス変換装置902においてサーバ102-2のアドレスを他のアドレスに変換し、サーバ102-2でバックアップイメージを更新して採取する。これにより、2台のサーバ102-1,102-2を用いたバックアップイメージの更新時におけるアドレスの衝突を回避して、安全にバックアップをとることができる。
(情報処理装置の機能的構成)
 つぎに、情報処理装置901の機能的構成について説明する。図11は、実施の形態2にかかる情報処理装置の機能的構成を示すブロック図である。情報処理装置901は、受付部701と、検索部703と、抽出部704と、送信部705と、受信部706と、登録部707と、変換制御部1101と、を含む構成である。
 変換制御部1101は、サーバ102-jとクライアント端末103との通信に使用するサーバ102-jの第1アドレスを第2アドレスに変換する機能を有する。ここで、アドレスとは、たとえば、IPアドレス、ネットマスク、MACアドレスなどである。
 具体的には、たとえば、変換制御部1101が、送信部705を制御して、サーバ102-jのIPアドレスを他のIPアドレスに変換する変換指示をアドレス変換装置903に送信する。ここで、他のIPアドレスとは、変換前のサーバ102-jのIPアドレスと1対1に対応付けられたIPアドレスである。
 また、変換制御部1101は、情報処理装置901とサーバ102-jとの通信に使用するサーバ102-jの第3アドレスを第4アドレスに変換する機能を有する。具体的には、たとえば、変換制御部1101が、送信部705を制御して、サーバ102-jのIPアドレスを他のIPアドレスに変換する変換指示をアドレス変換装置902に送信する。
 ここで、アドレス対応テーブルについて説明する。図12は、アドレス対応テーブルの一例を示す説明図である。図12において、アドレス対応テーブル1200は、サーバID、変換前の管理LANのIPアドレス、変換前の業務LANのIPアドレス、変換後の管理LANのIPアドレス、変換後の業務LANのIPアドレスのフィールドを有する。各フィールドに情報を設定することで、サーバ102ごとの変換前後のIPアドレスがレコードとして記憶されている。
 ここで、サーバ102-2のIPアドレスを変換する場合について説明する。この場合、変換制御部1101が、アドレス対応テーブル1200を参照して、サーバ102-2のサーバID「S2」に対応するレコードを特定する。そして、変換制御部1101が、送信部705を制御して、特定されたレコードの管理LAN110の変更前後のIPアドレスを対応付けてアドレス変換装置902に送信する。この結果、アドレス変換装置902において、サーバ102-2の管理LAN110のIPアドレスが「10.28.xxx.3」から「10.28.xxx.32」に変換される。
 さらに、変換制御部1101が、送信部705を制御して、特定されたレコードの業務LAN120の変更前後のIPアドレスを対応付けてアドレス変換装置903に送信する。この結果、アドレス変換装置903において、サーバ102-2の業務LAN120のIPアドレスが「2.13.78.xxx」から「2.13.xxx.65」に変換される。なお、アドレス対応テーブル1200は、ROM302、RAM303、磁気ディスク305、光ディスク307などの記憶装置に記憶されている。
 図11の説明に戻り、変換制御部1101は、更新後のバックアップイメージBkがバックアップDB105に登録された結果、サーバ102-jの第2アドレスを第1アドレスに変換する機能を有する。具体的には、たとえば、変換制御部1101が、送信部705を制御して、サーバ102-jの変換後の他のIPアドレスを削除する削除指示をアドレス変換装置903に送信する。これにより、業務LAN120の変換前のIPアドレスを用いて、サーバ102-jにアクセスすることができる。
 変換制御部1101は、更新後のバックアップイメージBkがバックアップDB105に登録された結果、サーバ102-jの第4アドレスを第3アドレスに変換する機能を有する。具体的には、たとえば、変換制御部1101が、送信部705を制御して、サーバ102-jの変換後の他のIPアドレスを削除する削除指示をアドレス変換装置902に送信する。これにより、管理LAN110の変換前のIPアドレスを用いて、サーバ102-jにアクセスすることができる。
(情報処理装置の更新処理手順)
 図13は、実施の形態2にかかる情報処理装置の更新処理手順の一例を示すフローチャートである。なお、図面では、バックアップ対象となるソフトウェアがインストールされたサーバ102-iを「業務サーバ」と表記する。また、サーバ102-iにインストールされているソフトウェアのバックアップを代替しておこなうサーバ102-jを「代替サーバ」と表記する。
 図13のフローチャートにおいて、まず、受付部701により、サーバ102-iにインストールされているソフトウェアのバックアップイメージBkの更新指示を受け付けたか否かを判断する(ステップS1301)。
 ここで、バックアップイメージBkの更新指示を受け付けるのを待って(ステップS1301:No)、受け付けた場合(ステップS1301:Yes)、検索部703により、サーバ102-iにインストールされているソフトウェアを代替して更新可能なサーバ102-jを検索する(ステップS1302)。
 このあと、抽出部704により、更新指示を受け付けたソフトウェアのバックアップイメージBkをバックアップDB105の中から抽出する(ステップS1303)。そして、送信部705により、抽出されたバックアップイメージBkをサーバ102-jに送信する(ステップS1304)。
 そして、変換制御部1101により、アドレス対応テーブル1200を参照することにより、送信部705を制御して、サーバ102-jの管理LAN110のIPアドレスを他のIPアドレスに変換する変換指示をアドレス変換装置902に送信する(ステップS1305)。また、変換制御部1101により、アドレス対応テーブル1200を参照することにより、送信部705を制御して、サーバ102-jの業務LAN120のIPアドレスを他のIPアドレスに変換する変換指示をアドレス変換装置903に送信する(ステップS1306)。
 このあと、送信部705により、起動指示をサーバ102-jに送信し(ステップS1307)、さらに、バックアップイメージBkの更新データをサーバ102-jに送信する(ステップS1308)。このあと、受信部706により、更新後のバックアップイメージBkをサーバ102-jから受信したか否かを判断する(ステップS1309)。
 ここで、更新後のバックアップイメージBkを受信するのを待って(ステップS1309:No)、受信した場合(ステップS1309:Yes)、登録部707により、更新後のバックアップイメージBkをサーバID「Si」と関連付けてバックアップDB105に登録する(ステップS1310)。
 そして、送信部705により、待機指示をサーバ102-jに送信する(ステップS1311)。この結果、管理テーブル104に記憶されているサーバ102-jのモードが「代替中」から「待機中」に設定される。
 このあと、変換制御部1101により、送信部705を制御して、サーバ102-jの変換後の管理LAN110のIPアドレスを削除する削除指示をアドレス変換装置902に送信する(ステップS1312)。また、変換制御部1101により、送信部705を制御して、サーバ102-jの変換後の業務LAN120のIPアドレスを削除する削除指示をアドレス変換装置903に送信して(ステップS1313)、本フローチャートによる一連の処理を終了する。
 以上説明したように、実施の形態2によれば、バックアップイメージBkの更新時において、サーバ102-jの業務LAN120のIPアドレスを変換することにより、サーバ102-jとクライアント端末103との通信を不能にすることができる。これにより、代替サーバを用いたバックアップイメージBkの更新時におけるIPアドレスの衝突を回避することができる。
 また、実施の形態2によれば、サーバ102-jの管理LAN120のIPアドレスを変換することにより、バックアップイメージBkの更新データをサーバ102-jに配布する際におけるIPアドレスの衝突を回避することができる。
 また、実施の形態2によれば、バックアップイメージBkの更新時において、変換後のIPアドレスを用いてサーバ102-jにアクセス可能である。このため、ネットワークシステム900の管理者などが、業務LAN120の変更後のIPアドレスを用いて、更新後のソフトウェアの動作を確認することができる。
 つぎに、実施の形態1の実施例について説明する。実施例では、機能向上や不具合修正などに応じた更新に再起動が必要なソフトウェアを含む場合であっても、業務に与える影響をできるだけ少なくして安全にソフトウェアを更新する手法について説明する。
 具体的には、業務サーバで動作中のソフトウェアの更新を代替サーバのほうで事前におこない、バックアップDB105に登録しておく。そして、顧客の業務を停止させることができる特定期間に、更新後のバックアップイメージBkを用いて業務サーバにインストールされているソフトウェアを更新する。
 以下、ソフトウェアの更新作業手順について説明する。なお、実施の形態1,2で説明した箇所については図示および説明を省略する。図14は、ソフトウェアの更新作業手順の一例を示すシーケンス図である。
 (a)情報処理装置101が、業務サーバで動作中のソフトウェアのバックアップイメージの更新指示を受け付ける。(b)情報処理装置101が、代替サーバの業務LAN120の接続ポートをオンラインからオフラインに切り替える。
 (c)情報処理装置101が、業務サーバの管理LAN110の接続ポートをオンラインからオフラインに切り替える。(d)情報処理装置101が、バックアップ対象のバックアップイメージをバックアップDB105の中から抽出して代替サーバに送信する。
 (e)代替サーバが、ユーザの操作入力によりバックアップイメージを更新する。(f)代替サーバが、ユーザの操作入力により更新後のバックアップイメージを展開してソフトウェアを起動する。ここで、ユーザがソフトウェアの動作確認をおこない問題がある場合は手順(e)に戻る。(g)代替サーバが、更新後のバックアップイメージを情報処理装置101に送信する。
 (h)情報処理装置101が、更新後のバックアップイメージを代替サーバから取得してバックアップDB105に登録する。(i)情報処理装置101が、業務サーバの管理LAN110の接続ポートをオフラインからオンラインに切り替える。(j)情報処理装置101が、代替サーバの業務LAN120の接続ポートをオフラインからオンラインに切り替える。
 (k)情報処理装置101が、バックアップイメージの配布指示を受け付ける。(l)情報処理装置101が、更新後のバックアップイメージをバックアップDB105の中から抽出して業務サーバに送信する。
 (m)業務サーバが、ユーザの操作入力により更新後のバックアップイメージを展開してソフトウェアを起動する。ここで、ユーザがソフトウェアの動作確認をおこない問題がある場合は手順(m)に戻る。ただし、手順(k)~(m)は、顧客の業務を停止させることができる特定期間におこなう。
 このように、実施例によれば、クライアント端末103からのアクセスが制限された代替サーバにおいて、ソフトウェアのバックアップイメージを事前に更新することができる。そして、顧客の業務を停止させることができる特定期間に、更新後のバックアップイメージを用いて業務サーバにインストールされているソフトウェアの更新をおこなうことができる。
 これにより、更新に再起動が必要なソフトウェアを含む場合であっても、顧客の業務に与える影響をできるだけ少なくして安全にソフトウェアを更新することができる。また、バックアップイメージの更新作業時において動作を確認済みのため、業務サーバでのソフトウェアの更新作業にかかる負荷を軽減できる。さらに、業務サーバでの更新作業では、代替サーバでの手順通りに作業をおこなうことにより、トラブルを未然に防ぎ安全性の向上を図ることができる。
 なお、実施例では実施の形態1にかかるネットワークシステム100について説明したが、実施の形態2にかかるネットワークシステム900についても同様に適用できる。
 なお、本実施の形態で説明した更新方法は、予め用意されたプログラムをパーソナル・コンピュータやワークステーションなどのコンピュータで実行することにより実現することができる。本更新プログラムは、ハードディスク、フレキシブルディスク、CD-ROM、MO、DVDなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。また、本更新プログラムは、インターネットなどのネットワークを介して配布してもよい。

Claims (16)

  1.  ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶するデータベースにアクセス可能なコンピュータを、
     前記サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付ける受付手段、
     前記サーバ群のうち前記第1のサーバとは異なる第2のサーバとクライアント端末との接続を非接続に切り替える切替制御手段、
     前記受付手段によって前記更新指示を受け付けたソフトウェアの複製情報を前記データベースの中から抽出する抽出手段、
     前記切替制御手段によって非接続に切り替えられた結果、前記抽出手段によって抽出された複製情報と当該複製情報の更新指示とを前記第2のサーバに送信する送信手段、
     前記送信手段によって前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信する受信手段、
     前記受信手段によって受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録する登録手段、
     として機能させることを特徴とする更新プログラム。
  2.  前記切替制御手段は、
     前記第2のサーバと前記クライアント端末との通信を中継する中継装置に、前記第2のサーバと前記クライアント端末との接続を非接続に切り替える切替指示を送信することを特徴とする請求項1に記載の更新プログラム。
  3.  前記切替制御手段は、
     さらに、前記コンピュータと前記第1のサーバとの通信を中継する中継装置に、前記コンピュータと前記第1のサーバとの接続を非接続に切り替える切替指示を送信することを特徴とする請求項2に記載の更新プログラム。
  4.  前記コンピュータを、
     前記サーバごとの稼働状況に基づいて、前記サーバ群の中から前記第1のサーバにインストールされているソフトウェアの複製情報を更新可能な第2のサーバを検索する検索手段として機能させ、
     前記切替制御手段は、
     前記検索手段によって検索された第2のサーバと前記クライアント端末との通信を中継する中継装置に、前記第2のサーバと前記クライアント端末との接続を非接続に切り替える切替指示を送信することを特徴とする請求項2または3に記載の更新プログラム。
  5.  前記切替制御手段は、
     前記登録手段によって更新後の前記複製情報が登録された結果、前記第2のサーバと前記クライアント端末とを非接続から接続に切り替えることを特徴とする請求項1~3のいずれか一つに記載の更新プログラム。
  6.  前記切替制御手段は、
     さらに、更新後の前記複製情報が登録された結果、前記コンピュータと前記第1のサーバとを非接続から接続に切り替えることを特徴とする請求項5に記載の更新プログラム。
  7.  ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶するデータベースにアクセス可能なコンピュータを、
     前記サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付ける受付手段、
     前記受付手段によって前記更新指示を受け付けたソフトウェアの複製情報を前記データベースの中から抽出する抽出手段、
     前記サーバ群のうち前記第1のサーバとは異なる第2のサーバに前記抽出手段によって抽出された複製情報を送信する第1の送信手段、
     前記第2のサーバとクライアント端末との通信に使用する前記第2のサーバの第1アドレスを第2アドレスに変換する変換制御手段、
     前記変換制御手段によって第2アドレスに変換された結果、前記複製情報の更新指示を前記第2のサーバに送信する第2の送信手段、
     前記第2の送信手段によって前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信する受信手段、
     前記受信手段によって受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録する登録手段、
     として機能させることを特徴とする更新プログラム。
  8.  前記変換制御手段は、
     前記第2のサーバと前記クライアント端末との通信を中継する中継装置に、前記第2のサーバの第1アドレスを第2アドレスに変換する変換指示を送信することを特徴とする請求項7に記載の更新プログラム。
  9.  前記変換制御手段は、
     さらに、前記コンピュータと前記第2のサーバとの通信を中継する中継装置に、前記第2のサーバの第3アドレスを第4アドレスに変換する変換指示を送信することを特徴とする請求項8に記載の更新プログラム。
  10.  前記コンピュータを、
     前記サーバごとの稼働状況に基づいて、前記サーバ群の中から前記第1のサーバにインストールされているソフトウェアの複製情報を更新可能な第2のサーバを検索する検索手段として機能させ、
     前記変換制御手段は、
     前記検索手段によって検索された第2のサーバと前記クライアント端末との通信に使用する前記第2のサーバの第1アドレスを第2アドレスに変換することを特徴とする請求項7~9のいずれか一つに記載の更新プログラム。
  11.  前記変換制御手段は、
     前記登録手段によって更新後の前記複製情報が登録された結果、前記第2のサーバの第2アドレスを第1アドレスに変換することを特徴とする請求項7~9のいずれか一つに記載の更新プログラム。
  12.  前記変換制御手段は、
     前記登録手段によって更新後の前記複製情報が登録された結果、前記第2のサーバの第4アドレスを第3アドレスに変換することを特徴とする請求項7~9のいずれか一つに記載の更新プログラム。
  13.  ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶する記憶手段と、
     前記サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付ける受付手段と、
     前記サーバ群のうち前記第1のサーバとは異なる第2のサーバとクライアント端末との接続を非接続に切り替える切替制御手段と、
     前記記憶手段に記憶されている記憶内容の中から、前記受付手段によって前記更新指示を受け付けたソフトウェアの複製情報を抽出する抽出手段と、
     前記切替制御手段によって非接続に切り替えられた結果、前記抽出手段によって抽出された複製情報とともに当該複製情報の更新指示を前記第2のサーバに送信する送信手段と、
     前記送信手段によって前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信する受信手段と、
     前記受信手段によって受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録する登録手段と、
     を備えることを特徴とする情報処理装置。
  14.  ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶する記憶手段と、
     前記サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付ける受付手段と、
     前記受付手段によって前記更新指示を受け付けたソフトウェアの複製情報を前記データベースの中から抽出する抽出手段と、
     前記サーバ群のうち前記第1のサーバとは異なる第2のサーバに前記抽出手段によって抽出された複製情報を送信する第1の送信手段と、
     前記第2のサーバとクライアント端末との通信に使用する前記第2のサーバの第1アドレスを第2アドレスに変換する変換制御手段と、
     前記変換制御手段によって前記第1アドレスが前記第2アドレスに変換された結果、前記複製情報の更新指示を前記第2のサーバに送信する第2の送信手段と、
     前記第2の送信手段によって前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信する受信手段と、
     前記受信手段によって受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録する登録手段と、
     を備えることを特徴とする情報処理装置。
  15.  制御手段および記憶手段を備え、ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶するデータベースにアクセス可能なコンピュータが、
     前記サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付けて、前記記憶手段に記憶する受付工程と、
     前記制御手段により、前記サーバ群のうち前記第1のサーバとは異なる第2のサーバとクライアント端末との接続を非接続に切り替える切替制御工程と、
     前記制御手段により、前記受付工程によって前記更新指示を受け付けたソフトウェアの複製情報を前記データベースの中から抽出して、前記記憶手段に記憶する抽出工程と、
     前記制御手段により、前記切替制御工程によって非接続に切り替えられた結果、前記抽出工程によって抽出された複製情報とともに当該複製情報の更新指示を前記第2のサーバに送信する送信工程と、
     前記送信工程によって前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信して、前記記憶手段に記憶する受信工程と、
     前記制御手段により、前記受信工程によって受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録する登録工程と、
     を実行することを特徴とする更新方法。
  16.  制御手段および記憶手段を備え、ソフトウェアがインストールされたサーバと関連付けて当該ソフトウェアを復元するための複製情報を記憶するデータベースにアクセス可能なコンピュータが、
     前記サーバ群のうち第1のサーバにインストールされているソフトウェアの複製情報の更新指示を受け付けて、前記記憶手段に記憶する受付工程と、
     前記制御手段により、前記受付工程によって前記更新指示を受け付けたソフトウェアの複製情報を前記データベースの中から抽出して、前記記憶手段に記憶する抽出工程と、
     前記制御手段により、前記サーバ群のうち前記第1のサーバとは異なる第2のサーバに前記抽出工程によって抽出された複製情報を送信する第1の送信工程と、
     前記制御手段により、前記第2のサーバとクライアント端末との通信に使用する前記第2のサーバの第1アドレスを第2アドレスに変換して、前記記憶手段に記憶する変換制御工程と、
     前記制御手段により、前記変換制御工程によって前記第1アドレスが前記第2アドレスに変換された結果、前記複製情報の更新指示を前記第2のサーバに送信する第2の送信工程と、
     前記第2の送信工程によって前記更新指示が送信された結果、前記第2のサーバで更新された更新後の前記複製情報を前記第2のサーバから受信して、前記記憶手段に記憶する受信工程と、
     前記制御手段により、前記受信工程によって受信された更新後の前記複製情報を前記第1のサーバと関連付けて前記データベースに登録する登録工程と、
     を実行することを特徴とする更新方法。
PCT/JP2009/055257 2009-03-18 2009-03-18 更新プログラム、情報処理装置、および更新方法 WO2010106649A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2009/055257 WO2010106649A1 (ja) 2009-03-18 2009-03-18 更新プログラム、情報処理装置、および更新方法
JP2011504655A JP5206864B2 (ja) 2009-03-18 2009-03-18 更新プログラム、情報処理装置、および更新方法
US13/137,603 US20110314131A1 (en) 2009-03-18 2011-08-29 Computer product, information management apparatus, and updating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/055257 WO2010106649A1 (ja) 2009-03-18 2009-03-18 更新プログラム、情報処理装置、および更新方法

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/137,603 Continuation US20110314131A1 (en) 2009-03-18 2011-08-29 Computer product, information management apparatus, and updating method

Publications (1)

Publication Number Publication Date
WO2010106649A1 true WO2010106649A1 (ja) 2010-09-23

Family

ID=42739320

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/055257 WO2010106649A1 (ja) 2009-03-18 2009-03-18 更新プログラム、情報処理装置、および更新方法

Country Status (3)

Country Link
US (1) US20110314131A1 (ja)
JP (1) JP5206864B2 (ja)
WO (1) WO2010106649A1 (ja)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140068040A1 (en) * 2012-09-04 2014-03-06 Bank Of America Corporation System for Enabling Server Maintenance Using Snapshots
DE102013105516A1 (de) * 2013-05-29 2014-12-04 Weidmüller Interface GmbH & Co. KG Basismodul für ein elektronisches Gerät
JP5904514B1 (ja) 2014-10-28 2016-04-13 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation 仮想マシンのスナップショットに対して更新を自動的に適用する方法、並びに、そのコンピュータ・システム及びコンピュータ・システム用プログラム
CN106686066A (zh) * 2017-02-10 2017-05-17 上海斐讯数据通信技术有限公司 一种长连接服务器升级方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09163414A (ja) * 1995-12-13 1997-06-20 Nec Corp 交換システムのプログラム更新方法及びその装置
JP2006099406A (ja) * 2004-09-29 2006-04-13 Nec Corp スイッチ装置とシステム並びにバックアップ及びリストア方法とプログラム
JP2008026954A (ja) * 2006-07-18 2008-02-07 Mitsubishi Electric Corp 運用管理システム及び運用管理サーバ装置及び運用管理方法及び運用管理プログラム及び管理対象ノード

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3534339B2 (ja) * 2000-01-26 2004-06-07 富士ソフトディーアイエス株式会社 複数サーバ間伝送制御管理システム
US7093086B1 (en) * 2002-03-28 2006-08-15 Veritas Operating Corporation Disaster recovery and backup using virtual machines
US8346726B2 (en) * 2005-06-24 2013-01-01 Peter Chi-Hsiung Liu System and method for virtualizing backup images
WO2008018969A1 (en) * 2006-08-04 2008-02-14 Parallel Computers Technology, Inc. Apparatus and method of optimizing database clustering with zero transaction loss

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09163414A (ja) * 1995-12-13 1997-06-20 Nec Corp 交換システムのプログラム更新方法及びその装置
JP2006099406A (ja) * 2004-09-29 2006-04-13 Nec Corp スイッチ装置とシステム並びにバックアップ及びリストア方法とプログラム
JP2008026954A (ja) * 2006-07-18 2008-02-07 Mitsubishi Electric Corp 運用管理システム及び運用管理サーバ装置及び運用管理方法及び運用管理プログラム及び管理対象ノード

Also Published As

Publication number Publication date
JPWO2010106649A1 (ja) 2012-09-20
US20110314131A1 (en) 2011-12-22
JP5206864B2 (ja) 2013-06-12

Similar Documents

Publication Publication Date Title
JP5328177B2 (ja) 情報処理装置、情報処理装置のデータ処理方法、記憶媒体及びプログラム
US9996425B2 (en) System and method for agentless backup of virtual machines
US20070220323A1 (en) System and method for highly available data processing in cluster system
US20100228960A1 (en) Virtual memory over baseboard management controller
JP7069672B2 (ja) アプリケーションの更新方法およびプログラム
JP2004252686A (ja) 情報処理システム
US20110131562A1 (en) Equipment management system, equipment managing apparatus, electronic equipment, software updating method, and computer-readable storage medium
US7216210B2 (en) Data I/O system using a plurality of mirror volumes
JP5728812B2 (ja) 分散型情報処理システム及び分散ストレージシステム
US20200192693A1 (en) Container provision support system and container provision support method
JP2007286759A (ja) ネットワーク機器接続装置およびネットワーク機器接続方法
JP5206864B2 (ja) 更新プログラム、情報処理装置、および更新方法
JP2009086701A (ja) 仮想計算機システム及び同システムにおける仮想マシン復元方法
KR20010000088A (ko) 인터넷 기반의 원격 데이터 및 파일 복구 서비스 시스템및 그 방법
US8234253B1 (en) Systems and methods for performing recovery of directory data
US8112598B2 (en) Apparatus and method for controlling copying
JP5159898B2 (ja) 管理装置及び管理方法及びプログラム
JP2006323526A (ja) クラスタ管理プログラム、該プログラムを記録した記録媒体、クラスタ管理方法、ノード、およびクラスタ
JP2016081189A (ja) 情報処理装置とデータ同期方法、データ同期システムおよびプログラム
JP5195748B2 (ja) サーバ管理プログラム、方法、及び装置
US20090132498A1 (en) Information processing apparatus, information processing system, processing method thereof, and recording medium
JPH10260860A (ja) クライアント/サーバシステム及びコンピュータシステム
JP6467298B2 (ja) サーバ運用作業履歴管理装置、システム、方法、およびプログラム
JP4294692B2 (ja) 情報処理システム
KR100432487B1 (ko) 온라인/오프라인으로 컴퓨터 시스템의 장애를 복구하는 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09841854

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2011504655

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09841854

Country of ref document: EP

Kind code of ref document: A1