JPH0697987A - Communication processor - Google Patents

Communication processor

Info

Publication number
JPH0697987A
JPH0697987A JP4128421A JP12842192A JPH0697987A JP H0697987 A JPH0697987 A JP H0697987A JP 4128421 A JP4128421 A JP 4128421A JP 12842192 A JP12842192 A JP 12842192A JP H0697987 A JPH0697987 A JP H0697987A
Authority
JP
Japan
Prior art keywords
control program
communication processing
host
internal storage
self
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.)
Withdrawn
Application number
JP4128421A
Other languages
Japanese (ja)
Inventor
Hiroaki Sakuyama
弘明 作山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP4128421A priority Critical patent/JPH0697987A/en
Publication of JPH0697987A publication Critical patent/JPH0697987A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)

Abstract

PURPOSE:To shorten down loading time by storing the control program of a communication processor in an internal storage part and performing self-loading. CONSTITUTION:The arithmetic processing part 2 of the communication processor analyzes a down loading command and in the case of normal loading processing, generates the control program based on information supplied from a host and stores the generated control program in the control program storage area of the internal storage part 7. Then, in the case of self-loading processing, the arithmetic processing part 2 starts the processing using the control program stored in the internal storage part 7.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は通信処理装置に関し、特
に通信処理装置がホストピュータからの指示により実行
する通信処理装置用制御プログラムのロード方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication processing device, and more particularly to a method for loading a communication processing device control program which the communication processing device executes in response to an instruction from a host computer.

【0002】[0002]

【従来の技術】従来の通信処理装置は、図5に示すよう
に、ホストコンピュータからダウンロードにより与えら
れる各種の伝送制御手順及び端末装置の制御モジュール
を含むベースプログラムと、ネットワーク及び端末構成
の定義、オプション機能の指定を示すパラメータ情報を
ホストインタフェースを介して受け取り、このベースプ
ログラムと構成情報により必要なモジュールだけを選別
して個々のネットワーク構成に適した制御プログラムを
生成しメモリに格納する。そしてこの生成された制御プ
ログラムのもとで、通信処理装置は処理を開始しホスト
コンピュータと各種回線間のデータ転送の制御を行って
いる。
2. Description of the Related Art A conventional communication processing apparatus, as shown in FIG. 5, includes a base program including various transmission control procedures given by a download from a host computer and a control module of a terminal device, a definition of a network and a terminal configuration, Parameter information indicating the designation of an optional function is received via the host interface, only the necessary modules are selected based on this base program and the configuration information, and a control program suitable for each network configuration is generated and stored in the memory. Then, under the generated control program, the communication processing device starts processing and controls data transfer between the host computer and various lines.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の通信処
理装置では、起動がかかるには必ずホストから制御プロ
グラムを生成するための情報をダウンロードし通信処理
装置で制御プログラムを生成するため、再起動に時間が
かかるという欠点があった。
In the above-mentioned conventional communication processing apparatus, the information for generating the control program is always downloaded from the host and the control program is generated by the communication processing apparatus when the communication processing apparatus is activated. It had the drawback of taking a long time.

【0004】特にネットワーク構成が異なる複数の通信
処理装置が本番系として運用され、これらの待機系とし
て1台の通信処理装置しかないシステムに於いて、本番
系の異常により待機系へ切り替える場合、異常が発生し
た通信処理装置の処理を継続するため、この通信処理装
置のベースプログラムとネットワーク構成情報を待機系
の通信処理装置へダウンロードし、待機系の通信処理装
置はダウンロードされた情報により制御プログラムを生
成して動作を開始するため異常発生から待機系の通信処
理装置が動作を開始して処理を引き継ぐまで長時間要し
ていた。
In particular, in a system in which a plurality of communication processing devices having different network configurations are operated as a production system and there is only one communication processing device as these standby systems, when switching to the standby system due to an abnormality in the production system, an error occurs. In order to continue the processing of the communication processing device in which the error occurred, the base program and network configuration information of this communication processing device are downloaded to the standby communication processing device, and the communication processing device of the standby system downloads the control program according to the downloaded information. Since it is generated and starts the operation, it takes a long time from the occurrence of the abnormality until the communication processing device of the standby system starts the operation and takes over the processing.

【0005】[0005]

【課題を解決するための手段】本発明の通信処理装置
は、ホストコンピュータから、制御プログラムを生成す
るための情報を受け取る制御を行うノーマルローダと、
内部記憶部より前記制御プログラムをロードするための
セルフローダが格納されているROMと、前記ホストコ
ンピュータよりダウンロードコマンドを受け取るとコマ
ンドの解析を行いノーマルロードならばホストコンピュ
ータから与えられる情報により前記制御プログラムを生
成して前記内部記憶部に格納する処理を行い、またセル
フロードならば前記内部記憶部より格納されている前記
制御プログラムを読み出す制御を行う演算処理部と、前
記ノーマルロードによりホストコンピュータから与えら
れる情報により生成される前記制御プログラムをメモリ
イメージのまま格納する内部記憶部と、前記制御プログ
ラムが生成されて展開されるメモリとで構成されること
を特徴とする。
A communication processing apparatus according to the present invention includes a normal loader for performing control for receiving information for generating a control program from a host computer,
A ROM in which a self-loader for loading the control program from the internal storage unit is stored; and, when a download command is received from the host computer, the command is analyzed, and if normal loading, the control program is based on information provided from the host computer. Is generated and stored in the internal storage unit, and if it is self-loading, an arithmetic processing unit that controls reading the control program stored in the internal storage unit; It is characterized by comprising an internal storage unit for storing the control program generated by the stored information as a memory image as it is and a memory for generating and expanding the control program.

【0006】[0006]

【実施例】次に、本発明の実施例に付いて図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0007】本発明の通信処理装置の一実施例を示す図
1を参照すると、本実施例は、ホストコンピュータ(以
下ホストと記す)とのインタフェースを行うホストイン
タフェース1、通信処理装置の制御を行う演算処理部
2、通信処理装置の制御プログラム及び回線データ等が
記憶されているメモリ5、各種回線とのインタフェース
を行う回線接続部4、ノーマルローダとセルフローダの
2種類のローダを格納しているROM3および制御プロ
グラムをメモリイメージのまま格納する磁気ディスク装
置7を制御する磁気ディスク制御部6が共通バス10を
介して接続されている。
Referring to FIG. 1 showing an embodiment of a communication processing apparatus of the present invention, this embodiment controls a host interface 1 for interfacing with a host computer (hereinafter referred to as a host) and a communication processing apparatus. An arithmetic processing unit 2, a memory 5 in which a control program of the communication processing device, line data and the like are stored, a line connection unit 4 for interfacing with various lines, a normal loader and a self loader are stored. A magnetic disk control unit 6 for controlling the ROM 3 and a magnetic disk device 7 which stores a control program as a memory image is connected via a common bus 10.

【0008】ホストインタフェース1に接続されている
ホストがダウンロードを実行しようとしたとき、ホスト
はホストチャネル11を介して図2に示すフォーマット
でダウンロード要求コマンドをホストインタフェース1
に与える。ホストインタフェース1はダウンロード要求
コマンドを演算処理部2へ与える。
When a host connected to the host interface 1 tries to execute a download, the host sends a download request command in the format shown in FIG.
Give to. The host interface 1 gives a download request command to the arithmetic processing unit 2.

【0009】演算処理部2は図2に示すコマンドが与え
られると、上位ビットでホストからのダウンロード要求
と認識し続くビットでノーマルロードまたはセルフロー
ドの処理を選択する。ノーマルロードの処理が選択され
ると演算処理部2はROM3に格納されているノーマル
ローダを読み出して処理を開始し、ホストから与えられ
る各種の伝送制御手順及び端末装置の制御モジュールを
含むベースプログラムとネットワーク及び端末構成の定
義、オプション機能の指定を示すパラメータ情報をホス
トチャネル11およびホストインタフェース1を介して
メモリ5へダウンロードする。
When the command shown in FIG. 2 is given, the arithmetic processing unit 2 recognizes a download request from the host with the upper bits and selects normal load or self load processing with the subsequent bits. When the normal load process is selected, the arithmetic processing unit 2 reads the normal loader stored in the ROM 3 to start the process, and a base program including various transmission control procedures given by the host and a control module of the terminal device. Parameter information indicating the definition of network and terminal configurations and the designation of optional functions is downloaded to the memory 5 via the host channel 11 and the host interface 1.

【0010】ダウンロードが終了すると、演算処理部2
はメモリ5に格納されたベースプログラムを与えられた
ネットワーク及び端末構成の定義、オプション機能のパ
ラメータ情報をもとにこの通信処理装置が管理するネッ
トワーク構成に適した制御プログラムを生成してメモリ
5へ展開する。
When the download is completed, the arithmetic processing unit 2
Generates a control program suitable for the network configuration managed by this communication processing device based on the definition of the network and terminal configurations given the base program stored in the memory 5 and the parameter information of the optional function, and stores it in the memory 5. expand.

【0011】制御プログラムの生成が終了すると、演算
処理部2はセレフロード処理に使用するためにメモリ5
に展開された制御プログラムをメモリイメージのまま磁
気ディスク制御部6を使って磁気ディスク装置7へ格納
する。そしてメモリ5に展開された制御プログラムの処
理を演算処理部2は開始して通信処理装置は通常の運用
状態にはいる。
When the generation of the control program is completed, the arithmetic processing section 2 uses the memory 5 for use in the selection processing.
The control program expanded in step (3) is stored in the magnetic disk device 7 as it is as a memory image by using the magnetic disk controller 6. Then, the arithmetic processing unit 2 starts the processing of the control program expanded in the memory 5, and the communication processing device enters the normal operating state.

【0012】ホストからのダウンロード要求コマンドに
よりセルフロードが選択されると、演算処理部2はRO
M3に格納されているセルフローダを読み出して処理を
開始する。セルフロード処理はホストから与えられるベ
ースプログラム及びネットワーク構成パラメータにより
制御プログラムを生成するのではなく、先にノーマルロ
ード処理で生成され磁気ディスク装置7に格納されてい
る制御プログラムをメモリ5に展開して処理を開始する
ものである。
When the self load is selected by the download request command from the host, the arithmetic processing unit 2 causes the RO
The self-loader stored in M3 is read to start the processing. The self-load process does not generate the control program by the base program and the network configuration parameter given from the host, but expands the control program previously generated by the normal load process and stored in the magnetic disk device 7 in the memory 5. The process is started.

【0013】従って演算処理部2はセルフロード処理を
開始すると、磁気ディスク制御部6を介して磁気ディス
ク装置7に格納されているメモリイメージの制御プログ
ラムを読み出して共通バス10を通してメモリ5へ格納
する。制御プログラムの読み出しが終了すると演算処理
部2はメモリ5へ展開して制御プログラムの処理を開始
し通信処理装置は通常の運用状態にはいる。
Therefore, when the arithmetic processing unit 2 starts the self-loading process, it reads the control program of the memory image stored in the magnetic disk device 7 via the magnetic disk control unit 6 and stores it in the memory 5 via the common bus 10. . When the reading of the control program is completed, the arithmetic processing unit 2 expands it in the memory 5 and starts the processing of the control program, and the communication processing device enters the normal operating state.

【0014】以上の動作を行う事により通信処理装置は
ノーマルモード処理によりホストから各種の伝送制御手
順及び端末装置の制御モジュールを含むベースプログラ
ムとネットワーク及び端末構成の定義、オプション機能
の指定を示すパラメータ情報を与えられるとこの通信処
理装置が管理するネットワーク構成に適した制御プログ
ラムを生成してメモリに展開し、この制御プログラムを
メモリイメージのまま磁気ディスク装置へ格納する。そ
してこれ以後はセルフロード処理によりノーマルロード
処理で生成した制御プログラムを使用して通信処理装置
の起動が行えるので、再起動時間を大幅に短縮する事が
可能である。
By performing the above operation, the communication processing device performs a normal mode process from the host to various transmission control procedures and a base program including a control module of the terminal device, a definition of the network and terminal configuration, and a parameter indicating designation of an optional function. When given information, a control program suitable for the network configuration managed by this communication processing device is generated and expanded in the memory, and this control program is stored in the magnetic disk device as a memory image. After that, the communication processing device can be started by using the control program generated by the normal load process by the self-load process, so that the restart time can be significantly shortened.

【0015】本発明の第2の実施例を示す図3を参照す
ると、本実施例は第1の実施例に、磁気ディスク装置内
の制御プログラム格納エリアを複数個設けた構成となっ
ている。
Referring to FIG. 3 showing a second embodiment of the present invention, the present embodiment has a configuration in which a plurality of control program storage areas in the magnetic disk device are provided in the first embodiment.

【0016】図3に於いて、1台のホストに4つの通信
処理装置50−1,50−2,50−3および50−4
がそれぞれホストチャネル1−1,1−2,1−3およ
び1−4で接続されており、ホストから与えられる各種
の伝送制御手順及び端末装置の制御モジュールを含むベ
ースプログラムとネットワーク及び端末構成の定義、オ
プション機能の指定を示すパラメータ情報により、通信
処理装置50−1,50−2,50−3が各々管理する
ネットワーク構成に適した制御プログラムを生成し、独
立して動作している。
In FIG. 3, one host has four communication processing devices 50-1, 50-2, 50-3 and 50-4.
Are connected by host channels 1-1, 1-2, 1-3 and 1-4, respectively, and various transmission control procedures given by the host and a base program including a control module of a terminal device, a network, and a terminal configuration A control program suitable for the network configuration managed by each of the communication processing devices 50-1, 50-2, and 50-3 is generated by the parameter information indicating the definition and the designation of the optional function, and operates independently.

【0017】通信処理装置50−4は通信処理装置50
−1,50−2または50−3に以上が発生したとき
に、ネットワーク処理を引き継ぐために用意されてい
る。通信処理装置50−4は磁気ディスク装置27内に
制御プログラムの格納エリアを複数個備えている。ホス
トは通信処理装置50−4に、図4で示すようなコマン
ドフォーマットでダウンロード処理を指示する。ホスト
は通信処理装置50−1の制御プログラム2−1と同じ
ものを制御プログラム格納エリア12−1へ、通信処理
装置50−2の制御プログラム2−2と同じものを制御
プログラム格納エリア12−2へ、通信処理装置50−
3の制御プログラム2−3と同じものを制御プログラム
12−3へ各々格納するために図4に示すフォーマット
で通信処理装置50−4へ指示を与える。またホストは
ホストチャネル1−4を介してダウンロード要求コマン
ドを演算処理部22に与える。
The communication processing device 50-4 is a communication processing device 50.
It is prepared to take over network processing when the above occurs in -1, 50-2 or 50-3. The communication processing device 50-4 includes a plurality of control program storage areas in the magnetic disk device 27. The host instructs the communication processing device 50-4 to perform the download process in the command format shown in FIG. The host stores the same program as the control program 2-1 of the communication processing device 50-1 in the control program storage area 12-1, and the same program as the control program 2-2 of the communication processing device 50-2 in the control program storage area 12-2. To the communication processing device 50-
In order to store the same one as the control program 2-3 of No. 3 in the control program 12-3, an instruction is given to the communication processing device 50-4 in the format shown in FIG. The host also gives a download request command to the arithmetic processing unit 22 via the host channels 1-4.

【0018】演算処理部22はコマンドが与えられる
と、上位ビットでダウンロード要求を認識し続くビット
でノーマルロードまたはセルフロード処理の選択および
制御プログラム格納エリアの選択を行う。演算処理部2
2はノーマルロードで制御プログラム格納エリア12−
1が選択されると、ROM23に格納されているノーマ
ルローダの処理を開始しホストから各種の伝送制御手順
及び端末装置の制御モジュールを含むベースプログラム
と通信処理装置50−1のネットワーク及び端末の定
義、オプション機能の指示を示すパラメータ情報をホス
トチャネル1−4およびホストインタフェース21を介
してメモリ25へダウンロードする。
When a command is given, the arithmetic processing unit 22 recognizes a download request with the upper bits and selects normal load or self load processing and a control program storage area with the subsequent bits. Arithmetic processing unit 2
2 is a normal load control program storage area 12-
When 1 is selected, the processing of the normal loader stored in the ROM 23 is started, and the base program including various transmission control procedures and the control module of the terminal device from the host and the definition of the network and the terminal of the communication processing device 50-1. , Parameter information indicating an instruction of an optional function is downloaded to the memory 25 via the host channel 1-4 and the host interface 21.

【0019】ダウンロードが終了すると演算処理部22
は、メモリ25へ格納されているベースプログラムを通
信処理装置50−1のネットワーク情報をもとにして、
通信処理装置50−1が管理するネットワーク構成に適
した制御プログラム2−1を生成してメモリ25へ展開
する。制御プログラムの生成が終了すると演算処理部2
2はセルフロード処理のためにメモリ25に展開された
制御プログラム2−1をメモリイメージのまま磁気ディ
スク制御部26を使って磁気ディスク装置27の制御プ
ログラム格納エリア12−1へ格納する。
When the download is completed, the arithmetic processing unit 22
Based on the network information of the communication processing device 50-1 based on the base program stored in the memory 25,
The control program 2-1 suitable for the network configuration managed by the communication processing device 50-1 is generated and loaded in the memory 25. When the generation of the control program is completed, the arithmetic processing unit 2
Reference numeral 2 stores the control program 2-1 expanded in the memory 25 for the self-load processing in the control program storage area 12-1 of the magnetic disk device 27 using the magnetic disk control unit 26 as it is as a memory image.

【0020】同様の処理を通信処理装置50−2,50
−3で使用している制御プログラム2−2,2−3に対
して行う事により、磁気ディスク装置27の制御プログ
ラム格納エリア12−1,12−2,12−3にはそれ
ぞれ通信処理装置50−1,50−2,50−3用の制
御プログラム2−1,2−2,2−3が格納される。
The same processing is performed by the communication processing devices 50-2 and 50.
-3 for the control programs 2-2 and 2-3 used in the communication processing device 50, the control program storage areas 12-1, 12-2 and 12-3 of the magnetic disk device 27 are respectively stored in the communication processing device 50. Control programs 2-1, 2-2, 2-3 for -1, 50-2, 50-3 are stored.

【0021】ホストは、通信処理装置50−1,50−
2,50−3を使ってネットワークの運用を開始する
と、常に通信処理装置50−1,50−2,50−3の
監視を行い、異常を検出すると、異常を検出した通信処
理装置の処理を継続するために、異常を検出した通信処
理装置に対応する制御プログラムを通信処理装置50−
4へセルフロードする要求を図4のフォーマットで発行
する。
The host is the communication processing device 50-1, 50-.
When the operation of the network is started using 2, 50-3, the communication processing devices 50-1, 50-2, 50-3 are constantly monitored, and when an abnormality is detected, the processing of the communication processing device that has detected the abnormality is performed. In order to continue, the communication processing device 50-provides a control program corresponding to the communication processing device that has detected the abnormality.
Issue a request to self-load No. 4 in the format of FIG.

【0022】通信処理装置50−4の演算処理部22
は、セルフロードコマンドを受け取るとROM23に格
納されているセルフローダを読み出して処理を開始し、
ホストから与えられたセルフロードコマンドで指定され
た制御プログラムを磁気ディスク装置27の制御プログ
ラム格納エリア12−1,12−2,12−3から選択
してメモリ25へ展開して処理を開始する。
The arithmetic processing unit 22 of the communication processing device 50-4.
When receiving the self-load command, reads out the self-loader stored in the ROM 23 and starts processing.
The control program designated by the self-load command given from the host is selected from the control program storage areas 12-1, 12-2, 12-3 of the magnetic disk device 27, expanded in the memory 25, and the processing is started.

【0023】以上の動作を行う事により通信処理装置5
0−4はホストが異常を検出した通信処理装置のネット
ワーク処理を短時間で引き継ぎネットワーク処理を継続
する事ができる。
By performing the above operation, the communication processing device 5
0-4 can take over the network processing of the communication processing device in which the host detects an abnormality in a short time and continue the network processing.

【0024】[0024]

【発明の効果】以上説明したように本発明の通信処理装
置は、受け取ったダウンロード要求を解析しノーマルロ
ード時に各種伝送制御手順及び端末装置の制御モジュー
ルを含むベースプログラムとネットワーク及び端末構成
の定義、オプション機能の指定を示すパラメータ情報か
ら生成される制御プログラムを内部記憶部にそのまま格
納してセルフロード時に使用する事により、セルフロー
ド時に制御プログラムを生成する時間が不要になるので
通信処理装置の再起動時間を短縮する事ができる。
As described above, the communication processing apparatus of the present invention analyzes the received download request, and at the time of normal loading, various transmission control procedures and the base program including the control module of the terminal device, the definition of the network and the terminal configuration, By storing the control program generated from the parameter information indicating the specification of the optional function in the internal storage as it is and using it during self-loading, the time for generating the control program during self-loading is not required, so that the communication processor can be reconfigured. The startup time can be shortened.

【0025】またネットワーク構成が異なる複数の通信
処理装置を本番系として運用し待機系の通信処理装置に
は、本番系の制御プログラムを全て格納しておき、本番
系に異常が発生したとき待機系は異常が発生した本番系
の制御プログラムを内部記憶部より読み出して処理を開
始する事ができるので、通信処理装置に異常が発生した
とき異常が発生した通信処理装置の処理を短時間に引き
継ぐ事ができるという効果がある。
Further, a plurality of communication processing devices having different network configurations are operated as a production system, and all the control programs of the production system are stored in the communication system of the standby system. When an error occurs in the production system, the standby system Can read the control program of the production system in which the abnormality has occurred from the internal storage unit and start processing, so when the abnormality occurs in the communication processing device, the processing of the communication processing device in which the abnormality has occurred can be taken over in a short time. There is an effect that can be.

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

【図1】本発明の第1の実施例の構成を示す図である。FIG. 1 is a diagram showing a configuration of a first exemplary embodiment of the present invention.

【図2】第1の実施例に対するダウンロードコマンドの
フォーマットを示す図である。
FIG. 2 is a diagram showing a format of a download command for the first embodiment.

【図3】本発明の第2の実施例の構成を示す図である。FIG. 3 is a diagram showing a configuration of a second exemplary embodiment of the present invention.

【図4】第2の実施例に対するダウンロードコマンドの
フォーマットを示す図である。
FIG. 4 is a diagram showing a format of a download command for the second embodiment.

【図5】従来例の構成を示す図である。FIG. 5 is a diagram showing a configuration of a conventional example.

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

1,21 ホストインタフェース 2,22 演算処理部 3,23 ROM 4,24 回線接続部 5,25 メモリ 6,26 磁気ディスク制御部 7,27 磁気ディスク装置 10,10−1 共通バス 11,1−1,1−2,1−3,1−4 ホストチャ
ネル 50−1,50−2,50−3,50−4 通信処理
装置 2−1,2−2,2−3 制御プログラム 12−1,12−2,12−3 制御プログラム格納
エリア
1,21 Host interface 2,22 Arithmetic processing unit 3,23 ROM 4,24 Line connection unit 5,25 Memory 6,26 Magnetic disk control unit 7,27 Magnetic disk device 10,10-1 Common bus 11,1-1 , 1-2, 1-3, 1-4 Host channel 50-1, 50-2, 50-3, 50-4 Communication processing device 2-1, 2-2, 2-3 Control program 12-1, 12 -2,12-3 Control program storage area

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ホストコンピュータから、制御プログラ
ムを生成するための情報を受け取る制御を行うノーマル
ローダと、内部記憶部より前記制御プログラムをロード
するためのセルフローダが格納されているROMと、 前記ホストコンピュータよりダウンロードコマンドを受
け取るとコマンドの解析を行いノーマルロードならばホ
ストコンピュータから与えられる情報により前記制御プ
ログラムを生成して前記内部記憶部に格納する処理を行
い、またセルフロードならば前記内部記憶部より格納さ
れている前記制御プログラムを読み出す制御を行う演算
処理部と、 前記ノーマルロードによりホストコンピュータから与え
られる情報により生成される前記制御プログラムをメモ
リイメージのまま格納する内部記憶部と、 前記制御プログラムが生成されて展開されるメモリとで
構成されることを特徴とする通信処理装置。
1. A normal loader for performing control to receive information for generating a control program from a host computer, a ROM storing a self-loader for loading the control program from an internal storage unit, and the host. When a download command is received from the computer, the command is analyzed. If it is a normal load, the control program is generated from the information given by the host computer and stored in the internal storage unit. If it is a self-load, the internal storage unit is generated. An arithmetic processing unit that controls the reading of the control program stored therein, an internal storage unit that stores the control program generated by the information given from the host computer by the normal load as a memory image, and the control program But A communication processing device comprising: a memory that is generated and expanded.
【請求項2】 前記制御プログラムが前記内部記憶部に
格納されるエリアを複数個にする事により、各々の格納
エリアにホストコンピュータから複数回指示される前記
ノーマルロード要求によりネットワーク構成が異なる前
記制御プログラムを格納し、この複数の制御プログラム
の内からホストコンピュータからのセルフロードコマン
ドにより選択された制御プログラムを前記メモリに展開
して処理を開始することを特徴とする請求項1記載の通
信処理装置。
2. The control, wherein the control program has a plurality of areas to be stored in the internal storage unit, and the network configuration is different according to the normal load request issued from the host computer a plurality of times to each storage area. 2. The communication processing apparatus according to claim 1, wherein the communication processing apparatus stores a program, expands a control program selected from the plurality of control programs by a self-load command from a host computer into the memory, and starts processing. .
JP4128421A 1992-05-21 1992-05-21 Communication processor Withdrawn JPH0697987A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4128421A JPH0697987A (en) 1992-05-21 1992-05-21 Communication processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4128421A JPH0697987A (en) 1992-05-21 1992-05-21 Communication processor

Publications (1)

Publication Number Publication Date
JPH0697987A true JPH0697987A (en) 1994-04-08

Family

ID=14984352

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4128421A Withdrawn JPH0697987A (en) 1992-05-21 1992-05-21 Communication processor

Country Status (1)

Country Link
JP (1) JPH0697987A (en)

Similar Documents

Publication Publication Date Title
US20030200109A1 (en) Job processing method, job processing unit, and storage managing system
JPH10187359A (en) System for storing data and method for transferring data applied to the same system
JPH0697987A (en) Communication processor
JP3007923B2 (en) Data transfer method and system
JPH09146651A (en) Remote start system for computer
JP2001325105A (en) Method for rewriting operation program
JPH04167039A (en) Data write system
JP2001256071A (en) Redundant system
JP2575231B2 (en) How to download
JPH0962642A (en) Program loading system of parallel computer
JPH0580947A (en) Multiple control system for disk device
JPH11327681A (en) Virtual system time management system and management method and recording medium recording management program
JP2862151B2 (en) Programmable controller
JPH10320366A (en) Nonresident program loading system
JPH08221287A (en) System changeover controlling method
JPH09311845A (en) Digital signal processor and method therefor
JPH06348725A (en) Program loading method for network system
JPH0651990A (en) System initial loading system of operating system in computer system
JPH11224243A (en) System disk sharing method
JPS6349839A (en) Leading system for electronic computer system
JPH098908A (en) Exchange and restart processing method for exchange
JPH0227689B2 (en)
JPH04273556A (en) Communication processor activating system
JPS59127159A (en) Information processing system
JPH03182949A (en) Diagnostic system for main storage device in computer system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990803