JP2015064807A - Maintenance support system, maintenance support method, and maintenance support program - Google Patents

Maintenance support system, maintenance support method, and maintenance support program Download PDF

Info

Publication number
JP2015064807A
JP2015064807A JP2013199181A JP2013199181A JP2015064807A JP 2015064807 A JP2015064807 A JP 2015064807A JP 2013199181 A JP2013199181 A JP 2013199181A JP 2013199181 A JP2013199181 A JP 2013199181A JP 2015064807 A JP2015064807 A JP 2015064807A
Authority
JP
Japan
Prior art keywords
command
maintenance
input tool
maintenance support
execution instruction
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
JP2013199181A
Other languages
Japanese (ja)
Inventor
井上 大輔
Daisuke Inoue
大輔 井上
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 Network and System Integration Corp
Original Assignee
NEC Network and System Integration 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 Network and System Integration Corp filed Critical NEC Network and System Integration Corp
Priority to JP2013199181A priority Critical patent/JP2015064807A/en
Publication of JP2015064807A publication Critical patent/JP2015064807A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent incorrect transmission of a maintenance instruction (command) to terminal devices being a maintenance object in the maintenance of a computer system.SOLUTION: A maintenance support system supporting the maintenance of terminal devices being a maintenance object includes execution instruction deletion means for deleting an execution instruction from a command imported according to a procedure manual and importing the command into a command input tool, command attachment means for transmitting the command from the command input tool to terminal software, and command execution means for adding an execution instruction to the command displayed on the terminal software and transmitting the command to the maintenance object devices so that the devices execute the command.

Description

本発明は、コンピュータシステムの保守に関して、対象の保守対象端末器への保守命令(コマンド)の誤送信を防止する保守支援システムに関する。   The present invention relates to a maintenance support system for preventing erroneous transmission of a maintenance command (command) to a target maintenance target terminal for maintenance of a computer system.

コンピュータシステムの保守は、保守作業者が保守用端末機にインストールされたターミナルソフトに、保守命令(コマンド)の入力をし、ネットワークを介してコンピュータシステム(保守対象機器)に送信してサービスや処理を依頼する。また、保守の実施前にあらかじめ保守作業者によって電子ファイルで保守手順書が作成され、コマンドの投入内容や投入順序を記載し、保守手順に誤りが無いように準備される。   For maintenance of computer systems, maintenance workers enter maintenance commands (commands) into terminal software installed on maintenance terminals and send them to the computer system (maintenance target device) via the network for services and processing. Request. In addition, a maintenance procedure manual is created in advance by an electronic file by a maintenance worker before maintenance is performed, and the contents and order of input of commands are described so that there is no error in the maintenance procedure.

保守手順書は、複数名によって厳密に精査される。1文字の誤りが、保守対象機器の大規模な障害を引き起こす原因となりうるためである。また、コマンドは、1つが数文字〜数百文字であり、手順書は小規模な保守であれば、コマンド数行で終了するが、大規模な保守の場合は、コマンドが数百行〜数千行に及ぶ場合がある。   Maintenance procedures are closely scrutinized by multiple people. This is because an error of one character can cause a large-scale failure of the maintenance target device. In addition, one command is several characters to several hundred characters, and the procedure manual ends with several command lines if the maintenance is small, but if the maintenance is large, the command is several hundred to several characters. There may be a thousand lines.

実際に保守を実施する場合、保守作業者はこれらのコマンドを、保守手順書からコマンドの1行をコピーし、ターミナルソフトに貼り付けをすることにより入力する。特に、保守用端末機がCLI(Command Line Interface)であり、文字列の羅列によるコマンドをターミナルソフトに入力する保守形態の場合、保守作業者が1文字毎にキーボード等の入力装置を打ち込んで、ターミナルソフトに手入力することは、保守時間の増大を招くばかりか、保守作業者の入力ミスによる誤字、脱字等の誤コマンドを発生させ、保守対象機器の障害を発生させる原因となる。   When the maintenance is actually performed, the maintenance worker inputs these commands by copying one line of the command from the maintenance procedure manual and pasting it on the terminal software. In particular, when the maintenance terminal is a CLI (Command Line Interface) and a maintenance mode in which a command based on a list of character strings is input to the terminal software, the maintenance worker inputs an input device such as a keyboard for each character, Manual input to the terminal software not only increases the maintenance time, but also causes erroneous commands such as typographical errors and omissions due to input errors of the maintenance operator, causing failure of the maintenance target device.

このような保守作業のミスによる障害の発生を防止するため、保守作業用のツールを使用して、ミスの防止と作業効率の向上を図ることが一般的である。   In order to prevent the occurrence of a failure due to a mistake in maintenance work, it is common to use a maintenance work tool to prevent mistakes and improve work efficiency.

特開2009−200808JP2009-200808A

特許文献1には、交換機のファイル更新作業の確認支援を行うファイル更新確認システムであって、保守端末と、ファイル更新作業の確認処理を行うシミュレーション装置とを備え、前記保守端末は、交換機のファイル更新を行うためのコマンドを入力すると、入力した前記コマンドを前記シミュレーション装置に送信するコマンド送信手段を含み、前記シミュレーション装置は、前記保守端末から受信したコマンドが、ファイル更新作業中の現在の手順で送信すべきコマンドに合致するか否かを判定することで、コマンドの誤入力や手順抜け等の作業ミスを適切に防止するファイル更新確認システムが開示されている。   Patent Document 1 is a file update confirmation system that supports confirmation of file update work of an exchange, and includes a maintenance terminal and a simulation device that performs confirmation processing of the file update work. When a command for performing an update is input, it includes command transmission means for transmitting the input command to the simulation device. The simulation device receives a command received from the maintenance terminal in a current procedure during a file update operation. There has been disclosed a file update confirmation system that appropriately prevents an operation error such as erroneous input of a command or missing a procedure by determining whether or not a command to be transmitted is matched.

特許文献1では、シミュレーション装置が正しいコマンドと判定した場合は、監視制御装置は、保守用端末機から受信したコマンドに基づいて、交換機に対して実際のコマンド発行(送信)を行う。しかしながら、特許文献1では、予め作業手順書に記載された保守命令(コマンド)をシミュレーションへ登録し、登録された保守命令(コマンド)以外の入力が不可となるため、円滑にファイル更新作業が進捗している場合は問題ないが、何らか想定外の事態が発生した際、緊急で必要となる重要なコマンドが実行できず、想定外の事態に対処すべく必要なコマンド投入するために、再度、シミュレーション装置に実行可能コマンドとして投入する作業が追加で発生しまう。また、誤ったコマンドがシミュレーション装置をすり抜けた場合は、誤ったコマンドがそのまま交換機に対して実際のコマンド発行(送信)を行ってしまうため、障害発生の原因となりうる。   In Patent Document 1, when the simulation apparatus determines that the command is correct, the monitoring and control apparatus issues (transmits) an actual command to the exchange based on the command received from the maintenance terminal. However, in Patent Document 1, a maintenance command (command) described in the work procedure manual is registered in the simulation in advance, and input other than the registered maintenance command (command) becomes impossible. If there is any unexpected situation, it is impossible to execute an important command that is urgently needed, and again to input the necessary command to deal with the unexpected situation. In addition, an operation to be input as an executable command to the simulation apparatus is additionally generated. Further, when an incorrect command passes through the simulation apparatus, the incorrect command directly issues (transmits) an actual command to the exchange, which may cause a failure.

本発明の目的は、保守作業者が手順書に記載された内容をコピー/貼り付けによるコマンド入力時に、実行命令(改行コード)をコマンドから削除し、付さないようにすることで、入力したコマンドを即時実行することがなく、間違えたコマンドを入力しても即時実行を防ぎ、また、コマンドの最終確認及び修正を行うことが可能なことで、保守対象機器への誤ったコマンド実行を防止するシステム、方法、及びプログラムを提供することにある。   The object of the present invention is to input the contents written in the procedure manual by deleting the execution instruction (line feed code) from the command so that it is not added when the command is entered by copying / pasting the contents described in the procedure manual. Without executing commands immediately, even if a wrong command is entered, it can be prevented immediately, and the final confirmation and correction of the command can be performed to prevent erroneous command execution on the maintenance target device. It is to provide a system, a method, and a program.

本発明の保守支援システムによれば、保守対象端末器の保守を支援する保守支援システムにおいて、手順書から取り込んだコマンドから実行命令を削除してコマンド投入ツールに取り込む実行命令削除手段と、前記実行命令が削除された前記コマンドのみを前記コマンド投入ツールからターミナルソフトに転送するコマンド貼付手段と、前記ターミナルソフトに表示された前記コマンドに実行命令を付加し、そのコマンドを保守対象機器に送信してコマンドを実行させるコマンド実行手段と、を有することを特徴とする。   According to the maintenance support system of the present invention, in the maintenance support system that supports the maintenance of the maintenance target terminal, the execution instruction deleting means that deletes the execution instruction from the command acquired from the procedure manual and imports it into the command input tool, and the execution Command pasting means for transferring only the command from which the command has been deleted from the command input tool to the terminal software, adding an execution command to the command displayed on the terminal software, and sending the command to the maintenance target device. Command execution means for executing a command.

本発明の保守支援システムによれば、前記コマンド投入ツールに表示されたコマンドを修正するコマンド修正手段を有することを特徴とする。   According to the maintenance support system of the present invention, there is provided a command correcting means for correcting a command displayed on the command input tool.

本発明の保守支援システムによれば、前記コマンド貼付手段は、前記コマンド転送後に、該コマンドが再転送不可能に制御するものであることを特徴とする。   According to the maintenance support system of the present invention, the command pasting means controls that the command cannot be retransmitted after the command is transferred.

本発明の保守支援システムによれば、前記コマンド貼付手段は、前記コマンドの転送を前記コマンド投入ツールで付与された優先順位順に従って制限するものであることを特徴とする。   According to the maintenance support system of the present invention, the command pasting means limits the transfer of the command according to the priority order given by the command input tool.

本発明の保守支援方法によれば、保守対象端末器の保守を支援する保守支援方法において、手順書から取り込んだコマンドから実行命令を削除してコマンド投入ツールに取り込み、前記実行命令が削除された前記コマンドのみを前記コマンド投入ツールからターミナルソフトに転送し、前記ターミナルソフトに表示された前記コマンドに実行命令を付加し、そのコマンドを保守対象機器に送信してコマンドを実行させることを特徴とする。   According to the maintenance support method of the present invention, in the maintenance support method for supporting the maintenance of the maintenance target terminal, the execution instruction is deleted from the command fetched from the procedure manual and fetched into the command input tool, and the execution instruction is deleted. Only the command is transferred from the command input tool to terminal software, an execution instruction is added to the command displayed on the terminal software, and the command is transmitted to a maintenance target device to execute the command. .

本発明の保守支援方法によれば、前記コマンド投入ツールに表示されたコマンドを修正することを特徴とする。   According to the maintenance support method of the present invention, the command displayed on the command input tool is corrected.

本発明の保守支援方法によれば、前記コマンド転送後に、該コマンドが再転送不可能に制御することを特徴とする。   According to the maintenance support method of the present invention, after the command transfer, the command is controlled so that it cannot be retransmitted.

本発明の保守支援方法によれば、前記コマンドの転送を前記コマンド投入ツールで付与された優先順位順に従って制限することを特徴とする。   According to the maintenance support method of the present invention, the transfer of the command is limited according to the priority order given by the command input tool.

本発明の保守支援プログラムによれば、保守対象端末器の保守支援を制御する保守支援プログラムにおいて、コンピュータに、手順書から取り込んだコマンドから実行命令を削除してコマンド投入ツールに取り込む機能と、前記実行命令が削除された前記コマンドのみを前記コマンド投入ツールからターミナルソフトに転送する機能と、前記ターミナルソフトに表示された前記コマンドに実行命令を付加し、そのコマンドを保守対象機器に送信してコマンドを実行する機能とを実施させることを特徴とする。   According to the maintenance support program of the present invention, in the maintenance support program for controlling the maintenance support of the maintenance target terminal device, the function of deleting the execution instruction from the command taken from the procedure manual and taking it into the command input tool, A function for transferring only the command from which the execution instruction has been deleted from the command input tool to the terminal software, and an execution instruction is added to the command displayed in the terminal software, and the command is transmitted to the maintenance target device. And a function of executing the function.

本発明によれば、CLIの保守用端末機において、手順書の内容をコマンド投入ツールに入力(貼り付け)した際に、実行命令を削除して貼り付ける。また、コマンド投入ツールで「Copy」を押下し、ターミナルソフトにコマンドを転送した場合でも、実行命令を付加されないため、ターミナルソフト上ではコマンドが即時実行されない。保守作業者は実行前に再度コマンドの内容を確認することができるので、コンピュータシステムへの誤ったコマンドの実行を防止することができる。ここで、実行命令は改行コードを使用する場合が多く、本発明では、「CR」(Carriage Return : 行頭復帰)、「LF」(Line Feed : 改行)等を実行命令とみなす。   According to the present invention, in the CLI maintenance terminal, when the contents of the procedure manual are input (pasted) to the command input tool, the execution instruction is deleted and pasted. Even when “Copy” is pressed by the command input tool and the command is transferred to the terminal software, the execution command is not added, so the command is not immediately executed on the terminal software. Since the maintenance worker can confirm the contents of the command again before execution, it is possible to prevent erroneous execution of the command to the computer system. Here, the execution instruction often uses a line feed code, and in the present invention, “CR” (Carriage Return: line return), “LF” (Line Feed: line feed) and the like are regarded as execution instructions.

また、保守作業者がターミナルソフト上で実行命令を付加して、初めてコマンドが実行されるので、保守作業者が任意のタイミングでコマンド実行をすることができる。例えば、ある処理の終了を待って次のコマンド実行をする必要がある場合等に、効果的である。   Further, since the maintenance worker adds an execution instruction on the terminal software and the command is executed for the first time, the maintenance worker can execute the command at an arbitrary timing. For example, it is effective when it is necessary to wait for the end of a certain process and execute the next command.

また、手順書に記載したコマンドについて、コマンド投入ツールを介してターミナルソフトにコピーして入力することができるので、保守作業者は長いコマンドの手入力や、大量のコマンドの入力を省力化することができ、作業効率の向上を図ることができる。また、保守作業者による手入力を省略するので、手入力時に発生しやすい文字の打ち間違え等の誤字を防止することができる。   In addition, the commands described in the procedure manual can be copied and input to the terminal software via the command input tool, so that maintenance workers can save labor by manually inputting long commands or inputting a large number of commands. And work efficiency can be improved. Further, since manual input by the maintenance worker is omitted, it is possible to prevent erroneous characters such as typing mistakes that are likely to occur during manual input.

また、コマンド欄に入力済のコマンドは、実行命令を付加せずに修正することができるので、手順書の記載に間違えがあった場合でも、修正を容易にすることができる。   Further, since the command already entered in the command column can be corrected without adding an execution instruction, correction can be facilitated even if there is a mistake in the description of the procedure manual.

また、転送キー押下にて簡単にコマンド投入ツールからターミナルソフトにコピーして入力することができるので、大量のコマンドの投入においても、容易に保守作業を実行することができる。   In addition, since the command input tool can easily copy and input to the terminal software by pressing the transfer key, maintenance work can be easily executed even when a large number of commands are input.

また、再投入防止機能により、転送キーを押下後にロックして再押下することができないので、コマンドを誤って2度実行することを防止することができる。また、実行済のコマンド欄を変色することにより、視覚的に実行済のコマンドを確認することができ、次に投入すべきコマンドを視覚的に理解することができる。   Further, the re-insertion prevention function prevents the command from being executed twice by mistake because it cannot be locked and re-pressed after the transfer key is pressed. Further, by changing the color of the executed command column, it is possible to visually check the executed command and visually understand the command to be input next.

また、コマンドの入力順序によって、押下できる転送キーを決定するので、誤った入力順序によるコマンド実行を防止することができる。   In addition, since the transfer key that can be pressed is determined according to the command input order, it is possible to prevent the command from being executed in an incorrect input order.

また、転送キーを押下時の時刻を表示するので、保守作業者が作業の実行スケジュールを確認することができる。また、記録として、実行済のコマンド及び実行時刻を記録することができるので、作業後の検証に使用することができる。また、コマンド投入ツールのメモ機能を使用することで、前記の記録に、コメントを付記することができる。   Further, since the time when the transfer key is pressed is displayed, the maintenance worker can confirm the work execution schedule. Moreover, since the executed command and the execution time can be recorded as records, it can be used for verification after work. Further, by using the memo function of the command input tool, a comment can be added to the record.

本発明の実施形態に係るシステム構成図である。1 is a system configuration diagram according to an embodiment of the present invention. 本発明の実施形態に係るコマンド投入ツールの概要を示す図である。It is a figure which shows the outline | summary of the command input tool which concerns on embodiment of this invention. 本発明の実施形態に係る装置の処理フロー図である。It is a processing flowchart of the apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る手順書及びコマンド投入ツールの概要を示す図である。It is a figure which shows the outline | summary of the procedure manual and command input tool which concern on embodiment of this invention. 本発明の実施形態に係るコマンド投入ツール及びターミナルソフトの概要を示す図である。It is a figure which shows the outline | summary of the command input tool and terminal software which concern on embodiment of this invention. 本発明の実施形態に係るプログラムの処理フロー図である。It is a processing flow figure of the program concerning the embodiment of the present invention. 本発明の実施形態に係るプログラムの処理フロー図(続き)である。It is a processing flow figure (continuation) of the program concerning the embodiment of the present invention.

以下、本発明の実施形態を図に基づいて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

<第1実施形態>
図1に示すように、本発明の保守支援システムは、通信ネットワーク2に接続されている各コンピュータシステム(保守対象機器)3に対して、保守作業者(図示せず)が通信ネットワーク2に接続されている保守用端末機10を操作し保守用コマンドを実行することで、保守を行う。
<First Embodiment>
As shown in FIG. 1, in the maintenance support system of the present invention, a maintenance worker (not shown) connects to the communication network 2 for each computer system (maintenance target device) 3 connected to the communication network 2. Maintenance is performed by operating the maintenance terminal 10 and executing a maintenance command.

保守用端末機10は、演算制御部11、記憶装置12、入力装置13、表示装置14、及び通信装置15を有している。保守用端末機10の筐体の形状は、デスクトップ型、ラップトップ型等、何れでもよく、特に限定されるものではない。また、保守用端末機10のOS(Operating System)の種類についても、後述するコマンド投入ツール30が稼働するものであれば、特に限定されるものではない。   The maintenance terminal 10 includes an arithmetic control unit 11, a storage device 12, an input device 13, a display device 14, and a communication device 15. The shape of the housing of the maintenance terminal 10 may be any of a desktop type and a laptop type, and is not particularly limited. Also, the type of OS (Operating System) of the maintenance terminal 10 is not particularly limited as long as the command input tool 30 described later operates.

演算制御部11は、CPU等からなり、記憶装置12等の各種装置からの信号を送受信し、保守用端末機10の動作を制御する機能、具体的には、後述する手順書作成手段21、手順書取込み手段22、実行命令削除手段23、手順書表示制御手段24、コマンド修正手段25、コマンド貼付手段26、コマンド表示制御手段27、及びコマンド実行手段28の各機能を実行する。   The arithmetic control unit 11 is composed of a CPU or the like, transmits and receives signals from various devices such as the storage device 12, and controls the operation of the maintenance terminal 10, specifically, a procedure manual creation means 21, which will be described later, The functions of the procedure manual fetch unit 22, the execution command deletion unit 23, the procedure manual display control unit 24, the command correction unit 25, the command pasting unit 26, the command display control unit 27, and the command execution unit 28 are executed.

記憶装置12は、揮発性メモリ(Random Access Memory:RAM)、不揮発性メモリ(nonvolatile memory)、及びハードディスク(hard disk)等を有している。保守用端末機10の動作中の一時記憶保存には前記RAMを使用し、保守用端末機10の初期設定等の消去しないデータは、前記ハードディスクや前記不揮発性メモリに保存される。また、アプリケーションソフトウェアは、前記ハードディスクにインストールされ、プログラム実行時にRAMに展開される。   The storage device 12 includes a volatile memory (Random Access Memory: RAM), a nonvolatile memory (nonvolatile memory), a hard disk (hard disk), and the like. The RAM is used for temporary storage during operation of the maintenance terminal 10, and data that is not deleted such as initial settings of the maintenance terminal 10 is stored in the hard disk or the nonvolatile memory. The application software is installed on the hard disk and expanded in the RAM when the program is executed.

入力装置13は、キーボード、マウス等、保守作業者が操作することによって、保守用端末機10に情報を入力するための装置である。   The input device 13 is a device such as a keyboard and a mouse for inputting information to the maintenance terminal 10 when operated by a maintenance worker.

表示装置14は、保守用端末機10の動作状況を表示するための機器である。液晶ディスプレイ、プロジェクタ等、形状、表示形態は特に限定されるものではない。   The display device 14 is a device for displaying the operation status of the maintenance terminal 10. The shape and display form of the liquid crystal display, projector, etc. are not particularly limited.

通信装置15は、保守用端末機10を通信ネットワーク2に接続し、保守対象機器3と双方向通信をするための機器である。通信ネットワーク2が一般的なLANやインターネット(登録商標)通信網であれば、通信装置15はイーサネット(登録商標)(Ethernet(登録商標))等の、一般的なネットワークアダプタでよく、特に限定されるものではない。   The communication device 15 is a device for connecting the maintenance terminal 10 to the communication network 2 and performing bidirectional communication with the maintenance target device 3. If the communication network 2 is a general LAN or the Internet (registered trademark) communication network, the communication device 15 may be a general network adapter such as Ethernet (registered trademark), and is not particularly limited. It is not something.

次に、コマンド投入ツール30及びターミナルソフト50について説明する。コマンド投入ツール30及びターミナルソフト50は、保守用端末機10の前記ハードディスクにインストールされており、プログラム呼び出し時に前記ハードディスクから読みだされ、RAMに展開し、実行される。   Next, the command input tool 30 and the terminal software 50 will be described. The command input tool 30 and the terminal software 50 are installed in the hard disk of the maintenance terminal 10, and are read from the hard disk at the time of calling the program, expanded in the RAM, and executed.

コマンド投入ツール30は、保守実行時に、保守作業者7が操作を行うことで、コマンドの取り込みや、修正、ターミナルソフトへの転送等を行う。コマンド投入ツール30は、複数のコマンド欄31、転送キー(「Copy」キー)32、表示欄33、チェックボックス34、コメント欄35、及びタブ36を有する。   The command input tool 30 is operated by the maintenance operator 7 during maintenance, and receives commands, corrects them, transfers them to terminal software, and the like. The command input tool 30 includes a plurality of command fields 31, a transfer key (“Copy” key) 32, a display field 33, a check box 34, a comment field 35, and a tab 36.

コマンド欄31は、保守対象機器3に送信する保守命令(コマンド)を入力する欄である。コマンド欄31への入力は、手順書40の内容を読み込む方法、コピー・アンド・ペーストで貼り付ける方法、キーボード等の入力装置から直接入力する方法がある。いずれの入力においても、行末に実行命令が付加されない構造になっている。   The command column 31 is a column for inputting a maintenance command (command) to be transmitted to the maintenance target device 3. Input to the command field 31 includes a method of reading the contents of the procedure manual 40, a method of pasting by copy and paste, and a method of inputting directly from an input device such as a keyboard. In either input, the execution instruction is not added to the end of the line.

転送キー32は、押下することによって、コマンド欄31に入力されたコマンドを、ターミナルソフト50に転送する。また、再投入防止機能を実行する場合、押下された転送キー32は再押下する機能が使えないようにボタン押下不能に変更したりする。   When the transfer key 32 is pressed, the command input in the command field 31 is transferred to the terminal software 50. When the re-insertion prevention function is executed, the pressed transfer key 32 is changed so that the button cannot be pressed so that the re-press function cannot be used.

表示欄33は、現在実装されている機能を表示する。本実施例では、後述する再投入防止機能を実装しているため、表示欄33に「atOcne」と表示している。   The display column 33 displays functions that are currently implemented. In the present embodiment, since a re-insertion prevention function to be described later is implemented, “atOcne” is displayed in the display field 33.

チェックボックス34は、キーボード、マウス等の入力装置でマークをつけることで、表示欄33に記載された機能が使用可能になる。例えば、表示欄33に「atOcne」と表示されている状態でチェックボックス34にマークをつけると、再投入防止機能が働き、転送キー32押下後に転送キー32の再押下が不可能となる。また、チェックボックス34にマークをつけないと、再投入防止機能が働かないので、転送キー32押下後でも、再押下可能なままとなり、再度コマンドがターミナルソフトに転送されることとなる。   The function described in the display column 33 can be used by marking the check box 34 with an input device such as a keyboard or a mouse. For example, if the check box 34 is marked while “atOcne” is displayed in the display field 33, the re-entry prevention function works, and the transfer key 32 cannot be pressed again after the transfer key 32 is pressed. If the check box 34 is not marked, the re-entry prevention function does not work, so that even after the transfer key 32 is pressed, it can be pressed again and the command is transferred to the terminal software again.

コメント欄35は、入力装置で直接、文字・記号を入力することが可能な欄である。入力された文字等は、コメント欄35及び動作結果のログファイルに保存される。
タブ36は、複数のコマンド欄31、複数の表示欄33、複数のチェックボックス34、及びコメント欄35を一群として保存し、複数のタブを切り替えて、タブ毎に手順書40を取り込み、表示する機能を有する。タブ36の数は、特に限定されるものではない。
The comment field 35 is a field in which characters / symbols can be directly input using the input device. The input characters are stored in the comment field 35 and the log file of the operation result.
The tab 36 stores a plurality of command fields 31, a plurality of display fields 33, a plurality of check boxes 34, and a comment field 35 as a group, switches between a plurality of tabs, captures and displays the procedure manual 40 for each tab. It has a function. The number of tabs 36 is not particularly limited.

ターミナルソフト50(図5に示す)は、接続した保守対象機器用への入力用の仮想端末とするソフトウェアで、入力装置(キーボード)から入力した文字を接続先の保守対象機器に送信し、接続先の保守対象機器が送ってきた文字を表示するだけの機能を実現する。ターミナルソフト50は市販のソフトウェアでよく、特に制限されるものではない。   The terminal software 50 (shown in FIG. 5) is software that is used as a virtual terminal for input to the connected maintenance target device. The terminal software 50 transmits characters input from the input device (keyboard) to the connection target maintenance target device, and is connected. A function that only displays characters sent by the previous maintenance target device is realized. The terminal software 50 may be commercially available software and is not particularly limited.

手順書40(図4に示す)は、保守対象機器3に対する、実際の保守作業を時系列に沿って、コマンド及び注意書き等を記載した電子データである。手順書40には、実際に投入するコマンドの他、対象機器名、注意書き、コマンドに順番が付与されている場合がある。手順書40は、保守管理人、保守作業者等によって作成され、複数の者により、厳密に内容を精査される。コマンドの1文字の間違いが、大規模なコンピュータ障害を引き起こす恐れがあるからである。また、手順書40は、文字装飾等を含まないテキストデータ形式で作成することが望ましい。テキストデータ形式であれば、機種に依存せず文字が認識可能であり、他のシステムに転用可能であり、また、各種のターミナルソフトにも文字コードを変換せずに貼り付け可能だからである。   The procedure manual 40 (shown in FIG. 4) is electronic data describing commands, notes, and the like for the actual maintenance work for the maintenance target device 3 in chronological order. In the procedure manual 40, in addition to the command to be actually input, the target device name, the cautionary note, and the command may be given an order. The procedure manual 40 is created by a maintenance manager, a maintenance worker, and the like, and the contents are strictly examined by a plurality of persons. This is because a mistake in one character of the command may cause a large-scale computer failure. The procedure manual 40 is preferably created in a text data format that does not include character decorations. This is because the text data format can be recognized regardless of the model, can be transferred to other systems, and can be pasted to various terminal software without converting the character code.

[手段の説明]
次に図3を参照して、本発明の実施形態を説明する。
[Explanation of means]
Next, an embodiment of the present invention will be described with reference to FIG.

まず、手順書作成手段21(ステップS1)では、手順書40を作成する。手順書40には実際に投入するコマンドの他、対象機器名、注意書き、投入するコマンドを時系列順に記載する。記載に際しては保守管理人、保守作業者等によって作成され、複数の者により、厳密に内容を精査される。また、手順書40は保守用端末機10以外の端末機で作成して、保守用端末機10に取り込むようにしてもよい。この時、手順書40は、ワードプロセッサやテキストエディタなど作成用アプリケーションプログラムは特に制限されないが、文字装飾等を含まないテキストデータ形式で作成することが望ましい。テキストデータ形式であれば、機種に依存せず文字が認識可能であり、他の端末やシステムに転用可能であり、また、各種のターミナルソフトにも文字コードを変換せずに貼り付け可能だからである。   First, the procedure manual creation means 21 (step S1) creates the procedure manual 40. In the procedure manual 40, in addition to the command to be actually input, the target device name, a note, and the command to be input are described in chronological order. At the time of description, it is created by a maintenance manager, a maintenance worker, etc., and the contents are strictly examined by a plurality of persons. Further, the procedure manual 40 may be created by a terminal other than the maintenance terminal 10 and loaded into the maintenance terminal 10. At this time, the procedure manual 40 is not particularly limited to a creation application program such as a word processor or a text editor, but is desirably created in a text data format that does not include character decoration or the like. In text data format, characters can be recognized regardless of the model, and can be transferred to other terminals and systems, and can be pasted without converting the character code to various terminal software. is there.

次に手順書取込み手段22(ステップS2)に遷移する。手順書取込み手段22は、手順書40の記載内容を、コマンド投入ツール30に取り込む手段である。まず、保守用端末機10の記憶装置12に保存(インストール)されたコマンド投入ツール30を起動する。コマンド投入ツール30が起動したら、手順書40を取り込みたいタブ36を、キーボード操作や、マウスクリックで選択する。タブ36を選択後、[取り込み]ボタン押下(図示せず)によって、手順書40から、コマンド投入ツール30に手順書40に記載のコマンドの取り込みを実行する。   Next, the process proceeds to the procedure manual capturing means 22 (step S2). The procedure manual capturing unit 22 is a unit that captures the contents of the procedure manual 40 into the command input tool 30. First, the command input tool 30 stored (installed) in the storage device 12 of the maintenance terminal 10 is activated. When the command input tool 30 is activated, the tab 36 into which the procedure manual 40 is to be imported is selected by keyboard operation or mouse click. After selecting the tab 36, the command described in the procedure manual 40 is fetched from the procedure manual 40 to the command input tool 30 by pressing the [Import] button (not shown).

次に実行命令削除手段23(ステップS3)に遷移する。コマンド欄31に取り込まれるのは、注意書き、番号等を除いたコマンドである。手順書40のコマンド末尾付加されている、コマンドを実行するための実行命令(改行コード)、例えば「CR」(Carriage Return : 行頭復帰)、「LF」(Line Feed : 改行)等は取り込み時に削除する。そして、コマンド欄31に貼り付ける際は、実行命令を付加することができない。   Next, the process proceeds to the execution instruction deleting unit 23 (step S3). The commands that are taken into the command column 31 are commands excluding notes and numbers. Execution instructions (carriage return code), such as “CR” (Carriage Return), “LF” (Line Feed: line feed) added to the end of the command in the procedure manual 40, are deleted at the time of import. To do. Then, when pasting to the command column 31, an execution command cannot be added.

次に手順書表示制御手段24(ステップS4)に遷移する。手順書取込み手段22(S2)及び実行命令削除手段23(S3)によって、コマンド投入ツール30に取り込まれたコマンドは、図4に示すように、コマンドが1行毎にコマンド欄31に表示される。   Next, the process proceeds to the procedure manual display control means 24 (step S4). As shown in FIG. 4, the commands fetched into the command input tool 30 by the procedure manual fetching means 22 (S2) and the execution command deleting means 23 (S3) are displayed in the command column 31 line by line. .

次にコマンド修正手段25(ステップS5)は、コマンド欄31に表示されているコマンドの修正、チェックボックス34のチェック有無の変更、及び、コメント欄35への入力、削除を実施する。コマンド欄31のコマンドの修正は、キーボード入力によって行うが、修正を実施してもコメント欄35への実行命令の入力は不可能になっている。修正によって、コマンド末尾に実行命令が付加されるのを防止するためである。また、チェックボックス34のチェック有無の変更することで、表示欄33に表示された機能の使用、不使用を保守作業者が選択することができる。コメント欄35の内容は、保守対象機器3へ送信されるものではないので、入力、削除に際して、実行命令を付加することができる。   Next, the command correction means 25 (step S5) corrects the command displayed in the command column 31, changes the check box 34 whether it is checked, and inputs / deletes the comment column 35. Although the command in the command column 31 is corrected by keyboard input, it is impossible to input an execution command to the comment column 35 even if the correction is performed. This is to prevent the execution instruction from being added to the end of the command due to the correction. Further, by changing whether or not the check box 34 is checked, the maintenance worker can select whether to use or not use the function displayed in the display field 33. Since the content of the comment field 35 is not transmitted to the maintenance target device 3, an execution command can be added when inputting or deleting.

次にコマンド貼付手段26(ステップS6)は、コマンド投入ツール30から、保守対象機器3に送信したいコマンドに対して、転送キー32を押下することで、コマンド投入ツール30のコマンド欄31のコマンドが、ターミナルソフト50に転送される。この時、ターミナルソフト50に転送されたコマンドの末尾には実行命令を付加しない。   Next, the command pasting means 26 (step S6) presses the transfer key 32 in response to the command to be transmitted from the command input tool 30 to the maintenance target device 3, so that the command in the command column 31 of the command input tool 30 is displayed. And transferred to the terminal software 50. At this time, no execution instruction is added to the end of the command transferred to the terminal software 50.

次にコマンド表示制御手段27(ステップS7)は、図5に示すように、ターミナルソフト50にコマンドを転送し、ターミナルソフト50上に表示する。表示されていたコマンドの末尾には実行命令が付加されていないので、保守作業者が目視にてコマンドの内容を最終確認する。ここでコマンドの内容に瑕疵があった場合、保守作業者はターミナルソフト50上で、キーボードを操作し、コマンドの瑕疵を修正することができる。   Next, the command display control means 27 (step S7) transfers the command to the terminal software 50 and displays it on the terminal software 50 as shown in FIG. Since the execution command is not added to the end of the displayed command, the maintenance worker visually confirms the content of the command. If there is a defect in the contents of the command, the maintenance worker can operate the keyboard on the terminal software 50 to correct the defect in the command.

最後に、コマンド実行手段28(ステップS8)は、ターミナルソフト50に表示されているコマンドに実行命令である「Enter」キーを押下し、実行命令を付加してコマンドを実行する。実行されたコマンドは、保守対象機器3に対してそのコマンド内容が実行される。また、実行命令は「Enter」キー以外の入力としてもよい。   Finally, the command execution means 28 (step S8) presses the “Enter” key that is an execution instruction to the command displayed on the terminal software 50, adds the execution instruction, and executes the command. The executed command is executed for the maintenance target device 3. The execution command may be input other than the “Enter” key.

コマンド実行手段28(ステップS8)の処理が終了すると、作業者は、コマンド貼付手段(ステップS6)に戻り、次にターミナルソフト50に転送するコマンドの転送キー32を押下する。このように、ステップS6乃至ステップS8を繰り返すことで、コマンド投入ツール30に取り込まれたコマンドを、順次ターミナルソフト50に転送して保守作業を実行することができる。   When the processing of the command execution means 28 (step S8) is completed, the operator returns to the command pasting means (step S6) and presses the transfer key 32 for the command to be transferred to the terminal software 50 next. As described above, by repeating Steps S6 to S8, the commands taken into the command input tool 30 can be sequentially transferred to the terminal software 50 to perform maintenance work.

このように、ステップS1乃至ステップS8のようにコマンドの末尾に実行命令を付加しない構成とすることで、保守対象機器3に対してコマンドの即時実行を抑止し、保守作業者はターミナルソフト50上でコマンドの瑕疵を発見/修正することができるため、保守対象機器3に対して誤った内容を含むコマンドを転送することを防止することができる。手順書40に大量のコマンドが記載されていても、作業員は大量のコマンドを安全に、迅速に投入して保守作業を実行することができる。   As described above, the configuration is such that the execution instruction is not added to the end of the command as in steps S1 to S8, so that the immediate execution of the command is suppressed with respect to the maintenance target device 3, and the maintenance operator can use the terminal software 50. Thus, it is possible to detect / correct a command trap, so that it is possible to prevent a command including erroneous contents from being transferred to the maintenance target device 3. Even if a large number of commands are described in the procedure manual 40, the worker can perform a maintenance operation by inputting a large number of commands safely and quickly.

[再投入防止機能]
また、チェックボックス34のチェック有無によって、表示欄33に表示された機能を使用することができる。本実施例では、再投入防止機能を実装する。チェックボックス34のチェックを有にすると、表示欄33に記載された「atOnce」が働き、押下された転送キー32に対して、再度の押下が不可能な処理を施す。これにより、該当するコマンド欄31のコマンドが、ターミナルソフト50に転送されなくなる。押下が不可能な処理は、例えば、転送キーのボタン押下不能の処理を入れる、「Copy」ボタン表示から文字表示に変更する、表示色を変える、他の表示(時刻など)に変更する等、が好ましい。また、対応するコマンド欄31の色彩を変更し、貼り付けが終了したことを視覚に訴えることも好適である。このようにして、同一のコマンドの再投入を防止する。
[Re-insertion prevention function]
Further, the function displayed in the display field 33 can be used depending on whether or not the check box 34 is checked. In this embodiment, a re-input prevention function is implemented. If the check box 34 is checked, “at Once” described in the display field 33 is activated, and a process that cannot be pressed again is performed on the pressed transfer key 32. As a result, the command in the corresponding command column 31 is not transferred to the terminal software 50. Processing that cannot be pressed includes, for example, processing that disables pressing the transfer key button, changes from “Copy” button display to character display, changes display color, changes to other display (time etc.), etc. Is preferred. It is also preferable to change the color of the corresponding command field 31 and visually appeal that the pasting has been completed. In this way, re-input of the same command is prevented.

[順序制約機能]
また、保守作業は、手順書の記載順序通りに行うので、コマンド欄31の上方から下方に沿って、順序通りに投入することが正規の手順である。しかし、保守作業者が誤って順序通り以外の転送キー32を押下してしまい、事故が生じる場合がある。そこで、記憶装置12は、最後に転送キー32が押下されたコマンド欄31の位置を記憶し、次に投入すべきコマンド欄31の転送キー32を押下しても該当するコマンド欄31のコマンドが、ターミナルソフト50に転送されなくなる制限する機能を設けている。このようにして、のコマンドの投入順序の誤りを防止する。
[Order restriction function]
Further, since maintenance work is performed in the order described in the procedure manual, it is a normal procedure to input in order from the top to the bottom of the command column 31. However, an accident may occur when a maintenance worker accidentally presses the transfer key 32 out of order. Therefore, the storage device 12 stores the position of the command column 31 where the transfer key 32 was last pressed, and even if the transfer key 32 of the command column 31 to be input next is pressed, the command in the corresponding command column 31 is not displayed. , A function is provided for limiting the transfer to the terminal software 50. In this way, an error in the command input sequence is prevented.

<第2実施形態>
なお、上記の保守支援システムは、ハードウェア、ソフトウェア又はこれらの組合わせにより実現することができる。また、上記の保守支援システムにより行なわれる保守支援方法も、ハードウェア、ソフトウェア又はこれらの組合わせにより実現することができる。ソフトウェアによって実現されるとは、コンピュータがプログラムを記憶媒体等から読み込んで実行することにより、図3に示す各手段をソフトウェア上に構築することにより実現されることを意味する。
Second Embodiment
The maintenance support system described above can be realized by hardware, software, or a combination thereof. The maintenance support method performed by the above maintenance support system can also be realized by hardware, software, or a combination thereof. Realization by software means that the computer is realized by building each unit shown in FIG. 3 on software by reading and executing a program from a storage medium or the like.

プログラムは、様々なタイプの記録媒体に格納され、コンピュータに供給することができる。記録媒体は、例えば、磁気記録媒体(フロッピー(登録商標)ディスク、磁気テープ、ハードディスクドライブ、等)、光磁気記録媒体(CD−ROM、DVD−ROM、BL−ROM、等)、半導体メモリ(マスクROM、PROM、EPROM、フラッシュROM、RAM(random access memory)、等)を含む。また、プログラムは、電気通信回線を介してコンピュータに供給することもできる。   The program can be stored in various types of recording media and supplied to a computer. Examples of the recording medium include a magnetic recording medium (floppy (registered trademark) disk, magnetic tape, hard disk drive, etc.), a magneto-optical recording medium (CD-ROM, DVD-ROM, BL-ROM, etc.), semiconductor memory (mask). ROM, PROM, EPROM, flash ROM, RAM (random access memory, etc.). The program can also be supplied to the computer via a telecommunication line.

以下、本発明の保守支援プログラムを実行することにより、保守支援の処理を実行する場合について、図6及び図7を用いて説明する。   Hereinafter, the case where the maintenance support process is executed by executing the maintenance support program of the present invention will be described with reference to FIGS.

まず、手順書40を作成する(ステップS101)。手順書40には実際に投入するコマンドの他、対象機器名、注意書き、投入するコマンドを時系列順に記載する。記載に際しては保守管理人、保守作業者等によって作成され、複数の者により、厳密に内容を精査される。また、手順書40は保守用端末機10以外の端末機で作成して、保守用端末機10に取り込むようにしてもよい。この時、手順書40は、ワードプロセッサやテキストエディタなど作成用アプリケーションプログラムは特に制限されないが、文字装飾等を含まないテキストデータ形式で作成することが望ましい。テキストデータ形式であれば、機種に依存せず文字が認識可能であり、他の端末やシステムに転用可能であり、また、各種のターミナルソフトにも文字コードを変換せずに貼り付け可能だからである。   First, the procedure manual 40 is created (step S101). In the procedure manual 40, in addition to the command to be actually input, the target device name, a note, and the command to be input are described in chronological order. At the time of description, it is created by a maintenance manager, a maintenance worker, etc., and the contents are strictly examined by a plurality of persons. Further, the procedure manual 40 may be created by a terminal other than the maintenance terminal 10 and loaded into the maintenance terminal 10. At this time, the procedure manual 40 is not particularly limited to a creation application program such as a word processor or a text editor, but is desirably created in a text data format that does not include character decoration or the like. In text data format, characters can be recognized regardless of the model, and can be transferred to other terminals and systems, and can be pasted without converting the character code to various terminal software. is there.

次に手順書40の記載内容を、コマンド投入ツール30に取り込む(ステップS102)。まず、保守用端末機10の記憶装置12に保存(インストール)されたコマンド投入ツール30を起動する。コマンド投入ツール30が起動したら、手順書40を取り込みたいタブ36を、キーボード操作や、マウスクリックで選択する。タブ36を選択後、[取り込み]ボタン押下(図示せず)によって、手順書40から、コマンド投入ツール30に手順書40に記載のコマンドの取り込みを実行する。   Next, the description content of the procedure manual 40 is taken into the command input tool 30 (step S102). First, the command input tool 30 stored (installed) in the storage device 12 of the maintenance terminal 10 is activated. When the command input tool 30 is activated, the tab 36 into which the procedure manual 40 is to be imported is selected by keyboard operation or mouse click. After selecting the tab 36, the command described in the procedure manual 40 is fetched from the procedure manual 40 to the command input tool 30 by pressing the [Import] button (not shown).

この手順書40の取り込みが成功した場合は(ステップS102でYES)、コマンド欄31に取り込まれるのは、注意書き、番号等を除いたコマンドである。手順書40のコマンド末尾付加されている、コマンドの実行命令たる改行コード、例えば「CR」「LF」等は取り込み時に削除する。そして、コマンド欄31に貼り付ける際は、実行命令を付加することができない(ステップS103)。また、この手順書40の取り込みが失敗した場合は(ステップS102でNO)、ステップS101に戻る。   When the acquisition of the procedure manual 40 is successful (YES in step S102), what is taken into the command column 31 is a command excluding a note and a number. A line feed code, such as “CR” or “LF”, which is a command execution instruction added to the end of the command in the procedure manual 40, is deleted at the time of capture. Then, when pasting in the command field 31, an execution command cannot be added (step S103). Further, if the import of the procedure manual 40 has failed (NO in step S102), the process returns to step S101.

次にコマンド投入ツール30に取り込まれたコマンドは、図4に示すように、コマンドが1行毎にコマンド欄31に表示される(ステップS104)。   Next, the command fetched by the command input tool 30 is displayed in the command column 31 line by line as shown in FIG. 4 (step S104).

ここで、コマンド欄31に表示されているコマンドの修正、チェックボックス34のチェック有無の変更、及び、コメント欄35への入力、削除を実施することができる(ステップS105)。コマンド欄31のコマンドの修正は、キーボード入力によって行うが、修正を実施してもコメント欄35への実行命令の入力は不可能になっている。修正によって、コマンド末尾に実行命令が付加されるのを防止するためである。また、チェックボックス34のチェック有無の変更することで、表示欄33に表示された機能の使用、不使用を保守作業者が選択することができる。コメント欄35の内容は、保守対象機器3へ送信されるものではないので、入力、削除に際して、実行命令を付加することができる。   Here, the command displayed in the command column 31 can be corrected, the check box 34 can be checked or not checked, and the comment column 35 can be input or deleted (step S105). Although the command in the command column 31 is corrected by keyboard input, it is impossible to input an execution command to the comment column 35 even if the correction is performed. This is to prevent the execution instruction from being added to the end of the command due to the correction. Further, by changing whether or not the check box 34 is checked, the maintenance worker can select whether to use or not use the function displayed in the display field 33. Since the content of the comment field 35 is not transmitted to the maintenance target device 3, an execution command can be added when inputting or deleting.

そして、コマンド投入ツール30から、保守対象機器3に送信したいコマンドに対して、転送(「Copy」)キー32を押下することで、コマンド投入ツール30のコマンド欄31のコマンドが、ターミナルソフト50に転送される(ステップS106)。この時、ターミナルソフト50に転送されたコマンドの末尾には実行命令を付加することができない。   Then, by pressing the transfer (“Copy”) key 32 for a command to be transmitted from the command input tool 30 to the maintenance target device 3, the command in the command column 31 of the command input tool 30 is transferred to the terminal software 50. Transferred (step S106). At this time, an execution instruction cannot be added to the end of the command transferred to the terminal software 50.

ここで、上述した順序制約機能を実装している場合で(ステップS107でYES)、コマンド投入ツール30上のコマンドの投入順序をチェックし、転送キー32を押下したコマンド欄31のコマンドが、前回転送されたコマンドの次の順番通りで正しい場合は(ステップS108でYES)、ターミナルソフト50上に表示される。このとき、実行命令を付加されていないので、コマンドは実行待機状態となり(ステップS109)、保守作業者のターミナルソフト50への入力待ち状態となる。   Here, when the above-described order restriction function is implemented (YES in step S107), the command input order on the command input tool 30 is checked, and the command in the command column 31 where the transfer key 32 is pressed is the previous time. If the transferred commands are correct in the next order (YES in step S108), they are displayed on the terminal software 50. At this time, since the execution instruction is not added, the command enters an execution standby state (step S109), and enters a state of waiting for input to the terminal software 50 of the maintenance worker.

また、順序制約機能を実装していない場合は(ステップS107でNO)、コマンド投入ツール30上のコマンドの投入順序をチェックせずに、転送キー32を押下したコマンド欄31のコマンドが、ターミナルソフト50上に表示される。   If the order restriction function is not implemented (NO in step S107), the command in the command column 31 in which the transfer key 32 is pressed is not displayed in the terminal software without checking the command input order on the command input tool 30. 50 is displayed.

また、転送キー32を押下したコマンド欄31のコマンドが、前回転送されたコマンドの次の順番と異なり誤っている場合は(ステップS108でNO)、転送を中止し、ステップS105に戻る。   If the command in the command column 31 where the transfer key 32 is pressed is incorrect in the next order of the previously transferred command (NO in step S108), the transfer is stopped and the process returns to step S105.

コマンドの実行待機状態中(ステップS109)に、保守作業者が目視にてコマンドの内容を最終確認する。ここでコマンドの内容に瑕疵があった場合、保守作業者はターミナルソフト50上で、キーボードを操作し、コマンドの瑕疵を修正することができる。   During the command execution standby state (step S109), the maintenance worker visually confirms the content of the command. If there is a defect in the contents of the command, the maintenance worker can operate the keyboard on the terminal software 50 to correct the defect in the command.

コマンドが正常である場合は(ステップS110でYES)、保守作業者はターミナルソフト50に表示されているコマンドに対して「Enter」キーを押下し、実行命令(改行コード)を付加してコマンドを実行する(ステップS111)。実行されたコマンドは、保守対象機器3に対してそのコマンド内容が実行される。また、「Enter」キー以外のキー入力によって、コマンドが実行されるようにしてもよい。   If the command is normal (YES in step S110), the maintenance worker presses the “Enter” key with respect to the command displayed on the terminal software 50, adds an execution command (line feed code), and executes the command. Execute (Step S111). The executed command is executed for the maintenance target device 3. The command may be executed by key input other than the “Enter” key.

コマンドが正常でない場合は(ステップS110でNO)、保守作業者はターミナルソフト50上のコマンドを削除し、ステップS105に戻る。   If the command is not normal (NO in step S110), the maintenance worker deletes the command on the terminal software 50 and returns to step S105.

ここで、上記の再投入防止機能が実装されている場合で(ステップS112でYES)、転送キー32を押下したコマンド欄31に対応するチェックボックス34のチェック有になっている場合(ステップS113でYES)、転送キー32に対して、再度の押下が不可能な処理を施し(ステップS114)、終了をする。図4では、転送キー32の表示を実施した時刻に変更して表示している。また、コマンド欄31の色を変更し、視覚に訴えている。   Here, when the above-described re-entry prevention function is implemented (YES in step S112), when the check box 34 corresponding to the command column 31 where the transfer key 32 is pressed is checked (in step S113). (YES), the transfer key 32 is processed so that it cannot be pressed again (step S114), and the process ends. In FIG. 4, the display of the transfer key 32 is changed to the time when the display is performed. In addition, the color of the command column 31 is changed to appeal visually.

また、再投入防止機能が実装されていない場合(ステップS112でNO)、及び、転送キー32を押下したコマンド欄31に対応するチェックボックス34のチェック無になっている場合(ステップS113でNO)は、再投入防止機能の処理は行わず、終了をする。   Further, when the re-entry prevention function is not implemented (NO in step S112), and when the check box 34 corresponding to the command column 31 where the transfer key 32 is pressed is not checked (NO in step S113). Does not perform the process of the re-insertion prevention function, and ends.

上述したように、本発明によれば、CLIの保守用端末機において、手順書の内容をコマンド投入ツールに入力(貼り付け)した際に、実行命令を削除して貼り付ける。また、コマンド投入ツールで「Copy」を押下し、ターミナルソフトにコマンドを転送した場合でも、実行命令を付加されないため、ターミナルソフト上ではコマンドが即時実行されない。保守作業者は実行前に再度コマンドの内容を確認することができるので、コンピュータシステムへの誤ったコマンドの実行を防止することができる。   As described above, according to the present invention, in the CLI maintenance terminal, when the contents of the procedure manual are input (pasted) to the command input tool, the execution instruction is deleted and pasted. Even when “Copy” is pressed by the command input tool and the command is transferred to the terminal software, the execution command is not added, so the command is not immediately executed on the terminal software. Since the maintenance worker can confirm the contents of the command again before execution, it is possible to prevent erroneous execution of the command to the computer system.

また、保守作業者がターミナルソフト上で実行命令を付加して、初めてコマンドが実行されるので、保守作業者が任意のタイミングでコマンド実行をすることができる。例えば、ある処理の終了を待って次のコマンド実行をする必要がある場合等に、効果的である。   Further, since the maintenance worker adds an execution instruction on the terminal software and the command is executed for the first time, the maintenance worker can execute the command at an arbitrary timing. For example, it is effective when it is necessary to wait for the end of a certain process and execute the next command.

また、手順書に記載したコマンドについて、コマンド投入ツールを介してターミナルソフトにコピーして入力することができるので、保守作業者は長いコマンドの手入力や、大量のコマンドの入力を省力化することができ、作業効率の向上を図ることができる。また、保守作業者による手入力を省略するので、手入力時に発生しやすい文字の打ち間違え等の誤字を防止することができる。   In addition, the commands described in the procedure manual can be copied and input to the terminal software via the command input tool, so that maintenance workers can save labor by manually inputting long commands or inputting a large number of commands. And work efficiency can be improved. Further, since manual input by the maintenance worker is omitted, it is possible to prevent erroneous characters such as typing mistakes that are likely to occur during manual input.

また、コマンド欄に入力済のコマンドは、実行命令を付加せずに修正することができるので、手順書の記載に間違えがあった場合でも、修正を容易にすることができる。   Further, since the command already entered in the command column can be corrected without adding an execution instruction, correction can be facilitated even if there is a mistake in the description of the procedure manual.

また、転送キー押下にて簡単にコマンド投入ツールからターミナルソフトにコピーして入力することができるので、大量のコマンドの投入においても、容易に保守作業を実行することができる。   In addition, since the command input tool can easily copy and input to the terminal software by pressing the transfer key, maintenance work can be easily executed even when a large number of commands are input.

また、再投入防止機能により、転送キーを押下後にロックして再押下することができないので、コマンドを誤って2度実行することを防止することができる。また、実行済のコマンド欄を変色することにより、視覚的に実行済のコマンドを確認することができ、次に投入すべきコマンドを視覚的に理解することができる。   Further, the re-insertion prevention function prevents the command from being executed twice by mistake because it cannot be locked and re-pressed after the transfer key is pressed. Further, by changing the color of the executed command column, it is possible to visually check the executed command and visually understand the command to be input next.

また、コマンドの入力順序によって、押下できる転送キーを決定するので、誤った入力順序によるコマンド実行を防止することができる。   In addition, since the transfer key that can be pressed is determined according to the command input order, it is possible to prevent the command from being executed in an incorrect input order.

また、転送キーを押下時の時刻を表示するので、保守作業者が作業の実行スケジュールを確認することができる。また、記録として、実行済のコマンド及び実行時刻を記録することができるので、作業後の検証に使用することができる。また、コマンド投入ツールのメモ機能を使用することで、前記の記録に、コメントを付記することができる。   Further, since the time when the transfer key is pressed is displayed, the maintenance worker can confirm the work execution schedule. Moreover, since the executed command and the execution time can be recorded as records, it can be used for verification after work. Further, by using the memo function of the command input tool, a comment can be added to the record.

この発明は、その本質的特性から逸脱することなく数多くの形式のものとして具体化することができる。よって、上述した実施形態は専ら説明上のものであり、本発明を制限するものではないことは言うまでもない。   The present invention can be embodied in many forms without departing from its essential characteristics. Therefore, it is needless to say that the above-described embodiment is exclusively for description and does not limit the present invention.

2 通信ネットワーク
3 保守対象機器
10 保守用端末機
11 演算制御部
12 記憶装置
13 入力装置
14 表示装置
15 通信装置
30 コマンド投入ツール
31 コマンド欄
32 転送キー
33 表示欄
34 チェックボックス
35 コメント欄
36 タブ
40 手順書
50 ターミナルソフト

2 Communication Network 3 Maintenance Target Device 10 Maintenance Terminal 11 Arithmetic Control Unit 12 Storage Device 13 Input Device 14 Display Device 15 Communication Device 30 Command Input Tool 31 Command Field 32 Transfer Key 33 Display Field 34 Check Box 35 Comment Field 36 Tab 40 Procedure manual 50 Terminal software

Claims (9)

保守対象端末器の保守を支援する保守支援システムにおいて、
手順書から取り込んだコマンドから実行命令を削除してコマンド投入ツールに取り込む実行命令削除手段と、
前記実行命令が削除された前記コマンドのみを前記コマンド投入ツールからターミナルソフトに転送するコマンド貼付手段と、
前記ターミナルソフトに表示された前記コマンドに実行命令を付加し、そのコマンドを保守対象機器に送信してコマンドを実行させるコマンド実行手段と、を有することを特徴とする保守支援システム。
In a maintenance support system that supports the maintenance of maintenance target terminals,
Execution instruction deletion means for deleting execution instructions from commands imported from the procedure manual and importing them into the command input tool,
Command pasting means for transferring only the command from which the execution instruction has been deleted from the command input tool to terminal software;
A maintenance support system comprising command execution means for adding an execution instruction to the command displayed on the terminal software and transmitting the command to a maintenance target device to execute the command.
前記コマンド投入ツールに表示されたコマンドを修正するコマンド修正手段を有することを特徴とする請求項1に記載の保守支援システム。   The maintenance support system according to claim 1, further comprising command correction means for correcting a command displayed on the command input tool. 前記コマンド貼付手段は、前記コマンド転送後に、該コマンドが再転送不可能に制御するものであることを特徴とする請求項1又は請求項2に記載の保守支援システム。   The maintenance support system according to claim 1, wherein the command pasting unit controls the command so that the command cannot be retransmitted after the command is transferred. 前記コマンド貼付手段は、前記コマンドの転送を前記コマンド投入ツールで付与された優先順位順に従って制限するものであることを特徴とする請求項1乃至請求項3のいずれか一項に記載の保守支援システム。   The maintenance support according to any one of claims 1 to 3, wherein the command pasting unit limits the transfer of the command in accordance with the priority order given by the command input tool. system. 保守対象端末器の保守を支援する保守支援方法において、
手順書から取り込んだコマンドから実行命令を削除してコマンド投入ツールに取り込み、
前記実行命令が削除された前記コマンドのみを前記コマンド投入ツールからターミナルソフトに転送し、
前記ターミナルソフトに表示された前記コマンドに実行命令を付加し、そのコマンドを保守対象機器に送信してコマンドを実行させることを特徴とする保守支援方法。
In a maintenance support method for supporting maintenance of a maintenance target terminal,
Delete the execution instruction from the command imported from the procedure manual and import it into the command input tool.
Only the command from which the execution instruction has been deleted is transferred from the command input tool to the terminal software,
A maintenance support method, wherein an execution instruction is added to the command displayed on the terminal software, and the command is transmitted to a maintenance target device to execute the command.
前記コマンド投入ツールに表示されたコマンドを修正することを特徴とする請求項5に記載の保守支援方法。   6. The maintenance support method according to claim 5, wherein a command displayed on the command input tool is corrected. 前記コマンド転送後に、該コマンドが再転送不可能に制御することを特徴とする請求項5又は請求項6に記載の保守支援方法。   The maintenance support method according to claim 5 or 6, wherein after the command transfer, the command is controlled so as not to be retransferable. 前記コマンドの転送を前記コマンド投入ツールで付与された優先順位順に従って制限することを特徴とする請求項5乃至請求項7のいずれか一項に記載の保守支援方法。   The maintenance support method according to any one of claims 5 to 7, wherein transfer of the command is limited in accordance with an order of priority given by the command input tool. 保守対象端末器の保守支援を制御する保守支援プログラムにおいて、
コンピュータに、
手順書から取り込んだコマンドから実行命令を削除してコマンド投入ツールに取り込む機能と、
前記実行命令が削除された前記コマンドのみを前記コマンド投入ツールからターミナルソフトに転送する機能と、
前記ターミナルソフトに表示された前記コマンドに実行命令を付加し、そのコマンドを保守対象機器に送信してコマンドを実行する機能とを実施させることを特徴とする保守支援プログラム。

In the maintenance support program that controls the maintenance support of the maintenance target terminal,
On the computer,
A function to delete the execution instruction from the command imported from the procedure manual and import it into the command input tool;
A function of transferring only the command from which the execution instruction has been deleted from the command input tool to terminal software;
A maintenance support program, wherein an execution instruction is added to the command displayed on the terminal software, and the command is transmitted to a maintenance target device to execute the command.

JP2013199181A 2013-09-26 2013-09-26 Maintenance support system, maintenance support method, and maintenance support program Pending JP2015064807A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013199181A JP2015064807A (en) 2013-09-26 2013-09-26 Maintenance support system, maintenance support method, and maintenance support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013199181A JP2015064807A (en) 2013-09-26 2013-09-26 Maintenance support system, maintenance support method, and maintenance support program

Publications (1)

Publication Number Publication Date
JP2015064807A true JP2015064807A (en) 2015-04-09

Family

ID=52832614

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013199181A Pending JP2015064807A (en) 2013-09-26 2013-09-26 Maintenance support system, maintenance support method, and maintenance support program

Country Status (1)

Country Link
JP (1) JP2015064807A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001147868A (en) * 1999-11-19 2001-05-29 Mitsubishi Electric Corp Remote transmission and reception system for control equipment
JP2007213192A (en) * 2006-02-08 2007-08-23 Fujitsu Ltd Remote console device, remote control method, and remote console program
US20080010553A1 (en) * 2006-06-14 2008-01-10 Manoj Betawar Method and apparatus for executing commands and generation of automation scripts and test cases

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001147868A (en) * 1999-11-19 2001-05-29 Mitsubishi Electric Corp Remote transmission and reception system for control equipment
JP2007213192A (en) * 2006-02-08 2007-08-23 Fujitsu Ltd Remote console device, remote control method, and remote console program
US20080010553A1 (en) * 2006-06-14 2008-01-10 Manoj Betawar Method and apparatus for executing commands and generation of automation scripts and test cases

Similar Documents

Publication Publication Date Title
JP6937703B2 (en) Configuration change management device, configuration change management method, and program
EP1763751B1 (en) Multi-source, multi-destination data transfers
US10235270B2 (en) Method for assisting with debugging, and computer system
JP7477572B2 (en) AUTOMATED CONTROL OF DISTRIBUTED COMPUTING DEVICES - Patent application
WO2021169124A1 (en) Method and apparatus for installing software package to target host, and computer device
WO2019186778A1 (en) Work assistance device, work assistance system, work assistance method, and work assistance program
US20130080892A1 (en) Information processing device, gui manipulation assistance method, and computer-readable recording medium
JP2009289218A (en) Information processing apparatus, and recovery method and recovery program for input information thereof
JP5380895B2 (en) Management program, management method and management apparatus
JP2015064807A (en) Maintenance support system, maintenance support method, and maintenance support program
US20110145661A1 (en) Selectively displaying source code defect information within a source code editor
US10592227B2 (en) Versioned intelligent offline execution of software configuration automation
JP2003150762A (en) Cooperation method for project information and its system
JP6157375B2 (en) Operation procedure flow update device, method and program
JP6840656B2 (en) Test script modifiers and programs
JP4887238B2 (en) System failure recovery apparatus, command generation method thereof, and program thereof
JP7331507B2 (en) Controller, control system and control method
JP6098219B2 (en) Transaction processing apparatus, transaction processing system, transaction processing method and program
JP5444388B2 (en) Batch processing parameter creation system, batch processing parameter creation method, and batch processing parameter creation program
JP2009098730A (en) Information processor and information processing program
KR102000543B1 (en) Apparatus for editing web electric document and operating method thereof
JP5061086B2 (en) Job management method, execution apparatus and program thereof
JP6364569B1 (en) Information processing program, information processing apparatus, and information processing method
JP2006243996A (en) Job network management system
JP2005316778A (en) Plant monitoring controller

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20160629

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160914

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170706

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170728

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20180209