Hardware (UNIX server product)
1753777 メンバー
7611 オンライン
108799 解決策
新規ポスト

インスタンス番号重複について

 
rawsq
貴重なコントリビューター

インスタンス番号重複について

>以前のH/Wパスを使用しましたが、駄目でした。

似たようなことをディスクで行ったときはうまくいったのですが...

ちなみに差し支えなければ

# lssf /dev/rmt/0m

# ioscan -fnkC ctl

今回rmsfで使用したH/Wパス

を教えていただけるとサポートできるかも。
N.Hanyu
貴重なコントリビューター

インスタンス番号重複について

解決にも何にもなっていないのですが、

力技で、インスタンス番号"0"を付与してしまいました。

古いH/Wパスについているインスタンス番号を"0"→"2"

現在のDAT装置を"1"→"0"

これでとりあえずの問題は回避できました。

このサーバは、H/Wパスが違う状況で、別サーバIgnite

のリストアを行っているので、そこらへんのからみで

おかしくなってしまったのかなぁと踏みました。

でもちゃんとした説明が出来ないところが、寂しいです・・・。情けない。

ありがとうございました。
rawsq
貴重なコントリビューター

インスタンス番号重複について

rmsfでは×でioinitで変更するとOK。

OSが認識しているIOTree内にインスタンス番号0に関するごみがあったようですね。

問題解決できてよかったです。

おまけですが。

11.11であればQ4デバッガが充実しているのでこれを利用すればOSが認識しているIOTreeが表示できそうです。

Q4はOSを標準インストールしていれば多分組み込まれています。

詳細は米ITRCで"Q4"を使って検索かけると色々出てきますのでそちらを参照願います。

以下、ご参考まで。

# cp /usr/contrib/lib/Q4/sample.q4rc.pl ~/.q4rc.pl

# /usr/contrib/bin/q4pxdb /stand/vmunix

.

Procedures: 11

Files: 4

# q4 -p /stand/vmunix /dev/mem

@(#) q4 $Revision: A.11.11b $ $Thu Aug 17 18:05:11 PDT 2000 0

see help topic q4live regarding use of /dev/mem

Reading kernel symbols ...

q4: (warning) using nm(1) to get symbols from /stand/vmunix ..

Reading kernel data types ...

Initialized PA-RISC 1.1 (no buddies) address translator ...

Initializing stack tracer ...

q4: (warning) can't find executable perl - /usr/contrib/Q4/bin/perl

q4: (warning) /usr/contrib/Q4/bin/perl is not executable

q4: (warning) trying perl

script //.q4rc.pl

executable perl

version 5.00502

SCRIPT_LIBRARY = /usr/contrib/lib/Q4

perl will try to access scripts from directory

/usr/contrib/lib/Q4

--------------------loaded--------------------

Get the latest Q4 news by typing "news | more".

q4> include gio.pl

loading /usr/contrib/lib/Q4/gio.pl ...

Functions available in gio.pl:

IoTree Print I/O Tree structures

EirrSwitch Print EIRR switch table

Handle2Node Converts a handle to an io_node_t pointer

q4> run IoTree > iotree.txt

processing ...

................................................................................

(略)

.............................................................. done!

q4> exit

# vi iotree.txt

(略)

+----------------------------------------------------------------------

| NODE stape

+----------------------------------------------------------------------

addrof 0x20b9c00

parent 0x20b9b80 sibling 0 child 0

state CLAIMED type DEVICE flags F_SAVE_CONF

hw_addr 0 instance 0 class 0x20b8980

drv_info 0x7cc5f0 properties 0x2257680 cdio_priv 0x22576c0

init_func wsio_config

properties:

name flags size data

------------------------- ---------- ----- ----------

description 0x4 25 0x22576a0

name 0x4 10 0x2257660

id 0x4 16 0x2257620

drv_info:

name stape class tape

flags 0x31

b_major -1 c_major 205

cdio 0x7cb640 cdio_name wsio

gio_priv 0x20b8980 cdio_priv 0x21e9160

cdio_private drv_info for (wsio)

drv_data 0x7cc5d0 card_class 0x20b88c0

decode io_path probe 0

num_layers 2

cdio_private (node)

mkminor io_tape_minor build_mod 50

isc ptr 0x2254200

(略)

#