JP5083408B2 - 構成管理装置、構成管理プログラム、構成管理方法 - Google Patents
構成管理装置、構成管理プログラム、構成管理方法 Download PDFInfo
- Publication number
- JP5083408B2 JP5083408B2 JP2010517618A JP2010517618A JP5083408B2 JP 5083408 B2 JP5083408 B2 JP 5083408B2 JP 2010517618 A JP2010517618 A JP 2010517618A JP 2010517618 A JP2010517618 A JP 2010517618A JP 5083408 B2 JP5083408 B2 JP 5083408B2
- Authority
- JP
- Japan
- Prior art keywords
- processing request
- processing
- attribute information
- information
- configuration item
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/06—Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
- G06F12/0646—Configuration or reconfiguration
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/256—Integrating or interfacing systems involving database management systems in federated or virtual databases
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims (7)
- システムを構成するリソースを示す情報である構成アイテムと、前記構成アイテムを定義する属性情報とを有するデータに基づき、前記リソースに関する情報を管理する構成管理装置であって、
属性情報と、該属性情報の登録、更新、および削除のうちいずれの処理を行うかの処理情報とを少なくとも含んだ処理依頼と、前記処理情報として前記リソースに関する情報の検索処理依頼とを取得する処理依頼取得部と、
前記処理依頼取得部によって処理依頼が取得された場合、該処理依頼がいずれの構成アイテムに対する処理依頼かを判定し、構成アイテムと処理依頼とを対応付ける対応付け部と、
前記処理依頼取得部によって処理依頼が取得されたタイミングとは別のタイミングで、対応付け部による対応付けに基づき、前記構成アイテムに対し前記処理依頼内の処理情報の処理をすることで、前記処理依頼内の属性情報を前記構成アイテムに反映する属性情報反映部とを備え、
前記属性情報反映部は、前記処理依頼取得部が検索処理依頼を取得したときに、前記検索処理依頼の対象である構成アイテムに係る属性情報のうち、未反映の属性情報がある場合、対応付け部による対応付けに基づき該未反映の属性情報を反映し、反映した前記構成アイテムに対して前記検索処理を実行することを特徴とする構成管理装置。 - 請求項1に記載の構成管理装置において、
前記処理依頼取得部は、更に、取得した処理依頼がいつまでに完了すればよいかの終了希望時間を取得し、
前記属性情報反映部は、前記終了希望時間までに前記処理依頼内の属性情報を前記構成アイテムに反映することを特徴とする構成管理装置。 - 請求項1に記載の構成管理装置において、
前記属性情報反映部は、更に、前記処理依頼内の属性情報に係る構成アイテムの更新頻度に基づき、前記処理依頼内の属性情報を前記構成アイテムに反映するか否かを判断することを特徴とする構成管理装置。 - 請求項1に記載の構成管理装置において、
更に、少なくとも前記構成アイテムおよび前記属性情報を保持する保持部を備え、
前記属性情報反映部は、更に、前記処理依頼内の属性情報に係る構成アイテムが前記保持部に保持されている期間に基づき、前記処理依頼内の属性情報を前記構成アイテムに反映するか否かを判断することを特徴とする構成管理装置。 - 請求項1に記載の構成管理装置において、
更に、少なくとも前記構成アイテムおよび前記属性情報を保持する保持部を備え、
前記属性情報反映部は、更に、前記処理依頼内の属性情報のデータサイズに基づき、前記処理依頼内の属性情報を前記構成アイテムに反映するか否かを判断することを特徴とする構成管理装置。 - システムを構成するリソースを示す情報である構成アイテムと、前記構成アイテムを定義する属性情報とを有するデータに基づき、前記リソースに関する情報の登録、更新、削除、検索をコンピュータに実行させる構成管理プログラムであって、
属性情報と、該属性情報の登録、更新、および削除のうちいずれの処理を行うかの処理情報とを少なくとも含んだ処理依頼と、前記処理情報として前記リソースに関する情報の検索処理依頼とを取得する処理依頼取得ステップと、
前記処理依頼取得ステップによって処理依頼が取得された場合、該処理依頼がいずれの構成アイテムに対する処理依頼かを判定し、構成アイテムと処理依頼とを対応付ける対応付けステップと、
前記処理依頼取得ステップによって処理依頼が取得されたタイミングとは別のタイミングで、対応付けステップによる対応付けに基づき、前記構成アイテムに対し前記処理依頼内の処理情報の処理をすることで、前記処理依頼内の属性情報を前記構成アイテムに反映する属性情報反映ステップとをコンピュータに実行させ、
前記属性情報反映ステップは、前記処理依頼取得ステップが検索処理依頼を取得したときに、前記検索処理依頼の対象である構成アイテムに係る属性情報のうち、未反映の属性情報がある場合、対応付けステップによる対応付けに基づき該未反映の属性情報を反映し、反映した前記構成アイテムに対して前記検索処理をコンピュータに実行させることを特徴とする構成管理プログラム。 - システムを構成するリソースを示す情報である構成アイテムと、前記構成アイテムを定義する属性情報とを有するデータに基づき、前記リソースに関する情報の登録、更新、削除、検索を実行する構成管理方法であって、
属性情報と、該属性情報の登録、更新、および削除のうちいずれの処理を行うかの処理情報とを少なくとも含んだ処理依頼と、前記処理情報として前記リソースに関する情報の検索処理依頼とを取得する処理依頼取得ステップと、
前記処理依頼取得ステップによって処理依頼が取得された場合、該処理依頼がいずれの構成アイテムに対する処理依頼かを判定し、構成アイテムと処理依頼とを対応付ける対応付けステップと、
前記処理依頼取得ステップによって処理依頼が取得されたタイミングとは別のタイミングで、対応付けステップによる対応付けに基づき、前記構成アイテムに対し前記処理依頼内の処理情報の処理をすることで、前記処理依頼内の属性情報を前記構成アイテムに反映する属性情報反映ステップとを実行し、
前記属性情報反映ステップは、前記処理依頼取得ステップが検索処理依頼を取得したときに、前記検索処理依頼の対象である構成アイテムに係る属性情報のうち、未反映の属性情報がある場合、対応付けステップによる対応付けに基づき該未反映の属性情報を反映し、反映した前記構成アイテムに対して前記検索処理を実行することを特徴とする構成管理方法。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2008/061524 WO2009157062A1 (ja) | 2008-06-25 | 2008-06-25 | 構成管理装置、構成管理プログラム、構成管理方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2009157062A1 JPWO2009157062A1 (ja) | 2011-12-01 |
| JP5083408B2 true JP5083408B2 (ja) | 2012-11-28 |
Family
ID=41444139
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010517618A Expired - Fee Related JP5083408B2 (ja) | 2008-06-25 | 2008-06-25 | 構成管理装置、構成管理プログラム、構成管理方法 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US20110093688A1 (ja) |
| JP (1) | JP5083408B2 (ja) |
| GB (1) | GB2478376B (ja) |
| WO (1) | WO2009157062A1 (ja) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2010001482A1 (ja) * | 2008-07-04 | 2010-01-07 | 富士通株式会社 | 情報処理装置、情報処理プログラム、情報処理方法 |
| JP5604863B2 (ja) * | 2009-12-22 | 2014-10-15 | 富士通株式会社 | 構成情報管理システム、構成情報管理方法、分散情報管理装置及び分散情報管理プログラム |
| JP5982940B2 (ja) * | 2012-03-28 | 2016-08-31 | 富士通株式会社 | 管理プログラム、管理装置および情報処理システム |
| JP2015191523A (ja) * | 2014-03-28 | 2015-11-02 | 富士通株式会社 | 構成管理装置、構成管理システム、および構成管理プログラム |
| CN112448834B (zh) * | 2019-09-02 | 2023-03-24 | 浙江宇视科技有限公司 | 一种设备配置安全下发防篡改方法和系统 |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060004875A1 (en) * | 2004-05-11 | 2006-01-05 | Microsoft Corporation | CMDB schema |
| JP2006091969A (ja) * | 2004-09-21 | 2006-04-06 | Fuji Electric Holdings Co Ltd | 情報処理装置およびスケジューリング方法 |
| US20070288281A1 (en) * | 2006-06-12 | 2007-12-13 | Gilbert Allen M | Rule compliance using a configuration database |
| US20070288280A1 (en) * | 2006-06-12 | 2007-12-13 | Gilbert Allen M | Rule management using a configuration database |
| US20080005187A1 (en) * | 2006-06-30 | 2008-01-03 | International Business Machines Corporation | Methods and apparatus for managing configuration management database via composite configuration item change history |
| JP2008009861A (ja) * | 2006-06-30 | 2008-01-17 | Mitsubishi Electric Corp | システム構成管理方式 |
| US20080021917A1 (en) * | 2006-07-24 | 2008-01-24 | Ronald Bruce Baker | Resource Name Reconciliation in a Configuration Database |
| JP2008108262A (ja) * | 2006-10-26 | 2008-05-08 | Hewlett-Packard Development Co Lp | コンピュータネットワークの改良 |
Family Cites Families (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CA2025131A1 (en) * | 1989-09-28 | 1991-03-29 | John W. White | Portable and dynamic distributed applications architecture |
| JP3329841B2 (ja) * | 1991-10-18 | 2002-09-30 | 株式会社日立製作所 | ネットワークシステム及びそのソフトウエア管理方法 |
| US5590181A (en) * | 1993-10-15 | 1996-12-31 | Link Usa Corporation | Call-processing system and method |
| US5828902A (en) * | 1994-06-10 | 1998-10-27 | Matsushita Electric Ind. | Disc control device having reduced seek time by scheduling disc read requests |
| US6421719B1 (en) * | 1995-05-25 | 2002-07-16 | Aprisma Management Technologies, Inc. | Method and apparatus for reactive and deliberative configuration management |
| EP0996887B1 (en) * | 1997-07-25 | 2002-10-09 | BRITISH TELECOMMUNICATIONS public limited company | Scheduler for a software system |
| US6216140B1 (en) * | 1997-09-17 | 2001-04-10 | Hewlett-Packard Company | Methodology for the efficient management of hierarchically organized information |
| US5930773A (en) * | 1997-12-17 | 1999-07-27 | Avista Advantage, Inc. | Computerized resource accounting methods and systems, computerized utility management methods and systems, multi-user utility management methods and systems, and energy-consumption-based tracking methods and systems |
| US6295541B1 (en) * | 1997-12-16 | 2001-09-25 | Starfish Software, Inc. | System and methods for synchronizing two or more datasets |
| US6185555B1 (en) * | 1998-10-31 | 2001-02-06 | M/A/R/C Inc. | Method and apparatus for data management using an event transition network |
| US6546364B1 (en) * | 1998-12-18 | 2003-04-08 | Impresse Corporation | Method and apparatus for creating adaptive workflows |
| US6502148B1 (en) * | 1999-04-30 | 2002-12-31 | Imagex.Com, Inc. | System for scaling an application server system |
| US6256773B1 (en) * | 1999-08-31 | 2001-07-03 | Accenture Llp | System, method and article of manufacture for configuration management in a development architecture framework |
| US20020049608A1 (en) * | 2000-03-03 | 2002-04-25 | Hartsell Neal D. | Systems and methods for providing differentiated business services in information management environments |
| US20020049841A1 (en) * | 2000-03-03 | 2002-04-25 | Johnson Scott C | Systems and methods for providing differentiated service in information management environments |
| US7685577B2 (en) * | 2000-09-01 | 2010-03-23 | Op40, Inc. | System and method for translating an asset for distribution over multi-tiered networks |
| US7426730B2 (en) * | 2001-04-19 | 2008-09-16 | Wre-Hol Llc | Method and system for generalized and adaptive transaction processing between uniform information services and applications |
| US7822658B2 (en) * | 2002-06-04 | 2010-10-26 | Hewlett-Packard Development Company, L.P. | Dynamic prioritization of activities |
| US7240325B2 (en) * | 2002-09-11 | 2007-07-03 | International Business Machines Corporation | Methods and apparatus for topology discovery and representation of distributed applications and services |
| US7072807B2 (en) * | 2003-03-06 | 2006-07-04 | Microsoft Corporation | Architecture for distributed computing system and automated design, deployment, and management of distributed applications |
| US7409676B2 (en) * | 2003-10-20 | 2008-08-05 | International Business Machines Corporation | Systems, methods and computer programs for determining dependencies between logical components in a data processing system or network |
| JPWO2006051606A1 (ja) * | 2004-11-12 | 2008-05-29 | 富士通株式会社 | システム構成管理装置 |
| US7930681B2 (en) * | 2005-12-30 | 2011-04-19 | Sap Ag | Service and application management in information technology systems |
| US7971187B2 (en) * | 2006-04-24 | 2011-06-28 | Microsoft Corporation | Configurable software stack |
| US8359566B2 (en) * | 2007-04-13 | 2013-01-22 | International Business Machines Corporation | Software factory |
-
2008
- 2008-06-25 WO PCT/JP2008/061524 patent/WO2009157062A1/ja not_active Ceased
- 2008-06-25 JP JP2010517618A patent/JP5083408B2/ja not_active Expired - Fee Related
- 2008-06-25 GB GB1021587.9A patent/GB2478376B/en not_active Expired - Fee Related
-
2010
- 2010-12-20 US US12/973,546 patent/US20110093688A1/en not_active Abandoned
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060004875A1 (en) * | 2004-05-11 | 2006-01-05 | Microsoft Corporation | CMDB schema |
| JP2006091969A (ja) * | 2004-09-21 | 2006-04-06 | Fuji Electric Holdings Co Ltd | 情報処理装置およびスケジューリング方法 |
| US20070288281A1 (en) * | 2006-06-12 | 2007-12-13 | Gilbert Allen M | Rule compliance using a configuration database |
| US20070288280A1 (en) * | 2006-06-12 | 2007-12-13 | Gilbert Allen M | Rule management using a configuration database |
| US20080005187A1 (en) * | 2006-06-30 | 2008-01-03 | International Business Machines Corporation | Methods and apparatus for managing configuration management database via composite configuration item change history |
| JP2008009861A (ja) * | 2006-06-30 | 2008-01-17 | Mitsubishi Electric Corp | システム構成管理方式 |
| US20080021917A1 (en) * | 2006-07-24 | 2008-01-24 | Ronald Bruce Baker | Resource Name Reconciliation in a Configuration Database |
| JP2008108262A (ja) * | 2006-10-26 | 2008-05-08 | Hewlett-Packard Development Co Lp | コンピュータネットワークの改良 |
Also Published As
| Publication number | Publication date |
|---|---|
| GB2478376A (en) | 2011-09-07 |
| JPWO2009157062A1 (ja) | 2011-12-01 |
| GB201021587D0 (en) | 2011-02-02 |
| US20110093688A1 (en) | 2011-04-21 |
| GB2478376B (en) | 2013-04-10 |
| WO2009157062A1 (ja) | 2009-12-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11520770B2 (en) | System and method for providing high availability data | |
| US11288002B2 (en) | System and method for providing high availability data | |
| US11238040B2 (en) | Grouping in analytical databases | |
| CN102667772B (zh) | 文件级分级存储管理系统、方法和设备 | |
| US8868595B2 (en) | Enhanced control to users to populate a cache in a database system | |
| US20160212206A1 (en) | Deterministic database system and data transferring method thereof | |
| US8494888B2 (en) | Offline modification of business data | |
| US8650274B2 (en) | Virtual integrated management device for performing information update process for device configuration information management device | |
| JP5083408B2 (ja) | 構成管理装置、構成管理プログラム、構成管理方法 | |
| US9514176B2 (en) | Database update notification method | |
| JP5106062B2 (ja) | ファイル検索方法、ファイル検索装置、検索システム、及び、ファイル検索プログラム | |
| US20090228526A1 (en) | Apparatus for managing attribute information on system resources | |
| CN106503186A (zh) | 一种数据管理方法、客户端及系统 | |
| JP6084700B2 (ja) | 検索システム及び検索方法 | |
| JP2008287660A (ja) | キャッシュサーバ、キャッシュ管理方法、およびキャッシュ管理プログラム | |
| JP5907251B2 (ja) | データベース管理方法、プログラム、および情報処理装置 | |
| US9348847B2 (en) | Data access control apparatus and data access control method | |
| WO2012081165A1 (ja) | データベース管理装置及びデータベース管理方法 | |
| KR20030054110A (ko) | 다중 자바 데이터베이스 연결 캐쉬 시스템 및 그 방법 | |
| JP6677605B2 (ja) | プログラム、ストレージシステム、およびストレージシステムの制御方法 | |
| JP7654585B2 (ja) | データベースシステム及びデータ管理方法 | |
| JP6961133B1 (ja) | 検索装置、検索方法、及び、検索プログラム | |
| CN121173872A (zh) | 一种高并发业务请求的高效管理方法及系统 | |
| CN121743357A (zh) | 税务数据查询方法以及相关设备 | |
| CN114791913A (zh) | 数据库的共享内存缓冲池处理方法、存储介质与设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120228 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120427 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120807 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120820 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150914 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |