JP2010170325A - Information processor, log storage method, and program - Google Patents

Information processor, log storage method, and program Download PDF

Info

Publication number
JP2010170325A
JP2010170325A JP2009012128A JP2009012128A JP2010170325A JP 2010170325 A JP2010170325 A JP 2010170325A JP 2009012128 A JP2009012128 A JP 2009012128A JP 2009012128 A JP2009012128 A JP 2009012128A JP 2010170325 A JP2010170325 A JP 2010170325A
Authority
JP
Japan
Prior art keywords
setting
log
setup utility
change
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.)
Pending
Application number
JP2009012128A
Other languages
Japanese (ja)
Inventor
Osamu Shimizu
修 清水
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.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP2009012128A priority Critical patent/JP2010170325A/en
Publication of JP2010170325A publication Critical patent/JP2010170325A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To log the detail content of setting change in a setup utility in an information processor. <P>SOLUTION: In an information processor, a BIOS includes a setup utility function for providing a setting change function related to a system operation to a user. The BIOS holds current setting before the start of the setup utility, and confirms whether or not there is any change in a value after the end of the setup utility. When there is any change, it means that the setting change has been performed, and which setting item has been changed, what is the previous item, or what is the value after change, is checked, and it is logged. In analyzing a log when any failure occurs, when any failure occurs after the log showing the change of the setup utility is registered, there is high possibility that the setting is the factor of the occurrence of the failure, and valid information to specify the failure site is obtained. Thus, it is possible to achieve an information processor having high maintainability. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、情報処理装置の動作に関する設定の変更をログに格納する情報処理装置、ログ格納方法及びプログラムに関する。   The present invention relates to an information processing apparatus, a log storage method, and a program for storing a change in setting related to the operation of the information processing apparatus in a log.

例えばパーソナルコンピュータ等の情報処理装置(計算機システム)には、System ReconfiguredイベントのSEL(System Event Log)を登録しているものがある。このSELは、IPMI(Intelligent Platform Management Interface)仕様にて定義されているSystem Eventのセンサタイプのイベントである。このイベントは、情報処理装置上で動作するBIOS(Basic Input/Output System)やシステムファームウェアが提供するセットアップユーティリティ機能を使用して、ユーザ(情報処理装置を操作する者)が、情報処理装置の動作に関する設定の変更(以下、設定変更という)を行った場合に発生する。BIOS等は、このイベント(設定変更が行われたこと)を検出した場合、BMC(Baseboard Management Controller)に対してそのイベントをログする。これにより、ユーザがセットアップユーティリティを使用して設定変更を行ったことを示す情報がログに格納(登録)される。このログを解析することで、上記設定変更の操作が行われたことを知ることができる。   For example, some information processing apparatuses (computer systems) such as personal computers register a System Reconfigured event SEL (System Event Log). This SEL is a sensor event of the System Event defined in the IPMI (Intelligent Platform Management Interface) specification. This event is performed by the user (the person who operates the information processing device) using the BIOS (Basic Input / Output System) operating on the information processing device or the setup utility function provided by the system firmware. Occurs when the setting is changed (hereinafter referred to as setting change). When BIOS or the like detects this event (setting change has been made), it logs the event to BMC (Baseboard Management Controller). As a result, information indicating that the user has changed the setting using the setup utility is stored (registered) in the log. By analyzing this log, it is possible to know that the setting change operation has been performed.

特開2000−311080号公報JP 2000-311080 A 特開2001−92642号公報JP 2001-92642 A 特開2000−298579号公報JP 2000-298579 A

しかしながら、上述したログには、ユーザによりなされた設定変更に関する詳細な情報は格納されない。よって、ログが解析されても、ユーザがセットアップユーティリティを使用して設定変更を行ったという事実しか知ることができない。すなわち、ユーザがどの設定をどのように変更したか等、設定変更の詳細については知ることはできないという問題があった。   However, detailed information regarding setting changes made by the user is not stored in the above-described log. Therefore, even if the log is analyzed, only the fact that the user has changed the setting using the setup utility can be known. That is, there is a problem in that it is impossible to know the details of the setting change such as which setting is changed by the user.

なお、本発明に関連する技術例として、ユーザによる設定変更のときに、設定情報そのものを格納する方法等が特許文献1、2に開示されている。また、別の技術例としては、ユーザによる設定変更のときに、セットアップユーティリティを使用して設定値を選択する方法等が特許文献3に開示されている。しかし、本発明は、設定情報そのものを格納したり、設定値を選択したりするものではなく、設定差分の情報のみをイベントログとして登録するものである。また、上記設定差分の情報は、障害解析等に利用されるものであり、設定変更に利用されるものではない。よって、本発明は、特許文献1〜3の発明とは異なる。   As technical examples related to the present invention, Patent Documents 1 and 2 disclose a method of storing setting information itself when a user changes a setting. As another technical example, Patent Document 3 discloses a method of selecting a setting value using a setup utility when a setting is changed by a user. However, the present invention does not store setting information itself or select a setting value, but registers only setting difference information as an event log. The setting difference information is used for failure analysis or the like, and is not used for setting change. Therefore, the present invention is different from the inventions of Patent Documents 1 to 3.

本発明は、上記事情に鑑みてなされたものであり、ユーザによりなされた設定変更に関する詳細な情報をログに格納するようにし、その情報をログ解析のときに利用できる情報処理装置、ログ格納方法及びプログラムを提供することを目的とする。   The present invention has been made in view of the above circumstances, and stores information on setting changes made by a user in a log, and an information processing apparatus and a log storage method that can be used for log analysis And to provide a program.

かかる目的を達成するために、本発明の情報処理装置は、セットアップユーティリティを使用することで、ユーザが装置動作に関する設定の変更を行うことができる情報処理装置であって、セットアップユーティリティの実行前と実行後における2つの設定に基づいて、ユーザによってなされた設定の変更の詳細を特定し、特定した内容をログに格納することを特徴とする。   In order to achieve such an object, an information processing apparatus according to the present invention is an information processing apparatus in which a user can change a setting related to apparatus operation by using a setup utility, and before the execution of the setup utility. Based on the two settings after execution, the details of the setting change made by the user are specified, and the specified contents are stored in a log.

本発明のログ格納方法は、セットアップユーティリティを使用することで、ユーザが装置動作に関する設定の変更を行うことができる情報処理装置のログ格納方法であって、セットアップユーティリティの実行前と実行後における2つの設定に基づいて、ユーザによってなされた設定の変更の詳細を特定し、特定した内容をログに格納することを特徴とする。   The log storage method according to the present invention is a log storage method for an information processing apparatus that allows a user to change settings related to apparatus operation by using a setup utility, and is performed before and after the execution of the setup utility. Based on one setting, the details of the setting change made by the user are specified, and the specified contents are stored in a log.

本発明のプログラムは、セットアップユーティリティを使用することで、ユーザが装置動作に関する設定の変更を行うことができるコンピュータに実行させるためのプログラムであって、セットアップユーティリティの実行前と実行後における2つの設定に基づいて、ユーザによってなされた設定の変更の詳細を特定し、特定した内容をログに格納する処理をコンピュータに実行させることを特徴とする。   The program of the present invention is a program for causing a computer that allows a user to change the settings relating to the operation of the apparatus by using a setup utility, and is configured to have two settings before and after execution of the setup utility. Based on the above, the details of the setting change made by the user are specified, and the computer is caused to execute a process of storing the specified contents in a log.

本発明によれば、ユーザによりなされた設定変更に関する詳細な情報をログに格納するようにすることで、ログ解析により、ログ内の情報から、設定変更の詳細を把握することができる。   According to the present invention, by storing detailed information related to setting changes made by the user in the log, the details of the setting changes can be grasped from the information in the log by log analysis.

本発明の一実施形態に係る情報処理装置の基本的アーキテクチャを示すブロック図である。It is a block diagram which shows the basic architecture of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置の動作を示す流れ図である。It is a flowchart which shows operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置にて行われる設定項目変更の検出方法の具体例を示す図である。It is a figure which shows the specific example of the detection method of the setting item change performed with the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置にて格納されるログの具体例を示す図である。It is a figure which shows the specific example of the log stored in the information processing apparatus which concerns on one Embodiment of this invention.

以下、本発明を実施するための形態(実施形態)について添付図面を参照して詳細に説明する。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments (embodiments) for carrying out the present invention will be described in detail with reference to the accompanying drawings.

本発明の情報処理装置(計算機システム)の一実施形態を図1に示す。図1は、本実施形態の情報処理装置100の構成例を示すブロック図である。本実施形態の情報処理装置100は、プログラム制御により動作するコンピュータであり、例えば、中央処理装置、プロセッサ、データ処理装置などが挙げられる。   One embodiment of the information processing apparatus (computer system) of the present invention is shown in FIG. FIG. 1 is a block diagram illustrating a configuration example of the information processing apparatus 100 according to the present embodiment. The information processing apparatus 100 according to the present embodiment is a computer that operates by program control, and examples thereof include a central processing unit, a processor, and a data processing device.

図1に示すように、情報処理装置100は、マイクロプロセッサ110と、プロセッサバス120、ノースブリッジ130、メモリ140、サウスブリッジ150、LPC(Low Pin Count)バス160、BIOS170、BMC180、ログ格納NVRAM(Non Volatile Random Access Memory)190を備える。サウスブリッジ150は、NVRAM151を内蔵している。なお、図1は、あくまでアーキテクチャを示すものであり、多くの様々なアーキテクチャのうちの1つを示している。   As shown in FIG. 1, the information processing apparatus 100 includes a microprocessor 110, a processor bus 120, a north bridge 130, a memory 140, a south bridge 150, an LPC (Low Pin Count) bus 160, a BIOS 170, a BMC 180, a log storage NVRAM ( Non Volatile Random Access Memory) 190. The south bridge 150 has a built-in NVRAM 151. FIG. 1 is merely an architecture and shows one of many different architectures.

図1に示す各手段はそれぞれ以下のように動作する。   Each means shown in FIG. 1 operates as follows.

マイクロプロセッサ110は、情報処理装置100のCPU(Central Processing Unit)として動作する。   The microprocessor 110 operates as a CPU (Central Processing Unit) of the information processing apparatus 100.

プロセッサバス120は、マイクロプロセッサ110とノースブリッジ130の間で使用されるインターフェース用のバスである。   The processor bus 120 is an interface bus used between the microprocessor 110 and the north bridge 130.

ノースブリッジ130は、メモリ140を制御し、また、他の構成(手段)とCPU110との通信を制御する。   The north bridge 130 controls the memory 140 and controls communication between the CPU 110 and other components (means).

サウスブリッジ150は、主に動作速度の遅いデバイスを制御する。   The south bridge 150 mainly controls a device having a low operation speed.

NVRAM(不揮発メモリ)151は、サウスブリッジ150に内蔵されており、主に情報処理装置の動作を制御するための設定値(設定情報)を含んでおり、不揮発性の特質から電源をオフしてもその設定値を保持する機能を持つ。   The NVRAM (nonvolatile memory) 151 is built in the south bridge 150, and mainly includes setting values (setting information) for controlling the operation of the information processing apparatus. Also has a function of holding the set value.

LPCバス160は、サウスブリッジ150とBIOS170やBMC180の間で使用されるインターフェース用のバスである。   The LPC bus 160 is an interface bus used between the south bridge 150 and the BIOS 170 or BMC 180.

BIOS170は、情報処理装置100で使用されるシステムファームウェアであり、ハードウェアの初期化やセットアップユーティリティなどの機能を有する。   The BIOS 170 is system firmware used in the information processing apparatus 100, and has functions such as hardware initialization and a setup utility.

BMC180は、情報処理装置100の温度、電圧などを監視する機能や、ログを記録するなどの機能を有する。   The BMC 180 has a function of monitoring the temperature and voltage of the information processing apparatus 100 and a function of recording a log.

ログ格納用NVRAM(不揮発メモリ)190は、情報処理装置100にて発生したイベントをログとして格納する先の不揮発性のメモリであり、BMC180によって制御される。   The log storage NVRAM (nonvolatile memory) 190 is a non-volatile memory that stores events generated in the information processing apparatus 100 as a log, and is controlled by the BMC 180.

次に、図1のブロック図及び図2のフローチャートを参照しながら、本実施形態の情報処理装置の動作(本発明のログ格納方法の一実施形態)について詳細に説明する。   Next, the operation of the information processing apparatus of this embodiment (one embodiment of the log storage method of the present invention) will be described in detail with reference to the block diagram of FIG. 1 and the flowchart of FIG.

まず、ユーザは、POST(Power On Self Test)中にセットアップユーティリティの起動を指示する操作を行う(ステップA1)。   First, the user performs an operation for instructing activation of the setup utility during POST (Power On Self Test) (step A1).

次に、BIOS170は、セットアップユーティリティエンジンを起動する前に、NVRAM151に格納されている現在の設定値(第1の設定情報)をメモリ140上に予めセーブしておく(ステップA2)。   Next, before starting the setup utility engine, the BIOS 170 saves the current setting value (first setting information) stored in the NVRAM 151 in advance in the memory 140 (step A2).

セットアップユーティリティが起動し、ユーザは所定の操作を行った後、セットアップユーティリティを終了する(ステップA3)。   After the setup utility is activated and the user performs a predetermined operation, the setup utility is terminated (step A3).

BIOS170は、セットアップユーティリティの終了後に、事前にメモリ140上にセーブしておいた設定値(以前の設定値。第1の設定情報)と、NVRAM151に格納されている現在の設定値(第2の設定情報)とを比較する(ステップA4)。   The BIOS 170 saves the setting value (previous setting value, first setting information) saved in the memory 140 in advance after the setup utility is completed and the current setting value (second setting value) stored in the NVRAM 151. Setting information) (step A4).

ここで、比較の結果、2つの設定値の内容が同じである場合、ユーザの設定変更は行われていないので、セットアップユーティリティにより示された結果に基づいて次の処理に進む(ステップA5/NO)。一方、比較の結果、2つの設定値の内容が異なる場合、ユーザの設定変更が行われているので、ログ格納処理に進む(ステップA5/YES)。   Here, if the contents of the two setting values are the same as a result of the comparison, the user's setting has not been changed, and the process proceeds to the next process based on the result indicated by the setup utility (step A5 / NO). ). On the other hand, if the contents of the two setting values are different as a result of the comparison, the user's setting has been changed, and the process proceeds to log storage processing (step A5 / YES).

BIOS170は、セットアップユーティリティ実行前後の2つの設定値の内容(差分)に基づいて、設定変更の詳細を特定(検出)し、特定した内容を示す設定変更詳細情報を取得する(ステップA6)。設定変更の詳細の例としては、「どの設定が変更されたか」、「以前(変更前)の設定は何か」、「変更後の設定は何か」が挙げられる。その場合、設定変更詳細情報は、「変更された項目」、「以前(変更前)の設定値」、「現在(変更後)の設定値」となる。   The BIOS 170 specifies (detects) the details of the setting change based on the contents (differences) of the two setting values before and after the execution of the setup utility, and acquires the setting change detailed information indicating the specified contents (step A6). Examples of the details of the setting change include “which setting has been changed”, “what is the previous setting (before changing)”, and “what is the setting after changing”. In this case, the detailed setting change information is “changed item”, “previous (pre-change) set value”, and “current (post-change) set value”.

BIOS170は、BMC180に対し、取得した設定変更詳細情報を基にしてログを格納(登録)するよう命じるコマンドを発行する(ステップA7)。   The BIOS 170 issues a command that instructs the BMC 180 to store (register) a log based on the acquired setting change detailed information (step A7).

BMC180は、BIOS170から上記コマンドを受け取ると、そのコマンドの中に含まれる設定変更詳細情報を含むログを作成し、ログ格納用NVRAM190にログを格納(登録)する(ステップA8)。   When the BMC 180 receives the command from the BIOS 170, the BMC 180 creates a log including the setting change detailed information included in the command, and stores (registers) the log in the log storage NVRAM 190 (step A8).

BIOS170は、ステップA6〜ステップA8までの処理動作を全ての項目に対して実施し(ステップA9/NO〜ステップA8)、それが完了した後セットアップユーティリティにより示された結果に基づいて次の処理に進む(ステップA9/YES)。   The BIOS 170 performs the processing operation from step A6 to step A8 on all items (step A9 / NO to step A8), and after that is completed, the next processing is performed based on the result indicated by the setup utility. Proceed (step A9 / YES).

以上が本実施形態における動作であるが、ここで、上記ステップA6〜A8について、図3及び図4に示す具体的な例を用いて説明する。   The above is the operation in the present embodiment. Here, the steps A6 to A8 will be described with reference to specific examples shown in FIGS.

図3は、BIOS170がセットアップユーティリティを使用してユーザが変更した設定を検出する例を示している。セットアップユーティリティにて設定可能な項目はItem番号により管理されている。これは図3内の設定項目Itemテーブルがそれに該当する。BIOS170は、セットアップユーティリティ実行以前にセーブしたNVRAMの内容から指定したItem番号の値をReadするNVRAM関数(A)と、実際のNVRAMから指定したItem番号の値をReadするNVRAM関数(B)を持つ。図3の例では、Item番号0の設定項目の以前の設定と現在の設定を得る処理を示している。NVRAM関数(A)は設定項目ItemテーブルからItem番号0のビットアドレスが90h、そのビット数が1であることを知る。この情報を基に、セーブしたNVRAM内容をアクセスし、設定値が0であることを得る。また、同様にNVRAM関数(B)も設定項目ItemテーブルからItem番号0のビットアドレスとビット数を得るが、アクセス先は実際のNVRAMであり、その設定値が1であることを得る。このように異なる場合は、Item番号、以前の設定値、現在の設定が既に判明しているので、この情報を元にBMC180に対してログを登録する。   FIG. 3 shows an example in which the BIOS 170 detects a setting changed by the user using the setup utility. Items that can be set in the setup utility are managed by Item numbers. This corresponds to the setting item Item table in FIG. The BIOS 170 has an NVRAM function (A) for reading the value of the specified item number from the contents of the NVRAM saved before executing the setup utility, and an NVRAM function (B) for reading the value of the specified item number from the actual NVRAM. . The example of FIG. 3 shows a process for obtaining the previous setting and the current setting of the setting item of Item number 0. The NVRAM function (A) knows from the setting item Item table that the bit address of Item number 0 is 90h and the number of bits is 1. Based on this information, the saved NVRAM contents are accessed to obtain that the set value is zero. Similarly, the NVRAM function (B) also obtains the bit address and the bit number of Item number 0 from the setting item Item table, but the access destination is the actual NVRAM and the setting value is 1. In such a case, since the Item number, the previous setting value, and the current setting are already known, a log is registered in the BMC 180 based on this information.

図4は、図3にて登録されるIPMI仕様に基づいたログ内容の一例である。1つのログは、登録される各ログに一意に割り当てられるRecord ID、ログのタイプを示すRecord Type、登録された日時を示すタイムスタンプ、そしてデータ領域を含む。図4のデータ領域の空白部分は情報処理装置にてセットアップユーティリティ変更ログを示す一意に割り当てられた番号を格納するのに使用する。このデータ領域には、Item番号、以前の設定、現在の設定が格納される。BIOS開発者は、このItem番号が何の設定かを知ることができるため、ログ解析時にこのログが登録されていれば、ユーザによりどの設定項目が変更されたかを知ることができる。また、以前の設定値と現在の設定値の情報も分かるため、どのような値に設定されたかを知ることができる。例えば、このItem番号0がメモリのある機能に関する設定項目であり、設定値0が無効を、設定値1が有効を示すものとすると、この設定を変更した次の起動にて障害が発生した場合には、メモリに関する障害であることが推測され、メモリの保守交換を行うよう指示することができる。   FIG. 4 is an example of log contents based on the IPMI specification registered in FIG. One log includes a Record ID uniquely assigned to each registered log, a Record Type indicating the type of log, a time stamp indicating the date and time of registration, and a data area. The blank portion of the data area in FIG. 4 is used to store a uniquely assigned number indicating the setup utility change log in the information processing apparatus. In this data area, the Item number, the previous setting, and the current setting are stored. Since the BIOS developer can know what setting the Item number has, if this log is registered at the time of log analysis, it can know which setting item has been changed by the user. In addition, since the information of the previous set value and the current set value is also known, it is possible to know what value is set. For example, if this item number 0 is a setting item related to a function in the memory, the setting value 0 is invalid, and the setting value 1 is valid, a failure occurs at the next start after changing this setting Can be instructed to perform maintenance and replacement of the memory.

以上説明したように、本実施形態の情報処理装置は、System BIOSまたはSystem Firmwareによりセットアップユーティリティ実行前と実行後で設定変更された詳細を特定し、特定した詳細を内容とする情報を取得し、その情報をログに格納する。これにより、本実施形態の情報処理装置では、ユーザが設定変更を行ったときに、変更された項目とその設定値の変化をログするように動作する。よって、本実施形態によれば、格納されたログ内の情報を解析することで、ユーザにより行われた設定変更の詳細を把握することができるようになり、より保守性の高い情報処理装置を実現できる。   As described above, the information processing apparatus according to the present embodiment identifies details that have been set and changed by the System BIOS or System Firmware before and after the execution of the setup utility, acquires information including the identified details, Store that information in the log. Thereby, in the information processing apparatus of this embodiment, when a user changes a setting, it operates so that the changed item and the change of the setting value may be logged. Therefore, according to the present embodiment, by analyzing the information in the stored log, it is possible to grasp the details of the setting change made by the user, and an information processing apparatus with higher maintainability can be obtained. realizable.

また、本実施形態によれば、以下の2つの効果も奏する。   Further, according to the present embodiment, the following two effects are also achieved.

第1の効果は、障害発生時の要因調査などにおいて、ログ情報からユーザが設定変更したものであるかを判断することができることにある。その理由は、ログにどの設定がどのような値に変更されたかを知ることができ、その設定が影響する範囲を特定できるためである。   The first effect is that it is possible to determine whether or not the user has changed the setting from log information in a factor investigation at the time of failure occurrence. The reason is that it is possible to know which setting is changed to what value in the log, and it is possible to specify a range in which the setting affects.

第2の効果は、障害発生時の要因調査にかかる時間を短縮できることにある。その理由は、解析対象となるログ内に、ユーザが行った設定変更の詳細に関する情報を格納しておくので、ログ解析のときに、その設定変更が障害発生の要因になっていることが特定できれば、更に詳細な情報を取得する必要がなくなるためである。   The second effect is that the time required for investigating the factor when a failure occurs can be shortened. The reason is that information related to the details of the setting changes made by the user is stored in the log to be analyzed, so it is specified that the setting change is the cause of the failure during log analysis. This is because it is not necessary to acquire more detailed information if possible.

以上、本発明の実施形態について説明したが、上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲において種々の変形が可能である。   As mentioned above, although embodiment of this invention was described, it is not limited to the said embodiment, A various deformation | transformation is possible in the range which does not deviate from the summary.

例えば、上述した実施形態における動作は、ハードウェア、または、ソフトウェア、あるいは、両者の複合構成によって実行することも可能である。   For example, the operation in the above-described embodiment can be executed by hardware, software, or a combined configuration of both.

ソフトウェアによる処理を実行する場合には、処理シーケンスを記録したプログラムを、専用のハードウェアに組み込まれているコンピュータ内のメモリにインストールして実行させてもよい。あるいは、各種処理が実行可能な汎用コンピュータにプログラムをインストールして実行させてもよい。   When executing processing by software, a program in which a processing sequence is recorded may be installed and executed in a memory in a computer incorporated in dedicated hardware. Or you may install and run a program in the general purpose computer which can perform various processes.

例えば、プログラムは、記録媒体としてのハードディスクやROM(Read Only Memory)に予め記録しておくことが可能である。あるいは、プログラムは、CD−ROM(Compact Disc Read Only Memory),MO(Magneto optical)ディスク,DVD(Digital Versatile Disc)、磁気ディスク、半導体メモリなどのリムーバブル記録媒体に、一時的、あるいは、永続的に格納(記録)しておくことが可能である。このようなリムーバブル記録媒体は、いわゆるパッケージソフトウエアとして提供することが可能である。   For example, the program can be recorded in advance on a hard disk or a ROM (Read Only Memory) as a recording medium. Alternatively, the program is temporarily or permanently stored on a removable recording medium such as a CD-ROM (Compact Disc Read Only Memory), an MO (Magneto optical) disc, a DVD (Digital Versatile Disc), a magnetic disc, or a semiconductor memory. It can be stored (recorded). Such a removable recording medium can be provided as so-called package software.

なお、プログラムは、上述したようなリムーバブル記録媒体からコンピュータにインストールする他、ダウンロードサイトから、コンピュータに無線転送してもよい。または、LAN(Local Area Network)、インターネットといったネットワークを介して、コンピュータに有線で転送してもよい。コンピュータでは、転送されてきたプログラムを受信し、内蔵するハードディスク等の記録媒体にインストールすることが可能である。   The program may be wirelessly transferred from the download site to the computer in addition to being installed on the computer from the removable recording medium as described above. Or you may wire-transfer to a computer via networks, such as LAN (Local Area Network) and the internet. The computer can receive the transferred program and install it on a recording medium such as a built-in hard disk.

また、上記実施形態で説明した処理動作に従って時系列的に実行されるのみならず、処理を実行する装置の処理能力、あるいは、必要に応じて並列的にあるいは個別に実行するように構築することも可能である。   In addition to being executed in time series in accordance with the processing operations described in the above embodiment, the processing capability of the apparatus that executes the processing, or a configuration to execute in parallel or individually as necessary Is also possible.

また、上記実施形態で説明したシステムは、複数の装置の論理的集合構成にしたり、各装置の機能を混在させたりするように構築することも可能である。   In addition, the system described in the above embodiment can be configured to have a logical set configuration of a plurality of devices or to mix the functions of each device.

100 情報処理装置(計算機システム)
110 マイクロプロセッサ
120 プロセッサバス
130 ノースブリッジ
140 メモリ
150 サウスブリッジ
151 NVRAM
160 Low Pin Countバス
170 BIOS
180 BMC
190 ログ格納NVRAM
100 Information processing equipment (computer system)
110 Microprocessor 120 Processor bus 130 North bridge 140 Memory 150 South bridge 151 NVRAM
160 Low Pin Count bus 170 BIOS
180 BMC
190 Log storage NVRAM

Claims (10)

セットアップユーティリティを使用することで、ユーザが装置動作に関する設定の変更を行うことができる情報処理装置であって、
前記セットアップユーティリティの実行前と実行後における2つの設定に基づいて、前記ユーザによってなされた設定の変更の詳細を特定し、特定した内容をログに格納することを特徴とする情報処理装置。
An information processing device that allows a user to change settings related to device operation by using a setup utility,
An information processing apparatus characterized in that details of a change in settings made by the user are specified based on two settings before and after execution of the setup utility, and the specified contents are stored in a log.
ユーザにより前記セットアップユーティリティの起動指示があった場合、前記セットアップユーティリティを起動する前に、現在の設定を示す第1の設定情報をセーブしておくセーブ手段と、
前記セットアップユーティリティの終了後に、現在の設定を示す第2の設定情報と、事前にセーブしておいた前記第1の設定情報とを比較する比較手段と、
前記比較の結果、前記第1の設定情報と前記第2の設定情報の内容が異なる場合、前記2つの設定情報の内容に基づいて、前記ユーザによってなされた設定の変更の詳細を特定する特定手段と、
前記特定した内容を示す設定変更詳細情報をログに格納するログ格納手段と、
を有することを特徴とする請求項1記載の情報処理装置。
A save means for saving first setting information indicating a current setting before starting the setup utility when the user gives an instruction to start the setup utility;
Comparison means for comparing the second setting information indicating the current setting with the first setting information saved in advance after completion of the setup utility;
As a result of the comparison, if the contents of the first setting information and the second setting information are different, the specifying means for specifying the details of the setting change made by the user based on the contents of the two setting information When,
Log storage means for storing setting change detailed information indicating the specified contents in a log;
The information processing apparatus according to claim 1, further comprising:
前記設定変更詳細情報は、どの設定が変更されたかを示す情報、変更前の設定は何かを示す情報、変更後の設定は何かを示す情報、を含むことを特徴とする請求項2記載の情報処理装置。   3. The setting change detailed information includes information indicating which setting has been changed, information indicating what the setting is before the change, and information indicating what the setting is after the change is. Information processing device. 前記比較の結果、前記第1の設定情報と前記第2の設定情報の内容が同じである場合、前記セットアップユーティリティにより示された結果に基づいて所定の処理に進むことを特徴とする請求項2又は3記載の情報処理装置。   3. As a result of the comparison, when the contents of the first setting information and the second setting information are the same, the process proceeds to a predetermined process based on the result indicated by the setup utility. Or the information processing apparatus of 3. 前記セーブ手段、前記比較手段、前記特定手段及び前記ログ格納手段は、前記セットアップユーティリティを提供し、前記情報処理装置上で動作するBIOS又はシステムファームウェアであることを特徴とする請求項2から4のいずれか1項に記載の情報処理装置。   5. The save means, the comparison means, the specifying means, and the log storage means are BIOS or system firmware that provides the setup utility and operates on the information processing apparatus. The information processing apparatus according to any one of claims. 前記セーブ手段、前記比較手段、前記特定手段及び前記ログ格納手段は、前記セットアップユーティリティ自身であることを特徴とする請求項2から4のいずれか1項に記載の情報処理装置。   5. The information processing apparatus according to claim 2, wherein the saving unit, the comparing unit, the specifying unit, and the log storage unit are the setup utility itself. 6. セットアップユーティリティを使用することで、ユーザが装置動作に関する設定の変更を行うことができる情報処理装置のログ格納方法であって、
前記セットアップユーティリティの実行前と実行後における2つの設定に基づいて、前記ユーザによってなされた設定の変更の詳細を特定し、特定した内容をログに格納することを特徴とするログ格納方法。
A method of storing a log of an information processing apparatus that allows a user to change settings related to apparatus operation by using a setup utility,
A log storage method comprising: specifying details of a change in settings made by the user based on two settings before and after execution of the setup utility, and storing the specified contents in a log.
ユーザにより前記セットアップユーティリティの起動指示があった場合、前記セットアップユーティリティを起動する前に、現在の設定を示す第1の設定情報をセーブしておくセーブステップと、
前記セットアップユーティリティの終了後に、現在の設定を示す第2の設定情報と、事前にセーブしておいた前記第1の設定情報とを比較する比較ステップと、
前記比較の結果、前記第1の設定情報と前記第2の設定情報の内容が異なる場合、前記2つの設定情報の内容に基づいて、前記ユーザによってなされた設定の変更の詳細を特定する特定ステップと、
前記特定した内容を示す設定変更詳細情報をログに格納するログ格納ステップと、
を有することを特徴とする請求項7記載のログ格納方法。
A save step of saving first setting information indicating a current setting before starting the setup utility when the user gives an instruction to start the setup utility;
A comparison step for comparing the second setting information indicating the current setting with the first setting information saved in advance after the end of the setup utility;
As a result of the comparison, if the contents of the first setting information and the second setting information are different, a specifying step of specifying details of a setting change made by the user based on the contents of the two setting information When,
A log storing step for storing setting change detailed information indicating the specified content in a log;
The log storage method according to claim 7, further comprising:
セットアップユーティリティを使用することで、ユーザが装置動作に関する設定の変更を行うことができるコンピュータに実行させるためのプログラムであって、
前記セットアップユーティリティの実行前と実行後における2つの設定に基づいて、前記ユーザによってなされた設定の変更の詳細を特定し、特定した内容をログに格納する処理をコンピュータに実行させることを特徴とするプログラム。
A program to be executed by a computer that allows a user to change settings related to device operation by using a setup utility,
Based on two settings before and after the execution of the setup utility, the details of the setting change made by the user are specified, and the computer is caused to execute a process of storing the specified contents in a log. program.
ユーザにより前記セットアップユーティリティの起動指示があった場合、前記セットアップユーティリティを起動する前に、現在の設定を示す第1の設定情報をセーブしておくセーブ処理と、
前記セットアップユーティリティの終了後に、現在の設定を示す第2の設定情報と、事前にセーブしておいた前記第1の設定情報とを比較する比較処理と、
前記比較の結果、前記第1の設定情報と前記第2の設定情報の内容が異なる場合、前記2つの設定情報の内容に基づいて、前記ユーザによってなされた設定の変更の詳細を特定する特定処理と、
前記特定した内容を示す設定変更詳細情報をログに格納するログ格納処理と、
をコンピュータに実行させることを特徴とする請求項9記載のプログラム。
A save process for saving first setting information indicating a current setting before starting the setup utility when the user gives an instruction to start the setup utility;
A comparison process comparing the second setting information indicating the current setting with the first setting information saved in advance after the end of the setup utility;
As a result of the comparison, if the contents of the first setting information and the second setting information are different, a specifying process for specifying the details of the setting change made by the user based on the contents of the two setting information When,
Log storage processing for storing the setting change detailed information indicating the specified content in a log;
10. The program according to claim 9, wherein the program is executed by a computer.
JP2009012128A 2009-01-22 2009-01-22 Information processor, log storage method, and program Pending JP2010170325A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009012128A JP2010170325A (en) 2009-01-22 2009-01-22 Information processor, log storage method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009012128A JP2010170325A (en) 2009-01-22 2009-01-22 Information processor, log storage method, and program

Publications (1)

Publication Number Publication Date
JP2010170325A true JP2010170325A (en) 2010-08-05

Family

ID=42702424

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009012128A Pending JP2010170325A (en) 2009-01-22 2009-01-22 Information processor, log storage method, and program

Country Status (1)

Country Link
JP (1) JP2010170325A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012058892A (en) * 2010-09-07 2012-03-22 Nec Corp Parameter management device, method and program
JP2013080387A (en) * 2011-10-04 2013-05-02 Canon Inc Information processing apparatus, information processing method, and program
US20160335071A1 (en) * 2014-01-22 2016-11-17 Hewlett Packard Development Company, L.P. System firmware configuration data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09160795A (en) * 1995-12-04 1997-06-20 Fujitsu Ltd Automatic testing device
JP2001084132A (en) * 1999-09-10 2001-03-30 Toshiba Corp Computer
JP2001195237A (en) * 2000-01-12 2001-07-19 Fujitsu Ltd Computer and display method for computer and recording medium with display program of computer
JP2005258894A (en) * 2004-03-12 2005-09-22 Kyocera Corp Digital electronic apparatus, and method for setting function

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09160795A (en) * 1995-12-04 1997-06-20 Fujitsu Ltd Automatic testing device
JP2001084132A (en) * 1999-09-10 2001-03-30 Toshiba Corp Computer
JP2001195237A (en) * 2000-01-12 2001-07-19 Fujitsu Ltd Computer and display method for computer and recording medium with display program of computer
JP2005258894A (en) * 2004-03-12 2005-09-22 Kyocera Corp Digital electronic apparatus, and method for setting function

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012058892A (en) * 2010-09-07 2012-03-22 Nec Corp Parameter management device, method and program
JP2013080387A (en) * 2011-10-04 2013-05-02 Canon Inc Information processing apparatus, information processing method, and program
US20160335071A1 (en) * 2014-01-22 2016-11-17 Hewlett Packard Development Company, L.P. System firmware configuration data
US10289399B2 (en) * 2014-01-22 2019-05-14 Hewlett-Packard Development Company, L.P. System firmware configuration data

Similar Documents

Publication Publication Date Title
JP5259714B2 (en) Execution order determination apparatus, execution order determination program, execution order determination circuit, and information processing apparatus
TWI450103B (en) Remote management systems and methods for servers, and computer program products thereof
JP5657475B2 (en) Operation management apparatus and method
JP2012008861A5 (en)
JP2007219977A (en) Information processing apparatus
JP2010170325A (en) Information processor, log storage method, and program
US9262301B2 (en) Observability control with observability information file
JP2008084275A (en) Device and method for monitoring alteration of software
JP2006277280A (en) Computer system, its date time change method and date change method
JP2015032103A (en) Image forming apparatus, control method of image forming apparatus, and program
JP2009187456A (en) Firmware update system, information processor, and firmware update method and program
JP2010102372A (en) Data processor, verification system, data processor verification method
JP2011181074A (en) Setting method for radio communication device, storage medium, information processor, recording method, and system
JP2004252800A (en) Method for managing computer
JP5256247B2 (en) Software expiration date changing method and apparatus
JP2008101921A (en) System for testing semiconductor
JP2009123108A (en) Information processor
JP2009163305A (en) Log output device, log output method and log output program
JP2013080386A (en) Information processing device and address management method
JP2009064125A (en) Server device and program thereof
JP2009223861A (en) Logic verification system
JP2008250469A (en) Profiling support program, recording medium with this program recorded thereon, profiling program, recoding medium with this program recorded thereon, profiling method, and computer
TWI269231B (en) Method for reducing boot time under extendable firmware interface structure
JP2006178663A (en) Information processor, method for processing information, verification apparatus, and method of verification
TWI564702B (en) Method and device for monitoring and controlling power supply unit

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20110916

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20111215

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121211

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130423