JP6664343B2 - ソフトウェア更新管理システム及びプログラム - Google Patents
ソフトウェア更新管理システム及びプログラム Download PDFInfo
- Publication number
- JP6664343B2 JP6664343B2 JP2017044488A JP2017044488A JP6664343B2 JP 6664343 B2 JP6664343 B2 JP 6664343B2 JP 2017044488 A JP2017044488 A JP 2017044488A JP 2017044488 A JP2017044488 A JP 2017044488A JP 6664343 B2 JP6664343 B2 JP 6664343B2
- Authority
- JP
- Japan
- Prior art keywords
- software
- update
- control
- equipment
- influence
- 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
- 238000012545 processing Methods 0.000 claims description 18
- 230000008859 change Effects 0.000 claims description 5
- 238000000034 method Methods 0.000 description 21
- 238000010586 diagram Methods 0.000 description 20
- 230000008569 process Effects 0.000 description 19
- 238000012544 monitoring process Methods 0.000 description 11
- 230000004044 response Effects 0.000 description 6
- 238000012423 maintenance Methods 0.000 description 4
- 230000007704 transition Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 230000002776 aggregation Effects 0.000 description 2
- 238000004220 aggregation Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000007613 environmental effect Effects 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000004378 air conditioning Methods 0.000 description 1
- 239000000470 constituent Substances 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
-
- 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
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
- Information Transfer Between Computers (AREA)
Description
図1は、本発明に係るソフトウェア更新管理システムの一実施の形態を示した全体構成図である。図1には、遠隔監視センタ1、顧客事務所2及び顧客ビル3が示されている。顧客事務所2は、顧客ビル3のオーナー等の顧客の事務所であり、公衆回線やインターネットなどの顧客用ネットワーク4を介して遠隔監視センタ1と通信を行う顧客端末20が設けられる。顧客端末20は、顧客が使用するパーソナルコンピュータ(PC)、スマートフォンあるいはタブレットなどの端末である。顧客ビル3は、顧客が所有するビルであり、ソフトウェアの更新対象とする1又は複数の設備機器(以下、「ビル設備」)30が設置される。ビル設備30は、公衆回線やインターネットなどの設備用ネットワーク5を介して遠隔監視センタ1と通信を行う。なお、顧客ビル3には、1又は複数のビル設備30が設置されるが、各ビル設備30とも後述する構成を有していればよいので、図1には、便宜的に1台のみ図示している。
I=a(tb−ta)+bLa
図8は、本実施の形態におけるビル設備のブロック構成図である。実施の形態1(図1)と同じ構成要素には同じ符号を付け説明を省略する。本実施の形態では、実施の形態1において示した更新判定部33に、優先度設定部332を追加している。優先度設定部332は、更新予定時間になっても更新が実行されていないソフトウェアに対し、更新予定時間からの経過時間に応じた優先度を設定する。なお、ビル設備30のハードウェア構成は実施の形態1と同じでよい。
図12は、本実施の形態におけるビル設備のブロック構成図である。実施の形態1(図1)と同じ構成要素には同じ符号を付け説明を省略する。なお、ビル設備30のハードウェア構成は実施の形態1と同じでよい。
Claims (4)
- 設備機器の制御のスケジュールが定義された制御スケジュール情報を記憶する制御スケジュール情報記憶手段と、
前記設備機器において動作するソフトウェアの更新予定時間及び更新所要時間を含む更新要求情報を受け付ける受付手段と、
前記設備機器にかかる負荷の状態を示す状態情報を取得する状態情報取得手段と、
ソフトウェアの更新の可否を判定する更新判定手段と、
前記更新判定手段からの指示に応じてソフトウェアの更新を行う更新手段と、
を有し、
前記更新判定手段は、
前記状態情報を参照して、更新予定時間を迎えるソフトウェアの更新処理が、前記制御スケジュール情報にスケジュールが定義されている制御のみならず、定義されていない制御にも与える影響の度合いを示す影響度を算出する影響度算出部を含み、
算出した影響度が所定の閾値以上の場合には当該ソフトウェアの更新を前記更新手段に指示しないことを特徴とするソフトウェア更新管理システム。 - 前記制御スケジュール情報には、前記設備機器の各制御に対する優先度が予め設定されており、
前記更新判定手段は、
更新予定時間になっても更新が実行されていないソフトウェアに対し、更新予定時間からの経過時間に応じた優先度を設定する優先度設定部を含み、
当該ソフトウェアの影響度が閾値以上であっても、当該ソフトウェアの優先度が当該ソフトウェアの更新を実行しようとした場合に重複して実行されることになる制御の優先度を上回る場合には当該ソフトウェアの更新を前記更新手段に指示することを特徴とする請求項1に記載のソフトウェア更新管理システム。 - 前記設備機器にかかる負荷の時系列的変化が定義された負荷モデルを記憶する負荷モデル記憶手段を有し、
前記更新判定手段は、当該ソフトウェアの影響度が閾値以上であっても、前記負荷モデルを参照することによって前記設備機器にかかる負荷が今後上昇すると判断した場合に当該ソフトウェアの更新を前記更新手段に指示することを特徴とする請求項1に記載のソフトウェア更新管理システム。 - 設備機器の制御のスケジュールが定義された制御スケジュール情報を記憶する制御スケジュール情報記憶手段にアクセス可能なコンピュータを、
前記設備機器において動作するソフトウェアの更新予定時間及び更新所要時間を含む更新要求情報を受け付ける受付手段、
前記設備機器にかかる負荷の状態を示す状態情報を取得する状態情報取得手段、
ソフトウェアの更新の可否を判定する更新判定手段、
前記更新判定手段からの指示に応じてソフトウェアの更新を行う更新手段、
として機能させ、
前記更新判定手段は、
前記状態情報を参照して、更新予定時間を迎えるソフトウェアの更新処理が、前記制御スケジュール情報にスケジュールが定義されている制御のみならず、定義されていない制御に与える影響度を算出する影響度算出部を含み、
算出した影響度が所定の閾値以上の場合には当該ソフトウェアの更新を前記更新手段に指示しないことを特徴とするプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017044488A JP6664343B2 (ja) | 2017-03-09 | 2017-03-09 | ソフトウェア更新管理システム及びプログラム |
PCT/JP2017/027397 WO2018163461A1 (ja) | 2017-03-09 | 2017-07-28 | ソフトウェア更新管理システム及びプログラム |
CN201780088075.1A CN110383249B (zh) | 2017-03-09 | 2017-07-28 | 软件更新管理系统和软件更新方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017044488A JP6664343B2 (ja) | 2017-03-09 | 2017-03-09 | ソフトウェア更新管理システム及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018147413A JP2018147413A (ja) | 2018-09-20 |
JP6664343B2 true JP6664343B2 (ja) | 2020-03-13 |
Family
ID=63448346
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017044488A Expired - Fee Related JP6664343B2 (ja) | 2017-03-09 | 2017-03-09 | ソフトウェア更新管理システム及びプログラム |
Country Status (3)
Country | Link |
---|---|
JP (1) | JP6664343B2 (ja) |
CN (1) | CN110383249B (ja) |
WO (1) | WO2018163461A1 (ja) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2021158537A (ja) * | 2020-03-27 | 2021-10-07 | パナソニックIpマネジメント株式会社 | ハンズフリー装置、データ転送方法、およびプログラム |
WO2023206521A1 (en) * | 2022-04-29 | 2023-11-02 | Siemens Aktiengesellschaft | Method, apparatus and device for hardening assets in ot system and storage medium and computer program product |
JP2023172411A (ja) * | 2022-05-24 | 2023-12-06 | シャープ株式会社 | 空気調和機 |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4805622B2 (ja) * | 2005-07-12 | 2011-11-02 | 株式会社日立製作所 | 網管理装置 |
JP4368336B2 (ja) * | 2005-07-13 | 2009-11-18 | 富士通株式会社 | カテゴリ設定支援方法及び装置 |
EP2124176A4 (en) * | 2007-03-15 | 2012-01-25 | Fujitsu Ltd | TASK ANALYSIS PROGRAM AND TASK ANALYZER |
JP2009271603A (ja) * | 2008-04-30 | 2009-11-19 | Panasonic Electric Works Co Ltd | 機器管理システム |
JP2010020610A (ja) * | 2008-07-11 | 2010-01-28 | Sony Corp | 録画装置、ソフトウェアのアップデート・データ取得方法、プログラム、およびデータ配信システム |
CN102070054B (zh) * | 2009-11-19 | 2012-11-28 | 上海三菱电梯有限公司 | 电梯运行控制软件自动测试系统 |
JP5659894B2 (ja) * | 2011-03-17 | 2015-01-28 | 日本電気株式会社 | ソフトウェア更新装置、ソフトウェア更新方法、及びソフトウェア更新プログラム |
JP2013029874A (ja) * | 2011-07-26 | 2013-02-07 | Toshiba Corp | 電子機器、電子機器の制御方法、電子機器の制御プログラム |
JP6056424B2 (ja) * | 2012-11-29 | 2017-01-11 | 株式会社デンソー | 車載プログラム更新装置 |
EP3133498B1 (en) * | 2014-04-16 | 2020-08-12 | Clarion Co., Ltd. | Data delivery system, control server, and data delivery method |
WO2016016991A1 (ja) * | 2014-07-31 | 2016-02-04 | 三菱電機株式会社 | 機器管理装置、管理プログラム更新方法及びプログラム |
-
2017
- 2017-03-09 JP JP2017044488A patent/JP6664343B2/ja not_active Expired - Fee Related
- 2017-07-28 CN CN201780088075.1A patent/CN110383249B/zh active Active
- 2017-07-28 WO PCT/JP2017/027397 patent/WO2018163461A1/ja active Application Filing
Also Published As
Publication number | Publication date |
---|---|
JP2018147413A (ja) | 2018-09-20 |
WO2018163461A1 (ja) | 2018-09-13 |
CN110383249B (zh) | 2023-07-07 |
CN110383249A (zh) | 2019-10-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10484464B2 (en) | Connection control device, connection control system, and non-transitory computer readable medium | |
JP6664343B2 (ja) | ソフトウェア更新管理システム及びプログラム | |
US20130060360A1 (en) | Control server and control method | |
WO2017020781A1 (zh) | 省电处理方法、装置、移动终端和云端服务器 | |
CN110651256B (zh) | 用于在软件更新期间防止服务中断的系统和方法 | |
CN106209412B (zh) | 资源监控系统与其方法 | |
CN113196251A (zh) | 储存管理装置、方法及程序 | |
JP4325467B2 (ja) | 自動電源制御システム | |
CN113568717A (zh) | 一种设备控制方法、装置、服务器以及介质 | |
CN110347546B (zh) | 监控任务动态调整方法、装置、介质及电子设备 | |
CN111580948A (zh) | 任务调度方法、装置及计算机设备 | |
US20130173067A1 (en) | Smoothing device, smoothing system, and computer program product | |
CN112052077B (zh) | 软件任务管理的方法、装置、设备、介质 | |
JP6067471B2 (ja) | ゲートウェイ装置及びプログラム | |
JP7026702B2 (ja) | 制御システム、制御方法、及び、プログラム | |
JP6823257B2 (ja) | ジョブ監視プログラム、ジョブ監視装置及びジョブ監視方法 | |
JP2005020989A (ja) | 電気機器の電力制御システム | |
CN109254782B (zh) | 操作系统安装方法和装置 | |
US9535753B2 (en) | Context and optimization framework | |
CN107577546B (zh) | 一种信息处理方法、装置及电子设备 | |
JP6061874B2 (ja) | データ管理装置及びプログラム | |
CN113835733B (zh) | 云应用更新方法、装置、电子设备以及存储介质 | |
CN111274230B (zh) | 数据迁移的管理方法、装置、设备及存储介质 | |
CN116599968B (zh) | 扩缩容方法、装置、电子设备及可读存储介质 | |
CN109074525B (zh) | 维护管理装置和维护管理系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20181203 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20181211 |
|
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: 20200121 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200218 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6664343 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |