[go: up one dir, main page]

JP2001060175A - Data maintaining method for information processing system - Google Patents

Data maintaining method for information processing system

Info

Publication number
JP2001060175A
JP2001060175A JP11235725A JP23572599A JP2001060175A JP 2001060175 A JP2001060175 A JP 2001060175A JP 11235725 A JP11235725 A JP 11235725A JP 23572599 A JP23572599 A JP 23572599A JP 2001060175 A JP2001060175 A JP 2001060175A
Authority
JP
Japan
Prior art keywords
data
terminal
screen
backup
system management
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
JP11235725A
Other languages
Japanese (ja)
Inventor
Yasuo Kinoshita
康夫 木下
Hideyuki Maruo
英之 丸尾
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.)
DENSA TECHNO TOKYO KK
Original Assignee
DENSA TECHNO TOKYO KK
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 DENSA TECHNO TOKYO KK filed Critical DENSA TECHNO TOKYO KK
Priority to JP11235725A priority Critical patent/JP2001060175A/en
Publication of JP2001060175A publication Critical patent/JP2001060175A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data maintaining method capable of saving data from a system management substituting terminal except for a terminal for system management to a prescribed medium for backup according to the display of a picture. SOLUTION: In an information processing system composed of a server 1, a recording medium 2 for backup connected to the server, a terminal 3 for system management connected through a communication means 5 to the server 1 and a terminal 4 connected through a communication means to the server 1, this data maintaining method is composed of a process for designating the system management substituting terminal 4 for substituting for the function of a terminal from the terminal 3, a process for designating backup start on a start picture by starting the start picture from the terminal 4, a process for designating a directory to be backed up on a picture displaying directories as an object of backup, and a process for saving the designated directory to the backup destination.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、GUI(Graphical
User Interface)を使用してデータやプログラムを必要
に応じてバックアップ用記録媒体(バックアップ先)に
退避(バックアップ)させるようにした情報システムにお
けるデータ保守方法に関する。
TECHNICAL FIELD The present invention relates to a GUI (Graphical
The present invention relates to a data maintenance method in an information system in which data and programs are saved (backed up) in a backup recording medium (backup destination) as necessary using a user interface.

【0002】[0002]

【従来の技術】サーバと、該サーバに接続されたDAT
(Digital Audio Taperecorder)などのバックアップ用媒
体と、前記サーバに通信手段を介して接続されたシステ
ム管理用端末と、前記サーバに通信手段を介して接続さ
れた端末からなる情報処理システムにおいては、サーバ
に格納されたデータやプログラムの保守は、システム管
理用端末からのみ実行されている。すなわち、通常UN
IXシステムにおけるデータやプログラムのバックアッ
プは、システム管理者(root権限を持っている者)がコ
ンソールまたはTELNETによりLOGINし、tar
コマンド(tar−cvMf/dfv/st0/var/home/usr)を使用
して行っている。
2. Description of the Related Art A server and a DAT connected to the server
(Digital Audio Taperecorder) and a backup medium, a system management terminal connected to the server via communication means, and an information processing system comprising a terminal connected to the server via communication means, a server The maintenance of the data and programs stored in is performed only from the system management terminal. That is, the normal UN
For backup of data and programs in the IX system, the system administrator (who has root authority) logs in from the console or TELNET, and
This is performed using a command (tar-cvMf / dfv / st0 / var / home / usr).

【0003】一般的に、UNIXのファイル・フォルダ
にはそれぞれ所有権が存在している。したがって、tar
コマンドで、各々のフォルダをDATなどに退避させる
には、サーバを管理する権限を有するシステム管理者
(スーパーユーザー)でなければファイルにアクセスで
きないように構成されるとともに、DATなどへの書き
込み・読み出しの実行もシステム管理者のみに限定され
ているので、基本的にデータの退避は、管理者のみしか
できない構成になっている。
In general, UNIX files and folders have their own ownership. Therefore, tar
In order to save each folder to a DAT or the like by using a command, it is configured that only a system administrator (super user) having the authority to manage the server can access the file, and write / read to / from the DAT or the like. Is limited to only the system administrator, so that basically only the administrator can save data.

【0004】このようなバックアップ方法は、コマン
ドレベルで実行するのでUNIXの知識が必要となる、
バックアップするファイルおよびディレクトリの指定
が難しい、システム管理者しかバックアップを実行で
きないなどの問題を有しており、システム管理者が他の
者にバックアップを委任しようとしても、UNIXの知
識を有する者にしか実施できないという難点を有してい
る。
Since such a backup method is executed at the command level, it requires knowledge of UNIX.
It is difficult to specify the files and directories to be backed up, and only the system administrator can execute the backup. Even if the system administrator tries to delegate the backup to another person, only those who have UNIX knowledge can do it. It has the disadvantage that it cannot be implemented.

【0005】これらの欠点を補うために、バックアップ
ソフトが提案されているが、このソフトではX上または
コマンドラインレベルでしかバックアップを実行できな
い。
To compensate for these drawbacks, backup software has been proposed, but this software can only execute backup on X or at the command line level.

【0006】[0006]

【発明が解決しようとする課題】このような状況にかん
がみ、本発明は、GUI形式に実行できるWEB上から
の操作を実現するアルゴリズムを用いてデータやプログ
ラムを退避するデータ保守方法を提供することを目的と
する。
SUMMARY OF THE INVENTION In view of such circumstances, an object of the present invention is to provide a data maintenance method for saving data and programs by using an algorithm which can be executed in GUI format and realizes an operation from the Web. With the goal.

【0007】本発明は、システム管理用端末以外のシス
テム管理代行端末から、UNIXの知識が無くても画面
の表示に従って操作することによって、プログラムやデ
ータを所定のバックアップ用媒体に退避させることがで
きるデータ保守方法を提供することを目的とする。
According to the present invention, a program or data can be saved to a predetermined backup medium by operating from a system management agent terminal other than the system management terminal in accordance with the screen display without knowing UNIX. The purpose is to provide a data maintenance method.

【0008】さらに、本発明は、LOGINしてディレ
クトリを確認することなしに、バックアップできるディ
レクトリを自動的に検索して表示するようにしたデータ
保守方法を提供することを目的とする。
Another object of the present invention is to provide a data maintenance method for automatically searching and displaying a directory that can be backed up without logging in and checking the directory.

【0009】また、本発明は、WEBでアクセスできる
PCであれば、どのPCでもシステム管理代行端末とし
て指定することができ、このシステム管理代行端末から
プログラムやデータの退避を実行できるデータ保守方法
を提供することを目的としている。
Further, the present invention provides a data maintenance method capable of designating any PC that can be accessed by WEB as a system management agent terminal and saving programs and data from the system management agent terminal. It is intended to provide.

【0010】[0010]

【課題を解決するための手段】上記課題を解決するため
に、本発明は、サーバと、該サーバに接続されたバック
アップ用媒体と、前記サーバに通信手段を介して接続さ
れたシステム管理用端末と、前記サーバに通信手段を介
して接続された端末からなる情報処理システムにおける
データ保守方法において、システム管理用端末から該端
末の機能を代行するシステム管理代行端末をシステム管
理用端末以外の端末の内から指定する過程と、システム
管理代行端末から起動画面を起動し、起動画面上でバッ
クアップ開始を指定する過程と、バックアップの対象と
なるディレクトリが表示された画面上でバックアップす
るディレクトリを指定する過程と、指定されたディレク
トリをバックアップ先に退避させる過程と、画面上に表
示された、処理メッセージの確認、処理実行履歴の確
認、退避データの確認のメッセージのうち、退避データ
の確認を指定することによって、退避データとサーバの
データとを比較し、正しいバックアップの終了を表示す
る過程とによってデータやプログラムのバックアップを
行うようにした。
In order to solve the above problems, the present invention provides a server, a backup medium connected to the server, and a system management terminal connected to the server via communication means. And a data maintenance method in an information processing system comprising a terminal connected to the server via a communication means, wherein a system management agent terminal that performs the function of the terminal from the system management terminal is replaced by a terminal other than the system management terminal. From within, starting the startup screen from the system management agent terminal, specifying the start of backup on the startup screen, and specifying the directory to be backed up on the screen displaying the directory to be backed up And the process of backing up the specified directory to the backup destination, and the process information displayed on the screen. In the message of confirming the message, confirming the process execution history, and confirming the saved data, specify the saved data confirmation to compare the saved data with the server data and display the end of the correct backup. Back up data and programs.

【0011】本発明は、サーバと、該サーバに接続され
たバックアップ用媒体と、前記サーバに通信手段を介し
て接続されたシステム管理用端末と、前記サーバに通信
手段を介して接続された端末からなる情報処理システム
におけるデータ保守方法において、システム管理用端末
から該端末の機能を代行するシステム管理代行端末をシ
ステム管理用端末以外の端末の内から指定する過程と、
システム管理代行端末から起動画面を起動し、起動画面
上でバックアップ開始を指定する過程と、バックアップ
の対象となるディレクトリが表示された画面上でバック
アップするディレクトリを指定する過程と、画面上でバ
ックアップ先を指定し、指定されたディレクトリをバッ
クアップ先に退避させる過程と、画面上に表示された、
処理メッセージの確認、処理実行履歴の確認、退避デー
タの確認のメッセージのうち、退避データの確認を指定
することによって、退避データとサーバのデータとを比
較し、正しいバックアップの終了を表示する過程とによ
ってデータやプログラムのバックアップを行うようにし
た。
The present invention provides a server, a backup medium connected to the server, a system management terminal connected to the server via communication means, and a terminal connected to the server via communication means. In a data maintenance method in an information processing system comprising: a process of designating, from among terminals other than the system management terminal, a system management proxy terminal that performs the function of the terminal from the system management terminal;
Start the startup screen from the system administration agent terminal, specify the backup start on the startup screen, specify the directory to be backed up on the screen displaying the directory to be backed up, and specify the backup destination on the screen The process of saving the specified directory to the backup destination, and the process displayed on the screen,
The process of comparing the saved data with the server data by specifying the saved data check in the message of the process message check, the process execution history check, and the save data check message, and displaying the correct backup end. To back up data and programs.

【0012】本発明は、上記情報処理システムにおける
データ保守方法において、システム管理代行端末の画面
上に表示された、処理メッセージの確認、処理実行履歴
の確認、退避データの確認のメッセージのうち、退避デ
ータの確認を指定することによって、退避データとサー
バのデータとを比較し、正しいバックアップの終了を表
示する過程を有する。
According to the present invention, in the data maintenance method in the information processing system, a message for confirming a processing message, confirming a processing execution history, and confirming saved data displayed on a screen of a system management agent terminal is provided. There is a step of comparing saved data with server data by designating data confirmation, and displaying the end of a correct backup.

【0013】本発明は、上記情報処理システムにおける
データ保守方法において、システム管理代行端末の画面
上でバックアップデータの復元を指定し、バックアップ
先から退避データを読み出して画面上に表示する過程を
有する。
[0013] The present invention, in the data maintenance method in the information processing system, includes a step of designating restoration of backup data on the screen of the system management agent terminal, reading saved data from the backup destination, and displaying the data on the screen.

【0014】本発明は、上記情報処理システムにおける
データ保守方法において、システム管理代行端末は当該
端末のIPアドレスを用いて指定するようにした。
According to the present invention, in the data maintenance method in the information processing system, the system management agent terminal is designated using the IP address of the terminal.

【0015】[0015]

【発明の実施の形態】本発明にかかるデータ保守方法が
適用される情報処理システムの構成を図1を用いて説明
する。情報処理システムは、サーバ1と、バックアップ
用記録媒体2と、システム管理者が操作するシステム管
理用端末3と、情報処理システムに組み込まれた端末4
と、サーバ1と端末3,4を接続する通信手段であるL
AN5とから構成される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The configuration of an information processing system to which a data maintenance method according to the present invention is applied will be described with reference to FIG. The information processing system includes a server 1, a backup recording medium 2, a system management terminal 3 operated by a system administrator, and a terminal 4 incorporated in the information processing system.
And a communication means L for connecting the server 1 to the terminals 3 and 4
AN5.

【0016】サーバ1は、サーバ1およびシステム全体
の動作を司るCPU10と、バックアップの対象となる
データや各種プログラム11をバックアップ用記録媒体
2に退避させるバックアップ機能12と、このバックア
ップ機能を動作させることができるシステム管理者を認
識するシステム管理者認識機能13など通常のサーバと
しての機能のほかに、システム管理者からシステム管理
の代行を委任されたシステム管理代行端末およびシステ
ム管理代行者を認識するシステム管理代行者認識機能1
4と、バックアップ処理の手順をCGI(Common Gatewa
y Intereface)でシステム管理代行端末の画面上に表示
しこの表示に応じた回答を得てバックアップ処理を実行
するバックアップ表示・処理機能15を有している。
The server 1 has a CPU 10 for controlling the operation of the server 1 and the entire system, a backup function 12 for saving data to be backed up and various programs 11 to the backup recording medium 2, and operating the backup function. In addition to a normal server function such as a system administrator recognition function 13 that recognizes a system administrator who can perform a system management, a system management agent terminal to which a system administrator is entrusted with system management and a system that recognizes the system management agent Management agent recognition function 1
4 and CGI (Common Gatewa
(y Interface), a backup display / processing function 15 for displaying on the screen of the system management agent terminal, obtaining an answer corresponding to the display, and executing backup processing.

【0017】バックアップ用記録媒体2は、大容量のデ
ータを高速に書き込みおよび読み出すことができる記録
媒体であれば良く、例えばDATを用いることができ
る。
The backup recording medium 2 may be any recording medium that can write and read large-capacity data at high speed, and for example, DAT can be used.

【0018】システム管理用端末3は、システムを管理
するための唯一の端末として働く端末である。アクセス
がシステム管理用端末からシステム管理者が行ったこと
は、予めサーバ1に登録してあるシステム管理用端末と
してのIDおよびシステム管理者のパスワードによっ
て、サーバ1のシステム管理者認識機能13で判断され
る。
The system management terminal 3 is a terminal serving as the only terminal for managing the system. Whether the system administrator has performed the access from the system management terminal is determined by the system manager recognition function 13 of the server 1 based on the ID of the system management terminal registered in the server 1 in advance and the password of the system manager. Is done.

【0019】端末4−1,4−2,…,4−2nは、L
AN5を介してサーバ1に接続される端末であり、サー
バ1のデータやプログラムの一部を共用して動作する。
The terminals 4-1, 4-2,...
The terminal is connected to the server 1 via the AN 5 and operates by sharing a part of data and programs of the server 1.

【0020】本発明で特徴となる点は、システム管理用
端末3が、端末4−1,4−2,…,4−2nの内のい
ずれかの端末をシステム管理用端末の機能を代行する端
末として指定することによって、システム管理用端末3
に代わってバックアップ処理のための操作ができること
である。
A feature of the present invention is that the system management terminal 3 substitutes any of the terminals 4-1, 4-2,..., 4-2n for the function of the system management terminal. By specifying as a terminal, the system management terminal 3
The operation for backup processing can be performed in place of.

【0021】このシステムにおける、データ保守方法の
処理の概要を説明する。 (管理者モード)通常、システム管理用端末3からデー
タ退避処理を実行する前に、まず、管理者モードを起動
する必要がある。管理者モードの起動は、ブラウザを起
動してURLアドレス欄に当該システム管理用端末のア
ドレスとそのアドレスの後ろに[?admin]を付け加えた
形で入力する。例えば、IPアドレスが192.16
8.1.1のサーバにおいて、GUIデータ保守システ
ムの設置場所が{ HYPERLINKhttp://192.168.1.1/cig-bi
n/databackup.dgi?adomin ,http://192.168.1.1/cgi-b
in/datbackup.cgiの場合、まず、ブラウザを起動し、ブ
ラウザのURLアドレス欄に、}{ HYPERLINK http://19
2.168.1.1/cig-bin/databackup.dgi?adomin,http://19
2.168.1.1/cgi-bin/datbackup.cgi?admin}と入力する
と、図2に示すブラウザ表示の・管理者モードログイン
画面が表示される。
The outline of the processing of the data maintenance method in this system will be described. (Administrator Mode) Normally, before executing data evacuation processing from the system management terminal 3, it is necessary to first activate the administrator mode. To start the administrator mode, start the browser and enter the address of the system management terminal in the URL address field and the address followed by [? Admin]. For example, if the IP address is 192.16
In the server of 8.1.1, the installation location of the GUI data maintenance system is {HYPERLINKhttp: //192.168.1.1/cig-bi
n / databackup.dgi? adomin, http://192.168.1.1/cgi-b
In the case of in / datbackup.cgi, first launch the browser and enter {} HYPERLINK http: // 19
2.168.1.1/cig-bin/databackup.dgi?adomin,http://19
If you enter 2.168.1.1/cgi-bin/datbackup.cgi?admin}, the browser mode and administrator mode login screen shown in Fig. 2 will be displayed.

【0022】この画面のパスワード入力欄にGUIデー
タ保守システム管理者用パスワードを入力することによ
って、システム管理用端末3を介してサーバ1の管理者
モードを起動させ図3に示す管理者モード画面を表示す
る。図3において、データ保守システムにおける管理者
用パスワードを変更するときには、新しいデータ保守シ
ステム管理者用パスワードをパスワード入力欄と確認用
パスワード入力欄の2箇所に入力した後にパスワード変
更フォームボタンをクリックすると、GUIデータ保守
システム管理者用パスワードの変更が実行され、「パス
ワードを変更しました。」とメッセージが表示される。
The administrator mode of the server 1 is started via the system management terminal 3 by inputting the GUI data maintenance system administrator password in the password input field of this screen, and the administrator mode screen shown in FIG. indicate. In FIG. 3, when the password for the administrator in the data maintenance system is changed, a new password for the data maintenance system administrator is input in two places of the password input field and the confirmation password input field, and then the password change form button is clicked. The password for the GUI data maintenance system administrator is changed, and a message "Password has been changed." Is displayed.

【0023】システム管理用端末としての機能を他の端
末に委任する(接続先を変更する)場合には、図3に示
すブラウザ表示の接続先変更&パスワード変更画面にお
いて、変更する接続先(接続優先)のIPアドレス(XXX.
XXX.XXX.XXX(数字3桁の四つの組み合わせ形式))をI
Pアドレス入力欄に入力した後、接続優先IPアドレス
設定フォームボタンをクリックする。
To delegate the function of the system management terminal to another terminal (change the connection destination), the connection destination to be changed (connection destination) is displayed on the connection destination change & password change screen of the browser display shown in FIG. Priority) IP address (XXX.
XXX.XXX.XXX (a combination of four three-digit numbers))
After inputting in the P address input field, a connection priority IP address setting form button is clicked.

【0024】サーバ1は、システム管理代行端末の委任
を登録すると、「接続先を変更しました」とのメッセー
ジをHTML(Hyper Text Markup Language)形式に形
成してブラウザへ送信し、画面には、「接続先を変更し
ました。」とメッセージが表示される。
When the server 1 registers the delegation of the system management agent terminal, the server 1 forms a message "The connection destination has been changed" in HTML (Hyper Text Markup Language) format and sends it to the browser. The message "The connection destination has been changed." Is displayed.

【0025】(データ退避処理)通常システム管理端末
3からGUIデータ保守システムを起動する場合には、
システム管理用端末3のブラウザを起動し、本発明を用
いたGUIデータ保守システムを設置したサーバのアド
レス(URL:Uniformed Resource Locator))を入力
すると、図4に示すブラウザ表示の通常初期画面が表示
される。ブラウザ表示の通常初期画面は、メニュー部と
処理部が表示される。通常初期画面のメニュー部には、
「データ退避」、「データ確認」、「データ比較」、
「データ復元」、「退避先設定」の項目が表示される。
「データ退避」は、サーバの各フォルダのバックアップ
処理の実行である。「データ確認」は、処理実行状況の
確認や処理の履歴の表示の実行である。「データ比較」
は、退避先データと退避元データの比較の実行である。
「データ復元」は、退避先データの復元の実行である。
「退避先設定」は、退避先の変更を実行する。
(Data Saving Process) Normally, when the GUI data maintenance system is started from the system management terminal 3,
When the browser of the system management terminal 3 is started and the address (URL: Uniform Resource Locator) of the server on which the GUI data maintenance system using the present invention is installed is input, the normal initial screen of the browser display shown in FIG. 4 is displayed. Is done. On the normal initial screen of the browser display, a menu section and a processing section are displayed. Usually, the menu section of the initial screen
"Data backup", "Data check", "Data comparison",
Items of “data restoration” and “save destination setting” are displayed.
“Data backup” is the execution of backup processing of each folder of the server. “Data confirmation” is for confirming the process execution status and displaying the history of the process. "Data Comparison"
Is execution of comparison between save destination data and save source data.
“Data restoration” is execution of restoration of save destination data.
The "save destination setting" changes the save destination.

【0026】データ退避(データバックアップ)を実行
する場合には、ブラウザ表示の通常初期画面のメニュー
部の「データ退避」をクリックすると、データ退避処理
実行を確認するブラウザ表示のデータ退避処理開始画面
が表示され、「データ退避処理実行」をクリックする
と、処理部には、図5に示すブラウザ表示のデータ退避
ディレクトリ選択画面が表示される。
When executing data saving (data backup), clicking "data saving" in the menu section of the normal initial screen of the browser displays a data saving processing start screen of the browser display for confirming execution of the data saving processing. When the display is clicked and “Execute Data Evacuation Processing” is clicked, the processing section displays a data evacuation directory selection screen of a browser display shown in FIG.

【0027】画面に表示されたディレクトリ欄のデータ
退避するディレクトリのチェックボックスをチェックし
て退避するディレクトリを指定した後、データ退避する
ディレクトリ選択実行ボタンをクリックすると、処理部
には、図6に示すブラウザ表示のデータ退避ディレクト
リ確認画面が表示される。
After checking the check box of the directory to save data in the directory column displayed on the screen and specifying the directory to save, when the user clicks the directory selection execution button to save data, the processing section shown in FIG. The data save directory confirmation screen of the browser display is displayed.

【0028】図6に示すブラウザ表示のデータ退避ディ
レクトリ確認画面において、バックアップするディレク
トリを確認した後、データ退避開始ボタンをクリックす
るとデータ退避が実行され、「データを退避中です。」
と表示したブラウザ表示のデータ退避実行中画面が表示
される。データ退避処理が終了すると「データ退避処理
を終了しました。」と表示したブラウザ表示のデータ退
避終了画面が表示される。
After confirming the directory to be backed up on the data save directory confirmation screen of the browser display shown in FIG. 6, when the data save start button is clicked, the data save is executed and "Data is being saved."
The data save execution screen of the browser display is displayed with the message "". When the data save processing is completed, the data save end screen of the browser displaying “Data save processing is completed.” Is displayed.

【0029】(データ確認処理)メニュータ部の「データ
確認」をクリックすると、処理部には、図7に示すブラ
ウザ表示のデータ確認処理開始画面が表示される。デー
タ確認処理開始画面には、最後に実行した処理の際のメ
ッセージを表示する処理メッセージ確認ボタン、処理実
行時刻を表示する処理実行履歴の表示ボタン、退避され
たデータのファイルリストを表示する退避データのリス
ト確認ボタンが表示される。
(Data Confirmation Processing) When "Data Confirmation" is clicked in the menu section, the processing section displays a browser-displayed data confirmation processing start screen shown in FIG. On the data confirmation processing start screen, a processing message confirmation button that displays the message of the last executed processing, a processing execution history display button that displays the processing execution time, and save data that displays a file list of saved data Is displayed.

【0030】処理確認メッセージ確認ボタンをクリック
すると、処理部には、図8に示すブラウザ表示の処理メ
ッセージ表示画面が表示され、最新の処理メッセージお
よびエラーが発生していればエラーメッセージが表示さ
れる。
When the processing confirmation message confirmation button is clicked, the processing section displays a processing message display screen of a browser display shown in FIG. 8, and displays the latest processing message and an error message if an error has occurred. .

【0031】処理実行履歴の表示ボタンをクリックする
と、処理部には、図9に示す処理実行履歴表示画面が表
示され、処理日付時間と、処理内容と、退避先を表示す
る。
When the display button of the processing execution history is clicked, a processing execution history display screen shown in FIG. 9 is displayed on the processing section, and displays the processing date and time, the processing content, and the save destination.

【0032】退避データのリスト確認ボタンをクリック
すると、退避先データからデータ退避してあるデータの
抽出処理を実行し、処理部に、図10(A)に示すデータ
退避リスト抽出処理実行中画面を表示し、データ退避リ
スト抽出処理の終了確認ボタンをクリックすると処理部
に図10(B)に示すデータ退避リスト抽出処理終了画面
が表示され、退避データの一覧表示ボタンをクリックす
るとデータ退避先のデータリスト一覧が表示される。
When the save data list confirmation button is clicked, the process of extracting the data saved from the save destination data is executed, and the processing section displays the data save list extracting process execution screen shown in FIG. When the data save list extraction process end confirmation button is clicked, the data save list extraction process end screen shown in FIG. 10B is displayed in the processing unit. When the save data list display button is clicked, the data save destination data is displayed. A list of lists appears.

【0033】(データ比較)メニュータ部の「データ比
較」をクリックすると、処理部にデータ比較処理開始ボ
タンが表示されたデータ比較処理開始画面が表示され
る。データ比較処理開始画面のデータ比較処理開始ボタ
ンをクリックすると、退避先に退避した退避データと退
避元のデータの一致を見るデータ比較処理を開始する。
データ比較処理実行中は、処理部に「退避データと現存
ファイルの比較中です。」のメッセ−ジが表示され、比
較処理が終了すると、「退避データと現存ファイルの比
較を終了しました。」の表示がなされる。
(Data comparison) When "Data comparison" is clicked in the menu section, a data comparison processing start screen in which a data comparison processing start button is displayed in the processing section is displayed. When the data comparison process start button on the data comparison process start screen is clicked, the data comparison process for checking whether the saved data saved in the save destination matches the data of the save source is started.
While the data comparison process is being executed, a message "Compare the saved data with the existing file." Is displayed in the processing section, and when the comparison process is completed, "The comparison between the saved data and the existing file has been completed." Is displayed.

【0034】退避データの比較結果ボタンをクリックす
ると、図11に示すデータ比較処理結果表示画面が表示
され、退避先データと退避元データが一致していれば、
「検索の結果、退避データとファイルは一致していま
す。」と表示され、一致していないときには、「下記のフ
ァイルが異なります。」と表示されるとともに、一致し
ない退避ファイルと内容としてリスト表示される。
When the save data comparison result button is clicked, a data comparison processing result display screen shown in FIG. 11 is displayed, and if the save destination data and the save source data match,
"The search result shows that the saved data and the file match." Is displayed. If they do not match, "The following files are different." Is done.

【0035】(データ復元)メニュータ部の「データ復
元」をクリックすると、処理部に復元処理開始ボタンが
表示されたデータ復元処理開始画面が表示される。デー
タ復元処理開始画面の復元処理開始ボタンをクリックす
ると、退避先に退避した退避データの復元処理を開始す
る。復元処理を開始すると、表示部に検索処理の終了確
認ボタンと「退避データのディレクトリ検索中です。」の
表示がある図12に示すデータ復元準備処理実行中画面
が表示され、復元するディレクトリを選択するための退
避データ取得処理を実行する。
(Data restoration) When "Data restoration" is clicked in the menu section, a data restoration processing start screen in which a restoration processing start button is displayed in the processing section is displayed. When a restore process start button on the data restore process start screen is clicked, the process of restoring saved data saved in the save destination is started. When the restoration process is started, a data restoration preparation process execution screen shown in FIG. 12 is displayed on the display unit, which has a search process end confirmation button and a message "Searching for directory of saved data.", And selects a directory to be restored. Execute the save data acquisition process to perform

【0036】検索処理の終了確認ボタンをクリックする
と、検索が終了していない時には、データ復元準備処理
実行中画面が表示され、検索が終了したときには、復元
ディレクトリの選択ボタンと「退避ディレクトリの検索
を終了しました。」の表示があるデータ復元準備処理終
了画面が表示される。ここで、復元ディレクトリの選択
ボタンをクリックすると、図13に示すブラウザ表示の
復元ディレクトリ選択画面が表示される。復元ディレク
トリ選択画面は、データ復元するディレクトリ選択実行
ボタンと、データが退避されているディレクトリのチェ
ックボックスを有するディレクトリの選択部を有してい
る。
When the search processing end confirmation button is clicked, a data restoration preparation processing execution screen is displayed when the search is not completed, and when the search is completed, a restore directory selection button and a "Save directory search" button are clicked. The data restoration preparation process end screen with the message "Ended" is displayed. Here, when the restore directory selection button is clicked, a browser-displayed restore directory selection screen shown in FIG. 13 is displayed. The restoration directory selection screen has a directory selection execution button for restoring data, and a directory selection unit having a check box for a directory in which data is saved.

【0037】復元ディレクトリ選択画面上で必要な復元
対象ディレクトリを選択した後、データ復元するディレ
クトリ選択実行ボタンをクリックすると、図14に示す
復元ディレクトリ確認画面が表示される。復元するディ
レクトリを確認した後に、復元処理の処理実行ボタンを
クリックすると、退避データの復元処理が実行され、
「退避データの復元中です。」の表示のあるデータ復元実
行中画面が表示され、復元処理の終了確認ボタンをクリ
ックすることによって、データ復元処理が終了していれ
ば「退避データの復元処理が終了しました。」の表示があ
るデータ復元終了画面が表示される。
After selecting a required restoration target directory on the restoration directory selection screen and clicking a directory selection execution button for data restoration, a restoration directory confirmation screen shown in FIG. 14 is displayed. After confirming the directory to be restored, click the button to execute the restoration process.
When the data restoration in progress screen with the message "Recovered data is being restored." Is displayed, and the data restoration process has been completed by clicking the termination confirmation button for the restoration process, "If the data restoration process is The data restoration end screen with the message "Ended" is displayed.

【0038】(退避先設定)データの退避先となるデバイ
スを変更するときには、メニュー部の「退避先設定」を
クリックすると、現在の退避先&設定画面ボタンと、
「データの退避先を設定します。」の表示のある退避先設
定開始画面が表示される。現在の退避先&設定画面ボタ
ンをクリックすると、図15に示すデータ退避先の設定
実効ボタンと「データ退避先の設定変更先」を示す退避
先変更画面が表示される。
(Evacuation Destination Setting) When changing the device to which data is to be saved, clicking “Evacuation Destination Setting” in the menu section displays the current save destination & setting screen button.
The save destination setting start screen with the message "Set the save destination of data." Is displayed. When the current save destination & setting screen button is clicked, a save effective button for setting the data save destination and a save destination change screen indicating “change destination of data save destination setting” shown in FIG. 15 are displayed.

【0039】退避先変更画面の退避先をチェックした
後、データ退避先の設定実行ボタンをクリックすると、
退避先の変更処理が実行され、退避先選択終了画面が表
示される。
After checking the save destination on the save destination change screen, if the data save destination setting execution button is clicked,
The save destination change process is executed, and a save destination selection end screen is displayed.

【0040】以上のように、発明によれば、サーバと、
該サーバに接続されたバックアップ用記録媒体と、前記
サーバに通信手段を介して接続されたシステム管理用端
末と、前記サーバに通信手段を介して接続された端末か
らなる情報処理システムにおいて、管理者モードによっ
て、システム管理用端末3から該端末の機能を代行する
システム管理代行端末4を指定してサーバ1に登録した
後、システム管理代行端末4から起動画面を起動し、起
動画面上でバックアップ(データ退避)開始を指定し、バ
ックアップの対象となるディレクトリが表示された画面
上でバックアップするディレクトリを指定し、該ディレ
クトリを予め指定されたバックアップ先に退避させるこ
とによって、GUI画面上で所定のボタンをクリックす
ることによって、システム管理用端末3から該端末の機
能の代行を委任されたシステム管理代行端末4の画面上
で、バックアップ処理を実行することができる。
As described above, according to the invention, the server and
In an information processing system including a backup recording medium connected to the server, a system management terminal connected to the server via communication means, and a terminal connected to the server via communication means, Depending on the mode, the system management terminal 3 designates the system management agent terminal 4 that performs the function of the terminal and registers it in the server 1, then starts the startup screen from the system management agent terminal 4 and backs up on the startup screen ( By specifying the start of data saving, specifying the directory to be backed up on the screen on which the directory to be backed up is displayed, and saving the directory to the previously specified backup destination, a predetermined button on the GUI screen is displayed. By clicking, the agent for the function of the terminal is delegated from the system management terminal 3. In the system management agent terminal 4 on the screen, it is possible to perform the backup process.

【0041】この際、システム管理代行端末3の操作
は、UNIXの知識を有していなくても、画面上の指示
に従って順次処理を行えば容易にデータ退避処理を実行
することができる。
At this time, even if the operation of the system management agent terminal 3 does not have the knowledge of UNIX, the data saving processing can be easily executed by sequentially performing the processing according to the instructions on the screen.

【0042】本発明を実施するにあたって、上記各種処
理の内容をGUIによってブラウザ表示させる処理は、
スクリプトのような記述によってなされても良く、また
C言語によるなど各種のプログラムで記述されていても
良い。
In carrying out the present invention, the process of displaying the contents of the above various processes on a browser using a GUI includes:
It may be described by a description like a script, or may be described by various programs such as C language.

【0043】[0043]

【発明の効果】本発明によれば、WEBブラウザからの
実行であることから、視覚的に操作できUNIXの知識
が不要となる。さらに、本発明によれば、バックアップ
できるディレクトリを自動的に検索して表示するので、
わざわざLOGINしてディレクトリを確認する必要が
なくなる。さらに、本発明は、WEBでアクセスできる
PCであれば、どこからでも実行できるという長所を有
している。
According to the present invention, since the execution is performed from the Web browser, the operation can be performed visually and the knowledge of UNIX is not required. Further, according to the present invention, directories that can be backed up are automatically searched and displayed, so that
There is no need to log in and check the directory. Further, the present invention has an advantage that it can be executed from any PC that can be accessed by WEB.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明によるデータ保存方法が適用される情報
処理システムの構成を示すブロック図。
FIG. 1 is a block diagram showing a configuration of an information processing system to which a data storage method according to the present invention is applied.

【図2】管理者モードログイン画面。FIG. 2 is an administrator mode login screen.

【図3】接続先変更&パスワード変更画面。FIG. 3 is a connection destination change & password change screen.

【図4】通常初期画面。FIG. 4 is a normal initial screen.

【図5】データ退避ディレクトリ選択画面。FIG. 5 is a data save directory selection screen.

【図6】データ退避ディレクトリ確認画面。FIG. 6 is a data save directory confirmation screen.

【図7】データ確認処理開始画面。FIG. 7 is a data confirmation processing start screen.

【図8】処理メッセージ表示画面。FIG. 8 is a processing message display screen.

【図9】処理実行履歴表示画面。FIG. 9 is a processing execution history display screen.

【図10】データ退避リスト抽出画面。FIG. 10 is a data save list extraction screen.

【図11】データ比較処理結果表示画面。FIG. 11 is a data comparison processing result display screen.

【図12】データ復元準備処理実行中画面。FIG. 12 shows a screen during execution of data restoration preparation processing.

【図13】復元ディレクトリ選択画面。FIG. 13 is a restore directory selection screen.

【図14】復元ディレクトリ確認画面。FIG. 14 is a restoration directory confirmation screen.

【図15】退避先変更画面。FIG. 15 shows a save destination change screen.

【符号の説明】[Explanation of symbols]

1 サーバ 11 バックアップの対象 12 バックアッププログラム(スクリプトを含む) 13 システム管理者認識機能 14 システム管理代行者認識機能 15 バックアップ表示・処理機能 2 バックアップ用記録媒体 3 システム管理用端末 4 端末 5 LAN手段 REFERENCE SIGNS LIST 1 server 11 backup target 12 backup program (including script) 13 system administrator recognition function 14 system management agent recognition function 15 backup display / processing function 2 backup recording medium 3 system management terminal 4 terminal 5 LAN means

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 サーバと、該サーバに接続されたバック
アップ用記録媒体と、前記サーバに通信手段を介して接
続されたシステム管理用端末と、前記サーバに通信手段
を介して接続された端末からなる情報処理システムにお
けるデータ保守方法において、システム管理用端末から
該端末の機能を代行するシステム管理代行端末を指定す
る過程と、システム管理代行端末から起動画面を起動
し、起動画面上でバックアップ開始を指定する過程と、
バックアップの対象となるディレクトリが表示された画
面上でバックアップするディレクトリを指定する過程
と、指定されたディレクトリをバックアップ先に退避さ
せる過程とからなる情報処理システムにおけるデータ保
守方法。
1. A server, a backup recording medium connected to the server, a system management terminal connected to the server via communication means, and a terminal connected to the server via communication means. In the data maintenance method in an information processing system, a process of designating a system management agent terminal to perform the function of the terminal from a system management terminal, starting a startup screen from the system management agent terminal, and starting backup on the startup screen The process of specifying
A data maintenance method in an information processing system, comprising a step of specifying a directory to be backed up on a screen displaying a directory to be backed up and a step of saving the specified directory to a backup destination.
【請求項2】 サーバと、該サーバに接続されたバック
アップ用記録媒体と、前記サーバに通信手段を介して接
続されたシステム管理用端末と、前記サーバに通信手段
を介して接続された端末からなる情報処理システムにお
けるデータ保守方法において、システム管理用端末から
該端末の機能を代行するシステム管理代行端末を指定す
る過程と、システム管理代行端末から起動画面を起動
し、起動画面上でバックアップ開始を指定する過程と、
バックアップの対象となるディレクトリが表示された画
面上でバックアップするディレクトリを指定する過程
と、画面上でバックアップ先を指定し、指定されたディ
レクトリをバックアップ先に退避させる過程とからなる
情報処理システムにおけるデータ保守方法。
2. A server, a backup recording medium connected to the server, a system management terminal connected to the server via communication means, and a terminal connected to the server via communication means. In the data maintenance method in an information processing system, a process of designating a system management agent terminal to perform the function of the terminal from a system management terminal, starting a startup screen from the system management agent terminal, and starting backup on the startup screen The process of specifying
Data in the information processing system, comprising the steps of specifying the directory to be backed up on the screen displaying the directory to be backed up, and specifying the backup destination on the screen and saving the specified directory to the backup destination Maintenance method.
【請求項3】 システム管理代行端末の画面上に表示さ
れた、処理メッセージの確認、処理実行履歴の確認、退
避データの確認のメッセージのうち、退避データの確認
を指定することによって、退避データとサーバのデータ
とを比較し、正しいバックアップの終了を表示する過程
を有する請求項1または請求項2に記載の情報処理シス
テムにおけるデータ保守方法。
3. A method of confirming saved data among messages for confirming a process message, confirming a process execution history, and confirming saved data, which is displayed on a screen of a system management agent terminal. 3. The data maintenance method in the information processing system according to claim 1, further comprising a step of comparing data with a server and displaying an end of a correct backup.
【請求項4】 システム管理代行端末の画面上でバック
アップデータの復元を指定し、バックアップ先から退避
データを読み出して画面上に表示する過程を有する請求
項3に記載の情報処理システムにおけるデータ保守方
法。
4. The data maintenance method in an information processing system according to claim 3, further comprising a step of designating restoration of backup data on a screen of the system management agent terminal, reading saved data from a backup destination, and displaying the data on the screen. .
【請求項5】 システム管理代行端末は、当該端末のI
Pアドレスを用いて指定される請求項1または請求項2
に記載の情報処理システムにおけるデータ保守方法。
5. The system management agent terminal is an I-terminal of the terminal.
3. The method according to claim 1, wherein the address is specified using a P address.
3. A data maintenance method in the information processing system according to 1.
JP11235725A 1999-08-23 1999-08-23 Data maintaining method for information processing system Pending JP2001060175A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11235725A JP2001060175A (en) 1999-08-23 1999-08-23 Data maintaining method for information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11235725A JP2001060175A (en) 1999-08-23 1999-08-23 Data maintaining method for information processing system

Publications (1)

Publication Number Publication Date
JP2001060175A true JP2001060175A (en) 2001-03-06

Family

ID=16990313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11235725A Pending JP2001060175A (en) 1999-08-23 1999-08-23 Data maintaining method for information processing system

Country Status (1)

Country Link
JP (1) JP2001060175A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7447692B2 (en) 2000-01-31 2008-11-04 Commvault Systems, Inc. Logical view and access to data managed by a modular data and storage management system
US7797278B2 (en) 2003-06-12 2010-09-14 Lenovo (Singapore) Pte. Ltd. Migratable backup and restore
JP2014109830A (en) * 2012-11-30 2014-06-12 Toshiba Corp Medical diagnostic device and medical information system
US8930319B2 (en) 1999-07-14 2015-01-06 Commvault Systems, Inc. Modular backup and retrieval system used in conjunction with a storage area network
US9003137B2 (en) 2000-01-31 2015-04-07 Commvault Systems, Inc. Interface systems and methods for accessing stored data
US9003117B2 (en) 2003-06-25 2015-04-07 Commvault Systems, Inc. Hierarchical systems and methods for performing storage operations in a computer network
US9021198B1 (en) 2011-01-20 2015-04-28 Commvault Systems, Inc. System and method for sharing SAN storage
US9104340B2 (en) 2003-11-13 2015-08-11 Commvault Systems, Inc. Systems and methods for performing storage operations using network attached storage

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8930319B2 (en) 1999-07-14 2015-01-06 Commvault Systems, Inc. Modular backup and retrieval system used in conjunction with a storage area network
US7447692B2 (en) 2000-01-31 2008-11-04 Commvault Systems, Inc. Logical view and access to data managed by a modular data and storage management system
US9003137B2 (en) 2000-01-31 2015-04-07 Commvault Systems, Inc. Interface systems and methods for accessing stored data
US9286398B2 (en) 2000-01-31 2016-03-15 Commvault Systems, Inc. Systems and methods for retrieving data in a computer network
US7797278B2 (en) 2003-06-12 2010-09-14 Lenovo (Singapore) Pte. Ltd. Migratable backup and restore
US9003117B2 (en) 2003-06-25 2015-04-07 Commvault Systems, Inc. Hierarchical systems and methods for performing storage operations in a computer network
US9104340B2 (en) 2003-11-13 2015-08-11 Commvault Systems, Inc. Systems and methods for performing storage operations using network attached storage
US9021198B1 (en) 2011-01-20 2015-04-28 Commvault Systems, Inc. System and method for sharing SAN storage
US9578101B2 (en) 2011-01-20 2017-02-21 Commvault Systems, Inc. System and method for sharing san storage
US11228647B2 (en) 2011-01-20 2022-01-18 Commvault Systems, Inc. System and method for sharing SAN storage
JP2014109830A (en) * 2012-11-30 2014-06-12 Toshiba Corp Medical diagnostic device and medical information system

Similar Documents

Publication Publication Date Title
US8006241B2 (en) Automatic software installation and cleanup
US8042172B1 (en) Remote access architecture enabling a client to perform an operation
US5999740A (en) Updating mechanism for software
US6421777B1 (en) Method and apparatus for managing boot images in a distributed data processing system
US8234639B2 (en) Autonomic auto-configuration using prior installation configuration relationships
US6108779A (en) Server and computer network that permit a client to be easily introduced into the computer network
US6938057B2 (en) Method and apparatus for networked backup storage
US20030065951A1 (en) Information providing server, terminal apparatus, control method therefor, and information providing system
US20020174206A1 (en) Web-based file manipulating system
US20020178173A1 (en) Method and apparatus for performing the identification of files to be backed up using relational meta data
JPH11167510A (en) Replication method, replication tool, and replication server
US20020109717A1 (en) Customizing a graphical user interface of a host application
GB2333865A (en) Synchronised updating of interoperating software
US20030191716A1 (en) Secure storage system and method
US7424734B2 (en) Service providing system, information processing apparatus and method, recording medium and program
US10241780B1 (en) Encapsulation of software support tools
US7506033B2 (en) System and method for remotely accessing a client in a client server environment
JP2001060175A (en) Data maintaining method for information processing system
US8341127B1 (en) Client initiated restore
US20070027933A1 (en) Resilient system partition for personal internet communicator
CN114996132B (en) A service testing method, device, equipment and storage medium
JP5418070B2 (en) Business operation support method and computer apparatus
CN115118717A (en) A CIFS shared mounting method, device, device and medium
CN116400861B (en) Method and device for deleting files from NAS disk
JPH07319792A (en) Gateway system