JP2020027554A - Information processing device and program - Google Patents

Information processing device and program Download PDF

Info

Publication number
JP2020027554A
JP2020027554A JP2018153331A JP2018153331A JP2020027554A JP 2020027554 A JP2020027554 A JP 2020027554A JP 2018153331 A JP2018153331 A JP 2018153331A JP 2018153331 A JP2018153331 A JP 2018153331A JP 2020027554 A JP2020027554 A JP 2020027554A
Authority
JP
Japan
Prior art keywords
information
data
processing apparatus
information processing
profile information
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
Application number
JP2018153331A
Other languages
Japanese (ja)
Other versions
JP7192303B2 (en
Inventor
篤 竹下
Atsushi Takeshita
篤 竹下
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2018153331A priority Critical patent/JP7192303B2/en
Publication of JP2020027554A publication Critical patent/JP2020027554A/en
Application granted granted Critical
Publication of JP7192303B2 publication Critical patent/JP7192303B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To select profile information associated with information on a current setting of an information processing device and information on a current configuration thereof, thereby reducing the size of boot data which is obtained according to the profile information in comparison with when profile information is not selected.SOLUTION: In a profile storage unit 40, one or more pieces of profile information, each of which is associated with information on a setting of an information processing device 100 and information on a configuration thereof, are stored. A profile selection unit 50 selects profile information associated with information on a current setting of the information processing device 100 and information on a current configuration thereof from among the one or more pieces of profile information stored in the profile storage unit 40. A boot data acquisition unit 60 obtains boot data necessary for a next boot of the information processing device 100 according to the profile information selected by the profile selection unit 50.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置およびプログラムに関する。   The present invention relates to an information processing device and a program.

特許文献1には、起動開始から起動開始後の特定の時点までの間に揮発性メモリに展開されたデータを、スナップショットイメージの作成に用いるデータと、スワップデバイスに記憶しておくデータに割り振る電子機器が記載されている。特許文献1の電子機器は、どのデータをスナップショットイメージの作成に用いるかをプロファイリングにより判断しており、そのプロファイリングは、ストレージデバイス又はスワップデバイスからメインメモリへデータを読み込むときに発生するページフォールトの履歴を取ることで実行される。   Patent Document 1 discloses that data developed in a volatile memory from the start of activation to a specific point in time after the start of activation is allocated to data used for creating a snapshot image and data stored in a swap device. Electronic equipment is described. The electronic device of Patent Literature 1 determines which data is used for creating a snapshot image by profiling, and the profiling is performed when a page fault that occurs when data is read from a storage device or a swap device to a main memory. It is executed by taking history.

また、特許文献2には、初期化処理後の起動ファイルの変化状態を捉えて、起動イメージによる初期化処理と、更新された起動ファイルに基づく初期化処理とを切り替える画像形成装置が記載されている。特許文献2の画像形成装置は、シャットダウン要求時に、起動イメージで特定されるいずれかのデバイスの起動ファイルと保存された対応する起動ファイルとを比較して状態が変化しているかどうかを判断し、起動イメージの状態が変化していると判断した場合、格納手段に格納された起動イメージを削除する。   Patent Document 2 describes an image forming apparatus that captures a change state of a startup file after an initialization process and switches between an initialization process using a startup image and an initialization process based on an updated startup file. I have. The image forming apparatus of Patent Literature 2 compares, at the time of a shutdown request, a startup file of any device specified by the startup image with a corresponding saved startup file to determine whether the state has changed, If it is determined that the state of the boot image has changed, the boot image stored in the storage unit is deleted.

また、特許文献3には、オペレーティングシステムの起動時にユーザにいずれのハイバネーション領域を用いて起動するかを指定させ、指定されたハイバネーション領域の情報を調べ、前回のオペレーティングシステムの終了がハイバネーション割り込みによって終了した場合に、その指定されたハイバネーション領域の情報を用いて復帰処理を行う情報処理システムが記載されている。   Patent Document 3 discloses that a user specifies which hibernation area is to be used when starting an operating system, checks information on the specified hibernation area, and terminates the previous operating system by a hibernation interrupt. In this case, an information processing system that performs a recovery process using the information of the designated hibernation area when the information processing is performed is described.

特開2014−178913号公報JP 2014-178913 A 特開2013−4044号公報JP 2013-4044 A 特開2002−324012号公報JP-A-2002-324012

例えば特許文献1から3に記載されるように、スナップショットイメージやハイバネーションの機能を利用して起動処理を実行する装置やシステムが知られている。例えば、スナップショットイメージやハイバネーションの機能を利用して、起動処理に利用される起動用データを絞り込むことにより、装置やシステムの起動処理を高速化する試みがなされている。   For example, as described in Patent Literatures 1 to 3, apparatuses and systems that execute a startup process using a snapshot image or a hibernation function are known. For example, an attempt has been made to speed up the startup processing of an apparatus or a system by using a snapshot image or hibernation function to narrow down startup data used for startup processing.

ところが、起動用データを絞り込んだとしても、起動用データのサイズが大きくなればなるほど、起動処理に要する時間は長くなってしまう。その一方で、単純に起動用データのサイズを小さくするだけでは、起動処理に必要なデータが失われてしまい、結果的に起動処理に要する時間が長くなってしまう場合もある。   However, even if the start-up data is narrowed down, the time required for the start-up processing increases as the size of the start-up data increases. On the other hand, simply reducing the size of the start-up data may result in the loss of data required for the start-up process, resulting in a longer time required for the start-up process.

本発明の目的は、情報処理装置の現行の設定に関する情報と現行の構成に関する情報に対応付けられたプロファイル情報を選択することにより、起動用データのサイズを小さくすることで起動処理に要する時間を短くすることにある。   An object of the present invention is to reduce the size of start-up data by selecting profile information associated with information on the current setting and information on the current configuration of the information processing apparatus, thereby reducing the time required for the start-up processing. To keep it short.

請求項1に係る発明は、情報処理装置であって、当該情報処理装置の起動が開始された後に利用される起動用データを定めたプロファイル情報を記憶する手段であって、当該情報処理装置の設定に関する情報と当該情報処理装置の構成に関する情報に対応付けられた1つ以上のプロファイル情報を記憶する記憶手段と、前記記憶された1つ以上のプロファイル情報の中から、当該情報処理装置の現行の設定に関する情報と当該情報処理装置の現行の構成に関する情報に対応付けられたプロファイル情報を選択する選択手段と、次回の起動が開始される前に前記選択されたプロファイル情報に従って起動用データを取得する取得手段と、を有することを特徴とする情報処理装置である。   The invention according to claim 1 is an information processing apparatus, and means for storing profile information that defines start-up data to be used after the start of the information processing apparatus. A storage unit for storing one or more pieces of profile information associated with the information about the setting and the information about the configuration of the information processing apparatus; Means for selecting profile information associated with the information on the settings of the information processing apparatus and the information on the current configuration of the information processing apparatus, and acquiring the start-up data in accordance with the selected profile information before the next start-up is started An information processing apparatus comprising:

請求項2に係る発明は、請求項1に記載の情報処理装置において、次回の起動が開始される前に、前記選択されたプロファイル情報に従って取得された起動用データを不揮発性の記憶領域にスナップショットイメージとして記憶しておき、次回の起動が開始された後に、前記スナップショットイメージとして記憶された起動用データを揮発性の記憶領域に展開して、当該展開された起動用データを利用して起動処理を実行する、ことを特徴とする情報処理装置である。   According to a second aspect of the present invention, in the information processing apparatus according to the first aspect, before the next startup is started, the startup data acquired according to the selected profile information is snapped to a nonvolatile storage area. It is stored as a shot image, and after the next boot is started, the boot data stored as the snapshot image is expanded in a volatile storage area, and the expanded boot data is used. An information processing apparatus for executing a startup process.

請求項3に係る発明は、請求項2に記載の情報処理装置において、次回の起動が開始される前に、前記選択されたプロファイル情報を利用した仮の起動処理を実行して起動用データを前記揮発性の記憶領域に展開し、当該展開された起動用データを前記不揮発性の記憶領域に前記スナップショットイメージとして記憶する、ことを特徴とする情報処理装置である。   According to a third aspect of the present invention, in the information processing apparatus according to the second aspect, before the next startup is started, provisional startup processing using the selected profile information is executed to generate startup data. An information processing apparatus, which is developed in the volatile storage area, and stores the developed start-up data as the snapshot image in the nonvolatile storage area.

請求項4に係る発明は、請求項1に記載の情報処理装置において、次回の起動が開始される前に、前記選択されたプロファイル情報に従って取得された起動用データを揮発性の記憶領域に展開しておき、次回の起動が開始された後に、当該展開された起動用データを利用して起動処理を実行する、ことを特徴とする情報処理装置である。   According to a fourth aspect of the present invention, in the information processing apparatus according to the first aspect, before the next boot is started, the boot data acquired according to the selected profile information is expanded in a volatile storage area. In addition, the information processing apparatus is characterized in that after the next boot is started, a boot process is performed using the expanded boot data.

請求項5に係る発明は、請求項4に記載の情報処理装置において、次回の起動が開始される前に、前記選択されたプロファイル情報を利用した仮の起動処理を実行して起動用データを前記揮発性の記憶領域に展開する、ことを特徴とする情報処理装置である。   According to a fifth aspect of the present invention, in the information processing apparatus according to the fourth aspect, before the next start-up is started, provisional start-up processing using the selected profile information is executed to start-up data. The information processing apparatus is developed in the volatile storage area.

請求項6に係る発明は、請求項1から5のいずれか1項に記載の情報処理装置において、既に実行された起動処理による起動用データの利用の履歴を解析して起動用データごとに優先度を導出する手段と、前記選択されたプロファイル情報に前記優先度が高い方から順に起動用データを追加して当該プロファイル情報を更新する手段と、をさらに有することを特徴とする情報処理装置である。   According to a sixth aspect of the present invention, in the information processing apparatus according to any one of the first to fifth aspects, a history of use of the start-up data by the already-executed start-up process is analyzed and priority is given to each start-up data. An information processing apparatus, further comprising: means for deriving a degree, and means for adding activation data in order from the higher priority to the selected profile information and updating the profile information. is there.

請求項7に係る発明は、コンピュータに、当該コンピュータの起動が開始された後に利用される起動用データを定めたプロファイル情報を記憶する機能であって、当該コンピュータの設定に関する情報と当該コンピュータの構成に関する情報に対応付けられた1つ以上のプロファイル情報を記憶する機能と、前記記憶された1つ以上のプロファイル情報の中から、当該コンピュータの現行の設定に関する情報と当該コンピュータの現行の構成に関する情報に対応付けられたプロファイル情報を選択する機能と、次回の起動が開始される前に前記選択されたプロファイル情報に従って起動用データを取得する機能と、を実現させるプログラムである。   The invention according to claim 7 is a function of storing profile information defining startup data to be used after the start of the computer in the computer, the information relating to the settings of the computer and the configuration of the computer. Function for storing one or more pieces of profile information associated with information related to the information about the current setting of the computer and information about the current configuration of the computer from the stored one or more pieces of profile information. Is a program for realizing a function of selecting profile information associated with. And a function of acquiring activation data in accordance with the selected profile information before the next activation is started.

請求項1に係る発明により、情報処理装置の現行の設定に関する情報と現行の構成に関する情報に対応付けられたプロファイル情報が選択されるため、起動用データのサイズが小さくなり起動処理に要する時間が短くなる。   According to the first aspect of the present invention, since the profile information associated with the information on the current setting and the information on the current configuration of the information processing apparatus is selected, the size of the startup data is reduced and the time required for the startup process is reduced. Be shorter.

請求項2に係る発明により、情報処理装置の現行の設定と現行の構成に対応したプロファイル情報に従って得られる起動用データのスナップショットイメージを利用した起動処理が実現される。   According to the second aspect of the present invention, a start-up process using a snapshot image of start-up data obtained according to profile information corresponding to the current setting and the current configuration of the information processing apparatus is realized.

請求項3に係る発明により、仮の起動処理により揮発性の記憶領域に展開される起動用データのスナップショットイメージを得ることができる。   According to the third aspect of the present invention, it is possible to obtain a snapshot image of the start-up data developed in the volatile storage area by the temporary start process.

請求項4に係る発明により、情報処理装置の現行の設定と現行の構成に応じたプロファイル情報に従って事前に揮発性の記憶領域に展開された起動用データを利用した起動処理が実現される。   According to the fourth aspect of the present invention, the start-up process using the start-up data previously developed in the volatile storage area according to the current setting of the information processing apparatus and the profile information according to the current configuration is realized.

請求項5に係る発明により、次回の起動が開始された後に利用される起動用データを次回の起動が開始される前に揮発性の記憶領域に展開しておくことができる。   According to the fifth aspect of the present invention, the start-up data used after the next start is started can be expanded in the volatile storage area before the next start is started.

請求項6に係る発明により、起動処理の実情に即したプロファイル情報の更新が実現される。   According to the invention of claim 6, updating of the profile information according to the actual situation of the start-up processing is realized.

請求項7に係る発明により、コンピュータの現行の設定に関する情報と現行の構成に関する情報に対応付けられたプロファイル情報が選択されるため、起動用データのサイズが小さくなり起動処理に要する時間が短くなる。   According to the invention of claim 7, since the profile information associated with the information on the current settings of the computer and the information on the current configuration is selected, the size of the startup data is reduced and the time required for the startup process is reduced. .

実施形態の具体例の1つである情報処理装置100を示す図である。FIG. 1 is a diagram illustrating an information processing apparatus 100 which is one of specific examples of an embodiment. ユーザ設定とシステム構成に応じたプロファイル情報を示す図である。FIG. 4 is a diagram illustrating profile information according to user settings and a system configuration. シャットダウン処理の具体例1を示す図である。FIG. 9 is a diagram illustrating a specific example 1 of a shutdown process. シャットダウン処理の具体例2を示す図である。FIG. 14 is a diagram illustrating a specific example 2 of the shutdown process. 起動処理の具体例を示す図である。FIG. 9 is a diagram illustrating a specific example of a startup process.

図1は、発明を実施するための形態(実施形態)の具体例の1つである情報処理装置100を示す図である。図1に示す具体例の情報処理装置100は、符号を付して図示する構成要素を備えている。   FIG. 1 is a diagram showing an information processing apparatus 100 which is one specific example of a mode (embodiment) for carrying out the invention. The information processing apparatus 100 of the specific example illustrated in FIG. 1 includes components illustrated with reference numerals.

制御部10は、図1に例示する情報処理装置100内の全体を統括的に制御する。制御部10は、例えば各種のプログラムに従って統括的な制御を実行する。制御部10は、例えばCPUやプロセッサなどの演算処理デバイスを利用して実現されてもよい。   The control unit 10 controls the entire information processing apparatus 100 illustrated in FIG. The control unit 10 performs overall control according to, for example, various programs. The control unit 10 may be realized using an arithmetic processing device such as a CPU or a processor.

揮発性記憶部20は、制御部10の作業用の記憶領域として利用される。例えば揮発性記憶部20が備える記憶領域の少なくとも一部が揮発性の記憶領域として利用される。揮発性記憶部20は、例えばランダムアクセスメモリ(Random Access Memory)などの揮発性の記憶デバイスを利用して実現されてもよい。   The volatile storage unit 20 is used as a work storage area for the control unit 10. For example, at least a part of the storage area included in the volatile storage unit 20 is used as a volatile storage area. The volatile storage unit 20 may be realized using a volatile storage device such as a random access memory (Random Access Memory).

不揮発性記憶部30には、OS(Operating System)のプログラムや様々なアプリケーションのプログラムに関するデータが記憶される。また、例えば不揮発性記憶部30が備える記憶領域の少なくとも一部が不揮発性の記憶領域として利用される。不揮発性記憶部30は、例えばHDD(Hard Disk Drive)やSSD(Solid State Drive)などの不揮発性の記憶デバイスを利用して実現されてもよい。   The non-volatile storage unit 30 stores data related to an OS (Operating System) program and various application programs. In addition, for example, at least a part of the storage area included in the nonvolatile storage unit 30 is used as a nonvolatile storage area. The nonvolatile storage unit 30 may be realized using a nonvolatile storage device such as a hard disk drive (HDD) or a solid state drive (SSD).

プロファイル記憶部40は、図1に例示する情報処理装置100の起動が開始された後に利用される起動データ(起動用のデータ)を定めたプロファイル情報を記憶する。プロファイル記憶部40には、図1に例示する情報処理装置100の設定に関する情報と情報処理装置100の構成に関する情報に対応付けられた1つ以上のプロファイル情報が記憶される。プロファイル記憶部40は、例えばHDDやSSDなどの不揮発性の記憶デバイスを利用して実現されてもよい。   The profile storage unit 40 stores profile information that defines startup data (startup data) to be used after the startup of the information processing apparatus 100 illustrated in FIG. 1 has been started. The profile storage unit 40 stores one or more pieces of profile information associated with information on the settings of the information processing apparatus 100 illustrated in FIG. 1 and information on the configuration of the information processing apparatus 100. The profile storage unit 40 may be realized by using a non-volatile storage device such as an HDD or an SSD.

プロファイル選択部50は、プロファイル記憶部40に記憶された1つ以上のプロファイル情報の中から、図1に例示する情報処理装置100の現行の設定に関する情報と現行の構成に関する情報に対応付けられたプロファイル情報を選択する。   The profile selection unit 50 is associated with information on the current setting and information on the current configuration of the information processing apparatus 100 illustrated in FIG. 1 from one or more pieces of profile information stored in the profile storage unit 40. Select profile information.

起動データ取得部60は、図1に例示する情報処理装置100の次回の起動が開始される前に、プロファイル選択部50によって選択されたプロファイル情報に従って、情報処理装置100の次回の起動に必要な起動データ(起動用のデータ)を取得する。起動データ取得部60は、例えば、不揮発性記憶部30に記憶された様々なプログラムに関するデータや様々なファイルのデータ中から、起動データとしてプロファイル情報に定められたデータを取得する。   The start data acquisition unit 60 performs the necessary operations for the next start of the information processing apparatus 100 according to the profile information selected by the profile selection unit 50 before the next start of the information processing apparatus 100 illustrated in FIG. Get start data (start data). The start-up data acquisition unit 60 acquires, for example, data specified in the profile information as start-up data from data on various programs and data of various files stored in the nonvolatile storage unit 30.

イメージ処理部70は、プロファイル情報に従って取得された起動データを不揮発性の記憶領域にスナップショットイメージとして記憶する。イメージ処理部70は、例えば、プロファイル選択部50によって選択されたプロファイル情報に従って起動データ取得部60が取得した起動データを、スナップショットイメージとして不揮発性記憶部30に記憶する。   The image processing unit 70 stores the boot data acquired according to the profile information in a nonvolatile storage area as a snapshot image. The image processing unit 70 stores the boot data acquired by the boot data acquisition unit 60 in accordance with the profile information selected by the profile selection unit 50 in the nonvolatile storage unit 30 as a snapshot image, for example.

また、イメージ処理部70は、スナップショットイメージを利用した起動が開始された後に、スナップショットイメージとして記憶された起動データを揮発性の記憶領域に展開する。イメージ処理部70は、例えば、不揮発性記憶部30にスナップショットイメージとして記憶された起動データを揮発性記憶部20の記憶領域に展開する。   Further, after the start using the snapshot image is started, the image processing unit 70 expands the start data stored as the snapshot image in a volatile storage area. The image processing unit 70 expands, for example, boot data stored as a snapshot image in the nonvolatile storage unit 30 to a storage area of the volatile storage unit 20.

利用履歴解析部80は、既に実行された起動処理による起動データの利用の履歴を解析して起動データごとに優先度を導出する。優先度は、優先の度合い(程度)を示す指標であり、例えば優先的に利用した方がよいと判断される起動データほど高い(大きな)優先度が対応付けられる。利用履歴解析部80は、例えば、図1に例示する情報処理装置100の過去に実行された起動処理で利用された起動データの履歴(利用履歴)を解析することにより起動データの優先度を導出する。   The use history analysis unit 80 analyzes the history of use of the start data by the already executed start processing, and derives a priority for each start data. The priority is an index indicating the degree of priority (degree), and, for example, a higher (larger) priority is associated with the activation data determined to be preferentially used. The use history analysis unit 80 derives the priority of the start data by analyzing the history (use history) of the start data used in the start process executed in the past of the information processing apparatus 100 illustrated in FIG. 1, for example. I do.

プロファイル処理部90は、利用履歴解析部80による解析の結果に基づいて、必要に応じて、プロファイル記憶部40に記憶されたプロファイル情報を更新する。プロファイル処理部90は、例えば、プロファイル選択部50によって選択されたプロファイル情報に対して、利用履歴解析部80によって導出された優先度が高い方から順に起動用データを追加することにより、そのプロファイル情報を更新してもよい。   The profile processing unit 90 updates the profile information stored in the profile storage unit 40 as necessary based on the result of the analysis by the usage history analysis unit 80. The profile processing unit 90 adds, for example, activation data to the profile information selected by the profile selection unit 50 in ascending order of priority derived by the use history analysis unit 80, thereby obtaining the profile information. May be updated.

図1に示す具体例の情報処理装置100は、例えば1台以上のコンピュータを利用して実現されてもよい。そのコンピュータは、CPU等の演算デバイス、メモリやハードディスク等の記憶デバイス、インターネット等の通信回線を利用する通信デバイス、光ディスクや半導体メモリやカードメモリ等の記憶媒体からデータを読み取りデータを書き込むデバイス、ディスプレイ等の表示デバイス、ユーザから操作を受け付ける操作デバイス等のハードウェア資源を備えている。   The information processing apparatus 100 of the specific example shown in FIG. 1 may be realized using, for example, one or more computers. The computer includes an arithmetic device such as a CPU, a storage device such as a memory or a hard disk, a communication device using a communication line such as the Internet, a device that reads data from a storage medium such as an optical disk, a semiconductor memory, or a card memory, and a display. And hardware devices such as an operation device for receiving an operation from a user.

そして、例えば、図1に例示する情報処理装置100が備える符号を付した複数部分のうちの少なくとも一部の機能に対応したプログラム(ソフトウェア)がコンピュータに読み込まれてメモリ等に記憶され、そのコンピュータが備えるハードウェア資源と読み込まれたソフトウェアとの協働により、図1に例示する情報処理装置100の少なくとも一部の機能がコンピュータにより実現される。そのプログラムは、例えば、インターネット等の通信回線を介してコンピュータ(情報処理装置100)に提供されてもよいし、光ディスクや半導体メモリやカードメモリ等の記憶媒体に記憶されてコンピュータ(情報処理装置100)に提供されてもよい。   Then, for example, a program (software) corresponding to at least a part of the functions of the plurality of parts provided with reference numerals included in the information processing apparatus 100 illustrated in FIG. 1 is read into a computer, stored in a memory or the like, and By the cooperation of the hardware resources provided in the software and the read software, at least a part of the functions of the information processing apparatus 100 illustrated in FIG. 1 is realized by the computer. The program may be provided to a computer (information processing apparatus 100) via a communication line such as the Internet, for example, or may be stored in a storage medium such as an optical disk, a semiconductor memory, or a card memory and stored in a computer (information processing apparatus 100). ) May be provided.

また、図1に示す具体例の情報処理装置100が画像出力の機能を備えるようにしてもよい。例えば、図1の情報処理装置100は、複数の画像出力機能(印刷機能とスキャナ機能とコピー機能とファクシミリ機能などのうちの少なくともいくつかの機能)を備えた複合型の装置であってもよい。なお、図1の情報処理装置100は、複数の画像出力機能のうちの1つの機能のみを備えた装置であってもよい。   Further, the information processing apparatus 100 of the specific example shown in FIG. 1 may have an image output function. For example, the information processing apparatus 100 in FIG. 1 may be a multifunction apparatus having a plurality of image output functions (at least some of functions such as a print function, a scanner function, a copy function, and a facsimile function). . Note that the information processing apparatus 100 in FIG. 1 may be an apparatus having only one of a plurality of image output functions.

図1に例示する具体例の全体構成は以上のとおりである。次に、図1の情報処理装置100により実現される処理の具体例について詳述する。なお、図1に示した構成(部分)については、以下の説明において図1の符号を利用する。   The overall configuration of the specific example illustrated in FIG. 1 is as described above. Next, a specific example of the processing realized by the information processing apparatus 100 in FIG. 1 will be described in detail. In addition, about the structure (part) shown in FIG. 1, the code | symbol of FIG. 1 is utilized in the following description.

図1の情報処理装置100が利用するプロファイル情報には、情報処理装置100の起動が開始された後に利用される(起動処理で利用される)起動データが定められている。例えば、起動処理で利用されるプログラムやファイルの一覧(リスト)などを示すプロファイル情報が利用されてもよい。   In the profile information used by the information processing apparatus 100 in FIG. 1, start data used (used in the start processing) after the start of the information processing apparatus 100 is defined. For example, profile information indicating a list (list) of programs and files used in the activation process may be used.

プロファイル情報は、プロファイル記憶部40に記憶される。プロファイル記憶部40には、図1に例示する情報処理装置100の設定に関する情報と情報処理装置100の構成に関する情報に対応付けられた1つ以上のプロファイル情報が記憶される。設定に関する情報の具体例の1つが情報処理装置100のユーザ設定であり、構成に関する情報の具体例の1つが情報処理装置100のシステム構成である。   The profile information is stored in the profile storage unit 40. The profile storage unit 40 stores one or more pieces of profile information associated with information on the settings of the information processing apparatus 100 illustrated in FIG. 1 and information on the configuration of the information processing apparatus 100. One specific example of the information regarding the setting is a user setting of the information processing apparatus 100, and one specific example of the information regarding the configuration is the system configuration of the information processing apparatus 100.

ユーザ設定は、図1の情報処理装置100を利用するユーザに関する(例えばユーザによって設定される)情報であり、例えば1つ以上の設定項目を含んでいる。ユーザ設定の設定項目に関する具体例には、例えば、言語設定(どの言語を利用しているか)、アプリ情報(どのアプリケーションを利用しているか)、UI設定(ユーザインターフェース画面の表示態様に関する設定)などが含まれる。   The user setting is information on a user who uses the information processing apparatus 100 of FIG. 1 (for example, set by the user), and includes, for example, one or more setting items. Specific examples of the setting items of the user setting include, for example, a language setting (which language is used), application information (which application is used), a UI setting (setting regarding a display mode of a user interface screen), and the like. Is included.

システム構成は、図1の情報処理装置100の構成に関する情報である。システム構成の具体例には、例えば、システムメモリ(例えば揮発性記憶部20)のデータ記憶容量、ストレージデバイス(例えば不揮発性記憶部30)のデータ記憶容量、情報処理装置100が利用するソフトウェアのバージョンなどが含まれる。また、図1の情報処理装置100が画像出力機能を備えた装置であれば、例えば、スキャナ等のデバイスの種類、カラー画像処理機能の有無(白黒のみか否か)、フィニッシャーの有無などの情報がシステム構成に含まれてもよい。   The system configuration is information on the configuration of the information processing apparatus 100 in FIG. Specific examples of the system configuration include, for example, a data storage capacity of a system memory (for example, the volatile storage unit 20), a data storage capacity of a storage device (for example, the nonvolatile storage unit 30), and a version of software used by the information processing apparatus 100. And so on. If the information processing apparatus 100 in FIG. 1 is an apparatus having an image output function, for example, information such as the type of a device such as a scanner, the presence or absence of a color image processing function (whether only black and white), the presence or absence of a finisher, etc. May be included in the system configuration.

図1の情報処理装置100は、例えばユーザ設定とシステム構成に応じた動作を実行する。情報処理装置100は、例えばユーザ設定とシステム構成に応じて選択されるアプリケーションのプログラムやファイルなどを利用する。したがって、ユーザ設定の設定内容とシステム構成の構成内容が異なれば、起動処理で利用されるプログラムやファイルも異なる場合がある。そこで、図1の情報処理装置100は、ユーザ設定とシステム構成に応じた複数のプロファイル情報を利用する。   The information processing apparatus 100 in FIG. 1 executes an operation according to, for example, a user setting and a system configuration. The information processing apparatus 100 uses, for example, application programs and files selected according to user settings and the system configuration. Therefore, if the setting content of the user setting and the configuration content of the system configuration are different, programs and files used in the startup process may be different. Therefore, the information processing apparatus 100 in FIG. 1 uses a plurality of pieces of profile information according to the user settings and the system configuration.

図2は、ユーザ設定とシステム構成に応じた複数のプロファイル情報の具体例を示す図である。図2に示す具体例において、ユーザ設定Aとユーザ設定Bには設定内容の少なくとも一部に相違があり、システム構成Xとシステム構成Yには構成内容の少なくとも一部に相違がある。   FIG. 2 is a diagram illustrating a specific example of a plurality of pieces of profile information according to the user settings and the system configuration. In the specific example shown in FIG. 2, at least a part of the setting content is different between the user setting A and the user setting B, and at least a part of the configuration content is different between the system configuration X and the system configuration Y.

図2に示す具体例では、(1)ユーザ設定Aとシステム構成Xの組み合わせにプロファイル情報P1が対応付けられており、(2)ユーザ設定Bとシステム構成Xの組み合わせにプロファイル情報P2が対応付けられており、(3)ユーザ設定Aとシステム構成Yの組み合わせにプロファイル情報P3が対応付けられており、(4)ユーザ設定Bとシステム構成Yの組み合わせにプロファイル情報P4が対応付けられている。なお、図2に例示する具体例以外のユーザ設定とシステム構成の組み合わせについてもプロファイル情報が対応付けられてもよい。   In the specific example shown in FIG. 2, (1) the profile information P1 is associated with the combination of the user setting A and the system configuration X, and (2) the profile information P2 is associated with the combination of the user setting B and the system configuration X. (3) Profile information P3 is associated with a combination of user setting A and system configuration Y, and (4) Profile information P4 is associated with a combination of user setting B and system configuration Y. Note that profile information may be associated with combinations of user settings and system configurations other than the specific examples illustrated in FIG. 2.

また、複数のプロファイル情報の組み合わせが利用されてもよい。例えば、図2に示す具体例でプロファイル情報P4が仮に無かった場合に、ユーザ設定Bに関するプロファイル情報P2(システム構成Xに対応)と、システム構成Yに関するプロファイル情報P3(ユーザ設定Aに対応)の2つのプロファイル情報の組み合わせが、ユーザ設定Bとシステム構成Yに対応付けられたプロファイル情報として利用されてもよい。   Further, a combination of a plurality of pieces of profile information may be used. For example, in the specific example shown in FIG. 2, if there is no profile information P4, the profile information P2 relating to the user setting B (corresponding to the system configuration X) and the profile information P3 relating to the system configuration Y (corresponding to the user setting A) are obtained. A combination of two pieces of profile information may be used as profile information associated with the user setting B and the system configuration Y.

図1の情報処理装置100は、プロファイル記憶部40に記憶された複数のプロファイル情報の中から現行の設定に関する情報と現行の構成に関する情報に対応付けられたプロファイル情報を選択し、選択したプロファイル情報に従って起動データを取得する。そこで、図1の情報処理装置100が実行する処理の具体例について説明する。   The information processing apparatus 100 in FIG. 1 selects profile information associated with information on the current setting and information on the current configuration from a plurality of pieces of profile information stored in the profile storage unit 40, and selects the selected profile information. Obtain startup data according to. Therefore, a specific example of the processing executed by the information processing apparatus 100 in FIG. 1 will be described.

図3は、図1の情報処理装置100が実行するシャットダウン処理の具体例1を示す図(フローチャート)である。例えば、ユーザが情報処理装置100の電源スイッチを操作して電源オフを指示することにより、図3に示すフローチャートの処理が開始される。   FIG. 3 is a diagram (flowchart) illustrating a specific example 1 of a shutdown process performed by the information processing apparatus 100 in FIG. 1. For example, when the user operates the power switch of the information processing apparatus 100 to instruct power-off, the processing of the flowchart illustrated in FIG. 3 is started.

図3に例示するシャットダウン処理が開始されると、まず、現行の設定に関する情報と現行の構成に関する情報が確認される(S301)。例えば、情報処理装置100が現状のユーザ設定の内容と現状のシステム構成の内容を確認する。   When the shutdown process illustrated in FIG. 3 is started, first, information on the current setting and information on the current configuration are checked (S301). For example, the information processing apparatus 100 checks the content of the current user setting and the content of the current system configuration.

次に、設定に関する情報と構成に関する情報が変更されたかどうかが確認される(S302)。情報処理装置100は、例えば、前回の起動処理を実行してから現時点(S302の確認時点)までに、現状のユーザ設定の内容と現状のシステム構成の内容が変更されたかどうかを確認する。   Next, it is confirmed whether the information regarding the setting and the information regarding the configuration have been changed (S302). The information processing apparatus 100 checks, for example, whether or not the contents of the current user settings and the contents of the current system configuration have been changed from the time when the previous boot process was executed to the current time (the time of confirmation in S302).

そして、設定に関する情報と構成に関する情報が変更されている場合には、変更後の現行の設定に関する情報と変更後の現行の構成に関する情報に対応付けられたプロファイル情報があるかどうかが確認され(S303)、変更後の現行の設定に関する情報と変更後の現行の構成に関する情報に対応付けられたプロファイル情報があればそのプロファイル情報が選択される(S304)。例えば、プロファイル選択部50は、プロファイル記憶部40に記憶された1つ以上のプロファイル情報の中に、情報処理装置100の現行のユーザ設定と現行のシステム構成に対応付けられたプロファイル情報があるかどうかを確認し、現行のユーザ設定と現行のシステム構成に対応付けられたプロファイル情報があればそのプロファイル情報を選択する。   If the information about the settings and the information about the configuration have been changed, it is checked whether there is profile information associated with the information about the current configuration after the change and the information about the current configuration after the change ( S303), if there is profile information associated with the information on the current configuration after the change and the information on the current configuration after the change, the profile information is selected (S304). For example, the profile selection unit 50 determines whether there is profile information associated with the current user setting of the information processing apparatus 100 and the current system configuration in one or more pieces of profile information stored in the profile storage unit 40. Check if there is any profile information associated with the current user settings and the current system configuration, and select that profile information.

プロファイル情報が選択されると、情報処理装置100が再起動の処理を実行する(S305)。なお、S302の処理で、設定に関する情報と構成に関する情報が変更されていなければ、プロファイル情報が選択されずに再起動の処理が実行される。また、S303の処理で、変更後の現行の設定に関する情報と変更後の現行の構成に関する情報に対応付けられたプロファイル情報がない場合にも、プロファイル情報が選択されずに再起動の処理が実行される。   When the profile information is selected, the information processing device 100 executes a restart process (S305). If the information on the setting and the information on the configuration have not been changed in the processing of S302, the restart processing is executed without selecting the profile information. Also, in the process of S303, even when there is no profile information associated with the information on the current setting after the change and the information on the current configuration after the change, the restart process is executed without selecting the profile information. Is done.

再起動の処理が実行されると、情報処理装置100がOS(Operating System)とアプリケーションを起動させる(S306)。例えば、S306の処理では、プロファイル情報に依存しない(例えば全てのプロファイル情報に共通の)起動処理が実行される。   When the restart processing is executed, the information processing apparatus 100 starts an OS (Operating System) and an application (S306). For example, in the process of S306, a startup process independent of profile information (for example, common to all profile information) is performed.

続いて、プロファイル情報が選択されているかどうかが確認される(S307)。例えば、情報処理装置100がS304の処理でプロファイル情報が選択されたかどうかを確認する。   Subsequently, it is confirmed whether or not the profile information is selected (S307). For example, the information processing apparatus 100 checks whether or not the profile information has been selected in the process of S304.

そして、プロファイル情報が選択されていれば、そのプロファイル情報に従って起動データが取得され(S309)、スナップショットイメージが作成される(S310)。例えば、起動データ取得部60が、不揮発性記憶部30に記憶された様々なプログラムに関するデータや様々なファイルのデータ中から、起動データとしてプロファイル情報に定められたデータを取得する。また、イメージ処理部70が、起動データ取得部60によって取得された起動データを、スナップショットイメージとして不揮発性記憶部30に記憶する。次回の起動処理では、そのスナップショットイメージが利用される。   If the profile information is selected, the startup data is obtained according to the profile information (S309), and a snapshot image is created (S310). For example, the start-up data obtaining unit 60 obtains data specified in the profile information as start-up data from data on various programs and data of various files stored in the nonvolatile storage unit 30. Further, the image processing unit 70 stores the boot data acquired by the boot data acquiring unit 60 in the nonvolatile storage unit 30 as a snapshot image. In the next startup process, the snapshot image is used.

これに対し、S307における確認で、プロファイル情報が選択されていなければ、情報処理装置100が前回の起動処理で使用したスナップショットイメージがあるかどうかを確認する(S308)。前回の起動処理で使用したスナップショットイメージがない場合には、プロファイル情報に従った起動データの取得は実行されずに、スナップショットイメージが作成される(S310)。次回の起動処理では、そのスナップショットイメージが利用される。   On the other hand, if the profile information has not been selected in the confirmation in S307, it is confirmed whether or not there is a snapshot image used by the information processing apparatus 100 in the previous boot process (S308). If there is no snapshot image used in the previous activation process, acquisition of activation data according to the profile information is not executed, and a snapshot image is created (S310). In the next startup process, the snapshot image is used.

スナップショットイメージが作成されると、情報処理装置100がシステムサスペンドの処理を実行して(S311)、図3に例示するシャットダウン処理が終了する。なお、S308における確認で、前回の起動処理で使用したスナップショットイメージがある場合には、情報処理装置100がシステムサスペンドの処理を実行して(S311)、図3に例示するシャットダウン処理が終了する。前回の起動処理で使用したスナップショットイメージがある場合には、そのスナップショットイメージが次回の起動処理でも利用される。   When the snapshot image is created, the information processing apparatus 100 executes a system suspend process (S311), and the shutdown process illustrated in FIG. 3 ends. If it is determined in step S308 that there is a snapshot image used in the previous boot process, the information processing apparatus 100 executes a system suspend process (S311), and the shutdown process illustrated in FIG. 3 ends. . If there is a snapshot image used in the previous boot process, that snapshot image is also used in the next boot process.

図3に例示するシャットダウン処理の具体例1では、シャットダウン処理が終了した後に、揮発性記憶部20(例えばランダムアクセスメモリ)への電源の供給が停止され、揮発性記憶部20の記憶内容が消去されてもよい。   In the specific example 1 of the shutdown processing illustrated in FIG. 3, after the shutdown processing ends, the supply of power to the volatile storage unit 20 (for example, a random access memory) is stopped, and the storage contents of the volatile storage unit 20 are erased. May be done.

図4は、図1の情報処理装置100が実行するシャットダウン処理の具体例2を示す図(フローチャート)である。例えば、ユーザが情報処理装置100の電源スイッチを操作して電源オフを指示することにより、図4に示すフローチャートの処理が開始される。   FIG. 4 is a diagram (flowchart) illustrating a specific example 2 of the shutdown process executed by the information processing apparatus 100 in FIG. 1. For example, when the user operates the power switch of the information processing apparatus 100 to instruct power-off, the processing of the flowchart illustrated in FIG. 4 is started.

なお、図4に示すシャットダウン処理の具体例2において、S401からS406までの処理は、図3に示すシャットダウン処理の具体例1のS301からS306までの処理と同じである。そこで、図4のS401からS406までの処理の説明は省略し、S407の処理から説明する。   In the specific example 2 of the shutdown processing shown in FIG. 4, the processing from S401 to S406 is the same as the processing from S301 to S306 in the specific example 1 of the shutdown processing shown in FIG. Therefore, the description of the processing from S401 to S406 in FIG. 4 is omitted, and the processing from S407 will be described.

S407の処理では、プロファイル情報が選択されているかどうかが確認される。例えば、情報処理装置100がS404の処理(S304の処理と同じ)でプロファイル情報が選択されたかどうかを確認する。   In the process of S407, it is confirmed whether or not the profile information has been selected. For example, the information processing apparatus 100 checks whether the profile information is selected in the process of S404 (the same as the process of S304).

そして、プロファイル情報が選択されていれば、そのプロファイル情報に従って起動データが取得され(S408)、取得された起動データが揮発性の記憶領域に展開される(S409)。例えば、起動データ取得部60が、不揮発性記憶部30に記憶された様々なプログラムに関するデータや様々なファイルのデータ中から、起動データとしてプロファイル情報に定められたデータを取得する。また、情報処理装置100は、起動データ取得部60によって取得された起動データを、揮発性記憶部20の記憶領域に展開(記憶)する。次回の起動処理では、S409の処理で揮発性記憶部20の記憶領域に展開された起動データが利用される。   If the profile information is selected, boot data is obtained according to the profile information (S408), and the obtained boot data is expanded in a volatile storage area (S409). For example, the start-up data obtaining unit 60 obtains data specified in the profile information as start-up data from data on various programs and data of various files stored in the nonvolatile storage unit 30. In addition, the information processing apparatus 100 expands (stores) the boot data acquired by the boot data acquiring unit 60 in the storage area of the volatile storage unit 20. In the next startup process, the startup data expanded in the storage area of the volatile storage unit 20 in the process of S409 is used.

起動データが揮発性の記憶領域に展開されると、情報処理装置100がシステムサスペンドの処理を実行して(S410)、図4に例示するシャットダウン処理が終了する。なお、S407における確認で、プロファイル情報が選択されていなければ、S408とS409の処理が実行されずに、情報処理装置100がシステムサスペンドの処理を実行して(S410)、図4に例示するシャットダウン処理が終了する。   When the boot data is expanded in the volatile storage area, the information processing apparatus 100 performs a system suspend process (S410), and the shutdown process illustrated in FIG. 4 ends. If the profile information is not selected in the confirmation in S407, the processes in S408 and S409 are not executed, the information processing apparatus 100 executes the system suspend process (S410), and the shutdown illustrated in FIG. The process ends.

図4に例示するシャットダウン処理の具体例2では、シャットダウン処理が終了した後に、揮発性記憶部20(例えばランダムアクセスメモリ)への電源の供給が続けられ、揮発性記憶部20の記憶内容が維持される。   In the specific example 2 of the shutdown processing illustrated in FIG. 4, after the shutdown processing ends, power supply to the volatile storage unit 20 (for example, a random access memory) is continued, and the storage content of the volatile storage unit 20 is maintained. Is done.

図5は、図1の情報処理装置100が実行する起動処理の具体例を示す図(フローチャート)である。例えば、シャットダウン処理の具体例1(図3)または具体例2(図4)により情報処理装置100がシャットダウンされた後、ユーザが情報処理装置100の電源スイッチを操作して電源オンを指示することにより、図5に示すフローチャートの処理が開始される。   FIG. 5 is a diagram (flowchart) illustrating a specific example of the startup process executed by the information processing apparatus 100 in FIG. For example, after the information processing apparatus 100 is shut down according to the specific example 1 (FIG. 3) or the specific example 2 (FIG. 4) of the shutdown processing, the user operates the power switch of the information processing apparatus 100 to instruct the power-on. Thus, the processing of the flowchart shown in FIG. 5 is started.

図5に例示する起動処理が開始されると、まず、情報処理装置100がシステムリジュームの処理を実行する(S501)。例えば、具体例1(図3)によりシャットダウンされている場合、情報処理装置100は、具体例1のシャットダウン処理で不揮発性記憶部30にスナップショットイメージとして記憶された起動データを揮発性記憶部20の記憶領域に展開(記憶)する。また、例えば、具体例2(図4)によりシャットダウンされている場合には、具体例2のシャットダウン処理で既に揮発性記憶部20の記憶領域に展開されている起動データが利用される。こうして、情報処理装置100は、起動途中の状態(例えば図3のS306または図4のS406の処理が終了した状態)を再現する。   When the activation process illustrated in FIG. 5 is started, first, the information processing apparatus 100 executes a system resume process (S501). For example, when the shutdown is performed according to the specific example 1 (FIG. 3), the information processing apparatus 100 stores the startup data stored as the snapshot image in the nonvolatile storage unit 30 in the shutdown processing according to the specific example 1 in the volatile storage unit 20. Is developed (stored) in the storage area. Further, for example, when the shutdown is performed according to the specific example 2 (FIG. 4), the startup data already developed in the storage area of the volatile storage unit 20 in the shutdown processing of the specific example 2 is used. In this way, the information processing apparatus 100 reproduces the state during the startup (for example, the state in which the processing in S306 in FIG. 3 or S406 in FIG. 4 is completed).

次に、アプリケーションの残処理が実行される(S502)。情報処理装置100は、起動途中の状態(例えば図3のS306または図4のS406の処理が終了した状態)から、揮発性記憶部20の記憶領域に展開されている起動データを利用して、残りのアプリケーションの処理を実行して起動処理を完了させる。   Next, the remaining processing of the application is executed (S502). The information processing apparatus 100 starts from a state in the middle of booting (for example, a state in which the processing of S306 in FIG. 3 or S406 in FIG. 4 is completed) by using boot data developed in the storage area of the volatile storage unit 20. Execute the processing of the remaining applications to complete the startup processing.

アプリケーションの残処理に利用されるデータは、予め揮発性記憶部20(例えばランダムアクセスメモリ)の記憶領域に展開されているため、それらのデータを不揮発性記憶部30から読み出す場合に比べて、高速な処理(アプリケーションの残処理)が実現される。   Since the data used for the remaining processing of the application is expanded in advance in the storage area of the volatile storage unit 20 (for example, a random access memory), the data is used at a higher speed than when the data is read from the nonvolatile storage unit 30. Processing (remaining processing of the application) is realized.

また、起動処理が完了した後に、図1の情報処理装置100は、例えばS503からS506に例示するプロファイル情報の更新または作成の処理を実行してもよい。まず、前回までの起動処理の解析が行われる(S503)。例えば、利用履歴解析部80が、既に実行された起動処理による起動データの利用の履歴を解析して起動データごとに優先度を導出する。   After the start-up process is completed, the information processing apparatus 100 in FIG. 1 may execute, for example, the process of updating or creating the profile information exemplified in S503 to S506. First, an analysis of the activation process up to the previous time is performed (S503). For example, the use history analysis unit 80 analyzes the use history of the start data by the already executed start process, and derives the priority for each start data.

例えば、優先的に利用した方がよいと判断される起動データほど高い(大きな)優先度が対応付けられる。起動データごとの優先度は、例えば、対象となるプロファイル情報(例えば図3のS304または図4のS404で選択されたプロファイル情報)とは異なる他のプロファイル情報に起動データが含まれる頻度、起動データへのアクセスの順序、起動データのサイズ、起動データの圧縮率(起動データが圧縮されている場合)などを利用して決定されてもよい。   For example, a higher (larger) priority is associated with the activation data determined to be preferentially used. The priority of each piece of the start data is, for example, the frequency at which the start data is included in other profile information different from the target profile information (for example, the profile information selected in S304 of FIG. 3 or S404 of FIG. 4), the start data It may be determined using the order of access to the files, the size of the startup data, the compression rate of the startup data (when the startup data is compressed), and the like.

前回までの起動処理の解析が行われて起動データごとの優先度が導出されると、優先度に従って起動データがプロファイル情報に追加される(S504)。起動データの追加は終了条件が満たされるまで繰り返される(S505)。例えば、プロファイル処理部90は、対象となるプロファイル情報(例えば図3のS304または図4のS404で選択されたプロファイル情報)に対して、利用履歴解析部80によって導出された優先度が高い方から順に起動用データを追加する。プロファイル処理部90は、例えば、プロファイル情報に含まれる起動データの総サイズまたは起動データの総数が予め定められた上限に達するまで、優先度が高い方から順に起動用データを追加する。   When the analysis of the boot process up to the previous time is performed and the priority for each boot data is derived, the boot data is added to the profile information according to the priority (S504). The addition of the activation data is repeated until the termination condition is satisfied (S505). For example, the profile processing unit 90 selects the target profile information (for example, the profile information selected in S304 of FIG. 3 or S404 of FIG. 4) from the one with the highest priority derived by the use history analysis unit 80. Add startup data in order. The profile processing unit 90 adds activation data in order of priority, for example, until the total size of activation data or the total number of activation data included in the profile information reaches a predetermined upper limit.

こうして、起動データが追加されてプロファイル情報が更新される(S506)。例えば、図3のS304または図4のS404で選択されたプロファイル情報に、図5のS504とS505の処理で起動データが追加されて、更新後のプロファイル情報がプロファイル記憶部40に記憶される。なお、例えば、図3のS304または図4のS404でプロファイル情報が選択されていなければ、図5のS504とS505の処理で追加される起動データによって新たなプロファイル情報が作成されてもよい。   Thus, the startup information is added and the profile information is updated (S506). For example, the startup data is added to the profile information selected in S304 in FIG. 3 or S404 in FIG. 4 in the processing in S504 and S505 in FIG. 5, and the updated profile information is stored in the profile storage unit 40. For example, if no profile information is selected in S304 of FIG. 3 or S404 of FIG. 4, new profile information may be created by the start data added in the processing of S504 and S505 of FIG.

図3から図5を利用して説明した具体例において、現行のユーザ設定と現行のシステム構成に対応付けられたプロファイル情報が選択されていれば、プロファイル情報の選択を実施しない場合よりも、プロファイル情報に従って得られる起動データのサイズが小さくなる。   In the specific examples described with reference to FIGS. 3 to 5, if the profile information associated with the current user setting and the current system configuration is selected, the profile information is selected as compared with the case where the profile information is not selected. The size of the startup data obtained according to the information is reduced.

例えば、ユーザ設定とシステム構成に依存しないプロファイル情報を利用しようとすると、複数のユーザ設定と複数のシステム構成で必要とされる起動データを網羅するプロファイル情報が必要になる。これに対し、現行のユーザ設定と現行のシステム構成に対応付けられたプロファイル情報を選択すれば、例えば現行のユーザ設定と現行のシステム構成に必要な起動データに絞り込んだプロファイル情報を利用すればよいため、プロファイル情報を選択しない場合よりも、起動データのサイズが小さくなる。また、起動データのサイズが小さくなることにより、起動データのサイズが大きい場合に比べて、起動処理の時間が短くなる。   For example, in order to use profile information that does not depend on user settings and system configurations, profile information that covers a plurality of user settings and startup data required for a plurality of system configurations is required. On the other hand, if the user selects the profile information associated with the current user setting and the current system configuration, for example, the profile information narrowed down to the startup data necessary for the current user setting and the current system configuration may be used. Therefore, the size of the startup data is smaller than when no profile information is selected. In addition, when the size of the startup data is reduced, the startup processing time is shorter than when the size of the startup data is large.

以上、本発明の好適な実施形態を説明したが、上述した実施形態は、あらゆる点で単なる例示にすぎず、本発明の範囲を限定するものではない。本発明は、その本質を逸脱しない範囲で各種の変形形態を包含する。   As described above, the preferred embodiments of the present invention have been described. However, the above-described embodiments are merely examples in every aspect, and do not limit the scope of the present invention. The present invention includes various modifications without departing from the essence thereof.

10 制御部、20 揮発性記憶部、30 不揮発性記憶部、40 プロファイル記憶部、50 プロファイル選択部、60 起動データ取得部、70 イメージ処理部、80 利用履歴解析部、90 プロファイル処理部、100 情報処理装置。   Reference Signs List 10 control unit, 20 volatile storage unit, 30 nonvolatile storage unit, 40 profile storage unit, 50 profile selection unit, 60 startup data acquisition unit, 70 image processing unit, 80 usage history analysis unit, 90 profile processing unit, 100 information Processing equipment.

Claims (7)

情報処理装置であって、
当該情報処理装置の起動が開始された後に利用される起動用データを定めたプロファイル情報を記憶する手段であって、当該情報処理装置の設定に関する情報と当該情報処理装置の構成に関する情報に対応付けられた1つ以上のプロファイル情報を記憶する記憶手段と、
前記記憶された1つ以上のプロファイル情報の中から、当該情報処理装置の現行の設定に関する情報と当該情報処理装置の現行の構成に関する情報に対応付けられたプロファイル情報を選択する選択手段と、
次回の起動が開始される前に前記選択されたプロファイル情報に従って起動用データを取得する取得手段と、
を有する、
ことを特徴とする情報処理装置。
An information processing device,
Means for storing profile information defining start-up data to be used after the start of the information processing apparatus, the information being associated with information on settings of the information processing apparatus and information on a configuration of the information processing apparatus Storage means for storing the obtained one or more pieces of profile information;
Selecting means for selecting, from the one or more stored profile information, profile information associated with information on a current setting of the information processing apparatus and information on a current configuration of the information processing apparatus;
Acquisition means for acquiring start-up data according to the selected profile information before the next start-up is started,
Having,
An information processing apparatus characterized by the above-mentioned.
請求項1に記載の情報処理装置において、
次回の起動が開始される前に、前記選択されたプロファイル情報に従って取得された起動用データを不揮発性の記憶領域にスナップショットイメージとして記憶しておき、
次回の起動が開始された後に、前記スナップショットイメージとして記憶された起動用データを揮発性の記憶領域に展開して、当該展開された起動用データを利用して起動処理を実行する、
ことを特徴とする情報処理装置。
The information processing apparatus according to claim 1,
Before the next boot is started, boot data acquired according to the selected profile information is stored as a snapshot image in a nonvolatile storage area,
After the next boot is started, the boot data stored as the snapshot image is developed in a volatile storage area, and a boot process is performed using the developed boot data.
An information processing apparatus characterized by the above-mentioned.
請求項2に記載の情報処理装置において、
次回の起動が開始される前に、前記選択されたプロファイル情報を利用した仮の起動処理を実行して起動用データを前記揮発性の記憶領域に展開し、当該展開された起動用データを前記不揮発性の記憶領域に前記スナップショットイメージとして記憶する、
ことを特徴とする情報処理装置。
The information processing apparatus according to claim 2,
Before the next start is started, provisional start processing using the selected profile information is executed to expand start-up data in the volatile storage area, and the expanded start-up data is stored in the volatile storage area. Storing the snapshot image in a non-volatile storage area,
An information processing apparatus characterized by the above-mentioned.
請求項1に記載の情報処理装置において、
次回の起動が開始される前に、前記選択されたプロファイル情報に従って取得された起動用データを揮発性の記憶領域に展開しておき、
次回の起動が開始された後に、当該展開された起動用データを利用して起動処理を実行する、
ことを特徴とする情報処理装置。
The information processing apparatus according to claim 1,
Before the next boot is started, the boot data acquired according to the selected profile information is expanded in a volatile storage area,
After the next boot is started, execute the boot process using the expanded boot data.
An information processing apparatus characterized by the above-mentioned.
請求項4に記載の情報処理装置において、
次回の起動が開始される前に、前記選択されたプロファイル情報を利用した仮の起動処理を実行して起動用データを前記揮発性の記憶領域に展開する、
ことを特徴とする情報処理装置。
The information processing apparatus according to claim 4,
Before the next start is started, a temporary start process using the selected profile information is executed to expand start-up data in the volatile storage area,
An information processing apparatus characterized by the above-mentioned.
請求項1から5のいずれか1項に記載の情報処理装置において、
既に実行された起動処理による起動用データの利用の履歴を解析して起動用データごとに優先度を導出する手段と、
前記選択されたプロファイル情報に前記優先度が高い方から順に起動用データを追加して当該プロファイル情報を更新する手段と、
をさらに有する、
ことを特徴とする情報処理装置。
The information processing apparatus according to any one of claims 1 to 5,
Means for analyzing the history of use of the start-up data by the already executed start-up process and deriving a priority for each start-up data;
Means for updating the profile information by adding start-up data in order from the higher priority to the selected profile information,
Further having
An information processing apparatus characterized by the above-mentioned.
コンピュータに、
当該コンピュータの起動が開始された後に利用される起動用データを定めたプロファイル情報を記憶する機能であって、当該コンピュータの設定に関する情報と当該コンピュータの構成に関する情報に対応付けられた1つ以上のプロファイル情報を記憶する機能と、
前記記憶された1つ以上のプロファイル情報の中から、当該コンピュータの現行の設定に関する情報と当該コンピュータの現行の構成に関する情報に対応付けられたプロファイル情報を選択する機能と、
次回の起動が開始される前に前記選択されたプロファイル情報に従って起動用データを取得する機能と、
を実現させるプログラム。
On the computer,
A function of storing profile information defining start-up data to be used after the start of the computer is started. One or more of the profile information is associated with information on the setting of the computer and information on the configuration of the computer. A function of storing profile information,
A function of selecting, from the one or more stored profile information, profile information associated with information on a current setting of the computer and information on a current configuration of the computer,
A function of acquiring start-up data according to the selected profile information before the next start-up is started,
The program that realizes.
JP2018153331A 2018-08-17 2018-08-17 Information processing device and program Active JP7192303B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018153331A JP7192303B2 (en) 2018-08-17 2018-08-17 Information processing device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018153331A JP7192303B2 (en) 2018-08-17 2018-08-17 Information processing device and program

Publications (2)

Publication Number Publication Date
JP2020027554A true JP2020027554A (en) 2020-02-20
JP7192303B2 JP7192303B2 (en) 2022-12-20

Family

ID=69620546

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018153331A Active JP7192303B2 (en) 2018-08-17 2018-08-17 Information processing device and program

Country Status (1)

Country Link
JP (1) JP7192303B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3789235A1 (en) 2019-09-06 2021-03-10 ODU GmbH & Co KG. Plug-in connector with a locking mechanism

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006011506A (en) * 2004-06-22 2006-01-12 Nec Corp Starting image providing system and method, boot node device, boot server device, and program
JP2012018554A (en) * 2010-07-08 2012-01-26 Konica Minolta Business Technologies Inc Image processing apparatus and hibernation starting method
JP2012221325A (en) * 2011-04-11 2012-11-12 Murata Mach Ltd Electronic apparatus
JP2012221326A (en) * 2011-04-11 2012-11-12 Murata Mach Ltd Electronic apparatus
JP2014178913A (en) * 2013-03-15 2014-09-25 Sony Corp Electronic apparatus, method of creating snapshot image, and program
JP2017117230A (en) * 2015-12-24 2017-06-29 キヤノン株式会社 Image forming apparatus and control method of the same, and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006011506A (en) * 2004-06-22 2006-01-12 Nec Corp Starting image providing system and method, boot node device, boot server device, and program
JP2012018554A (en) * 2010-07-08 2012-01-26 Konica Minolta Business Technologies Inc Image processing apparatus and hibernation starting method
JP2012221325A (en) * 2011-04-11 2012-11-12 Murata Mach Ltd Electronic apparatus
JP2012221326A (en) * 2011-04-11 2012-11-12 Murata Mach Ltd Electronic apparatus
JP2014178913A (en) * 2013-03-15 2014-09-25 Sony Corp Electronic apparatus, method of creating snapshot image, and program
JP2017117230A (en) * 2015-12-24 2017-06-29 キヤノン株式会社 Image forming apparatus and control method of the same, and program

Also Published As

Publication number Publication date
JP7192303B2 (en) 2022-12-20

Similar Documents

Publication Publication Date Title
US20190199703A1 (en) Information processing device, information management method, and information processing system
US20070220501A1 (en) Image processing apparatus, method therefor, and storage medium
JP6331504B2 (en) Electronic device and information processing system
JP6787115B2 (en) Image forming device, function addition method, program,
US8326957B2 (en) Information processing apparatus and device management method
US10218862B2 (en) Information processing terminal, image forming apparatus, information processing method, and recording medium for setting a home screen
US20140189170A1 (en) Information processing apparatus, setting information management method and recording medium
US10019212B2 (en) Printing apparatus that decompresses and updates software installed therein, method of controlling the same, and storage medium
JP2006268160A (en) Portable information processor, and installation method
JP2020027554A (en) Information processing device and program
US11093104B2 (en) Icon display control apparatus that prevents messy display of icons, method of controlling same, and storage medium
JP2011043932A (en) Information processing apparatus
US10484571B2 (en) Multifunction device, reboot method, and non-transitory recording medium storing computer readable program
US20160360058A1 (en) Image forming apparatus and method for deleting application
JP2014067126A (en) Information processing apparatus and printing system
JP6078515B2 (en) Electronic equipment and programs
US11070689B2 (en) Information processing apparatus that switches languages to be displayed, control method therefor, and storage medium
JP6669101B2 (en) Electronic device and startup sequence generation program
JP2016157340A (en) Program, information processing apparatus, output management system, and preview image generation method
JP6492948B2 (en) Information processing apparatus, output system, and program
CN109521972B (en) Information processing apparatus, control method for information processing apparatus, and recording medium
JP6627910B2 (en) Electronic equipment and information processing system
JP7346937B2 (en) Information processing device, information processing method, program, image forming system
JP2012194852A (en) Relocation program, information processor and relocation method of program
JP2016031562A (en) Installer program, driver program, and image formation device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210721

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220610

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220705

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220822

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: 20221108

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221121

R150 Certificate of patent or registration of utility model

Ref document number: 7192303

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150