JPH05257854A - Computer system - Google Patents

Computer system

Info

Publication number
JPH05257854A
JPH05257854A JP4055947A JP5594792A JPH05257854A JP H05257854 A JPH05257854 A JP H05257854A JP 4055947 A JP4055947 A JP 4055947A JP 5594792 A JP5594792 A JP 5594792A JP H05257854 A JPH05257854 A JP H05257854A
Authority
JP
Japan
Prior art keywords
name
names
scsi
cpu
driver
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
JP4055947A
Other languages
Japanese (ja)
Inventor
Katsuya Matsuzawa
克哉 松澤
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP4055947A priority Critical patent/JPH05257854A/en
Publication of JPH05257854A publication Critical patent/JPH05257854A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To enable even a person who does not have the knowledge of the SCSI interface to securely structure the system. CONSTITUTION:This work station is constituted by connecting devices to which identification numbers (ID) are assigned, e.g. disk devices 6 and 7 and a tape device 8 to a CPU 1 through a SCSI controller 4, and a 1st table where driver names are registered corresponding to the device names previously is stored in the disk device 6. In this case, the CPU 1 issues request commands in order of the IDs to obtain the names of the devices connected to the SCSI controller 4, generates a 2nd table wherein the device names and IDs are made to correspond to each other, and retrieves the device names in the 1st table according to the device names in the 2nd table to derive the driver names corresponding to the IDs.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、例えばワークステーシ
ョンなどの計算機システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system such as a workstation.

【0002】[0002]

【従来の技術】通常、ワークステーションなどの計算機
システムは、CPUが内蔵された本体部にさまざまな周
辺機器が接続されることによりシステム構成されるが、
ユーザーが周辺機器を接続するとき(システムを構築す
るとき)には、ユーザーにSCSI(Small Computer S
ystem Interface )の知識が要求される。
2. Description of the Related Art Generally, a computer system such as a workstation is constructed by connecting various peripheral devices to a main body part having a built-in CPU.
When a user connects a peripheral device (when building a system), the user is given a SCSI (Small Computer S
ystem Interface) knowledge is required.

【0003】一方、ユーザーの中には、この接続に不慣
れな者もおり、また、システム構築をしてゆく中では人
為的な作業ミスも多く、SCSIに関する知識がない人
でもシステム構築を行えることが望ましい。
On the other hand, some users are unfamiliar with this connection, and there are many human error in the process of constructing the system, so that even a person who has no knowledge of SCSI can construct the system. Is desirable.

【0004】従来、SCSIの知識を有するユーザーが
ワークステーションなどのシステム構築を行う場合、ユ
ーザーは、まず、CPUにどういう周辺機器(デバイ
ス)、例えばディスク装置(MD)およびテープ装置
(MT)などを接続するかを考案し、それぞれのデバイ
スの仕様をマニュアルなどで確認して仕様に合致するよ
うにデバイス(実物)設定、例えばディップスイッチな
どを切り替える操作を行う。このとき、ユーザーは、各
デバイスをサポートするドライバ名(ソフトウェア名)
などを調べて、図6に示すように、基本ソフトウェア
(OS)構築用のファイルとしての GENERICファイルな
どに調べた情報、例えばドライバ名、識別番号(SCS
IID)およびデバイス名を確実に登録し、登録した情
報を再コンパイルするなどの作業を行うことが必要であ
る。
Conventionally, when a user who has knowledge of SCSI constructs a system such as a workstation, the user first installs in the CPU what peripheral devices (devices) such as a disk device (MD) and a tape device (MT). Consider how to connect, check the specifications of each device with a manual, etc., and perform device (actual) settings, such as switching dip switches, to match the specifications. At this time, the user must specify the driver name (software name) that supports each device.
As shown in FIG. 6, information such as a driver name and an identification number (SCS) is checked in a GENERIC file as a file for constructing the basic software (OS).
It is necessary to surely register the IID) and the device name, and recompile the registered information.

【0005】ところで、ユーザーが GENERICファイルへ
の情報登録を間違えた場合には、ワークステーションと
してシステムが動作しなくなることがある。例えばMT
のSCSIIDを指定したのに対してMDのドライバが
アサインされてしまい所望のMTが動作しないことが起
こる。
If the user makes a mistake in registering information in the GENERIC file, the system may not operate as a workstation. For example MT
However, the desired MT does not operate because the MD driver is assigned although the SCSI ID is specified.

【0006】すなわち、ユーザーがファイリングをミス
してしまうとSCSIに関する知識をもっていたとして
もワークステーションがシステム動作しなくなる場合が
ある。
That is, if the user makes a mistake in filing, the workstation may not operate even if the user has knowledge about SCSI.

【0007】[0007]

【発明が解決しようとする課題】このように上述した従
来の計算機システムでは、システム構築にSCSIの知
識が必要であると共に、この知識がユーザーにあったと
してもミスを起こしてしまえばシステムが構築できない
という問題があった。
As described above, in the above-mentioned conventional computer system, knowledge of SCSI is required for system construction, and even if this knowledge exists for the user, the system is constructed if mistakes are made. There was a problem that I could not.

【0008】本発明はこのような課題を解決するために
なされたもので、SCSIに関する知識がない人でも確
実にシステムを構築することができる計算機システムを
提供することを目的としている。
The present invention has been made to solve such a problem, and an object of the present invention is to provide a computer system which enables a person who has no knowledge of SCSI to construct a system without fail.

【0009】[0009]

【課題を解決するための手段】本発明の計算機システム
は上記した目的を達成するために、識別番号の割り付け
られた複数のデバイスがバスコントローラを介してCP
Uに接続され、少なくともこれらのデバイスをサポート
するドライバを所定のデバイスに格納してなる計算機シ
ステムにおいて、前記複数のデバイスのデバイス名に対
応する前記ドライバのドライバ名が予め登録された第1
のテーブルと、前記識別番号順に要求コマンドを発行
し、前記バスコントローラに接続されているデバイスの
デバイス名を入手する手段と、入手したデバイス名と前
記識別番号とを対応させて登録し第2のテーブルを作成
する手段と、前記第2のテーブルのデバイス名に基づい
て前記第1のテーブルのデバイス名を検索し、前記識別
番号に対応する前記ドライバ名を導出する手段とを具備
している。
In order to achieve the above-mentioned object, the computer system of the present invention uses a plurality of devices to which CPs are assigned ID numbers via a bus controller.
In a computer system connected to U and storing at least drivers supporting these devices in a predetermined device, a first driver name of the driver corresponding to device names of the plurality of devices is registered in advance.
Table, means for issuing a request command in the order of the identification number to obtain the device name of the device connected to the bus controller, and the obtained device name and the identification number are registered in association with each other. It is provided with means for creating a table and means for deriving a device name in the first table based on the device name in the second table and deriving the driver name corresponding to the identification number.

【0010】[0010]

【作用】本発明では、システムが立ち上げられると、C
PUより識別番号順に各デバイスに要求コマンドが発行
される。すると、その識別番号の割り付けられているデ
バイスよりデバイス名が転送されてきてCPUは接続さ
れているデバイスを認識する。続いて、CPUはこのデ
バイス名と識別番号とを対応させて第2のテーブルを作
成し、この第2のテーブルのデバイス名に基づいて第1
のテーブルのデバイス名を検索して、識別番号に対応す
るドライバ名を導出する。
In the present invention, when the system is started, C
Request commands are issued to each device from the PU in the order of the identification numbers. Then, the device name is transferred from the device to which the identification number is assigned, and the CPU recognizes the connected device. Subsequently, the CPU creates a second table by associating the device name with the identification number, and based on the device name in the second table, the first table is created.
The device name in the table is searched to derive the driver name corresponding to the identification number.

【0011】すなわち、ユーザーがシステムを立ち上げ
さえすれば、バスコントローラにどういうデバイスが接
続されているのかをCPUが調査し、そのデバイスをサ
ポートするドライバをローディングするので、ユーザー
の操作ミスなどがなくなり、SCSIに関する知識のな
い人でも確実にシステム構築を行うことができるように
なる。
That is, as long as the user starts up the system, the CPU investigates what device is connected to the bus controller and loads the driver that supports that device, so that there is no user operation error. , A person who has no knowledge about SCSI can certainly build a system.

【0012】[0012]

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

【0013】図1は本発明に係る一実施例のワークステ
ーションの構成を示すブロック図である。
FIG. 1 is a block diagram showing the construction of a workstation according to an embodiment of the present invention.

【0014】同図において、1はワークステーションの
CPU(イニシエータ)である。このCPU1には、C
PUバス2を介してメモリ3とSCSIコントローラ
(バスコントローラ)4が接続されている。この場合、
SCSIにおける識別番号SCSIID(以下IDと称
す) 0〜 7のうち、CPU1にはID 7が割り付けられ
ている。SCSIコントローラ4には、SCSIバス5
を通じて周辺機器(デバイス)、例えばディスク装置
6、7およびテープ装置8などが接続されており、それ
ぞれにID 0〜 6が割り付けられている。ディスク装置
6はシステムディスクであり、このディスク装置6に
は、ワークステーションのOSであるカーネルと拡張プ
ログラムとが格納されている。この拡張プログラムに
は、システムを構成可能なさまざまなデバイスをサポー
トするための複数のドライバ(ソフトウェア)が書き込
まれている。
In the figure, 1 is a CPU (initiator) of the workstation. This CPU1 has C
A memory 3 and a SCSI controller (bus controller) 4 are connected via a PU bus 2. in this case,
Of the identification numbers SCSI ID (hereinafter referred to as ID) 0 to 7 in SCSI, ID 7 is assigned to the CPU 1. SCSI controller 4 has SCSI bus 5
Peripheral devices (devices) such as the disk devices 6 and 7 and the tape device 8 are connected through the devices, and IDs 0 to 6 are assigned to them. The disk device 6 is a system disk, and the kernel which is the OS of the workstation and the extension program are stored in the disk device 6. In this extension program, a plurality of drivers (software) for supporting various devices which can configure the system are written.

【0015】また、このディスク装置6には、図2に示
すように、デバイス名に対応してドライバ名が第1のテ
ーブルとして登録されている。例えばToshiba MX3301B
に対応してSdが登録されている。なお、ディスク装置
7およびテープ装置8などには、ユーザプログラムが格
納されている。
Further, in this disk device 6, as shown in FIG. 2, the driver name is registered as a first table corresponding to the device name. For example Toshiba MX3301B
Sd is registered corresponding to. A user program is stored in the disk device 7 and the tape device 8.

【0016】続いて、図3のフローチャートを参照して
このワークステーションの動作を説明する。
Next, the operation of this workstation will be described with reference to the flow chart of FIG.

【0017】このシステム構成では、ユーザーがワーク
ステーションのシステム電源を投入すると、システムを
立ち上げるための最小限のソフトウェア(OS)がディ
スク装置6よりCPUバス2を通じてロードされる。C
PU1はロードされたソフトウェアに基づき起動し、S
CSIコントローラ4にSCSIバス5を介してどうい
うデバイス(ターゲット)が接続されているかを調査す
るためにID 0より番号順にInquiry コマンドを発行す
る。すると、そのID 0の割り付けられているデバイ
ス、例えばディスク装置6よりデバイスの属性情報、例
えばToshiba MX3301B などが転送されてきて、CPU1
はこのデバイス名を入手したことにより(ステップ301
)、SCSIコントローラ4にディスク装置6が接続
されていることを認識する。なお、CPU1はコマンド
発行後、応答がなければ所定時間待機した後、次のID
1にInquiry コマンドを発行してそのID 1の属性情報
を入手する。
In this system configuration, when the user turns on the system power of the workstation, the minimum software (OS) for starting the system is loaded from the disk device 6 through the CPU bus 2. C
PU1 starts based on the loaded software, and S1
Inquiry commands are issued in numerical order from ID 0 in order to investigate what device (target) is connected to the CSI controller 4 via the SCSI bus 5. Then, device attribute information such as Toshiba MX3301B is transferred from the device to which the ID 0 is assigned, for example, the disk device 6, and the CPU 1
Obtained this device name (step 301
), And recognizes that the disk device 6 is connected to the SCSI controller 4. After issuing the command, if there is no response, the CPU 1 waits for a predetermined time and then
Issue an Inquiry command to 1 to get the attribute information of ID 1.

【0018】CPU1はID 0〜 6まですべてを調査し
た後、入手した情報に基づいて、図4に示すように、I
D 0〜 6に対応させて各デバイス名を登録し第2のテー
ブルを作成する(ステップ302 )。
The CPU 1 investigates all the IDs 0 to 6, and then, based on the acquired information, as shown in FIG.
Each device name is registered in correspondence with D 0 to 6 and a second table is created (step 302).

【0019】一方、ディスク装置(システムディスク)
6には、このワークステーションをシステム構成可能な
デバイスのデバイス名に対応させてドライバ名が登録さ
れた第1のテーブルが格納されており、CPU1は、こ
の第1のテーブルをディスク装置6よりローディングし
てメモリ3に展開する(ステップ303 )。そして、CP
U1は、第2のテーブルのデバイス名に基づいて第1の
テーブルのデバイス名を検索し個々のID 0〜 6に対応
するドライバ名を導出し、この結果、図5に示すよう
に、第3のテーブルを作成する(ステップ304 )。この
第3のテーブルを作成することにより、CPUはSCS
Iコントローラ4にSCSIバス5を介してどういうデ
バイスが接続されているのかを認識し、そのデバイスを
サポートするためにディスク装置6よりどのドライバを
ロードすればよいのかを決定できるようになる。
On the other hand, a disk device (system disk)
6 stores a first table in which a driver name is registered in association with the device name of a device capable of system configuration of this workstation, and the CPU 1 loads this first table from the disk device 6. Then, the data is expanded in the memory 3 (step 303). And CP
U1 searches the device name in the first table based on the device name in the second table and derives the driver name corresponding to each of the IDs 0 to 6, and as a result, as shown in FIG. The table is created (step 304). By creating this third table, the CPU
It becomes possible to recognize what kind of device is connected to the I controller 4 via the SCSI bus 5 and determine which driver should be loaded from the disk device 6 to support the device.

【0020】したがって、システムが立ち上げられる
と、CPU1は第3のテーブルに基づいてSCSIバス
5に接続されているディスク装置6、7およびテープ装
置8などをサポートするドライバ(ドライバ名ではS
d、StおよびSrなど)をディスク装置6よりロード
してOSに組み込んだ上でそのOSを実行する(ステッ
プ305 )。つまり、システムが立ち上がげられると、C
PU1によってシステムが構築されるようになる。
Therefore, when the system is started up, the CPU 1 is based on the third table, and based on the third table, the driver that supports the disk devices 6 and 7 and the tape device 8 connected to the SCSI bus 5 is
(d, St, Sr, etc.) are loaded from the disk device 6 and installed in the OS, and then the OS is executed (step 305). In other words, when the system starts up, C
The system is constructed by PU1.

【0021】これにより、ユーザーはディスク装置7お
よびテープ装置8などをシテム動作させて、それぞれの
装置に格納されているユーザープログラムを用いること
ができるようになる。
As a result, the user can operate the disk device 7 and the tape device 8 and the like to use the user programs stored in the respective devices.

【0022】このように本実施例の計算機システムによ
れば、システムが立ち上げられると、CPU1はSCS
Iコントローラ4に接続されているデバイス、例えばデ
ィスク装置6、7およびテープ装置8などを調査しこれ
らの装置をサポートするドライバをOSに組み込んだ上
でOSを実行するので、ユーザーはマニュアルを調べる
こともなく、まして GENERICファイルなどへの登録ミス
を起こすこともない。
As described above, according to the computer system of this embodiment, when the system is started up, the CPU 1 makes the SCS
Since the devices connected to the I-controller 4 such as the disk devices 6 and 7 and the tape device 8 are investigated and the drivers that support these devices are installed in the OS and the OS is executed, the user should check the manual. There is no need to make registration mistakes in GENERIC files.

【0023】したがって、ユーザー自身にSCSIに関
する知識がなくともユーザーは確実にシステムを構築す
ることができる。
Therefore, even if the user does not have knowledge about SCSI, the user can surely construct the system.

【0024】[0024]

【発明の効果】以上説明したように本発明の計算機シス
テムによれば、ユーザーがシステムを立ち上げさえすれ
ば、CPUがバスコントローラに接続されているデバイ
スのデバイス名を入手し識別番号に応じたドライバ名を
導出するので、ユーザーは自身にSCSIに関する知識
がなくとも確実にシステムを構築することができる。
As described above, according to the computer system of the present invention, as long as the user starts the system, the CPU obtains the device name of the device connected to the bus controller and responds to the identification number. Since the driver name is derived, the user can certainly build the system even if he or she does not have knowledge about SCSI.

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

【図1】本発明に係る一実施例の計算機システムの構成
を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a computer system according to an embodiment of the present invention.

【図2】この実施例おける計算機システムの動作を説明
するためのフロ―チャ―ト。
FIG. 2 is a flowchart for explaining the operation of the computer system in this embodiment.

【図3】SCSIID VS デバイス名として作成された
テーブルを示す図である。
FIG. 3 is a diagram showing a table created as a SCSI ID VS device name.

【図4】予めディスク装置に格納されているデバイス名
VS ドライバ名のテーブルを示す図である。
[Figure 4] Device name stored in the disk device in advance
It is a figure which shows the table of VS driver name.

【図5】図3および図4の各テーブルを比較した結果作
成されたSCSIID VS ドライバ名のテーブルを示す
図である。
5 is a diagram showing a table of SCSI ID VS driver names created as a result of comparing the tables of FIG. 3 and FIG. 4;

【図6】従来作成されていた GENERICファイルを示す図
である。
FIG. 6 is a diagram showing a GENERIC file that has been conventionally created.

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

1…CPU、2…CPUバス、3…メモリ、4…SCS
Iコントローラ、5…SCSIバス、6、7…ディスク
装置、8…テープ装置。
1 ... CPU, 2 ... CPU bus, 3 ... Memory, 4 ... SCS
I controller, 5 ... SCSI bus, 6, 7 ... Disk device, 8 ... Tape device.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 識別番号の割り付けられた複数のデバイ
スがバスコントローラを介してCPUに接続され、少な
くともこれらのデバイスをサポートするドライバを所定
のデバイスに格納してなる計算機システムにおいて、 前記複数のデバイスのデバイス名に対応する前記ドライ
バのドライバ名が予め登録された第1のテーブルと、 前記識別番号順に要求コマンドを発行し、前記バスコン
トローラに接続されているデバイスのデバイス名を入手
する手段と、 入手したデバイス名と前記識別番号とを対応させて登録
し第2のテーブルを作成する手段と、 前記第2のテーブルのデバイス名に基づいて前記第1の
テーブルのデバイス名を検索し、前記識別番号に対応す
る前記ドライバ名を導出する手段とを具備することを特
徴とする計算機システム。
1. A plurality of devices assigned with identification numbers
Connected to the CPU via the bus controller,
Prescribe drivers that support at least these devices
In the computer system stored in the device of
A first table in which the driver names of the bus drivers are registered in advance, request commands are issued in the order of the identification numbers, and
Get the device name of the device connected to the tracker
To register the device name obtained and the identification number
Means for creating a second table, and the first table based on the device name of the second table.
Search the device name in the table,
And a means for deriving the driver name.
Computer system to collect.
JP4055947A 1992-03-16 1992-03-16 Computer system Withdrawn JPH05257854A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4055947A JPH05257854A (en) 1992-03-16 1992-03-16 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4055947A JPH05257854A (en) 1992-03-16 1992-03-16 Computer system

Publications (1)

Publication Number Publication Date
JPH05257854A true JPH05257854A (en) 1993-10-08

Family

ID=13013274

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4055947A Withdrawn JPH05257854A (en) 1992-03-16 1992-03-16 Computer system

Country Status (1)

Country Link
JP (1) JPH05257854A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0830550A (en) * 1994-07-12 1996-02-02 Fujitsu Ltd Interface device, information processor, information processing system, and data transferring method
US5878270A (en) * 1995-11-17 1999-03-02 Fujitsu Limited Library apparatus and drive recognition method
US6854053B2 (en) * 2000-10-25 2005-02-08 Signet Scientific Company Method for identifying and communicating with a plurality of slaves in a master-slave system
JP2007066322A (en) * 2006-10-05 2007-03-15 Ntt Docomo Inc Data processor and data processing method
US8161499B2 (en) 2004-04-21 2012-04-17 Ntt Docomo, Inc. Data processing device and data processing method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0830550A (en) * 1994-07-12 1996-02-02 Fujitsu Ltd Interface device, information processor, information processing system, and data transferring method
US5878270A (en) * 1995-11-17 1999-03-02 Fujitsu Limited Library apparatus and drive recognition method
US6854053B2 (en) * 2000-10-25 2005-02-08 Signet Scientific Company Method for identifying and communicating with a plurality of slaves in a master-slave system
US8161499B2 (en) 2004-04-21 2012-04-17 Ntt Docomo, Inc. Data processing device and data processing method
JP2007066322A (en) * 2006-10-05 2007-03-15 Ntt Docomo Inc Data processor and data processing method

Similar Documents

Publication Publication Date Title
US20070061818A1 (en) Detection of devices during operating system setup
US6353885B1 (en) System and method for providing bios-level user configuration of a computer system
US5655148A (en) Method for automatically configuring devices including a network adapter without manual intervention and without prior configuration information
US5793979A (en) System for allocating the resources of a computer system
US6247126B1 (en) Recoverable software installation process and apparatus for a computer system
US8024440B2 (en) Configuration verification, recommendation, and animation method for a disk array in a storage area network (SAN)
US20040003135A1 (en) Technique for driver installation
JPH04330520A (en) Method and apparatus for setting software file in data processing network
JP2001290651A (en) Method and system for installing device driver for peripheral device
IE980481A1 (en) Modifiable Partition Boot Record for a Computer Memory Device
JP2001134526A (en) Method and device for assigning resource to logical section cluster
JP3765201B2 (en) Computer system
GB2195192A (en) System recovery method for computer system
JP4759941B2 (en) Boot image providing system and method, boot node device, boot server device, and program
JPH05257854A (en) Computer system
JPH06309265A (en) Dynamic selection method for driver program of information processor
JP2001306327A (en) Application execution method before activation of os, and data processing system
US20060294283A1 (en) Universal Serial Bus Device
JP2921480B2 (en) Method of starting maintenance mode in computer system
US6611887B2 (en) Assembly method and system for computer peripheral devices
JP2535644B2 (en) Data processing system
JP3311000B2 (en) Initial program load control system
JPH08106377A (en) Program registering method
JPH05165796A (en) Software developing tool starting system in distributed type computer network
JP3132643B2 (en) Expansion board automatic setting method and device

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: 19990518