JP3697735B2 - Information processing system and method - Google Patents

Information processing system and method Download PDF

Info

Publication number
JP3697735B2
JP3697735B2 JP04811895A JP4811895A JP3697735B2 JP 3697735 B2 JP3697735 B2 JP 3697735B2 JP 04811895 A JP04811895 A JP 04811895A JP 4811895 A JP4811895 A JP 4811895A JP 3697735 B2 JP3697735 B2 JP 3697735B2
Authority
JP
Japan
Prior art keywords
system constant
storage area
constant
table storage
address space
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP04811895A
Other languages
Japanese (ja)
Other versions
JPH08249162A (en
Inventor
孝二 芹澤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP04811895A priority Critical patent/JP3697735B2/en
Publication of JPH08249162A publication Critical patent/JPH08249162A/en
Application granted granted Critical
Publication of JP3697735B2 publication Critical patent/JP3697735B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【産業上の利用分野】
本発明は、オペレーティングシステムがシステムの管理処理等のために参照するシステム定数を、システム稼働中に更新して、更新結果を直ちに反映できるようにした情報処理システムに関する。
【0002】
【従来の技術と発明が解決しようとする課題】
情報処理システムにおいて、オペレーティングシステムはシステムの管理等の各種処理を行うために必要な各種定数を、システム定数として持つ。
【0003】
システム定数には、よく知られているように、システム内で同時にオープンできるファイルの総数などの定数値や、システムの動作に必要な情報を格納するファイル(例えばログファイル等)のファイル名等を示す名前情報等がある。
【0004】
システム定数は、必要なプログラムの中に直接定数値として埋め込まれている場合もあるが、それではシステム定数の変更が容易にできないので、システム定数を集めたファイルを別に設け、システム起動時に、そのシステム定数ファイルから読み込んで、各システム定数をそれぞれ必要な所に設定するようにする。
【0005】
システム定数は、情報処理システムの設置時にそのシステムの運用等の条件を考慮して決定されて、システム定数ファイルが作成されるが、運用条件の変化により、しばしばシステム定数の更新を要する場合がある。
【0006】
その為にシステム定数ファイルの内容を更新することは、一般にデータのファイルを更新するのと同様に、簡単にできる。
しかし、更新したシステム定数を、稼働中のシステムの処理に反映させるためには、システムの稼働を一旦停止させて再起動する必要がある。これは、或るシステム定数を参照して行われる処理が実行されている間に、関連するシステム定数の値が変わってしまうと、実行中の処理に矛盾を生じて、システムエラー等と判断されるような事態などになる可能性があるからである。
【0007】
又、システムの運用形態を時間帯で変えるような運用をする場合がしばしばあるので、それら複数のシステム運用形態等に応じて、各システム定数群を設け、必要に応じて選択できることが望まれる。
【0008】
本発明は、システム定数の更新が容易にでき、更新したシステム定数を稼働中のシステムに直ちに反映させることができるようにした情報処理システムを目的とする。
【0009】
【課題を解決するための手段】
図1は、本発明の構成を示すブロック図である。
図は情報処理システムの構成であり、図1(a)に示す第1の発明の情報処理システムは、複数のアドレス空間を並設して管理するオペレーティングシステムを有する情報処理システムであって、所定のシステム始動時に、所定の値をテーブル記憶領域7に記憶する初期設定処理部43と、アドレス空間8が新設されるごとに、当該アドレス空間に対応して設ける空間テーブル記憶領域9に、テーブル記憶領域7の内容を設定する、システム定数設定部4と、各アドレス空間8に係る処理でシステム定数の参照を要する場合に、当該アドレス空間の空間テーブル記憶領域9に設定されたシステム定数を参照し、処理を行うオペレーティングシステム1と、テーブル記憶領域7の所要のシステム定数の記憶内容を更新するシステム定数更新部45とから構成されている。
【0010】
図1(b)に示す第2及び第3の発明は、複数のアドレス空間を並設して管理するオペレーティングシステム1を有する情報処理システムであって、システム定数ファイル2と、初期設定処理部3と、システム定数設定部4と、システム定数更新部5とを設ける。
【0011】
第2の発明では、システム定数ファイル2に、各種システム定数を保持するシステム定数テーブル6を格納する。
初期設定処理部3は、所定のシステム始動時に、システム定数ファイル2からシステム定数テーブル6を読み出して、テーブル記憶領域7に記憶する。
【0012】
システム定数設定部4は、アドレス空間8が新設されるごとに、当該アドレス空間に対応して設ける空間テーブル記憶領域9に、テーブル記憶領域7の内容を設定する。
【0013】
オペレーティングシステム1は、各アドレス空間8に係る処理でシステム定数の参照を要する場合に、当該アドレス空間の空間テーブル記憶領域9に設定されたシステム定数を参照する。
【0014】
システム定数更新部5は、システム定数ファイル2の更新があった場合に、システム定数テーブル6の所定のシステム定数の更新後の内容によって、テーブル記憶領域7の該当システム定数の記憶内容を更新する。
【0015】
第3の発明では、前記システム定数ファイル2に、複数のシステム定数テーブル6を格納し、前記初期設定処理部3は、前記所定のシステム始動時に、システム定数ファイル2から、所定の指定入力に従って定まる一つのシステム定数テーブル6を選択的に読み出して、前記テーブル記憶領域7に記憶する。
【0016】
【作用】
本発明の情報処理システムにより、必要なシステム定数の更新を、システム稼働中に直ちに反映することが、既に起動している処理に悪影響を与えることなくできるようになる。
【0017】
又、複数の運用形態に応じて異なるシステム定数値を要する運用の場合に、必要なシステム定数を選択的に使用できるようにすることができる。
【0018】
【実施例】
複数の異なる運用形態に応じて、異なるシステム定数を要する場合には、例えば図1(b)のシステム定数テーブル6を各運用形態ごとに設け、テーブル名をキーとして識別できるように、システム定数ファイル2に格納する。
【0019】
情報処理システムが起動されて、オペレーティングシステム1が立ち上がったとき、オペレーティングシステム1は先ず初期設定処理部3を起動する。
そこで、初期設定処理部3は、例えば図2に示すように、先ず処理ステップ10で、情報処理システムの操作端末等にシステム定数テーブルのテーブル名指定を要求するメッセージを出力し、処理ステップ11でその応答を受け取る。
【0020】
次に処理ステップ12で、応答が省略された(例えば「改行」のみの入力)か、テーブル名が指定されたか識別し、省略の場合は処理ステップ13で予め定まるテーブル名の省略値を受信テーブル名として設定する。
【0021】
その後、処理ステップ14で受信テーブル名によって定まるシステム定数テーブル6を読み出し、処理ステップ15で、そのシステム定数テーブルの内容とテーブル名とをテーブル記憶領域7に設定して処理を終わる。
【0022】
テーブル記憶領域7は、例えばこの情報処理システム内に1個の予め定まる固定記憶位置に設ける。
オペレーティングシステム1は通常のように、ユーザーの処理要求等に応じてアドレス空間を開設し、又その他のシステム管理処理等を実行するが、新たなアドレス空間を開設するごとにシステム定数設定部4を起動する。
【0023】
オペレーティングシステム1から起動されると、システム定数設定部4は、当該アドレス空間の処理で参照すべきシステム定数テーブルの内容として、その時テーブル記憶領域7にある内容を、そのアドレス空間内の空間テーブル記憶領域9に設定する。
【0024】
図3はシステム定数設定部4の処理の一例を示す処理の流れ図であり、処理ステップ20で、まずシステムに定まるテーブル記憶領域7のアクセス権を排他的に占有する。
【0025】
次に処理ステップ21で、テーブル記憶領域7の内容を、新設したアドレス空間内の、例えばシステムで定める固定記憶領域である空間テーブル記憶領域9へ複写し、その後処理ステップ22で排他的占有を解除する。
【0026】
前記の排他的占有は、テーブル記憶領域7のシステム定数テーブルを複写中に、テーブル記憶領域7の更新が行われることにより、空間テーブル記憶領域9への複写内容に矛盾等を生じるような状況を発生しないように、複写中に他の処理によるテーブル記憶領域7へのアクセスを禁止するためである。
【0027】
排他的占有の方法は、例えばテーブル記憶領域7に対応して設けられているフラッグビットを排他制御用の命令で反転させるような、よく知られている方法でよい。
【0028】
システム定数テーブル6の内容を変更する場合には、通常一般のデータと同様にして、ファイル更新処理により行ってもよいが、例えばシステム定数テーブル作成/更新用ユーティリティプログラムをオペレーティングシステム1に設けて、一定形式のシステム定数テーブルの作成を容易にし、且つ入力される各種システム定数ごとの値の範囲、データ形式等を検査して、誤りの無いようにすることが行われる。
【0029】
その場合に、本発明を実施するために、ユティリティプログラムは更新処理を終了すると、例えば更新したシステム定数テーブル6の各テーブル名をシステム定数更新部5に通知するようにする。
【0030】
図4はシステム定数更新部5の処理の一例を示す処理の流れ図である。処理ステップ30でテーブル名を受け取ると、処理ステップ31でそのテーブル名とテーブル記憶領域7に記憶してあるテーブル名とを比較する。
【0031】
受け取ったテーブル名の中に、記憶してあるテーブル名に一致するものが無ければ直ちに処理を終り、同一テーブル名が有る場合には、以下のようにして、現稼働中のシステムにシステム定数の更新を反映させる処理に入る。
【0032】
テーブル記憶領域7に設定したシステム定数テーブルが更新された場合には、システム定数更新部5は処理ステップ32で、そのシステム定数テーブル6をシステム定数ファイル2から読み出す。
【0033】
次にテーブル記憶領域7について前記の場合と同様にして処理ステップ33で排他的占有の処理をした後、処理ステップ34で更新内容に従って、テーブル記憶領域7を更新し、処理ステップ35で排他的占有を解除して処理を終わる。
【0034】
なお、システム定数の中には、例えばオープン可能なファイルの総数のように、全アドレス空間に渡る等の制御に使用されるシステム定数値であって、その値を変更すると後の制御に矛盾等を生じて、例えばシステムのエラーと誤認するようなことが発生する可能性のあるものがあるので、そのような種類のシステム定数は稼働中の更新不可とし、例えばシステム定数テーブルの中の各システム定数の項に設けるフラッグで区分する。
【0035】
従ってシステム定数更新部5は処理ステップ34で、読み出したシステム定数テーブルの中から、更新不可のフラッグが設定されていない各システム定数の値をテーブル記憶領域7の各該当位置に複写することにより、テーブル記憶領域7にシステム定数テーブルの更新を反映する。
【0036】
以上のようにして、テーブル記憶領域7が更新されるので、その後に開設されるアドレス空間の空間テーブル記憶領域9には、新しいシステム定数が設定され、従ってその空間は新しいシステム定数によって制御される。
【0037】
なお、以上から明らかなように、テーブル記憶領域7の更新前に開設されて継続しているアドレス空間については、システム定数の更新は行われず、その空間の空間テーブル記憶領域9に空間開設時に設定された各システム定数値が有効である。
【0038】
【発明の効果】
以上の説明から明らかなように本発明によれば、情報処理システムにおいて、必要なシステム定数の更新を、システム稼働中に直ちに反映することができ、又、複数の運用形態に応じて異なるシステム定数値を選択的に使用できるようにすることができるという効果がある。
【図面の簡単な説明】
【図1】 本発明の構成を示すブロック図
【図2】 初期設定処理部の処理の流れ図
【図3】 システム定数設定部の処理の流れ図
【図4】 システム定数更新部の処理の流れ図
【符号の説明】
1 オペレーティングシステム
2 システム定数ファイル
3、43 初期設定処理部
4 システム定数設定部
5、45 システム定数更新部
6 システム定数テーブル
7 テーブル記憶領域
8 アドレス空間
9 空間テーブル記憶領域
10〜15、20〜22、30〜35 処理ステップ
[0001]
[Industrial application fields]
The present invention relates to an information processing system that updates system constants that an operating system refers to for system management processing or the like while the system is operating so that the update result can be immediately reflected.
[0002]
[Prior art and problems to be solved by the invention]
In an information processing system, an operating system has various constants necessary for performing various processes such as system management as system constants.
[0003]
As is well known, the system constant includes a constant value such as the total number of files that can be opened simultaneously in the system, and the file name of a file (such as a log file) that stores information necessary for system operation. There is name information etc. to show.
[0004]
System constants may be embedded directly in the necessary programs as constant values. However, since it is not easy to change the system constants, a separate file for collecting system constants is provided and the system constants are started when the system is started. Read from the constant file and set each system constant to the required location.
[0005]
System constants are determined in consideration of conditions such as system operation when installing an information processing system, and system constant files are created. However, system constants may often need to be updated due to changes in operating conditions. .
[0006]
For this purpose, updating the contents of the system constant file can be easily performed in the same manner as updating data files.
However, in order to reflect the updated system constant in the processing of the operating system, it is necessary to temporarily stop and restart the system. This is because if the value of a related system constant changes while a process performed with reference to a certain system constant is being executed, a contradiction will occur in the process being executed and a system error will be determined. This is because there is a possibility that it will happen.
[0007]
Further, since there are often cases in which the operation mode of the system is changed depending on the time zone, it is desired that each system constant group is provided according to the plurality of system operation modes and the like and can be selected as necessary.
[0008]
An object of the present invention is to provide an information processing system in which system constants can be easily updated and the updated system constants can be immediately reflected in an operating system.
[0009]
[Means for Solving the Problems]
FIG. 1 is a block diagram showing the configuration of the present invention.
FIG. 1 shows the configuration of an information processing system. The information processing system of the first invention shown in FIG. 1 (a) is an information processing system having an operating system for managing a plurality of address spaces in parallel. When the system is started, an initial setting processing unit 43 that stores a predetermined value in the table storage area 7 and a space table storage area 9 provided corresponding to the address space 8 each time a new address space 8 is newly created are stored in the table. When the system constant setting unit 4 that sets the contents of the area 7 and the processing related to each address space 8 needs to refer to the system constant, the system constant set in the space table storage area 9 of the address space is referred to. From the operating system 1 that performs processing, and the system constant update unit 45 that updates the stored contents of the required system constants in the table storage area 7 It has been made.
[0010]
The second and third inventions shown in FIG. 1B are information processing systems having an operating system 1 that manages a plurality of address spaces in parallel, and includes a system constant file 2 and an initial setting processing unit 3. And a system constant setting unit 4 and a system constant updating unit 5 are provided.
[0011]
In the second invention, the system constant file 6 for storing various system constants is stored in the system constant file 2.
The initial setting processing unit 3 reads the system constant table 6 from the system constant file 2 and stores it in the table storage area 7 when a predetermined system is started.
[0012]
Each time the address space 8 is newly established, the system constant setting unit 4 sets the contents of the table storage area 7 in the space table storage area 9 provided corresponding to the address space.
[0013]
When the operating system 1 needs to refer to the system constant in the processing related to each address space 8, the operating system 1 refers to the system constant set in the space table storage area 9 of the address space.
[0014]
When the system constant file 2 is updated, the system constant update unit 5 updates the storage contents of the corresponding system constants in the table storage area 7 with the updated contents of the predetermined system constants in the system constant table 6.
[0015]
In the third invention, a plurality of system constant tables 6 are stored in the system constant file 2, and the initial setting processing unit 3 is determined from the system constant file 2 according to a predetermined designated input at the predetermined system startup. One system constant table 6 is selectively read out and stored in the table storage area 7.
[0016]
[Action]
The information processing system of the present invention makes it possible to immediately reflect necessary system constant updates while the system is operating without adversely affecting processing that has already been started.
[0017]
Further, in the case of an operation that requires different system constant values depending on a plurality of operation modes, it is possible to selectively use necessary system constants.
[0018]
【Example】
When different system constants are required according to a plurality of different operation modes, for example, the system constant table 6 of FIG. 1B is provided for each operation mode, and the system constant file is identified so that the table name can be identified as a key. 2 is stored.
[0019]
When the information processing system is activated and the operating system 1 is started up, the operating system 1 first activates the initial setting processing unit 3.
Therefore, for example, as shown in FIG. 2, the initial setting processing unit 3 first outputs a message requesting the table name designation of the system constant table to the operation terminal of the information processing system in processing step 10, and in processing step 11. Receive the response.
[0020]
Next, in processing step 12, it is identified whether the response has been omitted (for example, input of “carriage return only”) or a table name has been specified. If omitted, the default value of the table name determined in advance in processing step 13 is received. Set as name.
[0021]
Thereafter, the system constant table 6 determined by the reception table name is read in the processing step 14, and the contents and table name of the system constant table are set in the table storage area 7 in the processing step 15 to complete the processing.
[0022]
The table storage area 7 is provided, for example, in one fixed storage position determined in advance in this information processing system.
As usual, the operating system 1 opens an address space in response to a user's processing request and executes other system management processing. The system constant setting unit 4 is set each time a new address space is opened. to start.
[0023]
When started from the operating system 1, the system constant setting unit 4 stores the contents in the table storage area 7 at that time as the contents of the system constant table to be referred to in the processing of the address space, and stores the contents in the space table in the address space. Set to area 9.
[0024]
FIG. 3 is a process flowchart showing an example of the process of the system constant setting unit 4. In process step 20, the access right of the table storage area 7 determined in the system is exclusively occupied.
[0025]
Next, in step 21, the contents of the table storage area 7 are copied to the space table storage area 9, which is a fixed storage area defined by the system, for example, in the newly established address space, and then the exclusive occupation is released in processing step 22. To do.
[0026]
The exclusive occupancy described above is a situation in which the contents of the copy to the spatial table storage area 9 are inconsistent by updating the table storage area 7 while the system constant table in the table storage area 7 is being copied. This is to prevent access to the table storage area 7 by other processing during copying so as not to occur.
[0027]
The exclusive occupancy method may be a well-known method, for example, in which a flag bit provided corresponding to the table storage area 7 is inverted by an instruction for exclusive control.
[0028]
When changing the contents of the system constant table 6, it may be performed by a file update process in the same manner as ordinary data. For example, a system constant table creation / update utility program is provided in the operating system 1, It is easy to create a system constant table in a fixed format, and check the range of values, data format, etc. for each of various system constants that are input so as to prevent errors.
[0029]
In this case, in order to implement the present invention, when the utility program ends the update process, for example, the system constant update unit 5 is notified of each table name of the updated system constant table 6.
[0030]
FIG. 4 is a process flowchart illustrating an example of the process of the system constant update unit 5. When the table name is received in the processing step 30, the table name is compared with the table name stored in the table storage area 7 in the processing step 31.
[0031]
If there is no received table name that matches the stored table name, the process ends immediately. If the same table name exists, the system constant of Enter the process to reflect the update.
[0032]
When the system constant table set in the table storage area 7 is updated, the system constant update unit 5 reads the system constant table 6 from the system constant file 2 in a processing step 32.
[0033]
Next, the table storage area 7 is subjected to exclusive occupancy processing in the processing step 33 in the same manner as described above, and then the table storage area 7 is updated according to the update content in the processing step 34 and exclusive occupancy is performed in the processing step 35 Cancel and end the process.
[0034]
Note that some of the system constants are system constant values used for control over the entire address space, such as the total number of files that can be opened. For example, system constants of this type cannot be updated during operation. For example, each system in the system constant table may be mistaken for a system error. It is divided by a flag provided in the constant term.
[0035]
Therefore, the system constant update unit 5 copies the value of each system constant in which the non-updatable flag is set from the read system constant table to each corresponding position in the table storage area 7 in processing step 34, The update of the system constant table is reflected in the table storage area 7.
[0036]
Since the table storage area 7 is updated as described above, a new system constant is set in the space table storage area 9 of the address space that is subsequently opened, and the space is controlled by the new system constant. .
[0037]
As is clear from the above, the system constant is not updated for the address space that was established before the table storage area 7 was updated, and is set in the space table storage area 9 of that space when the space is established. Each system constant value specified is valid.
[0038]
【The invention's effect】
As is apparent from the above description, according to the present invention, in the information processing system, necessary system constant updates can be immediately reflected during system operation, and different system settings can be made depending on a plurality of operation modes. There is an effect that a numerical value can be selectively used.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of the present invention. FIG. 2 is a flowchart of processing of an initial setting processing unit. FIG. 3 is a flowchart of processing of a system constant setting unit. Explanation of]
DESCRIPTION OF SYMBOLS 1 Operating system 2 System constant file 3, 43 Initial setting process part 4 System constant setting part 5, 45 System constant update part 6 System constant table 7 Table storage area 8 Address space 9 Spatial table storage area
10-15, 20-22, 30-35 processing steps

Claims (2)

複数のアドレス空間を並設して管理するオペレーティングシステムを有する情報処理システムであって、
システムの始動時に、複数のシステム定数テーブルを保持するシステム定数ファイルの中から、指定された前記システム定数テーブルを読み出してテーブル記憶領域に記憶する初期設定処理部と、
アドレス空間が新設されるごとに、前記テーブル記憶領域のアクセス権を排他的に占有し、前記テーブル記憶領域の内容を前記新設されたアドレス空間に設ける空間テーブル記憶領域に設定し、その後排他占有を解除するシステム定数設定部と、
前記アドレス空間に係る処理でシステム定数の参照を要する場合に、前記アドレス空間の前記空間テーブル記憶領域に設定されたシステム定数を参照し、処理を行う前記オペレーティングシステムと、
前記テーブル記憶領域について排他的に占有して前記システム定数の記憶内容を更新し、その後排他的占有を解除するシステム定数更新部とから構成されていることを特徴とする情報処理システム。
An information processing system having an operating system for managing a plurality of address spaces in parallel,
An initial setting processing unit that reads out the specified system constant table from a system constant file that holds a plurality of system constant tables and stores them in a table storage area when the system is started,
Each time an address space is newly established, the access right of the table storage area is exclusively occupied, and the contents of the table storage area are set in the space table storage area provided in the newly established address space , and then exclusive occupation A system constant setting section for canceling
The operating system that performs processing by referring to the system constant set in the space table storage area of the address space when the system constant needs to be referred to in the processing related to the address space;
An information processing system comprising: a system constant update unit that exclusively occupies the table storage area , updates the storage content of the system constant, and then releases the exclusive occupancy .
複数のアドレス空間を並設して管理するオペレーティングシステムを用いる情報処理方法であって、
システム定数ファイルに、システム定数を保持するシステム定数テーブルを格納する格納ステップと、
システムの始動時に、複数のシステム定数テーブルを保持するシステム定数ファイルの中から、指定された前記システム定数テーブルを読み出してテーブル記憶領域に記憶する初期設定処理ステップと、
前記アドレス空間が新設されるごとに、前記テーブル記憶領域のアクセス権を排他的に占有し該内容を前記新設されたアドレス空間に設ける前記空間テーブル記憶領域に設定し、処理後排他占有を解除するシステム定数設定ステップと、
前記システム定数ファイルの更新があった場合に、前記テーブル記憶領域について排他的に占有し前記システム定数の記憶内容を更新して、更新後に排他的占有を解除するシステム定数更新ステップと
を有することを特徴とする情報処理方法。
An information processing method using an operating system for managing a plurality of address spaces in parallel,
A storage step for storing a system constant table for holding system constants in a system constant file;
An initialization process step of reading out the specified system constant table from a system constant file holding a plurality of system constant tables and storing them in a table storage area when the system is started;
Every time the address space is newly established, the access right of the table storage area is exclusively occupied, the contents are set in the space table storage area provided in the newly established address space , and the exclusive occupation after the processing is released. System constant setting step,
A system constant update step for exclusively occupying the table storage area and updating the storage content of the system constant when the system constant file is updated, and releasing the exclusive occupation after the update ;
An information processing method characterized by comprising:
JP04811895A 1995-03-08 1995-03-08 Information processing system and method Expired - Fee Related JP3697735B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP04811895A JP3697735B2 (en) 1995-03-08 1995-03-08 Information processing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP04811895A JP3697735B2 (en) 1995-03-08 1995-03-08 Information processing system and method

Publications (2)

Publication Number Publication Date
JPH08249162A JPH08249162A (en) 1996-09-27
JP3697735B2 true JP3697735B2 (en) 2005-09-21

Family

ID=12794419

Family Applications (1)

Application Number Title Priority Date Filing Date
JP04811895A Expired - Fee Related JP3697735B2 (en) 1995-03-08 1995-03-08 Information processing system and method

Country Status (1)

Country Link
JP (1) JP3697735B2 (en)

Also Published As

Publication number Publication date
JPH08249162A (en) 1996-09-27

Similar Documents

Publication Publication Date Title
US6247024B1 (en) Method and system for performing deferred file removal in a file system
JP2006202337A (en) Method and device for data processing
JPH0696077A (en) Shared processing system for data and processor for its data
JP3697735B2 (en) Information processing system and method
JPH11282687A (en) Method for automatically revising program
JP3138575B2 (en) File copy transfer method
JP6676791B2 (en) Information processing device
JP3970524B2 (en) Exclusive control method between multiple operations
JP2921480B2 (en) Method of starting maintenance mode in computer system
JP2006004024A (en) Program for execution by directory server
JPH11120054A (en) Device and method for managing electronic document, and recording medium recorded with electronic document managing program
JPH08320862A (en) System and method for document management
JP3652878B2 (en) Transaction synchronous replacement method for secondary load modules
KR100308251B1 (en) Integrated management method of runtime backup information and its system
KR100545796B1 (en) Method and apparatus for changing operating system of embedded system using server push (PSH)
JPH05233336A (en) Exclusive control system in on-line system
JPH05197605A (en) Filing system
JPH03282824A (en) Program start system
JP2001202279A (en) File managing method and file managing program recording medium
CN115221117A (en) Method and system capable of transferring data across disks
JPH086727A (en) Method for executing program
JP4669027B2 (en) Storage system
JP2000112716A (en) Sg file accessing device
JPH06110763A (en) File system
JPH056302A (en) Memory management system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20041028

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041130

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050131

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050627

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080715

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090715

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100715

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100715

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110715

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees