JPH0272445A - System file confirming system - Google Patents

System file confirming system

Info

Publication number
JPH0272445A
JPH0272445A JP63225205A JP22520588A JPH0272445A JP H0272445 A JPH0272445 A JP H0272445A JP 63225205 A JP63225205 A JP 63225205A JP 22520588 A JP22520588 A JP 22520588A JP H0272445 A JPH0272445 A JP H0272445A
Authority
JP
Japan
Prior art keywords
file
information
files
install
disk
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
JP63225205A
Other languages
Japanese (ja)
Inventor
Norio Sakurai
桜井 教雄
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP63225205A priority Critical patent/JPH0272445A/en
Publication of JPH0272445A publication Critical patent/JPH0272445A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To quickly and completely pick up the system files having such abnormality as the deletion, the destruction, etc., by writing down the information on a system file at its production and comparing the information with an actual system file. CONSTITUTION:When a system install means 4 produces a system file 7 based on an install floppy disk 1, a catalog production means 2 picks up the name, the size, etc., of the file 7 out of the disk 1 and adds the present (floppy) number to produce a catalog. This catalog is stored in an install confirming floppy disk 3. When the confirmation of the file 7 is required, a copy means 5 copies the contents of the disk 3 to a magnetic disk. A comparison means 8 compares the install file information 6 with the file 7 and picks up all discordant files to display them on a display or to output them in a list. Thus it is possible to pick up all deleted or destroyed system files with no mistake.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はシステムファイル確認方式、特にUNIXR?
Ms−DO3のように、ファイルシステムが本構造を採
るO8において、生成されたシステムファイルの有無や
突然の電源断などによりファイルが破壊されていないか
を確認するシステムファイル確認方式に関する。
[Detailed Description of the Invention] [Industrial Field of Application] The present invention relates to a system file confirmation method, especially UNIXR?
The present invention relates to a system file confirmation method for confirming the presence or absence of a generated system file and whether or not a file has been destroyed due to a sudden power cut, etc. in an O8 whose file system adopts this structure, such as Ms-DO3.

〔従来の技術〕[Conventional technology]

従来、この種のシステムファイルの有無を確認するため
には、UN I XJ??MS−DO3のファイルシス
テムに詳しい人間が1つ1つのファイルについてリスト
コマンドによりファイルの一覧を表示させて確かめてい
た。
Traditionally, to check the presence or absence of this type of system file, UNIXJ? ? A person familiar with the MS-DO3 file system checked each file by displaying a list of files using a list command.

また、ファイル破壊の確認は、ディレクトリ形式のファ
イルであればリストコマンドのパラメータ指定でファイ
ルの大きさや作成年月日等の詳細情報でチエツクし、ロ
ードモジュール形式のファイルであればそのファイルを
実行させ、またテキスト形式のファイルであればファイ
ル読み取りコマンドで内容をチエツクするなどの方法で
、異常を検出することで行っていた。
Also, to check for file corruption, if the file is in directory format, check detailed information such as the file size and creation date by specifying the parameters of the list command, and if the file is in load module format, execute the file. In the case of text-format files, this was done by checking the contents using a file read command to detect abnormalities.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のシステムファイル確認方式では、削除・
破壊されたファイルを特定するには、そのファイルシス
テムに詳しい人間が障害発生時にアクセスしていたと思
われるファイルなどに見当をつけて、1フアイルづつ確
認していかなければならないが、ファイルシステム全体
から、全ての削除・破壊されたファイルを漏れなく選び
出す事は困難で、かつ非常に時間がかかるという欠点が
ある。
The conventional system file confirmation method described above does not delete or
In order to identify the corrupted file, a person familiar with the file system must identify the files that were likely being accessed at the time of the failure and check each file one by one. However, the disadvantage is that it is difficult to select all deleted or destroyed files without exception, and it is very time consuming.

また、誤って削除されたためにファイルが存在しないの
か、或いはもともと生成されていないためにファイルが
存在しないのかの判断も難しいという欠点がある。
Another drawback is that it is difficult to determine whether a file does not exist because it was deleted by mistake or whether it does not exist because it was not created in the first place.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のシステムファイル確認方式は、システムファイ
ルの生成時に、該システムファイルの情報をインストー
ル確認用フロッピーディスクに作成しておく目録作成手
段と、 前記システムファイルの有無・破壊等の確認時に前記イ
ンストール確認用フロッピーディスクと実際のシステム
とを前記情報について比較する比較手段とを設けたこと
を特徴とする。
The system file confirmation method of the present invention includes a catalog creation means for creating information about the system file on a floppy disk for installation confirmation when a system file is generated, and the installation confirmation when confirming the presence/destruction of the system file. The present invention is characterized in that it includes a comparison means for comparing the information between the floppy disk for use with the actual system and the information.

〔実施例〕 次に、本発明について図面を参照して説明する。〔Example〕 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図であり、U
NIXの場合について示している。目録・作成手段2は
、具体的にはシェルスクリプトによるコマンドの実行手
段であり、比較手段8はC言語による比較処理コマンド
の実行手段である。
FIG. 1 is a block diagram showing one embodiment of the present invention.
The case of NIX is shown. Specifically, the catalog/creation means 2 is a command execution means using a shell script, and the comparison means 8 is a comparison processing command execution means using the C language.

インストールフロッピーディスク1に基づき、システム
インストール手段4がシステムファイル7を生成すると
き、目録作成手段2は、インストールフロッピーディス
ク1から名、サイズ等を自動的に抜き出し、更に所在(
フロッピィ番号)を付加して目録を作成し、インストー
ル確認用フロッピーディスク3に格納しておく。
When the system installation means 4 generates the system file 7 based on the installation floppy disk 1, the cataloging means 2 automatically extracts the name, size, etc. from the installation floppy disk 1, and also extracts the location (
A list is created by adding a floppy number (floppy number) and stored on the floppy disk 3 for installation confirmation.

次に、システムインストール後、或いは障害発生後にお
いて、システムファイル7の確認が必要な際に、複写手
段5はインストール確認用フロッピーディスク3の内容
を、いったん磁気ディスクに複写し、比較手段8は、こ
のインストールファイル情報6とシステムファイル7と
を比較して、一致しないファイルを全て抜き出して、デ
イスプレィ表示またはリスト出力する。抜き出されたフ
ァイルのみをリストアすれば、復旧処理は完了する。
Next, when it is necessary to confirm the system file 7 after system installation or after a failure occurs, the copying means 5 copies the contents of the installation confirmation floppy disk 3 onto a magnetic disk, and the comparison means 8 The installation file information 6 and the system file 7 are compared, and all files that do not match are extracted and displayed on a display or output as a list. The recovery process is completed by restoring only the extracted files.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、システムファイルの生成
時に、ファイル名、サイズ、所在などの情報をインスト
ール確認用フロッピィに控えておき、実際のシステムフ
ァイルと比較することを2つのコマンドで自動的に行う
ことにより、当該ファイルシステムに詳しくない者でも
、削除・破壊などの異常があったシステムファイルを迅
速に、漏らさず選び出すことができるという効果がある
As explained above, the present invention saves information such as file name, size, location, etc. on an installation confirmation floppy when generating system files, and automatically compares it with the actual system files using two commands. By doing this, even a person who is not familiar with the file system in question can quickly and accurately identify system files that have been deleted, destroyed, or otherwise have an abnormality.

録作成手段、3・・・インストール確認用フロッピーデ
ィスク、4・・・システムインストール手段、5・・・
複写手段、6・・・インストールファイル情報、7・・
・システムファイル、8・・・比較手段。
Recording means, 3... Floppy disk for installation confirmation, 4... System installation means, 5...
Copying means, 6...Installation file information, 7...
- System file, 8... comparison means.

Claims (1)

【特許請求の範囲】 システムファイルの生成時に、該システムファイルの情
報をインストール確認用フロッピーディスクに作成して
おく目録作成手段と、 前記システムファイルの有無・破壊等の確認時に前記イ
ンストール確認用フロッピーディスクと実際のシステム
とを前記情報について比較する比較手段とを設けたこと
を特徴とするシステムファイル確認方式。
[Scope of Claims] Catalog creation means for creating information on the system file on a floppy disk for installation confirmation when generating the system file; and said floppy disk for installation confirmation when confirming the presence/absence of the system file, destruction, etc. and a comparison means for comparing the information with an actual system.
JP63225205A 1988-09-07 1988-09-07 System file confirming system Pending JPH0272445A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63225205A JPH0272445A (en) 1988-09-07 1988-09-07 System file confirming system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63225205A JPH0272445A (en) 1988-09-07 1988-09-07 System file confirming system

Publications (1)

Publication Number Publication Date
JPH0272445A true JPH0272445A (en) 1990-03-12

Family

ID=16825625

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63225205A Pending JPH0272445A (en) 1988-09-07 1988-09-07 System file confirming system

Country Status (1)

Country Link
JP (1) JPH0272445A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04149753A (en) * 1990-10-15 1992-05-22 Seiko Epson Corp Information processor
US6334194B1 (en) 1997-11-07 2001-12-25 Nec Corporation Fault tolerant computer employing double-redundant structure
US6751795B1 (en) 1998-12-24 2004-06-15 Nec Corporation System and method for software installation

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04149753A (en) * 1990-10-15 1992-05-22 Seiko Epson Corp Information processor
US6334194B1 (en) 1997-11-07 2001-12-25 Nec Corporation Fault tolerant computer employing double-redundant structure
US6751795B1 (en) 1998-12-24 2004-06-15 Nec Corporation System and method for software installation

Similar Documents

Publication Publication Date Title
JPH0272445A (en) System file confirming system
CN115437818A (en) Automatic restoration method, system, storage medium and equipment for VxWorks system start failure
JPH04362735A (en) Source program collation system
JP3220182B2 (en) File copying machine
CN108563453A (en) A kind of recognition methods of application program installation and system
JPH01137348A (en) Data writing system
JP2733192B2 (en) Disc copying method
JPS5856150A (en) Program control system
JPH02211557A (en) Data base saving system
CN110008114A (en) Configuration information maintaining method, device, equipment and readable storage medium storing program for executing
JPS61296461A (en) Message guarantee system between on-line jobs
JPH0651959A (en) Software installing method
JPH02165384A (en) Information processor
JPH05241971A (en) Restoring method for data on memory
JPS6221136B2 (en)
JPS6362007B2 (en)
JP2000267920A (en) Method for recovering backup and recording medium
JPH01248357A (en) System for detecting data write faulty record in early stage
JPH04105137A (en) Check system for input/output function of computer
JPH0520157A (en) Automatic restoration system for document file
JPH02307139A (en) Restoring system for disk file
JPH0588855A (en) Trouble recovering system
JPH07230383A (en) Lm-jcl automatic release system
JPH05225026A (en) Fault recovery system
JPS63115249A (en) File restoration processing system