JP2018072948A - 情報処理システム、更新方法、情報処理装置及びプログラム - Google Patents
情報処理システム、更新方法、情報処理装置及びプログラム Download PDFInfo
- Publication number
- JP2018072948A JP2018072948A JP2016208945A JP2016208945A JP2018072948A JP 2018072948 A JP2018072948 A JP 2018072948A JP 2016208945 A JP2016208945 A JP 2016208945A JP 2016208945 A JP2016208945 A JP 2016208945A JP 2018072948 A JP2018072948 A JP 2018072948A
- Authority
- JP
- Japan
- Prior art keywords
- data processing
- test mode
- execution request
- request information
- worker
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3664—Environments for testing or debugging software
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2205—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
- G06F11/2236—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test CPU or processors
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/2273—Test methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/0604—Improving or facilitating administration, e.g. storage management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Computer Security & Cryptography (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
- Facsimiles In General (AREA)
Abstract
Description
[第1の実施形態]
<システム構成>
図1は第1の実施形態に係る情報処理システムの一例の構成図である。図1の情報処理システム1000は例えばオフィス内ネットワーク等のネットワークN1と、クラウドサービスに代表されるサービス提供システムのネットワークN2と、インターネットなどのネットワークN3とを有する。
図1のクライアント端末1011、携帯端末1012、アクセス制御装置1021、プリントサービス提供装置1022、スキャンサービス提供装置1023、他サービス提供装置1024は、例えば図3に示すようなハードウェア構成のコンピュータシステムにより実現される。図2のSaaS系のサービス提供装置、共通サービス系のサービス提供装置、ストレージ系の記憶装置も、例えば図3に示すハードウェア構成のコンピュータシステムにより実現される。
《サービス提供システム》
第1の実施形態に係るサービス提供システムは例えば図4に示す処理ブロックにより実現される。図4は第1の実施形態に係るサービス提供システムの一例の処理ブロック図である。
《ワーカーの従来のリリース方法》
図8はワーカーの従来のリリース方法の一例を示した説明図である。ワーカー1132は例えばワーカーサーバにおいて動作する。ワーカーサーバは、例えば開発者からの指示を受け取ってワーカー1132に関する処理を行う。
図9はワーカーの本実施形態のリリース方法の一例を示した説明図である。ワーカー1132、1132x及び1132yは例えばワーカーサーバにおいて動作する。なお、図9ではワーカー1132は通常モードでの動作を継続する。図9(A)において、開発者はリリースするワーカー1132xを配置し、テストモードで起動する。
図10はワーカーの状態遷移の一例を示した説明図である。ワーカー1132の状態はテストモードと通常モードとエラーモードとがある。ワーカー1132は起動するとテストモードへ移行する。テストモードのワーカー1132は、前述したように、テスト専用キューからのメッセージしか受け付けられない。
図4のサービス提供システム1100が行う非同期処理において更新対象のワーカーは以下のように他のワーカーを停止することなく、リリースされる。図12は、サービス提供システムによる非同期処理の一例について説明する図である。
このように、本実施形態に係る情報処理システム1000では、ワーカー1132xを追加又は更新する場合に、運用中のサービスに影響しないようにする必要がある。このため本実施形態に係る情報処理システム1000では追加又は更新するワーカー1132xをデプロイ(配置)した後にテストし、テストが成功して初めて動作させる必要がある。
1011 クライアント端末
1012 携帯端末
1013 画像形成装置
1021 アクセス制御装置
1022 プリントサービス提供装置
1023 スキャンサービス提供装置
1024 他サービス提供装置
1031 オンラインストレージ
1051 ポータルサービス提供装置
1052 プリントサービス提供装置
1053 スキャンサービス提供装置
1061 認証サービス提供装置
1062 データ処理サービス提供装置
1063 一時データ保存サービス提供装置
1071 認証情報記憶装置
1072 ジョブ情報記憶装置
1073 一時データ記憶装置
1100 サービス提供システム
1101 アプリケーション
1102 共通サービス
1103 データベース
1104 プラットフォームAPI(Application Programming Interface)
1111 ポータルサービスアプリ
1112 スキャンサービスアプリ
1113 プリントサービスアプリ
1121 認証・認可部
1122 組織管理部
1123 ユーザ管理部
1124 ライセンス管理部
1125 機器管理部
1126 一時画像保存部
1127 画像処理ワークフロー制御部
1128 ログ収集部
1131 メッセージキュー
1132、1132x ワーカー
1135x テスト専用キュー
1135a ノーマルキュー
1141 ログ情報記憶部
1142 組織情報記憶部
1143 ユーザ情報記憶部
1144 ライセンス情報記憶部
1145 機器情報記憶部
1146 一時画像記憶部
1147 ジョブ情報記憶部
1148 アプリケーション固有の設定情報記憶部
1500 コンピュータシステム
1501 入力装置
1502 表示装置
1503 外部I/F
1503a 記録媒体
1504 RAM
1505 ROM
1506 CPU
1507 通信I/F
1508 HDD
B バス
FW ファイヤウォール
N1〜N3 ネットワーク
Claims (7)
- 複数の情報処理装置を含む情報処理システムであって、
データ処理の実行要求情報を前記データ処理の種類ごとに保持する第1保持手段と、
テスト用の前記データ処理の実行要求情報を保持する第2保持手段と、
前記第1保持手段が保持している前記実行要求情報を取得して前記データ処理を行う通常モード及び前記第2保持手段が保持している前記実行要求情報を取得して前記データ処理を行うテストモードを有し、前記テストモードで起動し、ユーザからの指示により前記テストモードから前記通常モードに移行するデータ処理手段と、
を備えた情報処理システム。 - 前記データ処理手段は、前記テストモードの状態で所定時間が経過すると、前記テストモードからエラーモードに移行すること
を特徴とする請求項1記載の情報処理システム。 - 前記データ処理手段は、前記テストモードを継続するか、前記テストモードから前記通常モードに移行するか、を表すフラグを前記テストモードの状態において監視し、前記フラグが前記テストモードから前記通常モードに移行することを表した場合に、前記テストモードから前記通常モードに移行すること
を特徴とする請求項1又は2記載の情報処理システム。 - 前記データ処理手段は、前記テストモードを継続するか、前記テストモードから前記通常モードに移行するか、を特定のファイルが存在しているか否かにより表すフラグを前記テストモードの状態において監視し、前記特定のファイルが存在していなければ、前記テストモードから前記通常モードに移行すること
を特徴とする請求項1乃至3何れか一項記載の情報処理システム。 - データ処理の実行要求情報を前記データ処理の種類ごとに保持する第1保持手段と、テスト用の前記データ処理の実行要求情報を保持する第2保持手段と、前記第1保持手段が保持している前記実行要求情報を取得して前記データ処理を行う通常モード及び前記第2保持手段が保持している前記実行要求情報を取得して前記データ処理を行うテストモードを有するデータ処理手段と、を有する情報処理システムが実行するデータ処理プログラムの更新方法であって
前記データ処理手段が前記テストモードで起動し、前記第2保持手段が保持している前記実行要求情報を取得して前記データ処理を行うステップと、
前記データ処理手段がユーザからの指示により前記テストモードから前記通常モードに移行し、前記第1保持手段が保持している前記実行要求情報を取得して前記データ処理を行うステップと、
を有することを特徴とする更新方法。 - データ処理の実行要求情報を前記データ処理の種類ごとに保持する第1保持手段と、
テスト用の前記データ処理の実行要求情報を保持する第2保持手段と、
前記第1保持手段が保持している前記実行要求情報を取得して前記データ処理を行う通常モード及び前記第2保持手段が保持している前記実行要求情報を取得して前記データ処理を行うテストモードを有し、前記テストモードで起動し、ユーザからの指示により前記テストモードから前記通常モードに移行するデータ処理手段と、
を備えた情報処理装置。 - コンピュータを、
データ処理の実行要求情報を前記データ処理の種類ごとに保持する第1保持手段、
テスト用の前記データ処理の実行要求情報を保持する第2保持手段、
前記第1保持手段が保持している前記実行要求情報を取得して前記データ処理を行う通常モード及び前記第2保持手段が保持している前記実行要求情報を取得して前記データ処理を行うテストモードを有し、前記テストモードで起動し、ユーザからの指示により前記テストモードから前記通常モードに移行するデータ処理手段、
として機能させるためのプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016208945A JP6848340B2 (ja) | 2016-10-25 | 2016-10-25 | 情報処理システム、更新方法、情報処理装置及びプログラム |
US15/786,716 US10621070B2 (en) | 2016-10-25 | 2017-10-18 | Information processing system and updating method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016208945A JP6848340B2 (ja) | 2016-10-25 | 2016-10-25 | 情報処理システム、更新方法、情報処理装置及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018072948A true JP2018072948A (ja) | 2018-05-10 |
JP6848340B2 JP6848340B2 (ja) | 2021-03-24 |
Family
ID=61971527
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016208945A Active JP6848340B2 (ja) | 2016-10-25 | 2016-10-25 | 情報処理システム、更新方法、情報処理装置及びプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US10621070B2 (ja) |
JP (1) | JP6848340B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019194022A1 (ja) | 2018-04-05 | 2019-10-10 | 三菱電機株式会社 | 蓄熱材、その製造方法及び蓄熱槽 |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10880365B2 (en) * | 2018-03-08 | 2020-12-29 | Ricoh Company, Ltd. | Information processing apparatus, terminal apparatus, and method of processing information |
CN108710554B (zh) * | 2018-05-21 | 2023-06-06 | 格兰菲智能科技有限公司 | 处理器侦错系统及方法 |
CN110069406B (zh) * | 2019-03-29 | 2020-08-11 | 梁俊杰 | 自动触发的tpc-ds测试方法以及系统 |
JP2022147777A (ja) * | 2021-03-23 | 2022-10-06 | 株式会社リコー | データ変換処理システム、データ変換処理方法及びデータ変換処理プログラム |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02227742A (ja) * | 1989-02-28 | 1990-09-10 | Koufu Nippon Denki Kk | 情報処理システムにおける擬似障害発生方式 |
JPH03159345A (ja) * | 1989-11-16 | 1991-07-09 | Matsushita Electric Ind Co Ltd | プロトコルの試験方法 |
JPH05241884A (ja) * | 1992-02-27 | 1993-09-21 | Mitsubishi Electric Corp | 計算機の試験装置 |
JPH07121409A (ja) * | 1993-10-28 | 1995-05-12 | Fujitsu Ltd | 性能評価装置 |
JP2001202101A (ja) * | 2000-01-18 | 2001-07-27 | Toshiba Corp | 二重化制御システムおよびそのプログラムメンテナンス方法 |
JP2014056605A (ja) * | 2013-12-09 | 2014-03-27 | Kyocera Corp | 携帯電話機 |
JP2014153804A (ja) * | 2013-02-06 | 2014-08-25 | Ricoh Co Ltd | 情報処理装置、情報処理システム、停止方法及びプログラム |
JP2016519371A (ja) * | 2013-04-19 | 2016-06-30 | クロノ−セイフ | リアルタイムで決定論的エラー回復を可能にするタスク時間割当て方法 |
US9448785B1 (en) * | 2015-11-06 | 2016-09-20 | AO Kaspersky Lab | System and method updating full disk encryption software |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7509533B1 (en) * | 2003-06-30 | 2009-03-24 | Sun Microsystems, Inc. | Methods and apparatus for testing functionality of processing devices by isolation and testing |
US8364633B2 (en) * | 2005-01-12 | 2013-01-29 | Wandisco, Inc. | Distributed computing systems and system components thereof |
ATE520079T1 (de) * | 2007-05-25 | 2011-08-15 | Freescale Semiconductor Inc | Datenverarbeitungssystem, datenverarbeitungsverfahren und vorrichtung |
US7861116B2 (en) * | 2007-12-31 | 2010-12-28 | Intel Corporation | Device, system, and method for optimized concurrent error detection |
WO2012027701A2 (en) * | 2010-08-26 | 2012-03-01 | Massively Parallel Technologies, Inc. | Parallel processing development environment and associated methods |
US9367360B2 (en) * | 2012-01-30 | 2016-06-14 | Microsoft Technology Licensing, Llc | Deploying a hardware inventory as a cloud-computing stamp |
JP2013178748A (ja) | 2012-02-01 | 2013-09-09 | Ricoh Co Ltd | 情報処理装置、プログラム、情報処理システム及びデータ変換処理方法 |
US9081556B2 (en) * | 2012-06-26 | 2015-07-14 | Apple Inc. | Power on reset detector |
US8990778B1 (en) * | 2012-09-14 | 2015-03-24 | Amazon Technologies, Inc. | Shadow test replay service |
JP6364738B2 (ja) | 2013-01-11 | 2018-08-01 | 株式会社リコー | 情報処理システム、情報処理装置、プログラム及び処理実行方法 |
JP6357780B2 (ja) | 2013-02-06 | 2018-07-18 | 株式会社リコー | ネットワークシステム及び情報通知方法 |
US9141823B2 (en) * | 2013-03-15 | 2015-09-22 | Veridicom, Sa De Cv | Abstraction layer for default encryption with orthogonal encryption logic session object; and automated authentication, with a method for online litigation |
JP6268991B2 (ja) | 2013-12-02 | 2018-01-31 | 株式会社リコー | 情報処理システム、情報処理装置及びプログラム |
-
2016
- 2016-10-25 JP JP2016208945A patent/JP6848340B2/ja active Active
-
2017
- 2017-10-18 US US15/786,716 patent/US10621070B2/en not_active Expired - Fee Related
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02227742A (ja) * | 1989-02-28 | 1990-09-10 | Koufu Nippon Denki Kk | 情報処理システムにおける擬似障害発生方式 |
JPH03159345A (ja) * | 1989-11-16 | 1991-07-09 | Matsushita Electric Ind Co Ltd | プロトコルの試験方法 |
JPH05241884A (ja) * | 1992-02-27 | 1993-09-21 | Mitsubishi Electric Corp | 計算機の試験装置 |
JPH07121409A (ja) * | 1993-10-28 | 1995-05-12 | Fujitsu Ltd | 性能評価装置 |
JP2001202101A (ja) * | 2000-01-18 | 2001-07-27 | Toshiba Corp | 二重化制御システムおよびそのプログラムメンテナンス方法 |
JP2014153804A (ja) * | 2013-02-06 | 2014-08-25 | Ricoh Co Ltd | 情報処理装置、情報処理システム、停止方法及びプログラム |
JP2016519371A (ja) * | 2013-04-19 | 2016-06-30 | クロノ−セイフ | リアルタイムで決定論的エラー回復を可能にするタスク時間割当て方法 |
JP2014056605A (ja) * | 2013-12-09 | 2014-03-27 | Kyocera Corp | 携帯電話機 |
US9448785B1 (en) * | 2015-11-06 | 2016-09-20 | AO Kaspersky Lab | System and method updating full disk encryption software |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019194022A1 (ja) | 2018-04-05 | 2019-10-10 | 三菱電機株式会社 | 蓄熱材、その製造方法及び蓄熱槽 |
Also Published As
Publication number | Publication date |
---|---|
US20180113792A1 (en) | 2018-04-26 |
US10621070B2 (en) | 2020-04-14 |
JP6848340B2 (ja) | 2021-03-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6848340B2 (ja) | 情報処理システム、更新方法、情報処理装置及びプログラム | |
JP6291826B2 (ja) | 情報処理システム及びライセンス管理方法 | |
US9294484B2 (en) | System, service providing device, and service providing method | |
US8402459B2 (en) | License management system, license management computer, license management method, and license management program embodied on computer readable medium | |
JP6364738B2 (ja) | 情報処理システム、情報処理装置、プログラム及び処理実行方法 | |
US9659154B2 (en) | Information processing system, information processing apparatus, method of administrating license, and program | |
US9514291B2 (en) | Information processing system, information processing device, and authentication information management method | |
US9317396B2 (en) | Information processing apparatus including an execution control unit, information processing system having the same, and stop method using the same | |
US10291620B2 (en) | Information processing apparatus, terminal apparatus, program, and information processing system for collaborative use of authentication information between shared services | |
JP2016091211A (ja) | 情報処理システム、情報処理装置、ログイン方法、及びプログラム | |
JP6357780B2 (ja) | ネットワークシステム及び情報通知方法 | |
JP6427880B2 (ja) | 情報処理システム、情報処理装置及びプログラム | |
US10063745B2 (en) | Information processing system, information processing apparatus, and information processing method | |
JP6927282B2 (ja) | 情報処理装置、端末装置、プログラム及び情報処理システム | |
US20180270246A1 (en) | Information processing system, information processing apparatus, and information processing method | |
JP6716899B2 (ja) | 情報処理システム、情報処理装置及びプログラム | |
JP2014153807A (ja) | 情報処理システム、情報処理装置、認証方法及びプログラム | |
JP2014178893A (ja) | 連携処理装置、プログラム及びソフトウェア更新方法 | |
JP6131647B2 (ja) | 情報処理装置、プログラム及びファイル管理システム | |
US20170078509A1 (en) | Information processing system and information processing method | |
JP2013084154A (ja) | ライセンス管理プログラム及びライセンス管理システム | |
JP2018081572A (ja) | サービス提供システム、情報処理装置、プログラム及び情報処理システム | |
JP2009294773A (ja) | 情報処理装置、情報処理方法、情報処理プログラム、記録媒体 | |
JP6710977B2 (ja) | 情報処理装置及び情報処理プログラム | |
JP6337532B2 (ja) | 情報処理システム、及び情報処理方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190716 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200514 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200728 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200916 |
|
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: 20210202 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210215 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6848340 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |