JPH11175439A - Port number allocating method at time of application program installation and storage medium used for it - Google Patents

Port number allocating method at time of application program installation and storage medium used for it

Info

Publication number
JPH11175439A
JPH11175439A JP9345129A JP34512997A JPH11175439A JP H11175439 A JPH11175439 A JP H11175439A JP 9345129 A JP9345129 A JP 9345129A JP 34512997 A JP34512997 A JP 34512997A JP H11175439 A JPH11175439 A JP H11175439A
Authority
JP
Japan
Prior art keywords
port number
information
registered
port
registration
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.)
Granted
Application number
JP9345129A
Other languages
Japanese (ja)
Other versions
JP3421233B2 (en
Inventor
Takashi Tateyama
隆司 立山
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.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP34512997A priority Critical patent/JP3421233B2/en
Publication of JPH11175439A publication Critical patent/JPH11175439A/en
Application granted granted Critical
Publication of JP3421233B2 publication Critical patent/JP3421233B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent a malfunction from occurring without damaging user's convenience by automating a port number setting operation at the time of installing an application. SOLUTION: This method sets the retrieval position of an input port number information (D) table 40 to a leading part, compares a port number that is shown at the retrieval position and its range information with entire data of a registration port number information (C) table 41 and verifies that the port number is not overlapped with the range included. When an overlapping port number exists and also rewriting is performed and when overlapping does not exist, information (registration object data) of the table 40 is additionally stored in the table 41 and a registration flag (cf) is set. When the entire retrieval of the table 40 is finished in this way, data in which the flag (cf) of the table 41 is effective is stored in a communication information definition file 20 of a host computer 10.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、TCP,UDP/
IP(Transmission Control Protocol,User Datagram
Protocol/Internet Protocol)のネットワークプロト
コルでのコンピュータ間通信において、ソケット通信の
ためのポート番号を設定する手法に関するものである。
[0001] The present invention relates to TCP, UDP /
IP (Transmission Control Protocol, User Datagram)
The present invention relates to a method of setting a port number for socket communication in computer-to-computer communication using a network protocol of Protocol / Internet Protocol.

【0002】[0002]

【従来の技術】近年、ネットワークシステムの普及に伴
って、CSS(Cliant Server System)方式のアプリケ
ーションプログラムが数多く開発されている。そして、
このようなCSS方式のアプリケーションプログラムを
インストールする際には、各アプリケーションプログラ
ムのインストール時に規定されているソケット通信用ポ
ート番号が、インストール対象のコンピュータの通信定
義情報に定義されていないことを何らかの手段により確
認した上で、インストーラ自身がポート番号の登録操作
を行う場合と、アプリケーションプログラムによって
は、同一のポート番号が定義済みであっても、無条件で
ポート番号を自動登録する場合等がある。
2. Description of the Related Art In recent years, with the spread of network systems, a number of CSS (Cliant Server System) application programs have been developed. And
When installing such CSS-based application programs, it is necessary to confirm by some means that the socket communication port number specified at the time of installation of each application program is not defined in the communication definition information of the installation target computer. After the confirmation, there are a case where the installer itself performs a registration operation of the port number, and a case where the same port number is already defined and the port number is automatically registered unconditionally depending on the application program.

【0003】なお、ポート番号の定義方法に関する従来
技術としては、例えば、特開平7−311724合公報
に開示された技術が挙げられる。
As a prior art relating to a method of defining a port number, for example, a technique disclosed in Japanese Patent Application Laid-Open No. 7-311724 is cited.

【0004】[0004]

【発明が解決しようとする課題】上記した従来のポート
番号の登録手法は、統一性がなく、特に人手によるポー
ト番号の重複確認手法では、その信頼性が非常に低く、
重複定義による誤動作の原因となる。また、無条件登録
では、従来機能が動作しなくなる等の障害を招く可能性
が高い。
The conventional port number registration method described above is not uniform, and the reliability of the manual port number duplication confirmation method is extremely low.
It may cause malfunction due to duplicate definition. In addition, unconditional registration has a high possibility of causing a failure such as inoperability of a conventional function.

【0005】本発明の目的は、コンピュータを利用した
ポート番号自動登録方法によって、インストール対象コ
ンピュータの定義情報を検索して、既に定義されている
ポート番号を確認し、定義目的のポート番号との重複チ
ェックを行い、ポート番号の重複の防止とポート番号登
録の自動化とを図ることにある。
[0005] An object of the present invention is to search for definition information of a computer to be installed by using a computer-based automatic port number registration method, confirm the already defined port number, and duplicate the port number with the port number intended for definition. A check is performed to prevent duplication of port numbers and automate port number registration.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明では、TCP,UDP/IPのネットワーク
プロトコルをサポートしたアプリケーションプログラム
をインストールするに際して、始めにインストール対象
コンピュータの通信定義情報を検索し、定義済みのポー
ト番号を取得して、昇順にソートし、一時的な管理テー
ブルに格納する。そして、この管理テーブルに格納され
たポート番号情報を、インストール対象アプリケーショ
ンプログラムが使用するポート番号と比較し、同一番号
が存在しない場合は、インストール対象コンピュータの
通信定義情報への登録処理を実施する。
In order to achieve the above object, according to the present invention, when installing an application program supporting a TCP, UDP / IP network protocol, first, the communication definition information of a computer to be installed is searched. Then, the defined port numbers are obtained, sorted in ascending order, and stored in the temporary management table. Then, the port number information stored in the management table is compared with the port number used by the application program to be installed, and if the same number does not exist, a registration process to the communication definition information of the computer to be installed is performed.

【0007】他方、重複する場合は、その旨をインスト
ール者に通知し、書き換え、登録中止、別番号への変更
を選択要求する。このうち、別番号への変更が選択され
ると、再びそのポート番号の検索処理を実施する。ま
た、複数のポート番号登録も同様な処理を実施し、重複
定義を防止した上で、登録ポート番号を決定する。決定
されたポート番号は、再度インストール者への確認要求
が行われ、確認応答を取得した上で、インストール対象
コンピュータの通信定義情報への登録処理を実施する。
[0007] On the other hand, in the case of duplication, the installer is notified of the fact and a selection request is made to rewrite, cancel registration, or change to another number. When the change to another number is selected, the port number is searched again. A similar process is performed for the registration of a plurality of port numbers, and a registered port number is determined after preventing duplicate definition. A confirmation request is again made to the installer for the determined port number, a confirmation response is obtained, and then registration processing of the installation target computer in the communication definition information is performed.

【0008】なお、処理開始時に取得した定義済みのポ
ート番号情報は、特定のファイルなどへは格納しない。
これは、インストール対象コンピュータの通信管理情報
を管理する上で、利用目的は異なっていても、同様な内
容の管理情報をむやみに増やし、混乱を招くことを避け
るためである。ただし、インストール者、及び利用者の
要求に従って、記録媒体(ファイル、リストなど)へ出
力する機能は有するものとする。
The defined port number information obtained at the start of processing is not stored in a specific file or the like.
This is because, in managing the communication management information of the computer to be installed, even if the purpose of use is different, the management information having the same content is unnecessarily increased to avoid confusion. However, it has a function of outputting to a recording medium (file, list, etc.) in accordance with the request of the installer and the user.

【0009】以上のような手法によって、ポート番号の
重複を防止した上で、コンピュータへのポート番号の自
動登録が行われることになる。
[0009] By the above-described method, port numbers are automatically registered in the computer while preventing duplication of port numbers.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施の形態を、図
面を用いて詳細に説明する。図1は、本発明を適用した
ポート番号自動割付けプログラムが実行される、本発明
の一実施形態に係るコンピュータシステムの構成を示す
ブロックである。図1において、10はホストコンピュ
ータ、11はホストコンピュータ10中のポート番号自
動割付けプログラム、20はホストコンピュータ10の
通信情報を格納してある通信情報定義ファイル(ホスト
コンピュータ10の外部または内部記憶装置中に構築さ
れる)、21は通信情報定義ファイル20に格納された
登録ポート番号情報(A)、30はインストール者がポ
ート番号情報などを入力し、また、ホストコンピュータ
10からの情報をモニタ上に出力する入出力装置、12
はホストコンピュータ10が作成する一時的な管理テー
ブルである作業テーブル(B)である。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a computer system according to an embodiment of the present invention, in which an automatic port number assignment program to which the present invention is applied is executed. In FIG. 1, reference numeral 10 denotes a host computer, 11 denotes an automatic port number assignment program in the host computer 10, 20 denotes a communication information definition file storing communication information of the host computer 10 (in an external or internal storage device of the host computer 10). , 21 is registered port number information (A) stored in the communication information definition file 20, and 30 is an installer who inputs port number information and the like, and information from the host computer 10 is displayed on a monitor. I / O device for output, 12
Is a work table (B) which is a temporary management table created by the host computer 10.

【0011】図2は、作業テーブル(B)12中の、登
録ポート番号情報(C)テーブル41、および、インス
トール者が入力した情報を格納する入力ポート番号情報
(D)テーブル40の項目を示す図である。
FIG. 2 shows items of a registered port number information (C) table 41 and an input port number information (D) table 40 for storing information input by the installer in the work table (B) 12. FIG.

【0012】登録ポート番号情報は、通信情報定義ファ
イル20から既に定義されている情報(登録ポート番号
情報(A)21)を取得し、それを一旦ポート番号順に
ソートし、このソートした情報から、ポート番号が連続
している単位で、登録ポート番号情報(C)テーブル4
1に格納する。その際、連続する単位の先頭のポート番
号(cp)とその範囲(ch)、並びに、登録されてい
る情報(cpx)がそのままのイメージで、登録ポート
番号情報(C)テーブル41にそれぞれ格納される。さ
らに、登録ポート番号情報(A)21として登録されて
いないポート情報(すなわち、空きポート情報)を、連
続する単位の先頭の空きポート番号(cp)、その範囲
(ch)、空きポート情報を示す空きポート情報フラグ
(cf)が、登録ポート番号情報(C)テーブル41に
それぞれ格納される。
For the registered port number information, information (registered port number information (A) 21) that has already been defined is obtained from the communication information definition file 20, and it is temporarily sorted in the order of port numbers. Registered port number information (C) table 4 in units of consecutive port numbers
1 is stored. At this time, the head port number (cp) and its range (ch) of the continuous unit, and the registered information (cpx) are stored as they are in the registered port number information (C) table 41, respectively. You. Further, the port information not registered as the registered port number information (A) 21 (that is, the empty port information) indicates the empty port number (cp) at the head of the continuous unit, its range (ch), and the empty port information. The vacant port information flag (cf) is stored in the registered port number information (C) table 41.

【0013】また、入力ポート番号情報は、インストー
ル者が入力した情報(ホストコンピュータ10に登録す
る形式によって入力された情報)から、同じくインスト
ール者が入力したポート番号のパラメータ位置、オフセ
ットを用いて、ポート番号を抽出し、登録ポート番号情
報(C)と同様に、ポート番号順にソートし、ポート番
号(dp)、その範囲(dh)、インストール者が入力
した登録情報(dpx)が、入力ポート番号情報(D)
テーブル40にそれぞれ格納される。
The input port number information is obtained from information input by the installer (information input in a format registered in the host computer 10) by using the parameter position and offset of the port number also input by the installer. The port number is extracted and sorted in the order of the port number in the same manner as the registered port number information (C). The port number (dp), its range (dh), and the registration information (dpx) input by the installer are the input port number. Information (D)
Each is stored in the table 40.

【0014】次に、本システムのポート番号自動割付け
プログラム11によるポート番号登録処理を、図3のフ
ローチャートに沿って説明する。
Next, the port number registration processing by the port number automatic assignment program 11 of the present system will be described with reference to the flowchart of FIG.

【0015】まず、入出力装置30よりポート番号のフ
ォーマット情報(パラメータの位置、オフセット位置)
を入力する(ステップ101)。このとき、オフセット
位置が「0」の場合は、フリーフォーマットと認識し、
パラメータの位置情報で検索することとする。
First, the port number format information (parameter position, offset position) from the input / output device 30
Is input (step 101). At this time, if the offset position is “0”, it is recognized as a free format,
The search is performed using the position information of the parameter.

【0016】次に、ホストコンピュータ10の通信定義
ファイル20に登録する形式で、サービス名、ポート番
号、その他コメントなどを入力する(ステップ10
2)。登録するポート全てが入力されたかを確認し、完
了するまでステップ101とステップ102を繰り返す
(ステップ103)。
Next, a service name, a port number, other comments, and the like are input in a format registered in the communication definition file 20 of the host computer 10 (step 10).
2). It is confirmed whether all the ports to be registered have been input, and steps 101 and 102 are repeated until the port is completed (step 103).

【0017】次に、入力された通信定義情報をポート番
号の昇順にソートして、連続したポート番号単位でその
個数、範囲を算出して、これを入力ポート番号情報
(D)テーブル40に格納する(ステップ104)。
Next, the input communication definition information is sorted in ascending order of port numbers, the number and range are calculated for each continuous port number unit, and this is stored in the input port number information (D) table 40. (Step 104).

【0018】次に、入力ポート番号との比較、検証のた
めに、ホストコンピュータ10の通信定義ファイル20
から、パラメータのフォーマット情報を基にポート番号
を取得し、入力ポート番号と同様に、ポート番号の昇順
にソートして、連続したポート番号単位でその個数、範
囲を算出し、さらに、連続していないポート番号から、
空きポートを特定し、同じく、その個数、範囲、登録デ
ータとの識別のために空きポート番号フラグを、それぞ
れ登録ポート番号情報(C)テーブル41に格納する
(ステップ105)。
Next, the communication definition file 20 of the host computer 10 is compared with the input port number for verification.
From the port numbers based on the parameter format information, sort the port numbers in ascending order of the port numbers in the same way as the input port numbers, calculate the number and range for each continuous port number unit, and Not from the port number
The vacant ports are specified, and the vacant port number flags are stored in the registered port number information (C) table 41 for identification of the number, range and registered data (step 105).

【0019】次に、入力ポート番号情報(D)テーブル
40の検索位置を先頭にセットする(ステップ10
6)。そして、入力ポート番号情報(D)テーブル40
の検索位置で示すポート番号及びその範囲情報を、登録
ポート番号情報(C)テーブル41の全データと比較す
る(ステップ107)。比較項目は、ポート番号がその
範囲を含め重複が無いことを検証する。
Next, the search position of the input port number information (D) table 40 is set at the head (step 10).
6). Then, the input port number information (D) table 40
The port number and its range information indicated by the search position are compared with all the data in the registered port number information (C) table 41 (step 107). The comparison item verifies that there is no duplication of the port number including its range.

【0020】重複するポート番号が存在し(ステップ1
08でYESで)、かつ、書き換えを行う場合(ステッ
プ109でYESの場合)と、重複が無い場合(ステッ
プ108でNOの場合)には、登録処理を実行する条件
が成立したとして、入力ポート番号情報(D)テーブル
40の情報(登録対象データ)を、登録ポート番号情報
(C)テーブル41に追加格納し、登録対象データであ
ることを示す登録フラグ(cf)をセットする(ステッ
プ111)。
A duplicate port number exists (step 1).
08) (YES in step 08) and when rewriting is performed (YES in step 109) and when there is no overlap (in case of NO in step 108), it is determined that the condition for executing the registration process is satisfied and the input port The information (registration target data) of the number information (D) table 40 is additionally stored in the registration port number information (C) table 41, and a registration flag (cf) indicating that the data is registration target data is set (step 111). .

【0021】重複するポート番号が存在し(ステップ1
08でYESで)、書き換えを行わずに(ステップ10
9でNOで)、かつ、空きポート番号に変更する場合
(ステップ110でYESの場合)には、空きポート情
報よりポート番号、範囲を選択し、これを入力ポート番
号情報(D)テーブル40に追加格納する(ステップ1
12)。このとき、登録ポート番号情報(C)テーブル
41から、選択された空きポート情報は削除される。本
処理の場合のみ、ステップ107に戻って、登録データ
との比較処理から再度実行する。
A duplicate port number exists (step 1).
08 (YES), without rewriting (step 10
9 (NO at step 9) and when changing to a free port number (YES at step 110), select a port number and range from the free port information and store them in the input port number information (D) table 40. Additional storage (Step 1
12). At this time, the selected free port information is deleted from the registered port number information (C) table 41. Only in the case of this process, the process returns to step 107 and is executed again from the process of comparison with the registered data.

【0022】ステップ111にて登録対象データが有る
場合と、ステップ110にて登録処理を実施しない場合
(ステップ110でNOの場合)には、入力ポート番号
情報(D)テーブル40の検索位置をカウントアップす
る(ステップ113)。そして、入力ポート番号情報
(D)テーブル40を全て検索するまで、ステップ10
7からステップ113までの処理を繰り返す(ステップ
114)。
When there is data to be registered in step 111 and when the registration processing is not performed in step 110 (NO in step 110), the search position of the input port number information (D) table 40 is counted. Up (step 113). Step 10 is repeated until the entire input port number information (D) table 40 is searched.
The processing from step 7 to step 113 is repeated (step 114).

【0023】入力ポート番号情報(D)テーブル40を
全て検索終了すると、登録ポート番号情報(C)テーブ
ル41の登録フラグ(cf)が有効になっているデータ
を、ホストコンピュータ10の通信情報定義ファイル2
0に格納する(ステップ115)。
When all the search of the input port number information (D) table 40 is completed, the data for which the registration flag (cf) of the registered port number information (C) table 41 is valid is transferred to the communication information definition file of the host computer 10. 2
0 is stored (step 115).

【0024】図4は、登録ポート番号情報と入力ポート
番号情報の比較処理と、これに基づく登録処理の具体例
を示す図である。例えば、図4に示した例では、入力ポ
ート番号情報(D)テーブル40のポート番号(3)
は、登録ポート番号情報(C)テーブル41には存在し
ないため、ポート番号(3)は、登録ポート番号の
(1)と(4)の間に登録するようにされる。
FIG. 4 is a diagram showing a specific example of a comparison process between registered port number information and input port number information and a registration process based on the comparison process. For example, in the example shown in FIG. 4, the port number (3) in the input port number information (D) table 40
Does not exist in the registered port number information (C) table 41, the port number (3) is registered between the registered port numbers (1) and (4).

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば、
アプリケーションインストール時のポート番号設定操作
を自動化することによって、利用者の便宜性を損なうこ
となく、ポート番号の重複登録などの設定不良に起因す
る誤動作を防止でき、さらに、各アプリケーションのポ
ート番号登録処理の規格統一ができ、インストール作業
の信頼性を向上させることができる。
As described above, according to the present invention,
By automating the port number setting operation at the time of application installation, it is possible to prevent malfunctions due to setting errors such as duplicate registration of port numbers without impairing user's convenience, and to register port numbers for each application Standards can be unified, and the reliability of installation work can be improved.

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

【図1】本発明の一実施形態に係るコンピュータシステ
ムの概要を示す構成図である。
FIG. 1 is a configuration diagram illustrating an outline of a computer system according to an embodiment of the present invention.

【図2】図1中の登録ポート番号情報(C)テーブルお
よび入力ポート番号情報(D)テーブルの内容を示す説
明図である。
FIG. 2 is an explanatory diagram showing contents of a registered port number information (C) table and an input port number information (D) table in FIG. 1;

【図3】本発明の一実施形態における、ポート番号自動
割付け処理の手順を示すフローチャート図である。
FIG. 3 is a flowchart illustrating a procedure of an automatic port number assignment process according to an embodiment of the present invention.

【図4】本発明の一実施形態における、登録ポート番号
情報と入力ポート番号情報の比較処理と、これに基づく
登録処理の具体例を示す説明図である。
FIG. 4 is an explanatory diagram showing a specific example of a comparison process between registered port number information and input port number information and a registration process based on the comparison process in one embodiment of the present invention.

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

10 ホストコンピュータ 11 ポート番号自動割付けプログラム 12 作業テーブル(B) 20 通信情報定義ファイル 21 登録ポート番号情報(A) 30 入出力装置 40 入力ポート番号情報(D)テーブル 41 登録ポート番号情報(C)テーブル Reference Signs List 10 host computer 11 automatic port number assignment program 12 work table (B) 20 communication information definition file 21 registered port number information (A) 30 input / output device 40 input port number information (D) table 41 registered port number information (C) table

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ネットワーク機能を有し、TCP,UD
P/IPなどのネットワークプロトコルが使用可能なコ
ンピュータ上に、上記ネットワークプロトコルをサポー
トしたアプリケーションプログラムをインストールする
際におけるポート番号割付け方法であって、 インストール者が入力したソケット通信用の入力ポート
番号情報と、上記インストール対象のコンピュータの通
信情報定義ファイルから取得した定義済みの登録ポート
情報とを比較し、ポート番号の重複がないように確認さ
れたポート番号情報を、上記コンピュータの通信情報定
義ファイルに自動登録するようにしたこと特徴とするア
プリケーションプログラムインストール時のポート番号
割付け方法。
1. It has a network function, and has TCP, UD
A port number allocation method for installing an application program that supports the network protocol on a computer capable of using a network protocol such as P / IP, the method comprising: input port number information for socket communication input by an installer; Compares the defined registered port information obtained from the communication information definition file of the computer to be installed with the port number information confirmed that there is no duplication of the port number in the communication information definition file of the computer. A method of assigning a port number when installing an application program, which is characterized by being registered.
【請求項2】 請求項1記載において、 前記した比較処理の結果、同一ポート番号が既に定義済
みの前記登録ポート情報中に存在する場合には、その旨
をインストール者に通知して、書き換え、登録中止、別
番号への変更の選択を要求するようにしたこと特徴とす
るアプリケーションプログラムインストール時のポート
番号割付け方法。
2. The method according to claim 1, wherein, as a result of the comparison processing, if the same port number exists in the registered port information already defined, the fact is notified to an installer and rewritten. A method of assigning a port number at the time of installing an application program, wherein a request to cancel registration and change to another number is required.
【請求項3】 請求項1または2に記載の前記した処理
を実行するためのプログラムを少なくとも格納したこと
を特徴とする記憶媒体。
3. A storage medium storing at least a program for executing the processing according to claim 1 or 2.
JP34512997A 1997-12-15 1997-12-15 Port number assignment method at the time of application program installation and storage medium used therefor Expired - Fee Related JP3421233B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34512997A JP3421233B2 (en) 1997-12-15 1997-12-15 Port number assignment method at the time of application program installation and storage medium used therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34512997A JP3421233B2 (en) 1997-12-15 1997-12-15 Port number assignment method at the time of application program installation and storage medium used therefor

Publications (2)

Publication Number Publication Date
JPH11175439A true JPH11175439A (en) 1999-07-02
JP3421233B2 JP3421233B2 (en) 2003-06-30

Family

ID=18374488

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34512997A Expired - Fee Related JP3421233B2 (en) 1997-12-15 1997-12-15 Port number assignment method at the time of application program installation and storage medium used therefor

Country Status (1)

Country Link
JP (1) JP3421233B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006527437A (en) * 2003-06-10 2006-11-30 シンビアン ソフトウェア リミテッド A method of discovering a service running on a computing device and connecting a client running on another computing device to the service
JP2015095036A (en) * 2013-11-11 2015-05-18 富士通株式会社 Software introduction control program, software introduction control method, and software introduction control device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006527437A (en) * 2003-06-10 2006-11-30 シンビアン ソフトウェア リミテッド A method of discovering a service running on a computing device and connecting a client running on another computing device to the service
JP2015095036A (en) * 2013-11-11 2015-05-18 富士通株式会社 Software introduction control program, software introduction control method, and software introduction control device

Also Published As

Publication number Publication date
JP3421233B2 (en) 2003-06-30

Similar Documents

Publication Publication Date Title
US7013462B2 (en) Method to map an inventory management system to a configuration management system
US7743242B2 (en) Method and system for automatic generation of operating system boot images
US8156485B2 (en) Method and apparatus for creating a pluggable, prioritized configuration engine to be used for configuring a software during installation, update and new profile creation
CN101651669A (en) Service box integration server and service box integration method
US11144292B2 (en) Packaging support system and packaging support method
CN110098952A (en) A kind of management method and device of server
JP2003085139A (en) Intrusion detecting control system
JP2007004316A (en) Program distribution system, program distribution server and program used for the same
CN111683114A (en) Method and device for upgrading equipment program, terminal equipment and storage medium
CN107656765A (en) A kind of method, system and the terminal device of equipment initialization
CN113315754B (en) Intelligent linkage method, device, equipment and medium for firewall of container visit
JPH09330284A (en) Automatic ip address allocating method
CN101425072A (en) Method and device for connect management
CN107621945A (en) A kind of method and device for the mark for determining ios device
JPH11175439A (en) Port number allocating method at time of application program installation and storage medium used for it
JPH11177655A (en) Device and method for automatically verifying communication software
CN115629784A (en) Method, system, equipment and computer readable storage medium for updating machine file
JP4554581B2 (en) Job management apparatus, system and program
CN106022125B (en) A kind of restorative procedure and device of client
CN107015831A (en) A kind of client updating management method upgraded based on server end and system
US6925345B2 (en) Method and system for manufacture of information handling systems from an image cache
CN108650320B (en) Method for synchronizing configuration files of isomorphic cascading equipment in cluster environment
AU3583999A (en) A method of installing software on and/or testing a computer system
CN111367811A (en) Method and system for improving debugging efficiency of management webpage of BMC
GB2394570A (en) Installing software components according to component characteristics

Legal Events

Date Code Title Description
S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R360 Written notification for declining of transfer of rights

Free format text: JAPANESE INTERMEDIATE CODE: R360

R370 Written measure of declining of transfer procedure

Free format text: JAPANESE INTERMEDIATE CODE: R370

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20090418

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100418

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20100418

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20110418

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20110418

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20120418

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20130418

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20130418

Year of fee payment: 10

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20130418

Year of fee payment: 10

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20140418

Year of fee payment: 11

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees