[付録] Apollo DOMAIN_OS の使い方1 1.ドメインOS編 1-1. ノ−ド起動環境 1-2. Apollo のデ−モン類 1-3. ディスクレス機の設定 1-4. glbd と rgyd の初期化 1-5. アカウントを登録する 2.マシン調整編 2-1. マシン情報 2-2. OSのソフトの整理 2-3. システムエラ−のチェック 3.インスト−ル編 3-1. オ−ソライズ・エリアについて 3-2. ソフトのインスト−ル 3-3. パッチ情報 3-4. ネットワ−クインスト−ル 4.ハ−ドウェア編 4-1. ハ−ドウェアコンフィグレ−ション 4-2. カ−トリッジ使用のディスク初期化 4-3. 内臓クロックの設定 ====================================================================== 1.ドメインOS編 1-1. ノ−ド起動環境 * デ−モンの起動順序 1. /sys/node_data/etc/rc.user netman, ns_helper, spm プリント・サ−バなど各種デ−モンが起動する 2. /sys/node_data/startup.1280color 最初のロッグイン前に起動する 3. /sys/dm/startup_login.1280color ロッグイン毎に起動する 4. ~/user_data/startup_dm.1280color ロッグイン後ユ−ザの個人環境が起動する * BSD4.3 と System V の設定 $ catf /etc/environ ENVIRONMENT = aegis SYSTYPE = bsd4.3 ~/.environ 個人環境。/etc/environ と書き方は同じ。 * 設定ファイル /sys/node_data/etc/rc /sys/node_data/etc/rc.local /sys/node_data/etc/rc.user /sys/node_data/etc/sys.conf << lib x11lib, optional を追加するなどの修正。 /sys/node_data/etc/inetd.conf << TCP/IP のサ−ビス。 /sys/node_data/etc/exports << NFS の解放ディレクトリ。 $ ld /sys/node_data/etc/daemons README Xapollo cron glbd inetd llbd mountd nfsd pcnfsd portmap rgyd routed rpc.lockd rpc.mountd rpc.statd sendmail tcpd $ ld /sys/node_data/etc/daemons 普段使っているマシンの設定 `28/05 README cron glbd llbd rgyd tcpd * TCP/IP 関係 Xapollo cron inetd mountd nfsd pcnfsd portmap routed rpc.lockd rpc.mountd rpc.statd sendmail tcpd [ ホスト名解釈 ] /etc/hosts << UNIXの通常の hosts ファイルです。 $ /etc/mkhosts /etc/hosts << /etc/hosts を修正したらやること。 30 host entries, maximum length 43 このような表示が出たらOK。 $ /etc/nmconfig -h hostent_ascii << もし上記がうまくいかないならやってみる。 * nmconfig コマンドの説明 $ /etc/nmconfig -l hosts type hostent_ascii << 現在の状態を表示する。 networks type netent_ascii protocols type protoent_ascii services type servent_ascii $ /etc/nmconfig << 説明は $ help nmconfig で出て来る。 Usage: nmconfig [-h hosts_type] [-n networks_type] [-s services_type] [-p protocols_type] [-l] /etc/nmconfig -h hostent_bind $ /etc/nmconfig -l hosts type hostent_bind networks type netent_ascii protocols type protoent_ascii services type servent_ascii 1-2. Apollo のデ−モン類 * 管理デ−モン glbd - 1つのネットワ−クに、少なくとも1つはなければならない。グロ−バル・ロケ −ション・ブロ−カ用デ−モンという。 rpcd - 旧 llbd だった。 llbd の名称で通すことにする。ロ−カル・ロケ−ション・ブ ロ−カ用デ−モンという。 rgyd - アカウントを管理する。1つのネットワ−クに1つ必要である。マスタ−レジス トリとロ−カルレジストリがある。マスタ−は rgyd デ−モンにあり、ロ−カル は、そのコピ−である。レジストリ・サ−バという。 * レジストリの仕組み マスタ−・レジストリ > rgyd と glbd と llbd を起動しておく。アカウント・デ−タの編集可。 スレ−ブ・レジストリ > rgyd と llbd を起動しておく。マスタ−の予備。アカウント・デ−タの表示可。 ロ−カル・レジストリ > 各ノ−ド毎にもつ。ネットワ−ク・レジストリ(マスタ−、スレ−ブ)が使用不可能な 場合に使われる。例えば //node_23395 が電源OFFの場合、他の−ドを起動しようす る時、そのノ−ドにあるロ−カル・レジストリを見る。 * rc.local の手動起動 $ /etc/sys_sh /etc/rc.local とやる。例えばこれで httpd:80 を起動する。 $ /etc/sys_sh /etc/rc.local ?(tcp/ip daemon) Cannot initialize data file ifconfig: "net0" -- ambiguous reference to one of (dr0, eth0) add net 0.0.0.0: gateway 192.10.10.8 /etc/defaultdomain: No such file or directory * NFS の再起動 $ /etc/sys_sh /etc/rc.nfs これはダメ /etc/rc.nfs: function: not found /etc/rc.nfs: 0: not found /etc/rc.nfs: syntax error at line 17: `}' unexpected * spm サ−バプロセスマネ−ジャ Command: cps /sys/spm/spm -n プロセス名 spm が稼働しているノ−ドにプロセスを生成できる。 $ crp -on //node_abcd -me これで node_abcd の環境になる。node_abcd でロッグインしたのと同じこと。 UNIX でいえば telnet に相当するが、もっと使いやすい。 1-3. ディスクレス機の設定 * ディスクレスの親になる /sys/node_data/etc/rc.user *** 以下親機での設定 *** ---------------------------------- |# Diskless node boot server: |# |if [ -f /sys/net/netman ]; then | (echo " netman\c" >/dev/console) | /sys/net/netman & << このデ−モンが必要である。 |fi マニュアルでのデ−モンの立ち上げ $ /etc/server /sys/net/netman & または Command: cps /sys/net/netman とやる /sys/net/diskless_list ---------------------- |12345 << ディスクレスのノ−ドIDを記入。 |2abcd //node_12345 なら 12345 だけ入れる。 $ ctnode -update << 全てのディスク付でノードのカタログ登録をする。 $ ld // node_aaaa node_12345 << node_aaaa は自分自身とする。node_12345 がネットワ−ク に加わった。 * ディスクレスの親をやめる ただ単にやめるだけなら /sys/net/diskless_list からディスクレスのノ−ドIDを消去 して、$ ctnode -update をやるだけでよい。 * ディスクレスの情報を消去する /sys/net/diskless_list からディスクレスのノ−ドIDを消去しただけでは、 親機にで きたディスクレス機の情報は消えない。そのままず−と残ることになる。別に問題はない が、ディスクの無駄になる。 $ wd /sys $ ld node?* node_data << 自ホストの情報。 node_data.12345 << ディスクレス機の情報。これを丸ごと消去すればよい。 $ ctnode -update << これもやっておく。 $ uctnode node_12345 << 上記でダメだったら、こっちをやってみる。 $ dlt node_data.12345 << ディレクトリごと消去してしまう。 * ノ−ドを認識しない ネットワ−クのコネクタをマシン側を抜いたり、ごそごそしているとノ−ドを認識しなく なることがある。 $ lcnode The node ID of this node is ABCD. 1 other node responded. Node ID Boot time Current time Entry Directory ABCD 2006/07/14 16:00:18 2006/07/14 16:03:01 //node_abcd 1234 2006/07/14 15:42:48 2006/07/14 16:03:37 *** node not catalogued *** $ ctnode -update ?(ctnode) Unable to read boot volume name from node 1234 - name not found (OS/naming server) $ ctnode node_1234 1234 << これやること。$ ctnode KATOU 1234 こんなんでもいい。 [ ディスクレス機の情報の内容 ] $ ld /sys/node_data.12345 cron/ dev/ device_numbers etc/ locks/ node_owners os_paging_file proc_dir spm_mbx startup startup.1280bw startup.1280color startup.19l startup.768 startup.color startup.spm system_logs/ systmp/ tmp/ usrtmp/ $ ld /sys/node_data.12345/etc .rgyloc Vuelogin/ X0.hosts X0devices X0pointerkeys daemons/ dm_display/ environ fstab inetd.conf mnttab ncs/ nfsGatewayTable node_owners phones pio1.conf rc rc.local rc.nfs rc.user remote sys.conf syslog.conf ttys utmp xdm/ xinit/ 1-4. glbd と rgyd の初期化 * レジストリサ−バの最初の作成 glbd と rgyd を初期化してマスタ−とする。glbd と rgyd はドメインのネットワ−ク上 で、マスタ−は1つ必要である。それを最初に作成する。または、ネットワ−クを分離す る場合にも必要になる。 user.none.none でロッグイン $ /etc/server /etc/ncs/llbd & $ /etc/server /etc/ncs/glbd -create -first & $ /install/tools/rgy_create $ crf /etc/daemons/llbd $ crf /etc/daemons/glbd $ crf /etc/daemons/rgyd Command: ex ) GO root.staff.none でロッグイン $ ld /sys/node_data/gl?* glb.d glb.r << glbd デ−タベ−ス $ ld /sys/node_data/tmp/rpc?* rpcdep.dat rpcdllb.dat << llbd デ−タベ−ス $ ld /etc/daemons << とりあえずこれだけ空ファイルを作り、リブ−トする。 inetd tcpd glbd llbd rgyd その後は root でス−パユ−ザで作業すること。 * スレ−ブレジストリサ−バの作成 root でロッグイン。 $ /etc/server /etc/ncs/llbd & $ /etc/server -p /etc/rgyd create & * 参考 $ ld /sys/registry -d date/time date/time date/time created modified used name 98/01/21.13:24 98/01/21.13:25 98/01/21.13:25 rgy_local 98/01/21.12:02 98/01/21.12:03 98/01/21.13:25 rgy_local.bak root.wheel.none << wheel のメンバ−になると su で root になれる。 user.none.none * Apollo を単独にして独自のレジストリサ−バを作る `28/05 一応やることはやったのだが、おかしい。root でログインするのに時間がかかる。 1分ぐらい。$ /etc/edrgy とやっても反応がない。rgyd.1.3 は動いているのだが 認識してない。それで以下のことをやったら、ちゃんとレジストリデ−モンが働く ようになった。アカウント katou とかは消えてしまった。改めて登録した。 ちゃんと rgyd が動いている Apollo に、この Apollo をネットワ−クにつないで root でロッグインする。この Apollo はネットワ−クにつなぐ際には rgyd と glbd は起動しないでおくこと。いったん root でロッグインしたら、この Apollo には ロ−カルに root ロッグインしたのが残る。これでこの Apollo をネットワ−クから 外して以下の操作をした。上の user.none.none でログインするとかはやらなかった。 このやり方は、必ずどこかで Apollo が rgyd もちゃんと動いているマシンがないこ とにはいけないということである。不滅のほうとうみたいなことで、どこかで必ず 種火は絶やさないようにしておかないとだめという話である。 $ /etc/server /etc/ncs/glbd -create -first & << glbd と rgyd を初期化して $ /install/tools/rgy_create マスタ−とする。 << 注意 >> これでうまくいったかのように見えたがだめ。root でロッグインできたのはロ−カル レジストリを使ってでのこと。以下をやらないとだめ。 $ /etc/server /etc/ncs/glbd -create -first -family dds & $ /etc/server /etc/ncs/glbd -create -first & これをやっても /sys/node_data/glb.d glb.r ファイルはできなかった。 -family dds もつけてやると glb.d glb.r ファイルはできた。 これで root でロッグインできた。 $ /etc/server /etc/ncs/llbd & をやると /sys/node_data/rpcdep.dat rpcdllb.dat が できる。 1-5. アカウントの登録 * マスタ−レジストリ−での設定 root でロッグイン。ユ−ザ名 tomo、パスワ−ドなしを登録してみる。 $ /etc/edrgy edrgy=> v root[.staff.none]:w0UuY0sQV7sAI:0:10::/:: | katou[.none.none]::101:12::/usr/people/katou:/com/sh: edrgy=> do p << 先ず Person、ユ−ザを登録する。 Domain changed to: person edrgy=> v root 0 daemon 1 none 12 user 14 .... katou 101 edrgy=> a << add の a。 add person=> Enter name: tomo Enter UNIX number: 102 Enter full name in quotes: Enter owner [p.g.o]: (%.%.%) add person=> Enter name: << Return キ−でぬける edrgy=> do a << アカウントを登録する。 Domain changed to: account edrgy=> a add account=> Enter account id [p.g.o]: tomo.none.none Enter abbreviation type [p/pg/pgo]: (p) Enter new password: (????????) << ' ' パスワ−ドなしの場合 Enter misc info in quotes: () ↓ ホ−ムディレクトリ Enter home directory: (/) /usr/people/tomo Enter shell: () Password valid [y/n]? (y) Enter expiration date [yy/mm/dd or 'none']: (none) Account valid for login [y/n]? (y) y add account=> Enter account id [p.g.o]: edrgy=> v | ↓ 登録された tomo[.none.none]:Rx6X5bXt9Fq2Q:102:12::/usr/people/tomo:: edrgy=> q << qでぬける。 * その他の操作 $ /etc/edrgy -s //node_12345 << マスタ−レジストリを指定する。 $ /etc/edrgy -l << ロ−カルレジストリの内容を見る。 Using local registry. 2.マシン調整編 2-1. マシン情報 * ディスクの容量とフリ−・スペ−スを表示する $ lvolfs # free # total % free node id entry directory 53472 657664 12 ABCD / 空のファイルを1個つくると4ブロック減る。1ブロックは 1024 byte である。 * ノ−ドスペックを出す $ netstat -config The node ID of this node is ABCD. **** Node ABCD **** //node_abcd Time 1997/07/23.14:58:26 Up since 1997/07/23.12:49:05 Net I/O: total= 10307 rcvs = 5353 xmits = 4954 Ctlr_# = 0 Unit_# = 0 Winchester I/O: total= 10390 reads= 4619 writes= 5771 No ring hardware failure report. System configured with 16.0 mb of memory. NODE CONFIGURATION Node Type: DN5500 Display type: 1280 x 1024 color display Peripheral configuration: Disks: winchester Networks: Ring Peripheral bus: ISA-bus Tapes: none Disk types: MSD-760M * ネットワ−クに接続しているノ−ドをリストする $ lcnode The node ID of this node is 1ABCD. 2 other nodes responded. Node ID Boot time Current time Entry Directory 1ABCD 1999/05/16 21:33:09 1999/05/17 14:31:02 *** DISKLESS *** partner node: 123XY 123XY 1999/05/17 7:57:48 1999/05/17 14:37:58 //node_123xy 456XY 1999/05/17 8:01:43 1999/05/17 14:41:52 //node_456xy $ netstat -n //node_456xy -config 他のノ−ドのスペックを表示する。 * OSのバ−ジョンを表示する $ bldt **** Node 4F999 **** diskless to "//node_4f999" Domain/OS kernel(14), revision 10.4.0.6, October 27, 1992 1:23:22 pm **** Node 4F999 **** "//node_4f999" Domain/OS kernel(11), revision 10.4.0.6, October 27, 1992 1:05:34 pm * ソフトのバ−ジョン表示など $ cc -version << $ cc -help でヘルプが出る。 C compiler 68K Rev 6.8(168) $ ftn -version Fortran 77 compiler 68K Rev 10.9(718) 2-2. OSのソフトの整理 * オンラインマニュアル、デバッガ−、ダイアログ、Xの使わないフォント、 Xの使わないコマンド、使わないライブラリ、システムテスト(/systest)、 エラ−ログなどを整理する /sys/source /usr/apollo/japan/X11/fonts /usr/apollo/japan/X11 /usr/X11/lib/vue /usr/X11/lib/bitmaps /sau_sys/help /systest /sys/debug /sys/dm/fonts ディスプレイマネ−ジャが使うフォント。たくさん入っている。 $ ld /sau_sys/help auto.hlp continue.hlp debug.hlp devices.hlp disk.hlp do.hlp exit.hlp go.hlp help.hlp if.hlp input.hlp ld.hlp list.hlp load.hlp log.hlp loop.hlp map.hlp md.hlp msglevel.hlp onerror.hlp pad.hlp pass.hlp query.hlp quit.hlp read.hlp reloc.hlp run.hlp select.hlp stcode.hlp type.hlp $ ld /sys/node_data cron/ dev/ device_numbers etc/ hint_file ipc_data kdm_dict_error locks/ node_owners null_hint_file paste_buffers/ preserve/ preserve.bsd4/ preserve.sys5/ print.g proc_dir/ spm_control spm_mbx startup startup.1280bw startup.1280color startup.19l startup.768 startup.color startup.spm system_logs/ systmp/ tmp/ usrtmp/ var/ writed_mailbox [ systmp ] --- .passwd dm_mbx dm_tril_ms global_readonly global_rws mbx_$helper_lock mbx_$sysmbx my_inet_addr netman.out pdb spm_mbx stack_guard_file tcp_data [ usrtmp ] --- empty [ locks ] --- empty [ tmp ] --- .X11-unix nfsGlobalData nfs_data rpcdep.dat rpcdllb.dat [ system_logs ] --- X0msgs console dm_error_log proc_dump streams/ << 中は空。 sys_error_log tcp_error_log [ var ] --- [ yp ] --- Makefile updaters 2-3. システムエラ−のチェック $ /systest/ssr_util/lsyserr thursday, june 27, 1996 8:47:23 am (JST) system startup ハ−ドディスクのエラ−が起きている。 4:26:26 pm (JST) disk error(32bit) ↓ Winchester Ctrl_# = 6 Unit_# = 0 Phys daddr = 3B2E5: disk error 続く recovered by device retry (OS/Recovered Disk Error Manager) 4:44:53 pm (JST) system shutdown friday, june 28, 1996 8:26:47 am (JST) system startup 9:51:16 am (JST) system shutdown 10:02:18 am (JST) system startup 7:42:15 pm (JST) system shutdown error totals: system startups 161 system shutdowns 160 disk errors (32bit) 1 3.インスト−ル編 3-1. オ−ソライズ・エリアについて 本来はカ−トリッジ・テ−プから minst や distaa コマンドでプロダクトをロ−ドした ノ−ドがオ−ソライズ・エリアである。しかし /install/ri.apollo.xxx さえもってくれ ば、どのノ−ドでもなれる。 $ lcnode -me The node ID of this node is ABCD. $ ld /install オ−ソライズエリアでないノ−ドには、インスト−ル内容はこれだ baseline doc けしか入っていない。ドキュメントと何をインスト−ルしたかの 情報だけである、 /install/tools をオ−ソライズエリアからコピ−する。 $ ld /install/tools acl cfgsa config config_info_file ctnode distaa dsp_media_install inprot install install++ last_time minst media_install media_install_opt media_install_opt_sr9 mrgcfg mrgri rbak_sr10 rgy_create uctnode xar オ−ソライズ・エリアからCコンパイラのインスト−ル内容をコピ−する。 $ cpt //node_12345/install/ri.apollo.cc.v.6.8.m /install/ri.apollo.cc.v.6.8.m -sacl $ ld /install このようになった。 baseline/ doc/ tools/ ri.apollo.cc.v.6.8.m/ インスト−ルできる。 $ /install/tools/install++ -s //node_abcd -mvxl //node_abcd RAI install++ 2.T07 09 Aug 1991 Scanning Authorized Area in //node_abcd ... RAI Config Tool --- Version 2.02 12 Feb 92 CONFIG> s a The following is a list of products/versions available for selection 1. c++ 2.1.0.m 2. cc 6.8.m 3. ftn 10.9.m 4. hppak 5.0 5. kdm 7.0 6. nfs 4.1 7. os 10.4 8. uedk 2.0 9. x11 5.0 CONFIG> se cc 6.8.m << ここ入力。select の se。 Loading release index for cc 6.8.m ... Product 'cc 6.8.m' has been added to the configuration file. CONFIG> c cc 6.8.m << ここ入力。configure の c。 CONFIG> exit | << インスト−ル開始。 $ ld /install このようになった。 baseline/ doc/ tools/ ri.apollo.cc.v.6.8.m/ log_file $ catf /install/log_file TOOL: RAI Install Tool V2.T34 30 Jan 92 ENTRY: By katou at Wed Jan 21 13:28:54 1998 COMMAND: //node_abcd/install/tools/install -s //node_abcd -c /tmp/configa01766 -l -m -v -x FROM: Domain/OS kernel(12), revision 10.4.0.11, September 28, 1993 10:28:45 am NODE: //node_abcd 3-2. ソフトのインスト−ル * distaa でロ−ドする。minst 対応ではない。 $ /install/tools/distaa -afv //node_xxxx $ /install/tools/install++ -s //node_aarea -mvxl //node_target s : オ−ソライズエリアのノ−ド名指定 m : オ−バライドしてインスト−ルする。 v : 実行内容を表示する。 l : 同じノ−ドにインスト−ルする場合ハ−ドリンクにする。 x : エラ−が出ても処理を続ける。 o : 正しくインスト−ルできるまで繰り返しインスト−ルする。 $ install++ -help RAI install++ 2.T07 09 Aug 1991 (install++) -s {AA} and at least one node name to install to are required usage: install++ {-s authorized_area} [-Aadefjklmoprtuvx] (see install++.hlp) [-D Deinstall Product [-n node_list_file]* [-c config_file]* [-C file_of_cf_paths]* {nodename }* * りり−スノ−トだけインスト−ルする $ /com/rbak -dev ct -f 1 -all -ms -sacl -pdt -force -du Label: Volume ID: PX0177 Owner ID: apollo File number: 1 File section: 1 File ID: force File written: 1996/01/12 05:54:14 JST Starting restore: Restore complete. ↓ リリ−スノ−トだけはいる Directory "/install/doc/apollo": /install/doc/apollo/patch_m68k_9601__notes * インスト−ルの内容 [ install ]---[ baseline ] 履歴ファイル。 |-[ doc ] 各プロダクトのリリ−スノ−ト。 |-[ toc ] 各メディア毎のエントリ項目。 |-[ tools ] RAI ツ−ル。 |-[ log_file ] 実行履歴。 |-[ overrides ] 一般ユ−ザによるインスト−ル、システム管理者 | が制限を加える時に使用。 |-[ minst ] minst の質問と応答の記述。 /sysboot システムのブ−トに必要なプログラム /sau2-10 OSの実体 /sys/help Aegis ヘルプファイル /sys/net ディスクレスとネットワ−クの管理 /sys/ins Aegis システムコ−ルのインサ−トファイル /usr/apollo/include システムコ−ルのCインクル−ドファイルなど /usr/apollo/bin Apollo 特有のコマンド、bld など。 /usr/apollo/man /bscom ブ−トシェルコマンド。カ−トリッジテ−プ からOSをロ−ドした時に入るのかな。 * minst によるC++のインスト−ル例 $ wd /install/tools; minst minst started Fri Jul 18 10:09:53 1997 RAI MINST 2.37 09 Dec 91 Welcome to RAI MINST -- the Media INSTallation utility. You may terminate MINST at any time by pressing . Do you wish to continue with MINST, or quit now? : [ continue quit help ] MINST> c MINST can be run in either of two modes: Novice or Expert. : [ novice expert help quit ] MINST> n Enter the pathname of the Authorized Area you wish to use for loading software. The default is //node_abcd . MINST> Enter the pathname of the target where you will install software after loading. The default is //node_abcd . MINST> Do you intend to install Domain/OS to the target? : [ yes no ] MINST> yes Cleaning up temporary files ... : [ ct(D) mt f0 ] MINST> ct Please put volume 1 of the media for Domain/OS into the drive. Press the key when ready: MINST> Retensioning cartridge tape... Please wait. Rbak Command Line: rbak_sr10 -dev ct -f 1 install/toc -as //node_2cbed/install/toc -ms -sacl -pdt -force -du -l Label: Volume ID: CX0126 Owner ID: apollo File number: 1 File section: 1 File ID: force File written: 1993/08/19 03:45:59 JST Starting restore: (file) "//node_2cbed/install/toc/toc.apollo.CX0126.c" restored. Restore complete. Rbak Command Line: rbak_sr10 -dev ct -f 1 install -as //node_2cbed/install -ms -sacl -pdt -force -du -l Label: | 上と同じ Starting restore: (file) "//node_2cbed/install/toc/toc.apollo.CX0126.c" restored. (file) "//node_2cbed/install/doc/apollo/c++.v.2.1.3.m__notes" restored. (dir) "//node_2cbed/install/help" restored. (dir) "//node_2cbed/install/overrides" restored. (file) "//node_2cbed/install/templates/apollo/c++.v.2.1.3.m/aa.c++" restored. (file) "//node_2cbed/install/templates/apollo/c++.v.2.1.3.m/cf.c++" restored. (file) "//node_2cbed/install/templates/apollo/c++.v.2.1.3.m/ov.c++" restored. (dir) "//node_2cbed/install/templates/apollo/c++.v.2.1.3.m" restored. (dir) "//node_2cbed/install/templates/apollo/minst" restored. (dir) "//node_2cbed/install/tools" restored. Restore complete. The following products have been selected for loading: 1) c++ 2.1.3.m | Press when you are done reading all release notes: MINST> q Distaa command line: distaa -v -M -m c //node_abcd //node_abcd/install/ RAI distaa 2.10 19 Jan 90 templates/apollo/aa.tmp Loading selection file ... Scanning for Table of Contents ... Retensioning cartridge tape... Please wait. Loading Table of Contents ... Products to be restored from media : c++ 2.1.3.m 1 product to be restored from the media. Checking target for ri.apollo.c++.v.2.1.3.m ... Restoring ri.apollo.c++.v.2.1.3.m ... | *** RAI MINST has completed. *** *** Please check the transcript pad for errors. *** [ rbak でテ−プの内容をリストしてみたところ ] $ rbak -dev ct -f 1 -all -index Label: Volume ID: CX0126 Owner ID: apollo File number: 1 File section: 1 File ID: force File written: 1993/08/19 03:45:59 JST Starting index: (file) install/toc/toc.apollo.CX0126.c (file) install/doc/apollo/c++.v.2.1.3.m__notes (dir) install/help (dir) install/overrides (dir) install/templates/apollo/c++.v.2.1.3.m (file) install/templates/apollo/c++.v.2.1.3.m/aa.c++ (file) install/templates/apollo/c++.v.2.1.3.m/cf.c++ (file) install/templates/apollo/c++.v.2.1.3.m/ov.c++ (dir) install/templates/apollo/minst (dir) install/tools Index complete. 3-3. OS&パッチ情報 -------------------------------------------------------------------------------- Apollo DOMAIN の DN5500, 425t, 425s などは CPU が m68k なので、 パッチでインスト −ルするのは pd96_m0743 など xx_m0xx と m がついているのである。 p0743 など p が ついているのは DOMAIN 10000 など PRIZM ア−キテクチャのマシンである。 -------------------------------------------------------------------------------- * DOMAIN SR10.4 OS << '92/08 >> 5本テ−プあり。5/5 はブ−トメディアで、カ−トリッジテ−プからマシンがブ−トでき る最小のOSを入れるのに使う。リモ−トでインスト−ルできる場合は、CRTG_STD_SFW_1 〜4 の4本を使う。インスト−ルすると /install/ri.apollo.os.v.10.4 ができる。 NFS はバ−ジョン 2.3 が入っている。UEDK 1.1.3。X11 R4、Motif 1.1 サポ−ト。 m68k version: CRTG_STD_SFW_1, 2, 3, 4 CRTG_STD_SFW_BOOT_1 * SR10.4 用ソフト ・日本語システムの KDM7.0。SFW-KDM for M680X0、p/n YSA45-13301 Rev. 7.0 ・Domain X11 R5 RAI。CRTG_X11 R5/MOTIF_1.2。 $ wd //node_xxxx/ ↓rbak でいれること。distaa ではダメ。 $ rbak -dev ct -ms -sacl -pdt -force -du -f 1 -all ・NFS V.4.1/4.1.P RAI。 インスト−ルするノ−ドで install++ をやらないとエラ−になる。 ・FORTRAN 77 V.10.9.M/MPX RAI。 ・DOMAIN/C V.6.8.M/MPX RAI。 ・HP USER ENVIRONMENT DEVELOPMENT KIT V.1.1.3 RAI ??? '92/08。Domain X11 R5 RAI に UEDK 2.0 が入っているのでいらない。 ??? いずれもテ−プは1本。上のソフトやパッチなどをインスト−ルすると下記のようになる。 $ ld //node_abcd/install baseline doc help log_file overrides ri.apollo.c++.v.2.1.0.m ri.apollo.cc.v.6.8.m ri.apollo.ftn.v.10.9.m ri.apollo.kdm.v.7.0 ri.apollo.nfs.v.4.1 ri.apollo.os.v.10.4 ri.apollo.x11.v.5.0 templates toc tools * DOMAIN 9311 パッチ << '93/11 >> SR10.4 用のパッチ。テ−プ1本。Patch M68K 9311 for the Domain, SR10.4.m。distaa, install++ インスト−ル。Domain C++ Version 2.1.3 リリ−ス。1GB と 2GB の内部SCSI ディスク・ドライブをサポ−ト。このパッチキットは 10.3.5 用のパッチも入っている。 9311-1035m : QIC-Patch M68K, SR10.3.5.m 9311-104m : QIC-Patch M68K, SR10.4.m ri.apollo.pd92_m0420.v.2.0 ... パッチ一杯 ri.apollo.pd93_m0610.v.2.0 ... パッチ一杯 $ rbak -dev ct -f 1 -all -index Label: Volume ID: PM0140 Owner ID: apollo File number: 1 File section: 1 File ID: force File written: 1993/12/21 15:42:04 JST Starting index: (file) install/toc/toc.apollo.PM0140.c (file) install/doc/apollo/patch_m68k_9311__notes (file) install/doc/apollo/9311.manuals.hlp (dir) install/overrides (dir) install/templates/apollo/pd93_m0683.v.1.0 (file) install/templates/apollo/pd93_m0683.v.1.0/aa.pd93_m0683 (file) install/templates/apollo/pd93_m0683.v.1.0/cf.pd93_m0683 * DOMAIN SR10.4 '94 Update << '94/05 >> DOMAIN/OS SR10.4.1 RAI。SR10.4.0 が入っていること。minst 対応ではない?。 オ−ソ ライズエリアは 117 MB。インスト−ルは最大 66MB、最小 58 MB。 M68k 用は3本のテ− プ。インスト−ルしたら、日本語 KDM を再度インスト−ルすること。X11 R5、Motif 1.2 サポ−ト。SR10.4 用パッチ全部。distaa でロ−ドすること。 リリ−スノ−トをインスト−ルする $ rbak -dev ct -f 1 -all -ms -sacl -pdt -force -du オ−ソライズエリアにロ−ドする $ /install/tools/distaa -afv -m c //node_abcd 同じノ−ドにインスト−ルする $ /install/tools/install++ -s //node_abcd -mvxl //node_abcd 異なるノ−ドにインスト−ルする $ /install/tools/install++ -s //node_abcd -mvxp //node_target * SR10.4.1 9501 パッチ << '95/08 >> dista, install++ インスト−ル。Patch M68K 9501。テ−プ1本。M68K は約 18 MB であ る。送ってきたのはテ−プが不良だった。こういう時は交換してもらう。 SR10.4.1 がイ ンスト−ルされていなければならない。NFS向上、TCP/IP 不具合改良。Athena Widget が使えるようになった。 以下の 10.3.x のものはインスト−ルしてはいけない。 > pd94_m0704 9501 SR10.3 pd94_p0700 9501 SR10.3.p pd94_m0710 9501 SR10.3.5 pd94_p0705 9501 SR10.3.5.p pd94_m0706 9501 SR10.3.5 pd94_p0701 9501 SR10.3.5.p * SR10.4.2 9601 パッチ << '96/05 >> distaa, install++ インスト−ル。Patch M68K 9601。テ−プ1本。 M68K は約 37 MB で ある。SR10.4.1 がインスト−ルされていなければならない。 DM 用 /sys/dm/dm(m68k) pd96_m0734、/sys/dm/dm(a88k) pd96_m0725、これらを入れると DM が英語版になるので注意。DM とは Apollo の Display Manager のこと。 以下の 10.3.x のものはインスト−ルしてはいけない。 > pd96_m0743,728,744 SR10.3.5.15(m68K) pd96_p0734,733,720,721 SR10.3.5.15.p(a88k) 3-4. ネットワ−クインスト−ル サ−ビスモ−ドで作業する。マシンの後ろにあるスイッチで切り替える。 > RE > DI N ABCD << ABCD はネットワ−ク接続された Apollo でオ−ソライズエ > EX INVOL リアをもったノ−ドである。 > EX DOMAIN_OS | Apollo Pahse 2 Environment )go Loading init | $ mtvol w6:0 /katou << root でロッグイン。ディスクをマウントする。katou はマ ウント名。ル−トの /katou というディレクトリができる。 $ wd /install/tools $ install++ -s //node_ABCD -ovx //node_ABCD/katou $ dmtvol w6:0 /katou << w6:0 はインスト−ルしようとしているマシンのディスクの Command: shut 識別名である。これでインスト−ルしたわけである。 > RE > EX DOMAIN_OS << これでOSが立ち上がる。 4.ハ−ドウェア編 4-1. ハ−ドウェアコンフィグレ−ション * ハ−ドウェアの変更などの設定 サ−ビスモ−ドで作業する。きょうたい裏のスイッチを切り替える。カ−トリッジドライ ブを追加したとかメモリを追加したとかいう場合にやる。別に CONFIG やらなくても、自 動で認識するのもある。追加したのにスペックが変わらないと思ったらやってみること。 > RE > EX CONFIG << 変わらないところは Return でよい。DN5500 での例。 WIN7 Controller 0 unit 0 760 0 1 no disk present CTAPE7 - Cartridge Tape(SCSI) VTAPE7 - 8 mm Tape RING - Apollo ( unit0 ) ETH802.3_AT ( unit0 ) * ディスクレスの場合 > RE << node_abcd の config プログラム。abcd で netman が稼働 > DI N ABCD していること。node_abcd に自マシン用の sau があること。 > EX CONFIG DN5500 のハ−ドディスク : Western Digital ( WD7000V-ASE ) 760 M > RE > DI N ABCD > EX DOMAIN_OS ) go 4-2. カ−トリッジ使用のディスク初期化 > RE << サ−ビスモ−ドで作業すること。 > DI C > EX CALENDAR > DI C > EX INVOL Option: 1 -b | Enter verification option: 3 | Anything more to do ? y | Option: 8 4-3. 内臓クロックの設定 * ハ−ドディスクつきの場合 > RE > EX CALENDAR << サ−ビスモ−ドで作業すること。 以下のようなメッセ−ジが出てくる。 if you do not have a disk, enter none(N): w0:0 << DN5500。 w6:0 << 内臓:425t,425s。 w4:0 << 外付:425t,425s。 Time-zone: 9:00 Enter a 1-4 character identifier to be associated with the time-zone difference you entered: (This is optional): jst Please enter today's date (year/month/day): 1998/01/14 Please enter the local time in 24 hour format(hour:minute): 12:55 * ディスクレスの場合 サ−ビスモ−ドで作業すること。ディスク付きでもOSをインスト−ルする場合、まずデ ィスクレスということで >DI N ABCD というように、node_abcd を親として起動するのに 使うこともある。 > DI N ABCD << node_abcd > EX CALENDAR | 後は同じ。 ● Apollo のディスク設置テクニック * ディスクを他のノ−ド用に変更する 先の増設した外付けディスクを、他の Apollo 用に変更してみる。ディスクをイニシャラ イズしたすぐに、chuvol かけると5秒で終わる。 デ−タなんかディスクに書き込んでい ると、ファイル全部を1個1個ボリュ−ムID(ノ−ドID)を変更していくので時間が かかる。OSの入ったディスクに対し chuvol をかけることもできる。ディスクが付いた Apollo がもう1台あれば、 それを親として自分のマシンをサ−ビス・モ−ドで起動し作 業すればいい。ディスクレス機のカレンダ−を設定するのと似たようなことである。 $ /com/chuvol << /etc/chuvol にリンクしている。 Chuvol, revision 10.4, December 6, 1991 10:04:04 am This utility will change the unique identifier of every object on the physical volume. It should be run once after the disk has been attached to the target node and the disk diagnostic has been run successfully. The salvol utility should be run and produce no errors before chuvol is run. If chuvol is interrupted, (node crash or other cause), re-execute chuvol. Do NOT attempt to salvage the volume at this point since files may be lost. As with any utility that modifies the disk, all important data should be backed up before running chuvol. If you wish to abort enter "Q" to the following prompt. Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w3:0 new node_id? [ABCD] 1234 << 変更先のノ−ドID 1234。 value to be used as "original" node_id? [ABCD] Preparing file list... Chuvoling... % complete 20 40 60 80 100 <--- Chuvol complete ---> Summary: 26 uids were changed, 11 uids were found to be correct 1490 disk reads, 49 disk writes Total run took 0 minutes and 24 seconds, of which 0 seconds were spent sorting Chuvol complete Anything more to do? n メモ:chuvol のようなコマンドは INDY にもあるようだ。 2000年対応するためにデ ィスクを大きなものに変える必要があった。その時、業者はあらかじめOSなんか をディスクにいれてもってきたことがあった。 [ netstat コマンドで見る ] ボリュ−ムIDを変更したディスクを node_1234 にもってきて、マウントした。マシン の状態を node_abcd から見たところである。 $ netstat -config -n 1234 The node ID of this node is ABCD. **** Node 1234 **** //node_1234 Time 2000/05/11.19:07:13 Up since 2000/05/11.08:03:15 Net I/O: total= 135958 rcvs = 69335 xmits = 66623 Ctlr_# = 3 Unit_# = 0 Winchester I/O: total= 29404 reads= 23968 writes= 5436 Ctlr_# = 4 Unit_# = 0 Winchester I/O: total= 82440 reads= 14852 writes= 67588 System configured with 16.0 mb of memory. NODE CONFIGURATION Node Type: 425t Display type: 1280 x 1024 display Peripheral configuration: Disks: winchester Networks: Ring ETH802.3_DIO Peripheral bus: ISA-bus Tapes: none Disk types: 2140Mb SCSI Disk 1200Mb SCSI Disk $ wd //node_abcd/systest/ssr_util DN5500 ディスクレス、カ−トリッジ $ scsi_info テ−プつきのマシンの SCSI 情報を Target 0: 出してみた。DN5500 の SCSI コネクタ Device Type: Tape (Removable Media) はパラレルケ−ブル用のコネクタみたい Vendor: ARCHIVE な大きいやつ。 Product: VIPER 60 21116 Rev Level: -007 ANSI version compliance: SCSI-1 Target 1: 2−6まで同じく Target does not exist DN5500 のハ−ドディスク : Western Digital ( WD7000V-ASE ) 760 M * ディスクレス機にディスクを設置する場合 > ディスク付きのマシンが別にいる。 ディスクを設置するマシン用の sau がディスク付きマシンに 入っていること。 sau11 - 9000/425s, 9000/425t sau12 - 9000/400s, 9000/400t sau14 - dn5500 でディスクレス機をサ−ビスモ−ドにする > RE > DI N ABCD > EX CALENDAR > EX INVOL sau12 は 400s 用−/sau12/config ファイルがない。 これがないと EX CONFIG ができない。 * sau について SR10.4.0.6 とサイズは同じだった。SR10.4.0 にたくさんパッチを あてているので、SR10.4.1 と同じ中身になったようだ。 $ bldt -n //node_abcd **** Node abcd **** "//node_abcd" Domain/OS kernel(11), revision 10.4.1, March 1, 1994 11:47:16 am $ ld //node_abcd/sau11 -a sys type blocks current type uid used length attr rights name file unstruct 568 577419 P -r-x- calendar file unstruct 760 774027 P -r-x- chuvol file nil 8 5460 P -r-x- config file nil 1168 1189000 P -r-x- domain_os file unstruct 112 111244 P -r-x- domain_os.map file unstruct 568 577419 P -r-x- fbs file unstruct 604 614283 P -r-x- invol file unstruct 564 573323 P -r-x- rwvol file unstruct 764 778123 P -r-x- salvol file nil 320 322560 P -r-x- self_test ただ invol とか chuvol とかやると、PATH により /com/invol、/com/chuvol になる。そしてこれらのコマンドは /etc/invol、/etc/chuvol にリンクされて いる。これらコマンドの実態は、マシンが 425t なら /sau11 のコマンドを使 うことになり、/etc にコマンドは展開されているわけである。 * ディスクを初期化してすぐにボリュ−ムIDを変えた `26/07 node_abcd w4:0 -------- -------- | abcd |----| qqqq | 外付けディスク、ノ−ド名 qqqq とする。 | | -------- -------- $ /com/chuvol で w4:0 の外付けディスクを qqqq に変更する。 $ mtvol w4:0 /disk2 そしてOSを以下のようにしてインスト−ルした。 $ /install/tools/install++ -s //node_abcd/disk2 -mvx //node_abcd/disk2 これはうまく行ったと思う。次に nfs と kdm をインスト−ルした。nfs のインスト−ル で、ファイルが見つからないとワ−ニングが出た。中止した。まずい!。/disk2ディレク トリから install や sysboot が消えてしまった。disk2 はマウントした外付けディスク ではなく、ノ−ド abcd のただのディレクトリになった。 $ ld /disk2 bsd4.3 etc sys sys5.3 $ dmtvol w4:0 /disk2 アンマウントもできなくなった。 ?(dmtvol) Unable to dismount volume - logical volume is not mounted (OS/volume manager) * SR10.4 を入れた段階でOSを起動してみた `26/07 2.1 GB ディスクを 4910b 用に作った。インスト−ルはできたが、OSは起動してこなかった。 この後、SR10.4.1 を入れたら問題なく起動した。 Domain/OS kernel(11),revision 10.4, .... Crash_Status 00080024 PC 7A462AB6 pid 0001 FAULT: TRAP #F PC 7A43169A SR 2700 (MAPPED) 7A43169A: TRAP #F ># 次はサ−ビスモ−ドで時計のセットをしたところ、エラ−になっている。 > EX CALENDAR | Unable to read disk parameters from pv label - error status = 80024 Could not assign phisical volume: >EX INVOL で 7 -f とやったら、このエラ−はでなくなった。 ● オ−ソライズエリアについて distaa でメディアをロ−ドすると ri.apollo.xx と toc が入る。doc や tools ディレクトリは minst でやると入ってくる。doc は rbak で別に入れることができる。 tools はネットワ−ク上の適当なノ−ドにあるものをコピ−してもよい。 インスト−ルする実態としては ri.apollo.xx だけである。そのインスト−ルコマンド は tools にある install++ である。ri.apollo.xx がインスト−ルしようとする ノ−ドにあれば、容量を減らずためにリンク指定するとよい。他のノ−ドに ri.apollo.xx があれば、インスト−ル内容は自分のノ−ドにコピ−してもってくることになる。 $ wd install;ld baseline doc log_file version.installed ri.apollo.nfs.v.4.1 ri.apollo.os.v.10.4.1 ri.apollo.x11.v.5.0 toc $ ld baseline baseline.00000001 baseline.00000002 << 何をインスト−ルしたか分かる。 $ catf baseline/baseline.00000002 RAI V0.16 Thu May 20 19:36:17 1999 Release ri.apollo.nfs.v.4.1 disk version << nfs をインスト−ルした。 Option usr_catman_present N/A Option sys5.3_usr_lib_present N/A Option sys5.3_usr_include_present N/A Option sys5.3_usr_bin_present N/A Option sys5.3_usr_present N/A Option sys5.3_bin_present N/A Option sys5.3_present N/A Option usr_man_present N/A Option bsd4.3_usr_ucb_present N/A Option bsd4.3_usr_lib_present N/A Option bsd4.3_usr_include_present N/A Option bsd4.3_usr_bin_present N/A Option bsd4.3_usr_present N/A Option bsd4.3_bin_present N/A Option bsd4.3_present N/A Option sau10_present N/A Option sau14_present N/A Option sau12_present N/A Option sau11_present N/A Option sau9_present N/A Option sau8_present N/A Option sau7_present N/A Option bsd4.3_usr_include_install copy Option usr_man_install copy Option sys5.3_usr_include_install copy Option usr_catman_install copy Option nfs_examples_install copy Release ri.apollo.cc.v.6.8.m disk version << cc をインスト−ルした。 | $ ld doc/apollo ftn.v.10.9.m__notes nfs.v.4.1__notes os.v.10.4__bind4.8_operations_guide os.v.10.4__manuals os.v.10.4__notes os.v.10.4__posix os.v.10.4__software_release_bulletin.Z os.v.10.4__xpg3 x11.v.5.0__notes ● モニタについて A1097C は 425s、425t でうつる。 A1097A というのもあった。スペックは A1097C と同じみたい。 [ モニタケ−ブル ] モニタ側はBNC3本。 DN5000 本体側は特殊。MODEL No.010700-001。001R, 005 というのもあった。 425s 本体側は15ピン。 425t 本体側はBNC3本。 DN5000 用のモニタを 425s につけたら、画面はビ−と波打つように出た。 DN5000 用のモニタを 425t につけたら、画面はビ−と波打つように出た。 多分というかきっとDN5000 用モニタが壊れてしまっている。 前に425t につけた時は、画面はずれたがうつった。 ● プリンタを別な Apollo の BBBB に付けて、前の AAAA は止める prmgr/prsvr prmgr/prsvr rgyd.1.3 rgyd.1.3 スレ−ブ glbd/rpcd rpcd glbd スレ−ブ/rpcd ------ ------- ------ ------ ------- |AAAA|---|PRINT| |BBBB| ----> |BBBB|---|PRINT| ------ ------- ------ ------ ------- | 425t |425s -------------------------------- ノ−ド AAAA のファンの音が | | かなりうるさくなってしまっ -------------------------------- たので普段は止めたいと思った。 [ 問題 ] いろいろごちゃごちゃ設定していた。BBBB でもスレ−ブのつもりで一応、rgyd.1.3 が動 いた。しかし root でロッグインしようとすると、 Using local registry. Can't use network registry: - Registry server unavailable (from RGYC / Server) と出てしま った。スレ−ブのつもりで glbd デ−モンを稼働させようとしてもできなかったのが、影 響しているのか。その後なんとか glbd が動き、AAAA もつなげておいて、$ prf -list_s をやると、ちゃんと出た。しかし AAAA をネットワ−クから外すと、こんなようになった。 $ prf -list_s ?(prf) Problem locating print manager(s) - no matching entry available (network No print managers found computing system/locating broker) [ 作業 ] BBBB で作業。AAAA はネットワ−クにつなげている状態でやること。glbd と rgyd につ いて AAAA のコピ−を作りたいわけだから。下のようにちゃんとやって、AAAA をネット ワ−クから切り離して、BBBB を再起動すればいいはずである。 $ /etc/server /etc/ncs/glbd -create -first & << -from //node_AAAA 指定はダメ。 $ /etc/server -p /etc/rgyd -recreate & << これらはやらなくてもよかった $ /etc/server -p /etc/rgyd -create & かも。 $ /etc/ncs/glbd & glbd と rgyd をいったん殺して、再度稼働させる場合。 $ /etc/rgyd glbd はすぐ稼働する。rgyd は 数十秒かかる、& は付けないように。 [ プリンタを認識した様子 ] $ prf -list_s I_am_sr10_print_manager_BBBB $ prf -list_pr I_am_sr10_print_manager_BBBB -------------------------------------------------------- PRINTER NAME STATUS DESCRIPTION -------------------------------------------------------- p Idle [ 稼働デ−モンのスクリプト ] $ /sys/hardcopy/prmgr -c /usr/apollo/japan/knj2/hardcopy/configs/prmgr_config & $ /sys/hardcopy/prsvr /usr/apollo/japan/knj2/hardcopy/configs/dplbp8_config & //node_BBBB/sys/node_data/etc/rc.local -- tcpd //node_BBBB/sys/node_data/etc/rc.user -- prmgr prsvr //node_BBBB/sys/node_data/etc/rc -- rpcd(llbd) glbd rgyd [ BBB の稼働デ−モン ] $ ld /etc/daemons Directory "/sys/node_data/etc/daemons": README cron glbd llbd rgyd tcpd $ pst ------------------------------------------------------------ Node: BBBB Time: Monday, June 26, 2006 3:17:59 pm (JST) ------------------------------------------------------------ Processor | PRIORITY | Program | State | Process Name Time (sec)| mn/cu/mx | Counter | | ------------------------------------------------------------ 3093.907 -- -- -- -------- ----- 4.612 -- -- -- -------- ----- 12.432 16/16/16 7608A494 Wait init 0.084 3/14/14 76089DB4 Wait mbx_helper 4.292 3/ 7/ 7 7608A36E Wait rgyd.1.3 8.490 3/14/14 7608A36E Wait uid = BE080566.00050E0F (rpcd) 5.480 3/14/14 7608A36E Wait tcpd 0.039 3/14/14 76089DB4 Wait netman 8.059 3/14/14 7608A36E Wait uid = BE08056A.60050E0F (glbd) 0.509 3/14/14 7608A36E Wait uid = BE080623.F0050E0F (cron) 0.428 3/14/14 7608A36E Wait uid = BE080626.30050E0F (lpd) 0.053 3/14/14 Ready uid = BE0834C0.40050E0F (pst) 0.675 3/14/14 7608A36E Wait server_process_manager 2.783 3/ 7/ 7 7608A36E Wait uid = BE08063B.F0050E0F (prmgr) 0.206 3/14/14 7608A36E Wait pad0001 65.144 16/16/16 7608A36E Wait display_manager 0.156 3/14/14 7608A494 Wait pad0002 3.937 3/ 7/ 7 7608A36E Wait prsvr:p:0 ----------- 3211.293 ● node_aaaa の 425s に外付けディスクをつける 外付けディスクは node_bbbb 用にOSなどを入れたもの。この外付けディスクを node_cccc 用にしてみる。以下 node_aaaa での作業。 $ /com/chuvol Chuvol, revision 10.4, December 6, 1991 10:04:04 am This utility will change the unique identifier of every object on the physical volume. It should be run once after the disk has been attached to the target node and the disk diagnostic has been run successfully. The salvol utility should be run and produce no errors before chuvol is run. If chuvol is interrupted, (node crash or other cause), re-execute chuvol. Do NOT attempt to salvage the volume at this point since files may be lost. As with any utility that modifies the disk, all important data should be backed up before running chuvol. If you wish to abort enter "Q" to the following prompt. Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 This volume is in an inconsistant state, please run Salvol to reset the Block Allocation Table ?(chuvol) Could not assign logical volume: - status 80000000 (OS) RUN ABORTED $ mtvol w4:0 /disk2 Volume needs salvaging. OK to mount? y $ ld /disk2 一応マウントしてなかみもみれた $ dmtvol w4:0 /disk2 $ salvol Salvol, revision 10.4, December 6, 1991 10:02:27 am Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 Salvol options: -a : read all blocks in all files -f : fix disk errors without prompting -n : only salvage if disk needs it -s : print statistics at the end of salvage -p : polite mode, pause before overflowing screen -v : verify only (don't write anything to disk) Please input lv_num (1)[-option]... : 1 -af Preparing file list... Salvaging... % complete Reading blocks in large files now, this part may take a while... 20 | 100 Reading blocks in large files now, this part may take a while... Verifying reference counts... <--- Salvage complete on logical volume: 1 ---> Summary: 115532 Kb free, previously 115512 Kb free, total capacity: 1168880 Kb 34705 objects were found using a total of 1032512 Kb, average length 28 Kb 1715 directories; 3580 links; 14 catalogued objects not found Salvage complete Anything more to do? n $ /com/chuvol | Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 new node_id? [AAAA] cccc << node_cccc 用に変更する。 value to be used as "original" node_id? [bbbb] << node_bbbb 用にOSなどを 先に入れていたので。 Preparing file list... Chuvoling... % complete Reading blocks in large files now, this part may take a while... | <--- Chuvol complete ---> Summary: 141714 uids were changed, 37782 uids were found to be correct 77 file blocks had node_id's that did not belong to source or destination It is normal for there to be a few such UID's. i.e. They may refer to a diskless host node. If there are a large number of misplaced UID's, you can run chuvol and specify the UID in question as the source UID. 367168 disk reads, 75754 disk writes Total run took 38 minutes and 13 seconds, of which 2 seconds were spent sorting Chuvol complete Anything more to do? * 外付けディスクの確認 $ wd /systest/ssr_util マシンをシャットダウンして、外付けディスクを付けて $ scsi_info >EX AEGIS とやった。電源を切るまでしなくても外付け Target 0: ディスクは認識してくれる。1 GB のやつ。 Device Type: Tape (Removable Media) Vendor: ARCHIVE Product: VIPER 60 21116 Rev Level: -009 ANSI version compliance: SCSI-1 Target 1: << 2,3,5 も同じく。 Target does not exist Target 4: Device Type: Disk Vendor: HP Product: C3324A Rev Level: 5188 ANSI version compliance: SCSI-2 Features supported: Relative Addressing; Synchronous Data Xfer; Linked 続く Commands; Cacheing; Command Queueing; Target 6: Device Type: Disk Vendor: MICROP Product: 1528 Rev Level: HP35 ANSI version compliance: SCSI-1 Features supported: Synchronous Data Xfer; ● 425s に外付けディスクを付けて、別な 425t 用のディスクを作る '26/07 外付けディスクは Seagate ST32430N、2.1GB。SCSI ID は4とした。外付けディスクをマ シンに付けていったんリブ−トした。 $ bldt **** Node ABCD **** "//node_abcd" Domain/OS kernel(11), revision 10.4.0.11, September 28, 1993 10:21:00 am $ /systest/ssr_util/scsi_info Target 0: Device Type: Tape (Removable Media) Vendor: ARCHIVE Product: VIPER 60 21116 Rev Level: -009 ANSI version compliance: SCSI-1 | Target 4: Device Type: Disk Vendor: SEAGATE Product: ST32430N Rev Level: 0320 ANSI version compliance: SCSI-2 Features supported: Synchronous Data Xfer; Cacheing; Command Queueing; 0 bytes of vendor unique data | $ /com/invol invol (initialize_volume), revision 10.4, December 30, 1991 11:38:02 am Options are: 0 - EXIT. 1 [-fnb5um] - initialize virgin physical volume. 2 [-fnb5u] - add a logical volume. 3 [-fnb5] - re-initialize an existing logical volume. The following flags apply to options 1 thru 3, as indicated: f: don't re-format disk u: don't prompt user - use defaults n: make non-bootable volume b: apply bsd unix acls 5: apply sys5 unix acls m: build a multi-disk (e.g., striped) group 4 - delete a logical volume. 5 - list logical volumes. 6 [-e] - list badspots on disk or volume ... -e: list in decimal. 7 [-f] - initialize physical badspot list. 8 - create or modify an os paging file. 9 - add to existing badspot list. 10 - OBSOLETE 11 - remove from existing badspot list 12 - configure disk quota table Option: 7 WARNING: this option could destroy all data on the disk. Normally, it only needs to be performed when a disk is first received from the factory. On some disks, performing this option will format the disk and destroy all existing data. An option is available to skip this format. Minimally, performing this option will re-initialize (i.g., destroy) the physical badspot list on the disk. If you want to change your mind, type 'q' to the following prompt. Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 Enter badspots to be ADDED between physical disk addresses 0 and 80182 (hex) Badspots must be input in (hex) physical disk address form. (The manufacturer supplied badspots are handled by the disk controller; there is no need to manually add the badspots listed on the drive.) Terminate badspot entry with a blank line. : << ここはリタ−ンキ−。 Is the badspot information you entered correct? y This disk must be formatted before badspots are written. Milestones are not available during format of a logically addressed disk. Formatting. この間、30分程かかる。 Done. Anything more to do? y Options are: 0 - EXIT. 1 [-fnb5um] - initialize virgin physical volume. 2 [-fnb5u] - add a logical volume. 3 [-fnb5] - re-initialize an existing logical volume. The following flags apply to options 1 thru 3, as indicated: f: don't re-format disk u: don't prompt user - use defaults n: make non-bootable volume b: apply bsd unix acls 5: apply sys5 unix acls m: build a multi-disk (e.g., striped) group 4 - delete a logical volume. 5 - list logical volumes. 6 [-e] - list badspots on disk or volume ... -e: list in decimal. 7 [-f] - initialize physical badspot list. 8 - create or modify an os paging file. 9 - add to existing badspot list. 10 - OBSOLETE 11 - remove from existing badspot list 12 - configure disk quota table Option: 1 -f Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 Physical volume name: apollo Verification options are: 1 - no verification 2 - write all blocks on the volume 3 - write and re-read all blocks on the volume Enter verification option: 3 Expected average file size, in kB (CR for default, 5 kB): For each logical volume to be formatted, enter the logical volume size (in kB), followed by the name, in the form "size, name". Up to 10 volumes may be specified. Terminate input with a blank line. Specifying a size of "all" will use all remaining blocks. There are 2086060 kB available. volume 1: all Use pre-recorded badspot info? y The pre-recorded badspot list is empty. Writing logical volume 1. Writing all blocks... % complete: 20 40 60 80 100 Reading all blocks... % complete: 20 40 60 80 100 Initialization complete. Anything more to do? y Options are: 0 - EXIT. 1 [-fnb5um] - initialize virgin physical volume. 2 [-fnb5u] - add a logical volume. 3 [-fnb5] - re-initialize an existing logical volume. The following flags apply to options 1 thru 3, as indicated: f: don't re-format disk u: don't prompt user - use defaults n: make non-bootable volume b: apply bsd unix acls 5: apply sys5 unix acls m: build a multi-disk (e.g., striped) group 4 - delete a logical volume. 5 - list logical volumes. 6 [-e] - list badspots on disk or volume ... -e: list in decimal. 7 [-f] - initialize physical badspot list. 8 - create or modify an os paging file. 9 - add to existing badspot list. 10 - OBSOLETE 11 - remove from existing badspot list 12 - configure disk quota table Option: 8 Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 Volume built by Invol version "revision 10.4" on Aug. 2, 2006 Physical volume "apollo". Logical volumes: # size (kB) name 1 2086060(d) Enter logical volume number: 1 Size in kB for the OS paging file (CR for default value = 1000) Done. Anything more to do? n $ $ mtvol w4:0 /disk2 $ ld /disk2 lost+found.list sys sysboot $ ld /disk2 -a sys type blocks current type uid used length attr rights name file nil 0 0 P prwx- lost+found.list dir nil 4 4096 P prwx- sys file boot 40 40960 P prwx- sysboot $ dmtvol w4:0 /disk2 << アンマウントして /com/calendar やること。 $ /com/calendar Calendar, revision 10.4, December 2, 1991 6:28:27 pm Please select the disk [w=Winch|s=Storage mod|f=Floppy|q=Quit][ctrl#:][unit#] [,lvno]. If you do not have a disk, enter none (N): w4:0 The time-zone is set to 0:00 (UTC). Would you like to reset it? y Please input the time-zone by entering either: . a time-zone identifier (EST, EDT, CST, CDT, MST, MDT, PST, PDT, GMT, or UTC), or . the difference between your time-zone and Universal Coordinated Time in the form "hour:minutes" or "-hour:minutes (e.g. 9:00, -3:00). Time-zone differences west of Greenwich are negative and those east are positive. Time-zone: 9:00 Enter a 1-4 character identifier to be associated with the time-zone difference you entered. (This is optional): jst The calendar date/time is 2006/08/02 13:26:57 JST. Would you like to reset it? n Done. $ mtvol w4:0 /disk2 $ cpt /install /disk2/install -sacl $ /install/tools/install++ -s //node_abcd -mvx //node_abcd/disk2 RAI install++ 2.T07 09 Aug 1991 Scanning Authorized Area in //node_abcd ... RAI Config Tool --- Version 2.02 12 Feb 92 CONFIG> s a The following is a list of products/versions available for selection 1. c++ 2.1.0.m 2. cc 6.8.m 3. ftn 10.9.m 4. kdm 7.0 5. nfs 4.1 6. os 10.4 7. os 10.4.1 8. pd92_m0420 2.0 9. pd92_m0421 2.0 10. pd92_m0422 1.0 11. pd92_m0426 2.0 12. pd92_m0427 2.0 13. pd92_m0429 2.0 14. pd92_m0441 1.0 15. pd92_m0451 1.0 16. pd92_m0452 1.0 17. pd92_m0452 2.0 18. pd92_m0453 1.0 19. pd92_m0454 2.0 20. pd92_m0462 1.0 21. pd92_m0465 1.0 22. pd92_m0468 2.0 23. pd92_m0471 2.0 24. pd92_m0474 2.0 25. pd92_m0475 1.0 26. pd92_m0476 1.0 27. pd92_m0482 2.0 28. pd92_m0491 1.0 29. pd92_m0493 1.0 30. pd92_m0498 1.0 31. pd92_m0499 1.0 32. pd92_m0503 2.0 33. pd92_m0504 2.0 34. pd92_m0506 1.0 35. pd92_m0516 2.0 36. pd92_m0563 1.0 37. pd93_m0604 1.0 38. pd93_m0605 1.0 39. pd93_m0610 2.0 40. pd93_m0611 2.0 41. pd93_m0613 2.0 42. pd93_m0614 1.0 43. pd93_m0623 2.0 44. pd93_m0624 1.0 45. pd93_m0626 2.0 46. pd93_m0633 1.0 47. pd93_m0634 1.0 48. pd93_m0636 2.0 49. pd93_m0638 2.0 50. pd93_m0639 1.0 51. pd93_m0641 1.0 52. pd93_m0644 2.0 53. pd93_m0652 1.0 54. pd93_m0655 1.0 55. pd93_m0656 1.0 56. pd93_m0661 1.0 57. pd93_m0665 1.0 58. pd93_m0667 1.0 59. pd93_m0668 1.0 60. pd93_m0670 1.0 61. pd93_m0671 1.0 62. pd93_m0673 1.0 63. pd93_m0674 1.0 64. pd93_m0678 1.0 65. pd93_m0679 1.0 66. pd93_m0682 1.0 67. pd93_m0683 1.0 Type 'help' for command information CONFIG> se os 10.4 Loading release index for os 10.4 ... Product 'os 10.4' has been added to the configuration file. CONFIG> c os 10.4 Configure: Type 'help' for information To take the default [marked (D)] for a query, type . ** Name: install_env ** You may install any combination of the available environments: aegis bsd4.3 sys5.3 Please specify the environments to be installed, or 'all' for all three. : [ all(D) aegis bsd4.3 sys5.3 ] ==> ** Name: primary_env ** You have selected to install more than one environment. You must now select a PRIMARY ENVIRONMENT for use on the node. Please select the primary environment for this installation. : [ sys5.3(D) bsd4.3 aegis ] ==> aegis ** Name: ask_systype ** You have selected to install aegis and both versions of Unix, with a primary environment of aegis. You must now specify the preferred version of Unix to be used for resolving the $(SYSTYPE) variable in naming. Please select the preferred Unix for name resolution: : [ sys5.3(D) bsd4.3 ] ==> bsd4.3 ** Name: sau ** MACHINE-SPECIFIC SUPPORT The sauN directories provide support for Apollo machine types: sau7 - dn3500, dsp3500, dn4000, dsp4000, dn4500, dsp4500 sau8 - dn3000, dsp3000 sau9 - dn2500 sau10 - dn10000, dsp10000 sau11 - 9000/425s, 9000/425t sau12 - 9000/400s, 9000/400t sau14 - dn5500 You must select the sau(s) for all machine types using this installation configuration, including the sau(s) for any machines that will boot diskless from the target(s). Note: Unless this is a cmpexe release, only ISP compatible saus are available. Please select the set of saus you want ('all' for all saus). : [ all(D) sau7 sau8 sau9 sau10 sau11 sau12 sau14 ] | | *********************************************************************** * The new OS software has been installed. Please check the * * transcript pad for errors and then, if no errors were found, shut * * down and reboot the target node before running the new OS software. * *********************************************************************** Writing new baseline file //node_abcd/disk2/install/baseline/baseline.00000005 RAI install has successfully completed $ lvolfs # free # total % free node id entry directory 394032 1295672 30 50E0F / 1467384 2086016 70 50E0F /disk2 ------------------------------- 1861416 3381688 55.04% 2 volumes. $ /install/tools/install++ -s //node_abcd -mvx //node_abcd/disk2 RAI install++ 2.T07 09 Aug 1991 Scanning Authorized Area in //node_abcd ... RAI Config Tool --- Version 2.02 12 Feb 92 CONFIG> s a The following is a list of products/versions available for selection 1. c++ 2.1.0.m 2. cc 6.8.m 3. ftn 10.9.m 4. kdm 7.0 5. nfs 4.1 6. os 10.4 7. os 10.4.1 8. pd92_m0420 2.0 | 67. pd93_m0683 1.0 Type 'help' for command information CONFIG> se os 10.4.1 Loading release index for os 10.4.1 ... Product 'os 10.4.1' has been added to the configuration file. CONFIG> c os 10.4.1 Configure: Type 'help' for information To take the default [marked (D)] for a query, type . ** Name: x11_env_option ** /USR/X11/* NOTE: It is NOT possible to install the HP VUE 3.0 environment without installing the X11 R5 system. However, it is possible to install the X11 R5 system without installing the HP VUE 3.0 environment. NOTE: If you are changing the configuration of X11 on the target system from a local copy to a link, you MUST delete any local copies of the following directories before installing X11 R5: /usr/X11/bin /usr/X11/examples /usr/X11/include /usr/X11/lib /usr/X11/man If you want to install a local copy of X11 R5, select 'copy'. If you want to link your '/usr/X11/*' directories to another node, select 'link'. If you do not want any X11 R5 functionality, select 'none'. : [ copy(D) link none ] ==> ** Name: x_fonts_link ** /USR/X11/LIB/FONTS/* A default set of fonts for X11 R5 will automatically be installed, including the miscellaneous (MISC) fonts. You must specify if you want to install the optional X11 R5 fonts (HP_KANA8, HP_ROMAN8, ISO_8859). NOTE: If you are changing the configuration of X11 optional fonts on the target system from a local copy to a link, you MUST delete any local copies of the following directories prior to installing the X11 R5 optional fonts: /usr/X11/lib/fonts/hp_kana8 /usr/X11/lib/fonts/hp_roman8 /usr/X11/lib/fonts/iso_8859.1 If you want a local copy on your node, select 'copy'. If you want to link your /USR/X11/LIB/FONTS/* directories to another node, select 'link'. If you do not want any optional fonts, select 'none'. : [ copy(D) link none ] ==> ** Name: all_help ** /USR/X11/EXAMPLES and /USR/X11/MAN NOTE: Only the X11 R5 and HP VUE 3.0 examples and man pages are affected by this query. All other man pages will be installed if the man page directories currently exist on the target system and are not linked. NOTE: If you are changing the configuration of X11/VUE examples and man pages on the target system from a local copy to a link, you MUST delete any local copies of the following directories prior to installing the X11 R5/HP VUE 3.0 examples and man pages: /usr/X11/examples /usr/X11/man If you want to install a local copy of the X11 R5/HP VUE 3.0 examples and man pages, select 'copy'. If you want to link your '/usr/X11/examples' and '/usr/X11/man' directories to another node, select 'link'. If you do not want any X11 R5/HP VUE 3.0 examples and man pages, select 'none'. : [ copy(D) link none ] ==> ** Name: hpvue_link ** /USR/VUE/* If you want to install a local copy of HP VUE 3.0, select 'copy'. If you want to link your '/usr/vue/*' directories to another node, select 'link'. If you do not want any HP VUE 3.0 functionality, select 'none'. : [ copy(D) link none ] ==> none All queries answered for product: os 10.4.1 NOTE: Only previously unanswered queries were asked. To answer all queries for this product, use the command: reconfigure os 10.4.1 CONFIG> exit Validating selected products, please wait ... New configuration file saved in /tmp/configa01231 RAI Install Tool V2.T34 30 Jan 92 Install order: 1) ri.apollo.os.v.10.4.1 Authorized area is on //node_abcd The selected switch settings are: Existence of files in the AA will not be checked /tmp/configa01231 is the configuration file for all target nodes Fast installation is not selected Object customization is off Hard links are not enabled Remote installations are inactive Continue on error has been selected Installation is for: //node_abcd/disk2 Installing //node_abcd/disk2 Writing new baseline file //node_abcd/disk2/install/baseline/baseline.00000005 Using baseline file baseline.00000005 for node //node_abcd/disk2 Checking status of baseline file entry ri.apollo.os.v.10.4.1 Checking status of configure file entry ri.apollo.os.v.10.4.1 Computing installable set for //node_abcd/disk2 New baseline file //node_abcd/disk2/install/baseline/baseline.00000006 contents: from BF: ri.apollo.kdm.v.7.0 from BF: ri.apollo.c++.v.2.1.0.m from BF: ri.apollo.cc.v.6.8.m from BF: ri.apollo.ftn.v.10.9.m from BF: ri.apollo.nfs.v.4.1 from BF: ri.apollo.pd93_m0683.v.1.0 | from BF: ri.apollo.pd92_m0420.v.2.0 from BF: ri.apollo.os.v.10.4 from CF: ri.apollo.os.v.10.4.1 Completed installation requires 32858 additional blocks. More disk space is required during install runtime. Free Disk Space available 1467384 blocks Preserved //node_abcd/disk2/sys/node_data/etc/pio1.conf.08.02 from //node_abcd/disk2/sys/node_data/etc/pio1.conf Preserved //node_abcd/disk2/sys/node_data/etc/rc.08.02 from //node_abcd/disk2/sys/node_data/etc/rc Preserved //node_abcd/disk2/etc/motd.08.02 from //node_abcd/disk2/etc/motd Preserved //node_abcd/disk2/etc/termcap.08.02 from //node_abcd/disk2/etc/termcap Preserved //node_abcd/disk2/etc/Xdomain.08.02 from //node_abcd/disk2/etc/Xdomain Preserved //node_abcd/disk2/usr/X11/bin/mkfontdir.08.02 from //node_abcd/disk2/usr/X11/bin/mkfontdir Preserved //node_abcd/disk2/usr/X11/lib/fonts/misc/fonts.alias.08.02 from //node_abcd/disk2/usr/X11/lib/fonts/misc/fonts.alias Preserved //node_abcd/disk2/usr/X11/lib/fonts/misc/fonts.dir.08.02 from //node_abcd/disk2/usr/X11/lib/fonts/misc/fonts.dir Preserved //node_abcd/disk2/usr/X11/man/cat1/mkfontdir.1.08.02 from //node_abcd/disk2/usr/X11/man/cat1/mkfontdir.1 Preserved //node_abcd/disk2/bsd4.3/usr/lib/sendmail.cf.tcp_only.08.02 from //node_abcd/disk2/bsd4.3/usr/lib/sendmail.cf.tcp_only Preserved //node_abcd/disk2/sys5.3/usr/lib/sendmail.cf.tcp_only.08.02 from //node_abcd/disk2/sys5.3/usr/lib/sendmail.cf.tcp_only WARNING: No Release Notes were found under //node_abcd/install/doc No Release Notes will be installed for //node_abcd/disk2 Writing new baseline file //node_abcd/disk2/install/baseline/baseline.00000006 Locally running: //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/sh //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/cpboot.sh //node_abcd/install/ri.apollo.os.v.10.4.1 //node_abcd/disk2 //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/ld //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/cpboot //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/cpf Delete Region: Deleted file/link //node_abcd/disk2/sys5.3/bin/awk Deleted file/link //node_abcd/disk2/sys5.3/usr/catman/p_man/man3/BlackPixel.3X11 Directory region: File Region: File //node_abcd/disk2/install/version.installed installed File //node_abcd/disk2/sys/boot_shell installed File //node_abcd/disk2/sys/color13_te_data installed File //node_abcd/disk2/sys/color13_te_mcode installed File //node_abcd/disk2/sys/debug/dde installed File //node_abcd/disk2/sys/debug/dbx_macros installed File //node_abcd/disk2/sys/debug/mgrs/lang_asm_m68k installed File //node_abcd/disk2/sys/debug/mgrs/lang_asm_prism installed File //node_abcd/disk2/sys/debug/mgrs/lang_c++ installed File //node_abcd/disk2/sys/debug/mgrs/lang_c installed File //node_abcd/disk2/sys/debug/mgrs/lang_ftn installed File //node_abcd/disk2/sys/debug/mgrs/lang_pas installed File //node_abcd/disk2/sys/debug/mgrs/obj_coff installed File //node_abcd/disk2/sys/debug/mgrs/tgt_apollo_m68k installed File //node_abcd/disk2/sys/debug/mgrs/tgt_apollo_prism installed File //node_abcd/disk2/sys/debug/mgrs/ui_apollo installed File //node_abcd/disk2/sys/debug/mgrs/ui_motif installed File //node_abcd/disk2/sys/debug/tgt/tgt_apollo_m68k.dbgk installed File //node_abcd/disk2/sys/debug/tgt/tgt_apollo_prism.dbgk installed File //node_abcd/disk2/sys/debug/ui/ui_apollo.dpd installed File //node_abcd/disk2/sys/debug/ui/ui_motif.graphics installed File //node_abcd/disk2/sys/dm/dm installed File //node_abcd/disk2/sys/dm/login_sh installed File //node_abcd/disk2/sys/hardcopy/drivers/laserjet installed File //node_abcd/disk2/sys/hardcopy/drivers/hpgl2 installed File //node_abcd/disk2/sys/hardcopy/drivers/postsc installed File //node_abcd/disk2/sys/hardcopy/drivers/tektrnx installed File //node_abcd/disk2/sys/hardcopy/filters/bmsc$trans installed File //node_abcd/disk2/sys/hardcopy/filters/filter_lib installed File //node_abcd/disk2/sys/hardcopy/filters/os$pcl installed File //node_abcd/disk2/sys/hardcopy/filters/uasc$pcl installed File //node_abcd/disk2/sys/hardcopy/lpux installed File //node_abcd/disk2/sys/hardcopy/prfux installed File //node_abcd/disk2/sys/hardcopy/prmgr installed File //node_abcd/disk2/sys/hardcopy/prsvr installed File //node_abcd/disk2/sys/hpgl2/bsd_plotter_config.sample installed File //node_abcd/disk2/sys/hpgl2/config_prmgr.sample installed File //node_abcd/disk2/sys/hpgl2/config_prsvr.sample installed File //node_abcd/disk2/sys/hpgl2/hpgl2_setup_instructions installed File //node_abcd/disk2/sys/hpgl2/sample_cgm_file installed File //node_abcd/disk2/sys/hpgl2/sample_hpgl2_file installed File //node_abcd/disk2/sys/hpgl2/sysV_plotter_config.sample installed File //node_abcd/disk2/sys/hpgl2/hpgl2_test installed File //node_abcd/disk2/sys/hpgl2/stop_print installed File //node_abcd/disk2/sys/laserjet/config_prmgr.sample installed File //node_abcd/disk2/sys/laserjet/config_prsvr.sample installed File //node_abcd/disk2/sys/laserjet/laserjet.cfg.sample installed File //node_abcd/disk2/sys/laserjet/laserjet_setup_instructions installed File //node_abcd/disk2/sys/laserjet/lj_3.tfmcfg installed File //node_abcd/disk2/sys/laserjet/ljp installed File //node_abcd/disk2/sys/laserjet/tfm_file_list installed File //node_abcd/disk2/sys/laserjet/tfm_files/crb14e1a.tfm installed | File //node_abcd/disk2/sys/laserjet/tfm_files/unr0000s.tfm installed File //node_abcd/disk2/sys/mbx/mbx_helper installed File //node_abcd/disk2/sys/mgrs/cdgate installed File //node_abcd/disk2/sys/mgrs/dtm_color7 installed File //node_abcd/disk2/sys/mgrs/dtm_color4 installed File //node_abcd/disk2/sys/mgrs/dtm_color14 installed File //node_abcd/disk2/sys/mgrs/dtm_dn10000_8 installed File //node_abcd/disk2/sys/mgrs/dtm_fm installed File //node_abcd/disk2/sys/mgrs/dtm_kat installed File //node_abcd/disk2/sys/mgrs/dtm_mk3 installed File //node_abcd/disk2/sys/mgrs/dtm_mk3_4kpage installed File //node_abcd/disk2/sys/mgrs/dtm_mono_big installed File //node_abcd/disk2/sys/mgrs/dtm_mono_small installed File //node_abcd/disk2/sys/mgrs/dtm_tsg2d installed File //node_abcd/disk2/sys/mgrs/dtm_wood installed File //node_abcd/disk2/sys/mgrs/global/tcp installed File //node_abcd/disk2/sys/mgrs/hostent_ascii installed File //node_abcd/disk2/sys/mgrs/pio installed File //node_abcd/disk2/sys/mgrs/rmt_scsi installed File //node_abcd/disk2/sys/mgrs/uds installed File //node_abcd/disk2/sys/mgrs.split/dtm_dn10000_8/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_dn10000_8/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_color4/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_color4/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_color7/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_color14/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_color14/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_mk3/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_mk3/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_mk3_4kpage/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_mk3_4kpage/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_mono_big/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_mono_big/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_mono_small/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_mono_small/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_fm/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_fm/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_kat/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_kat/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_tsg2d/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_tsg2d/xdl_trait.2 installed File //node_abcd/disk2/sys/mgrs.split/dtm_wood/xdl_trait installed File //node_abcd/disk2/sys/mgrs.split/dtm_wood/xdl_trait.2 installed File //node_abcd/disk2/sys/net/netman installed File //node_abcd/disk2/sys/node_data/etc/pio1.conf installed File //node_abcd/disk2/sys/node_data/etc/rc installed File //node_abcd/disk2/sys/spm/spmacl installed File //node_abcd/disk2/sys/vtserver installed File //node_abcd/disk2/etc/bsd4.3/mount installed File //node_abcd/disk2/etc/bsd4.3/umount installed File //node_abcd/disk2/etc/copyright installed File //node_abcd/disk2/etc/edquota installed File //node_abcd/disk2/etc/find_orphans installed File //node_abcd/disk2/etc/fingerd installed File //node_abcd/disk2/etc/fs installed File //node_abcd/disk2/etc/ifconfig installed File //node_abcd/disk2/etc/mkdev installed File //node_abcd/disk2/etc/motd installed File //node_abcd/disk2/etc/netmain_srvr installed File //node_abcd/disk2/etc/printcap.hpgl2 installed File //node_abcd/disk2/etc/printcap.laserjet installed File //node_abcd/disk2/etc/setprot installed File //node_abcd/disk2/etc/sys5.3/mount installed File //node_abcd/disk2/etc/sys5.3/umount installed File //node_abcd/disk2/etc/syslogd installed File //node_abcd/disk2/etc/tcpd installed File //node_abcd/disk2/etc/templates/pio1.conf installed File //node_abcd/disk2/etc/templates/rc installed File //node_abcd/disk2/etc/termcap installed File //node_abcd/disk2/etc/xpager installed File //node_abcd/disk2/etc/Xapollo installed File //node_abcd/disk2/etc/Xdomain installed File //node_abcd/disk2/etc/dtcb installed File //node_abcd/disk2/etc/mbd installed File //node_abcd/disk2/etc/named installed File //node_abcd/disk2/etc/nshost installed File //node_abcd/disk2/etc/rlogind installed File //node_abcd/disk2/etc/rshd installed File //node_abcd/disk2/etc/snmpd installed File //node_abcd/disk2/etc/telnetd installed File //node_abcd/disk2/etc/trpt installed File //node_abcd/disk2/lib/awslib installed File //node_abcd/disk2/lib/clib installed File //node_abcd/disk2/lib/ddslib installed File //node_abcd/disk2/lib/dds2lib installed File //node_abcd/disk2/lib/dialoglib installed File //node_abcd/disk2/lib/ftnlib installed File //node_abcd/disk2/lib/gprlib installed File //node_abcd/disk2/lib/kslib installed File //node_abcd/disk2/lib/libc installed File //node_abcd/disk2/lib/mrmlib1.1 installed File //node_abcd/disk2/lib/mrmlib1.2 installed File //node_abcd/disk2/lib/pmlib installed File //node_abcd/disk2/lib/streams installed File //node_abcd/disk2/lib/swtlib installed File //node_abcd/disk2/lib/syslib.040 installed File //node_abcd/disk2/lib/syslib.881 installed File //node_abcd/disk2/lib/tfp installed File //node_abcd/disk2/lib/uillib1.2 installed File //node_abcd/disk2/lib/xawlib.r5 installed File //node_abcd/disk2/lib/x11lib.r4 installed File //node_abcd/disk2/lib/x11lib.r5 installed File //node_abcd/disk2/lib/xextlib.r5 installed File //node_abcd/disk2/lib/xhp11lib.r5 installed File //node_abcd/disk2/lib/xmlib1.1 installed File //node_abcd/disk2/lib/xmlib1.2 installed File //node_abcd/disk2/lib/xmulib.r5 installed File //node_abcd/disk2/lib/xtlib1.0 installed File //node_abcd/disk2/lib/xtlib.r4 installed File //node_abcd/disk2/lib/xtlib.r5 installed File //node_abcd/disk2/sau7/domain_os installed File //node_abcd/disk2/sau7/domain_os.map installed File //node_abcd/disk2/sau8/domain_os installed File //node_abcd/disk2/sau8/domain_os.map installed File //node_abcd/disk2/sau9/domain_os installed File //node_abcd/disk2/sau9/domain_os.map installed File //node_abcd/disk2/sau11/calendar installed File //node_abcd/disk2/sau11/chuvol installed File //node_abcd/disk2/sau11/domain_os installed File //node_abcd/disk2/sau11/domain_os.map installed File //node_abcd/disk2/sau11/fbs installed File //node_abcd/disk2/sau11/invol installed File //node_abcd/disk2/sau11/rwvol installed File //node_abcd/disk2/sau11/salvol installed File //node_abcd/disk2/sau12/calendar installed File //node_abcd/disk2/sau12/chuvol installed File //node_abcd/disk2/sau12/domain_os installed File //node_abcd/disk2/sau12/domain_os.map installed File //node_abcd/disk2/sau12/fbs installed File //node_abcd/disk2/sau12/invol installed File //node_abcd/disk2/sau12/rwvol installed File //node_abcd/disk2/sau12/salvol installed File //node_abcd/disk2/sau14/domain_os installed File //node_abcd/disk2/sau14/domain_os.map installed File //node_abcd/disk2/sys5.3/bin/cp installed File //node_abcd/disk2/sys5.3/bin/find installed File //node_abcd/disk2/sys5.3/bin/ksh installed File //node_abcd/disk2/sys5.3/bin/ls installed File //node_abcd/disk2/systest/grtest.checksums installed File //node_abcd/disk2/systest/ssr_util/mpage.util installed File //node_abcd/disk2/systest/ssr_util/mpage.util.hlp installed File //node_abcd/disk2/systest/ssr_util/ts_x installed File //node_abcd/disk2/usr/apollo/bin/compress installed File //node_abcd/disk2/usr/apollo/bin/crddf installed File //node_abcd/disk2/usr/apollo/bin/dmlock installed File //node_abcd/disk2/usr/apollo/bin/mt installed File //node_abcd/disk2/usr/apollo/bin/mt.apollo installed File //node_abcd/disk2/usr/apollo/bin/mt.bsd installed File //node_abcd/disk2/usr/apollo/bin/pax installed File //node_abcd/disk2/usr/apollo/bin/prf installed File //node_abcd/disk2/usr/apollo/bin/rbak installed File //node_abcd/disk2/usr/apollo/bin/vt100 installed File //node_abcd/disk2/usr/apollo/lib/cpp installed File //node_abcd/disk2/usr/dce/include/conv.h installed File //node_abcd/disk2/usr/dce/include/conv.idl installed File //node_abcd/disk2/usr/dce/include/convc.h installed File //node_abcd/disk2/usr/dce/include/convc.idl installed File //node_abcd/disk2/usr/dce/include/dce_error.h installed File //node_abcd/disk2/usr/dce/include/ep.h installed File //node_abcd/disk2/usr/dce/include/ep.idl installed File //node_abcd/disk2/usr/dce/include/glb.h installed File //node_abcd/disk2/usr/dce/include/glb.idl installed File //node_abcd/disk2/usr/dce/include/idlbase.h installed File //node_abcd/disk2/usr/dce/include/iovector.h installed File //node_abcd/disk2/usr/dce/include/iovector.idl installed File //node_abcd/disk2/usr/dce/include/lbase.h installed File //node_abcd/disk2/usr/dce/include/lbase.idl installed File //node_abcd/disk2/usr/dce/include/llb.h installed File //node_abcd/disk2/usr/dce/include/llb.idl installed File //node_abcd/disk2/usr/dce/include/mgmt.h installed File //node_abcd/disk2/usr/dce/include/mgmt.idl installed File //node_abcd/disk2/usr/dce/include/nbase.acf installed File //node_abcd/disk2/usr/dce/include/nbase.h installed File //node_abcd/disk2/usr/dce/include/nbase.idl installed File //node_abcd/disk2/usr/dce/include/ncastat.h installed File //node_abcd/disk2/usr/dce/include/ncastat.idl installed File //node_abcd/disk2/usr/dce/include/ndrold.h installed File //node_abcd/disk2/usr/dce/include/ndrold.idl installed File //node_abcd/disk2/usr/dce/include/rpc.h installed File //node_abcd/disk2/usr/dce/include/rpc.idl installed File //node_abcd/disk2/usr/dce/include/rpcbase.h installed File //node_abcd/disk2/usr/dce/include/rpcbase.idl installed File //node_abcd/disk2/usr/dce/include/rpcexc.h installed File //node_abcd/disk2/usr/dce/include/rpcpvt.h installed File //node_abcd/disk2/usr/dce/include/rpcpvt.idl installed File //node_abcd/disk2/usr/dce/include/rpcsts.h installed File //node_abcd/disk2/usr/dce/include/rpcsts.idl installed File //node_abcd/disk2/usr/dce/include/rpctypes.h installed File //node_abcd/disk2/usr/dce/include/rpctypes.idl installed File //node_abcd/disk2/usr/dce/include/rrpc.h installed File //node_abcd/disk2/usr/dce/include/rrpc.idl installed File //node_abcd/disk2/usr/dce/include/sockbase.h installed File //node_abcd/disk2/usr/dce/include/sockbase.idl installed File //node_abcd/disk2/usr/dce/include/stubbase.h installed File //node_abcd/disk2/usr/dce/include/twr.h installed File //node_abcd/disk2/usr/dce/include/twr.idl installed File //node_abcd/disk2/usr/dce/include/uuid.h installed File //node_abcd/disk2/usr/dce/include/uuid.idl installed File //node_abcd/disk2/usr/lib.uucp/uucheck installed File //node_abcd/disk2/usr/lib.uucp/uucico installed File //node_abcd/disk2/usr/lib.uucp/uucleanup installed File //node_abcd/disk2/usr/lib.uucp/uusched installed File //node_abcd/disk2/usr/lib.uucp/uuxqt installed File //node_abcd/disk2/usr/spool/lp/model/hp_laserjet installed File //node_abcd/disk2/usr/spool/lp/model/hp_hpgl2 installed File //node_abcd/disk2/usr/X11/bin/atobm installed File //node_abcd/disk2/usr/X11/bin/bdftosnf installed File //node_abcd/disk2/usr/X11/bin/bitmap installed File //node_abcd/disk2/usr/X11/bin/bmtoa installed File //node_abcd/disk2/usr/X11/bin/chfonts installed File //node_abcd/disk2/usr/X11/bin/dmtox installed File //node_abcd/disk2/usr/X11/bin/dmwin installed File //node_abcd/disk2/usr/X11/bin/hpterm installed File //node_abcd/disk2/usr/X11/bin/ico installed File //node_abcd/disk2/usr/X11/bin/maze installed File //node_abcd/disk2/usr/X11/bin/mkfontdir.preR5 installed File //node_abcd/disk2/usr/X11/bin/mkfontdir installed File //node_abcd/disk2/usr/X11/bin/mwm installed File //node_abcd/disk2/usr/X11/bin/puzzle installed File //node_abcd/disk2/usr/X11/bin/resize installed File //node_abcd/disk2/usr/X11/bin/showsnf installed File //node_abcd/disk2/usr/X11/bin/startx installed File //node_abcd/disk2/usr/X11/bin/stconv installed File //node_abcd/disk2/usr/X11/bin/stlicense installed File //node_abcd/disk2/usr/X11/bin/stload installed File //node_abcd/disk2/usr/X11/bin/stmkdirs installed File //node_abcd/disk2/usr/X11/bin/stmkfont installed File //node_abcd/disk2/usr/X11/bin/toxdomain installed File //node_abcd/disk2/usr/X11/bin/x11start installed File //node_abcd/disk2/usr/X11/bin/xauth installed File //node_abcd/disk2/usr/X11/bin/xbiff installed File //node_abcd/disk2/usr/X11/bin/xcalc installed File //node_abcd/disk2/usr/X11/bin/xclient installed File //node_abcd/disk2/usr/X11/bin/xclipboard installed File //node_abcd/disk2/usr/X11/bin/xcmsdb installed File //node_abcd/disk2/usr/X11/bin/xclock installed File //node_abcd/disk2/usr/X11/bin/xcutsel installed File //node_abcd/disk2/usr/X11/bin/xdpr installed File //node_abcd/disk2/usr/X11/bin/xdpyinfo installed File //node_abcd/disk2/usr/X11/bin/xedit installed File //node_abcd/disk2/usr/X11/bin/xeyes installed File //node_abcd/disk2/usr/X11/bin/xev installed File //node_abcd/disk2/usr/X11/bin/xfbs installed File //node_abcd/disk2/usr/X11/bin/xfd installed File //node_abcd/disk2/usr/X11/bin/xhost installed File //node_abcd/disk2/usr/X11/bin/xinit installed File //node_abcd/disk2/usr/X11/bin/xkill installed File //node_abcd/disk2/usr/X11/bin/xload installed File //node_abcd/disk2/usr/X11/bin/xlogo installed File //node_abcd/disk2/usr/X11/bin/xlsfonts installed File //node_abcd/disk2/usr/X11/bin/xmag installed File //node_abcd/disk2/usr/X11/bin/xman installed File //node_abcd/disk2/usr/X11/bin/xmh installed File //node_abcd/disk2/usr/X11/bin/xmodmap installed File //node_abcd/disk2/usr/X11/bin/xownroot installed File //node_abcd/disk2/usr/X11/bin/xpr installed File //node_abcd/disk2/usr/X11/bin/xprop installed File //node_abcd/disk2/usr/X11/bin/xrdb installed File //node_abcd/disk2/usr/X11/bin/xrefresh installed File //node_abcd/disk2/usr/X11/bin/xsession installed File //node_abcd/disk2/usr/X11/bin/xset installed File //node_abcd/disk2/usr/X11/bin/xsetroot installed File //node_abcd/disk2/usr/X11/bin/xterm installed File //node_abcd/disk2/usr/X11/bin/xwd installed File //node_abcd/disk2/usr/X11/bin/xwininfo installed File //node_abcd/disk2/usr/X11/bin/xwud installed File //node_abcd/disk2/usr/X11/lib/98xxx.dcc installed File //node_abcd/disk2/usr/X11/lib/A10xx.dcc installed File //node_abcd/disk2/usr/X11/lib/XErrorDB installed File //node_abcd/disk2/usr/X11/lib/XHPKeymaps installed File //node_abcd/disk2/usr/X11/lib/XKeysymDB installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Bitmap installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Bitmap-color installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Mwm installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XCalc installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XCalc-color installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Xedit installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Xmh installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XClipboard installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XClock installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XLoad installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XLogo installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XLogo-color installed File //node_abcd/disk2/usr/X11/lib/app-defaults/XTerm installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Xfd installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Xmag installed File //node_abcd/disk2/usr/X11/lib/app-defaults/Xman installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_kana8/fonts.alias installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_kana8/kana.10x18.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_kana8/kana.10x20.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_kana8/kana.12x24.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_kana8/kana.8x16.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_kana8/kana.8x18.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/hp_roman8/75dpi/courB08.pcf.Z installed | File //node_abcd/disk2/usr/X11/lib/fonts/hp_roman8/75dpi/user9x17.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/iso_8859.1/100dpi/charB08.pcf.Z installed | File //node_abcd/disk2/usr/X11/lib/fonts/iso_8859.1/100dpi/timR24.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/iso_8859.1/75dpi/charB08.pcf.Z installed | File //node_abcd/disk2/usr/X11/lib/fonts/iso_8859.1/75dpi/user9x17.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/misc/cursor.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fonts/misc/fonts.alias installed File //node_abcd/disk2/usr/X11/lib/fonts/misc/fonts.dir installed File //node_abcd/disk2/usr/X11/lib/fonts/misc/10x20.pcf.Z installed | File //node_abcd/disk2/usr/X11/lib/fonts/misc/xif-s25.pcf.Z installed File //node_abcd/disk2/usr/X11/lib/fs/config installed File //node_abcd/disk2/usr/X11/lib/keyboard/kb2.xprkbd installed File //node_abcd/disk2/usr/X11/lib/keyboard/kb3.xprkbd installed File //node_abcd/disk2/usr/X11/lib/keyboard/keyboard.config installed File //node_abcd/disk2/usr/X11/lib/keyboard/keyboard_quit.config installed File //node_abcd/disk2/usr/X11/lib/keyboard/multinational.keysyms installed File //node_abcd/disk2/usr/X11/lib/keyboard/multinational.readme installed File //node_abcd/disk2/usr/X11/lib/keyboard/xmodmap.kb2sample installed File //node_abcd/disk2/usr/X11/lib/keyboard/xmodmap.kb3sample installed File //node_abcd/disk2/usr/X11/lib/helpfiles/xlogin_help installed File //node_abcd/disk2/usr/X11/lib/nls/C installed File //node_abcd/disk2/usr/X11/lib/nls/nls.dir installed File //node_abcd/disk2/usr/X11/lib/rgb.dir installed File //node_abcd/disk2/usr/X11/lib/rgb.pag installed File //node_abcd/disk2/usr/X11/lib/rgb.txt installed File //node_abcd/disk2/usr/X11/lib/sys.Xdefaults installed File //node_abcd/disk2/usr/X11/lib/sys.x11start installed File //node_abcd/disk2/usr/X11/lib/system.mwmrc installed File //node_abcd/disk2/usr/X11/lib/vue/etc/vuelogin installed File //node_abcd/disk2/usr/X11/lib/vue/etc/vuesession installed File //node_abcd/disk2/usr/X11/lib/xman.help installed File //node_abcd/disk2/usr/X11/man/cat1/Xdomain.1 installed File //node_abcd/disk2/usr/X11/man/cat1/bdftosnf.1 installed File //node_abcd/disk2/usr/X11/man/cat1/bitmap.1 installed File //node_abcd/disk2/usr/X11/man/cat1/hpterm.1 installed File //node_abcd/disk2/usr/X11/man/cat1/mkfontdir.1 installed File //node_abcd/disk2/usr/X11/man/cat1/mwm.1 installed File //node_abcd/disk2/usr/X11/man/cat1/resize.1 installed File //node_abcd/disk2/usr/X11/man/cat1/stconv.1 installed File //node_abcd/disk2/usr/X11/man/cat1/stlicense.1 installed File //node_abcd/disk2/usr/X11/man/cat1/stload.1 installed File //node_abcd/disk2/usr/X11/man/cat1/stmkdirs.1 installed File //node_abcd/disk2/usr/X11/man/cat1/stmkfont.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xclock.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xfd.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xhost.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xinit.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xload.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xlsfonts.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xmodmap.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xpr.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xrdb.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xrefresh.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xset.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xsetroot.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xterm.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xwd.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xwininfo.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xwud.1 installed File //node_abcd/disk2/usr/X11/man/cat1/x11start.1 installed File //node_abcd/disk2/usr/X11/man/cat1/ico.1 installed File //node_abcd/disk2/usr/X11/man/cat1/showsnf.1 installed File //node_abcd/disk2/usr/X11/man/cat1/startx.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xauth.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xbiff.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xcalc.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xcmsdb.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xcutsel.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xdpr.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xedit.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xev.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xlogo.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xclipboard.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xdpyinfo.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xeyes.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xkill.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xmag.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xman.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xprop.1 installed File //node_abcd/disk2/usr/X11/man/cat1/xmh.1 installed File //node_abcd/disk2/usr/X11/man/cat6/maze.6X installed File //node_abcd/disk2/usr/X11/man/cat6/puzzle.6X installed File //node_abcd/disk2/usr/X11/man/cat7/xterm.7 installed File //node_abcd/disk2/usr/X11/include/AsciiText.h installed File //node_abcd/disk2/usr/X11/include/AsciiTextP.h installed File //node_abcd/disk2/usr/X11/include/Box.h installed File //node_abcd/disk2/usr/X11/include/BoxP.h installed File //node_abcd/disk2/usr/X11/include/Cardinals.h installed File //node_abcd/disk2/usr/X11/include/Clock.h installed File //node_abcd/disk2/usr/X11/include/ClockP.h installed File //node_abcd/disk2/usr/X11/include/Command.h installed File //node_abcd/disk2/usr/X11/include/CommandP.h installed File //node_abcd/disk2/usr/X11/include/Composite.h installed File //node_abcd/disk2/usr/X11/include/CompositeP.h installed File //node_abcd/disk2/usr/X11/include/ConstrainP.h installed File //node_abcd/disk2/usr/X11/include/Constraint.h installed File //node_abcd/disk2/usr/X11/include/Core.h installed File //node_abcd/disk2/usr/X11/include/CoreP.h installed File //node_abcd/disk2/usr/X11/include/DECkeysym.h installed File //node_abcd/disk2/usr/X11/include/Dialog.h installed File //node_abcd/disk2/usr/X11/include/DialogP.h installed File //node_abcd/disk2/usr/X11/include/Form.h installed File //node_abcd/disk2/usr/X11/include/FormP.h installed File //node_abcd/disk2/usr/X11/include/Grip.h installed File //node_abcd/disk2/usr/X11/include/GripP.h installed File //node_abcd/disk2/usr/X11/include/Intrinsic.h installed File //node_abcd/disk2/usr/X11/include/IntrinsicP.h installed File //node_abcd/disk2/usr/X11/include/Label.h installed File //node_abcd/disk2/usr/X11/include/LabelP.h installed File //node_abcd/disk2/usr/X11/include/List.h installed File //node_abcd/disk2/usr/X11/include/ListP.h installed File //node_abcd/disk2/usr/X11/include/Logo.h installed File //node_abcd/disk2/usr/X11/include/LogoP.h installed File //node_abcd/disk2/usr/X11/include/Mailbox.h installed File //node_abcd/disk2/usr/X11/include/MailboxP.h installed File //node_abcd/disk2/usr/X11/include/Misc.h installed File //node_abcd/disk2/usr/X11/include/Shell.h installed File //node_abcd/disk2/usr/X11/include/ShellP.h installed File //node_abcd/disk2/usr/X11/include/Simple.h installed File //node_abcd/disk2/usr/X11/include/SimpleP.h installed File //node_abcd/disk2/usr/X11/include/StringDefs.h installed File //node_abcd/disk2/usr/X11/include/Text.h installed File //node_abcd/disk2/usr/X11/include/TextP.h installed File //node_abcd/disk2/usr/X11/include/TextSrcP.h installed File //node_abcd/disk2/usr/X11/include/Vendor.h installed File //node_abcd/disk2/usr/X11/include/VendorP.h installed File //node_abcd/disk2/usr/X11/include/Viewport.h installed File //node_abcd/disk2/usr/X11/include/ViewportP.h installed File //node_abcd/disk2/usr/X11/include/X.h installed File //node_abcd/disk2/usr/X11/include/XWDFile.h installed File //node_abcd/disk2/usr/X11/include/Xatom.h installed File //node_abcd/disk2/usr/X11/include/Xlib.h installed File //node_abcd/disk2/usr/X11/include/Xmd.h installed File //node_abcd/disk2/usr/X11/include/Xmu.h installed File //node_abcd/disk2/usr/X11/include/Xos.h installed File //node_abcd/disk2/usr/X11/include/Xproto.h installed File //node_abcd/disk2/usr/X11/include/Xprotostr.h installed File //node_abcd/disk2/usr/X11/include/Xresource.h installed File //node_abcd/disk2/usr/X11/include/Xutil.h installed File //node_abcd/disk2/usr/X11/include/ap_keysym.h installed File //node_abcd/disk2/usr/X11/include/ap_share.h installed File //node_abcd/disk2/usr/X11/include/ap_share.ins.ftn installed File //node_abcd/disk2/usr/X11/include/ap_share.ins.pas installed File //node_abcd/disk2/usr/X11/include/bitmaps/1x1 installed File //node_abcd/disk2/usr/X11/include/bitmaps/2x2 installed File //node_abcd/disk2/usr/X11/include/bitmaps/black installed File //node_abcd/disk2/usr/X11/include/bitmaps/boxes installed File //node_abcd/disk2/usr/X11/include/bitmaps/cntr_ptr installed File //node_abcd/disk2/usr/X11/include/bitmaps/cntr_ptrmsk installed File //node_abcd/disk2/usr/X11/include/bitmaps/cross_weave installed File //node_abcd/disk2/usr/X11/include/bitmaps/dimple1 installed File //node_abcd/disk2/usr/X11/include/bitmaps/dimple3 installed File //node_abcd/disk2/usr/X11/include/bitmaps/dot installed File //node_abcd/disk2/usr/X11/include/bitmaps/flagdown installed File //node_abcd/disk2/usr/X11/include/bitmaps/flagup installed File //node_abcd/disk2/usr/X11/include/bitmaps/flipped_gray installed File //node_abcd/disk2/usr/X11/include/bitmaps/gray installed File //node_abcd/disk2/usr/X11/include/bitmaps/gray1 installed File //node_abcd/disk2/usr/X11/include/bitmaps/gray3 installed File //node_abcd/disk2/usr/X11/include/bitmaps/icon installed File //node_abcd/disk2/usr/X11/include/bitmaps/left_ptr installed File //node_abcd/disk2/usr/X11/include/bitmaps/left_ptrmsk installed File //node_abcd/disk2/usr/X11/include/bitmaps/light_gray installed File //node_abcd/disk2/usr/X11/include/bitmaps/opendot installed File //node_abcd/disk2/usr/X11/include/bitmaps/opendotMask installed File //node_abcd/disk2/usr/X11/include/bitmaps/right_ptr installed File //node_abcd/disk2/usr/X11/include/bitmaps/right_ptrmsk installed File //node_abcd/disk2/usr/X11/include/bitmaps/root_weave installed File //node_abcd/disk2/usr/X11/include/bitmaps/scales installed File //node_abcd/disk2/usr/X11/include/bitmaps/sipb installed File //node_abcd/disk2/usr/X11/include/bitmaps/star installed File //node_abcd/disk2/usr/X11/include/bitmaps/starMask installed File //node_abcd/disk2/usr/X11/include/bitmaps/stipple installed File //node_abcd/disk2/usr/X11/include/bitmaps/target installed File //node_abcd/disk2/usr/X11/include/bitmaps/tie_fighter installed File //node_abcd/disk2/usr/X11/include/bitmaps/wide_weave installed File //node_abcd/disk2/usr/X11/include/bitmaps/wierd_size installed File //node_abcd/disk2/usr/X11/include/bitmaps/weird_size installed File //node_abcd/disk2/usr/X11/include/bitmaps/wingdogs installed File //node_abcd/disk2/usr/X11/include/bitmaps/woman installed File //node_abcd/disk2/usr/X11/include/bitmaps/xfd_icon installed File //node_abcd/disk2/usr/X11/include/bitmaps/xlogo16 installed File //node_abcd/disk2/usr/X11/include/bitmaps/xlogo32 installed File //node_abcd/disk2/usr/X11/include/bitmaps/xlogo64 installed File //node_abcd/disk2/usr/X11/include/copyright.h installed File //node_abcd/disk2/usr/X11/include/cursorfont.h installed File //node_abcd/disk2/usr/X11/include/keysym.h installed File //node_abcd/disk2/usr/X11/include/keysymdef.h installed File //node_abcd/disk2/usr/X11/include/x.ins.ftn installed File //node_abcd/disk2/usr/X11/include/x.ins.pas installed File //node_abcd/disk2/usr/X11/include/xatom.ins.ftn installed File //node_abcd/disk2/usr/X11/include/xatom.ins.pas installed File //node_abcd/disk2/usr/X11/include/xlib.ins.ftn installed File //node_abcd/disk2/usr/X11/include/xlib.ins.pas installed File //node_abcd/disk2/usr/X11/include/xresource.ins.ftn installed File //node_abcd/disk2/usr/X11/include/xresource.ins.pas installed File //node_abcd/disk2/usr/X11/include/xutil.ins.ftn installed File //node_abcd/disk2/usr/X11/include/xutil.ins.pas installed File //node_abcd/disk2/usr/X11/examples/dmtox/dmtox.c installed File //node_abcd/disk2/usr/X11/examples/dmtox/dmtox.pas installed File //node_abcd/disk2/usr/X11/examples/dmwin/dmwin.c installed File //node_abcd/disk2/usr/X11/examples/dmwin/dmwin.pas installed File //node_abcd/disk2/usr/X11/examples/hpterm/hpterm_softkeys installed File //node_abcd/disk2/usr/X11/examples/hpterm/hpterm_xmodmap installed File //node_abcd/disk2/usr/X11/examples/pascal/xhw1.pas installed File //node_abcd/disk2/usr/X11/examples/x_and_gpr/Makefile installed File //node_abcd/disk2/usr/X11/examples/x_and_gpr/x_share_gpr installed File //node_abcd/disk2/usr/X11/examples/x_and_gpr/x_share_gpr.c installed File //node_abcd/disk2/usr/X11/examples/x_and_gpr_input/Makefile installed File //node_abcd/disk2/usr/X11/examples/x_and_gpr_input/x_and_gpr_input.c installed File //node_abcd/disk2/com/bind installed File //node_abcd/disk2/com/dcalc installed File //node_abcd/disk2/com/lbr installed File //node_abcd/disk2/com/prf installed File //node_abcd/disk2/com/tcpstat installed File //node_abcd/disk2/sys/help/crddf.hlp installed File //node_abcd/disk2/sys/help/edquota.hlp installed File //node_abcd/disk2/sys/help/find_orphans.hlp installed File //node_abcd/disk2/sys/help/hpgl2.hlp installed File //node_abcd/disk2/sys/help/ljp.hlp installed File //node_abcd/disk2/sys/help/vt100.hlp installed File //node_abcd/disk2/sys/ins/prsvr.ins.c installed File //node_abcd/disk2/sys/ins/prsvr.ins.pas installed File //node_abcd/disk2/sys/ins/sio_hw.ins.pas installed File //node_abcd/disk2/sys/ins/tpad.ins.pas installed File //node_abcd/disk2/bsd4.3/bin/awk installed File //node_abcd/disk2/bsd4.3/bin/cp installed File //node_abcd/disk2/bsd4.3/bin/crypt installed File //node_abcd/disk2/bsd4.3/bin/df installed File //node_abcd/disk2/bsd4.3/bin/ed installed File //node_abcd/disk2/bsd4.3/bin/ksh installed File //node_abcd/disk2/bsd4.3/bin/ls installed File //node_abcd/disk2/bsd4.3/bin/make installed File //node_abcd/disk2/bsd4.3/bin/sed installed File //node_abcd/disk2/bsd4.3/bin/test installed File //node_abcd/disk2/bsd4.3/usr/bin/f77 installed File //node_abcd/disk2/bsd4.3/usr/bin/find installed File //node_abcd/disk2/bsd4.3/usr/bin/iconv installed File //node_abcd/disk2/bsd4.3/usr/bin/nawk installed File //node_abcd/disk2/bsd4.3/usr/bin/refer installed File //node_abcd/disk2/bsd4.3/usr/bin/uucp installed File //node_abcd/disk2/bsd4.3/usr/bin/uudecode installed File //node_abcd/disk2/bsd4.3/usr/bin/uuencode installed File //node_abcd/disk2/bsd4.3/usr/bin/uuname installed File //node_abcd/disk2/bsd4.3/usr/bin/uustat installed File //node_abcd/disk2/bsd4.3/usr/bin/uux installed File //node_abcd/disk2/bsd4.3/usr/bin/what installed File //node_abcd/disk2/bsd4.3/usr/include/float.h installed File //node_abcd/disk2/bsd4.3/usr/include/langinfo.h installed File //node_abcd/disk2/bsd4.3/usr/include/limits.h installed File //node_abcd/disk2/bsd4.3/usr/include/unistd.h installed File //node_abcd/disk2/bsd4.3/usr/lib/cgm_hpgl2.b installed File //node_abcd/disk2/bsd4.3/usr/lib/isp_m68k/gcrt0.o installed File //node_abcd/disk2/bsd4.3/usr/lib/lib.b installed File //node_abcd/disk2/bsd4.3/usr/lib/lpd installed File //node_abcd/disk2/bsd4.3/usr/lib/sendmail installed File //node_abcd/disk2/bsd4.3/usr/lib/sendmail.cf.tcp_only installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/X.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/Xserver.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/crddf.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/crypt.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/ed.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/hpgl2.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/indent.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/ljp.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/makekey.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/rbak.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/tar.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/test.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/vi.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat1/vt100.1 installed File //node_abcd/disk2/bsd4.3/usr/man/cat8/edquota.8 installed File //node_abcd/disk2/bsd4.3/usr/man/cat8/find_orphans.8 installed File //node_abcd/disk2/bsd4.3/usr/ucb/Mail installed File //node_abcd/disk2/bsd4.3/usr/ucb/ex installed File //node_abcd/disk2/bsd4.3/usr/ucb/lpr installed File //node_abcd/disk2/bsd4.3/usr/ucb/lprm installed File //node_abcd/disk2/bsd4.3/usr/ucb/netstat installed File //node_abcd/disk2/bsd4.3/usr/ucb/reset installed File //node_abcd/disk2/bsd4.3/usr/ucb/uptime installed File //node_abcd/disk2/bsd4.3/usr/ucb/wc installed File //node_abcd/disk2/sys5.3/bin/crypt installed File //node_abcd/disk2/sys5.3/bin/df installed File //node_abcd/disk2/sys5.3/bin/ed installed File //node_abcd/disk2/sys5.3/bin/make installed File //node_abcd/disk2/sys5.3/bin/newgrp installed File //node_abcd/disk2/sys5.3/bin/pg installed File //node_abcd/disk2/sys5.3/bin/ps installed File //node_abcd/disk2/sys5.3/bin/sdiff installed File //node_abcd/disk2/sys5.3/usr/bin/awk installed File //node_abcd/disk2/sys5.3/usr/bin/ex installed File //node_abcd/disk2/sys5.3/usr/bin/f77 installed File //node_abcd/disk2/sys5.3/usr/bin/iconv installed File //node_abcd/disk2/sys5.3/usr/bin/nawk installed File //node_abcd/disk2/sys5.3/usr/bin/netstat installed File //node_abcd/disk2/sys5.3/usr/bin/pg installed File //node_abcd/disk2/sys5.3/usr/bin/tput installed File //node_abcd/disk2/sys5.3/usr/bin/uucp installed File //node_abcd/disk2/sys5.3/usr/bin/uudecode installed File //node_abcd/disk2/sys5.3/usr/bin/uuencode installed File //node_abcd/disk2/sys5.3/usr/bin/uuname installed File //node_abcd/disk2/sys5.3/usr/bin/uustat installed File //node_abcd/disk2/sys5.3/usr/bin/uux installed File //node_abcd/disk2/sys5.3/usr/catman/a_man/man1/edquota.1m installed File //node_abcd/disk2/sys5.3/usr/catman/a_man/man1/find_orphans.1m installed File //node_abcd/disk2/sys5.3/usr/catman/a_man/man1/hpgl2.1m installed File //node_abcd/disk2/sys5.3/usr/catman/a_man/man1/ljp.1m installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/X.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/Xserver.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/crddf.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/crypt.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/ed.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/makekey.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/rbak.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/tar.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/test.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/vi.1 installed File //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/vt100.1 installed File //node_abcd/disk2/sys5.3/usr/include/float.h installed File //node_abcd/disk2/sys5.3/usr/include/limits.h installed File //node_abcd/disk2/sys5.3/usr/include/mnttab.h installed File //node_abcd/disk2/sys5.3/usr/include/stdlib.h installed File //node_abcd/disk2/sys5.3/usr/lib/cgm_hpgl2.s installed File //node_abcd/disk2/sys5.3/usr/lib/isp_a88k/libcurses.a installed File //node_abcd/disk2/sys5.3/usr/lib/isp_m68k/libcurses.a installed File //node_abcd/disk2/sys5.3/usr/lib/sendmail installed File //node_abcd/disk2/sys5.3/usr/lib/sendmail.cf.tcp_only installed File //node_abcd/disk2/sys5.3/usr/lib/terminfo/h/hpterm installed Link Region: Hard link for //node_abcd/disk2/sys/mgrs/cd_dir to //node_abcd/disk2/sys/mgrs/cdgate succeeded Hard link for //node_abcd/disk2/sys/mgrs/cd_file to //node_abcd/disk2/sys/mgrs/cdgate succeeded Soft link for //node_abcd/disk2/sys/mgrs/print_laserjet to ../hardcopy/drivers/laserjet created Soft link for //node_abcd/disk2/sys/mgrs/print_uasc$pcl to ../hardcopy/filters/uasc$pcl created Soft link for //node_abcd/disk2/sys/mgrs/print_os$pcl to ../hardcopy/filters/os$pcl created Soft link for //node_abcd/disk2/sys/mgrs/print_hpgl2 to ../hardcopy/drivers/hpgl2 created Soft link for //node_abcd/disk2/etc/mount to $(SYSTYPE)/mount created Soft link for //node_abcd/disk2/etc/umount to $(SYSTYPE)/umount created Soft link for //node_abcd/disk2/lib/x11lib to x11lib.r5 created Soft link for //node_abcd/disk2/usr/X11/bin/Xdomain to ../../../etc/Xdomain created Soft link for //node_abcd/disk2/usr/X11/bin/X to ../../../etc/Xdomain created Soft link for //node_abcd/disk2/usr/X11/bin/fs to ../../../etc/fs created Soft link for //node_abcd/disk2/usr/X11/bin/xfc to ./bdftosnf created Soft link for //node_abcd/disk2/usr/X11/lib/app-defaults/DDE to ../../../../sys/debug/ui/ui_motif.resources created Soft link for //node_abcd/disk2/com/crddf to ../usr/apollo/bin/crddf created Soft link for //node_abcd/disk2/com/ljp to ../sys/laserjet/ljp created Soft link for //node_abcd/disk2/com/rbak to ../usr/apollo/bin/rbak created Soft link for //node_abcd/disk2/com/uctnode to ../etc/uctnode created Soft link for //node_abcd/disk2/com/vt100 to ../usr/apollo/bin/vt100 created Soft link for //node_abcd/disk2/bsd4.3/bin/sh to ksh created Hard link for //node_abcd/disk2/bsd4.3/bin/[ to //node_abcd/disk2/bsd4.3/bin/test succeeded Soft link for //node_abcd/disk2/bsd4.3/usr/bin/ljp to ../../../sys/laserjet/ljp created Soft link for //node_abcd/disk2/bsd4.3/usr/bin/mt to ../../../usr/apollo/bin/mt created Soft link for //node_abcd/disk2/bsd4.3/usr/lib/X11 to ../../../usr/X11/lib created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/Xdomain.1 to ./../../../../usr/X11/man/cat1/Xdomain.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/bdftosnf.1 to ./../../../../usr/X11/man/cat1/bdftosnf.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/bitmap.1 to ./../../../../usr/X11/man/cat1/bitmap.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/hpterm.1 to ./../../../../usr/X11/man/cat1/hpterm.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/ico.1 to ./../../../../usr/X11/man/cat1/ico.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/mkfontdir.1 to ./../../../../usr/X11/man/cat1/mkfontdir.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/mwm.1 to ./../../../../usr/X11/man/cat1/mwm.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/resize.1 to ./../../../../usr/X11/man/cat1/resize.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/showsnf.1 to ./../../../../usr/X11/man/cat1/showsnf.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/startx.1 to ./../../../../usr/X11/man/cat1/startx.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/stconv.1 to ./../../../../usr/X11/man/cat1/stconv.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/stlicense.1 to ./../../../../usr/X11/man/cat1/stlicense.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/stload.1 to ./../../../../usr/X11/man/cat1/stload.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/stmkdirs.1 to ./../../../../usr/X11/man/cat1/stmkdirs.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/stmkfont.1 to ./../../../../usr/X11/man/cat1/stmkfont.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/x11start.1 to ./../../../../usr/X11/man/cat1/x11start.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xauth.1 to ./../../../../usr/X11/man/cat1/xauth.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xbiff.1 to ./../../../../usr/X11/man/cat1/xbiff.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xcalc.1 to ./../../../../usr/X11/man/cat1/xcalc.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xclock.1 to ./../../../../usr/X11/man/cat1/xclock.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xcmsdb.1 to ./../../../../usr/X11/man/cat1/xcmsdb.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xcutsel.1 to ./../../../../usr/X11/man/cat1/xcutsel.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xdpr.1 to ./../../../../usr/X11/man/cat1/xdpr.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xedit.1 to ./../../../../usr/X11/man/cat1/xedit.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xev.1 to ./../../../../usr/X11/man/cat1/xev.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xfd.1 to ./../../../../usr/X11/man/cat1/xfd.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xhost.1 to ./../../../../usr/X11/man/cat1/xhost.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xinit.1 to ./../../../../usr/X11/man/cat1/xinit.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xload.1 to ./../../../../usr/X11/man/cat1/xload.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xlogo.1 to ./../../../../usr/X11/man/cat1/xlogo.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xlsfonts.1 to ./../../../../usr/X11/man/cat1/xlsfonts.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xmodmap.1 to ./../../../../usr/X11/man/cat1/xmodmap.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xpr.1 to ./../../../../usr/X11/man/cat1/xpr.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xprop.1 to ./../../../../usr/X11/man/cat1/xprop.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xrdb.1 to ./../../../../usr/X11/man/cat1/xrdb.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xrefresh.1 to ./../../../../usr/X11/man/cat1/xrefresh.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xset.1 to ./../../../../usr/X11/man/cat1/xset.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xsetroot.1 to ./../../../../usr/X11/man/cat1/xsetroot.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xterm.1 to ./../../../../usr/X11/man/cat1/xterm.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xwd.1 to ./../../../../usr/X11/man/cat1/xwd.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xwininfo.1 to ./../../../../usr/X11/man/cat1/xwininfo.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xwud.1 to ./../../../../usr/X11/man/cat1/xwud.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xclipboard.1 to ./../../../../usr/X11/man/cat1/xclipboard.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xdpyinfo.1 to ./../../../../usr/X11/man/cat1/xdpyinfo.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xeyes.1 to ./../../../../usr/X11/man/cat1/xeyes.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xkill.1 to ./../../../../usr/X11/man/cat1/xkill.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xmag.1 to ./../../../../usr/X11/man/cat1/xmag.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xman.1 to ./../../../../usr/X11/man/cat1/xman.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat1/xmh.1 to ./../../../../usr/X11/man/cat1/xmh.1 created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat6/maze.6X to ./../../../../usr/X11/man/cat6/maze.6X created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat6/puzzle.6X to ./../../../../usr/X11/man/cat6/puzzle.6X created Soft link for //node_abcd/disk2/bsd4.3/usr/man/cat7/xterm.7 to ./../../../../usr/X11/man/cat7/xterm.7 created Soft link for //node_abcd/disk2/bsd4.3/usr/ucb/compress to ../../../usr/apollo/bin/compress created Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/e to //node_abcd/disk2/bsd4.3/usr/ucb/ex succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/edit to //node_abcd/disk2/bsd4.3/usr/ucb/ex succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/mail to //node_abcd/disk2/bsd4.3/usr/ucb/Mail succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/tset to //node_abcd/disk2/bsd4.3/usr/ucb/reset succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/vedit to //node_abcd/disk2/bsd4.3/usr/ucb/ex succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/vi to //node_abcd/disk2/bsd4.3/usr/ucb/ex succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/view to //node_abcd/disk2/bsd4.3/usr/ucb/ex succeeded Hard link for //node_abcd/disk2/bsd4.3/usr/ucb/what to //node_abcd/disk2/bsd4.3/usr/bin/what succeeded Soft link for //node_abcd/disk2/usr/lib to ../$(SYSTYPE)/usr/lib created Soft link for //node_abcd/disk2/usr/man to ../$(SYSTYPE)/usr/man created Soft link for //node_abcd/disk2/usr/ucb to ../$(SYSTYPE)/usr/ucb created Hard link for //node_abcd/disk2/sys5.3/bin/red to //node_abcd/disk2/sys5.3/bin/ed succeeded Hard link for //node_abcd/disk2/sys5.3/bin/rksh to //node_abcd/disk2/sys5.3/bin/ksh succeeded Hard link for //node_abcd/disk2/sys5.3/bin/rsh to //node_abcd/disk2/sys5.3/bin/ksh succeeded Soft link for //node_abcd/disk2/sys5.3/bin/sh to ksh created Hard link for //node_abcd/disk2/sys5.3/usr/bin/edit to //node_abcd/disk2/sys5.3/usr/bin/ex succeeded Soft link for //node_abcd/disk2/sys5.3/usr/bin/ljp to ../../../sys/laserjet/ljp created Hard link for //node_abcd/disk2/sys5.3/usr/bin/vedit to //node_abcd/disk2/sys5.3/usr/bin/ex succeeded Hard link for //node_abcd/disk2/sys5.3/usr/bin/vi to //node_abcd/disk2/sys5.3/usr/bin/ex succeeded Hard link for //node_abcd/disk2/sys5.3/usr/bin/view to //node_abcd/disk2/sys5.3/usr/bin/ex succeeded Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/Xdomain.1 to ./../../../../../usr/X11/man/cat1/Xdomain.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/bdftosnf.1 to ./../../../../../usr/X11/man/cat1/bdftosnf.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/bitmap.1 to ./../../../../../usr/X11/man/cat1/bitmap.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/hpterm.1 to ./../../../../../usr/X11/man/cat1/hpterm.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/ico.1 to ./../../../../../usr/X11/man/cat1/ico.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/mkfontdir.1 to ./../../../../../usr/X11/man/cat1/mkfontdir.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/mwm.1 to ./../../../../../usr/X11/man/cat1/mwm.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/resize.1 to ./../../../../../usr/X11/man/cat1/resize.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/showsnf.1 to ./../../../../../usr/X11/man/cat1/showsnf.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/startx.1 to ./../../../../../usr/X11/man/cat1/startx.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/stconv.1 to ./../../../../../usr/X11/man/cat1/stconv.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/stlicense.1 to ./../../../../../usr/X11/man/cat1/stlicense.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/stload.1 to ./../../../../../usr/X11/man/cat1/stload.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/stmkdirs.1 to ./../../../../../usr/X11/man/cat1/stmkdirs.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/stmkfont.1 to ./../../../../../usr/X11/man/cat1/stmkfont.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/x11start.1 to ./../../../../../usr/X11/man/cat1/x11start.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xauth.1 to ./../../../../../usr/X11/man/cat1/xauth.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xbiff.1 to ./../../../../../usr/X11/man/cat1/xbiff.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xcalc.1 to ./../../../../../usr/X11/man/cat1/xcalc.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xclipboard.1 to ./../../../../../usr/X11/man/cat1/xclipboard.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xclock.1 to ./../../../../../usr/X11/man/cat1/xclock.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xcmsdb.1 to ./../../../../../usr/X11/man/cat1/xcmsdb.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xcutsel.1 to ./../../../../../usr/X11/man/cat1/xcutsel.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xdpr.1 to ./../../../../../usr/X11/man/cat1/xdpr.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xdpyinfo.1 to ./../../../../../usr/X11/man/cat1/xdpyinfo.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xedit.1 to ./../../../../../usr/X11/man/cat1/xedit.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xev.1 to ./../../../../../usr/X11/man/cat1/xev.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xeyes.1 to ./../../../../../usr/X11/man/cat1/xeyes.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xfc.1 to ./../../../../../usr/X11/man/cat1/xfc.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xfd.1 to ./../../../../../usr/X11/man/cat1/xfd.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xhost.1 to ./../../../../../usr/X11/man/cat1/xhost.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xinit.1 to ./../../../../../usr/X11/man/cat1/xinit.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xkill.1 to ./../../../../../usr/X11/man/cat1/xkill.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xload.1 to ./../../../../../usr/X11/man/cat1/xload.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xlogo.1 to ./../../../../../usr/X11/man/cat1/xlogo.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xlsfonts.1 to ./../../../../../usr/X11/man/cat1/xlsfonts.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xmag.1 to ./../../../../../usr/X11/man/cat1/xmag.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xman.1 to ./../../../../../usr/X11/man/cat1/xman.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xmh.1 to ./../../../../../usr/X11/man/cat1/xmh.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xmodmap.1 to ./../../../../../usr/X11/man/cat1/xmodmap.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xpr.1 to ./../../../../../usr/X11/man/cat1/xpr.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xprop.1 to ./../../../../../usr/X11/man/cat1/xprop.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xrdb.1 to ./../../../../../usr/X11/man/cat1/xrdb.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xrefresh.1 to ./../../../../../usr/X11/man/cat1/xrefresh.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xset.1 to ./../../../../../usr/X11/man/cat1/xset.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xsetroot.1 to ./../../../../../usr/X11/man/cat1/xsetroot.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xterm.1 to ./../../../../../usr/X11/man/cat1/xterm.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xwd.1 to ./../../../../../usr/X11/man/cat1/xwd.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xwininfo.1 to ./../../../../../usr/X11/man/cat1/xwininfo.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man1/xwud.1 to ./../../../../../usr/X11/man/cat1/xwud.1 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man5/xterm.5 to ../../../../../usr/X11/man/cat7/xterm.7 created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man6/maze.6X to ./../../../../../usr/X11/man/cat6/maze.6X created Soft link for //node_abcd/disk2/sys5.3/usr/catman/u_man/man6/puzzle.6X to ./../../../../../usr/X11/man/cat6/puzzle.6X created Hard link for //node_abcd/disk2/sys5.3/usr/lib/terminfo/X/X-hpterm to //node_abcd/disk2/sys5.3/usr/lib/terminfo/h/hpterm succeeded Soft link for //node_abcd/disk2/sys5.3/usr/lib/X11 to ../../../usr/X11/lib created Soft link for //node_abcd/disk2/sys5.3/usr/ucb/uncompress to ../../../usr/apollo/bin/compress created Soft link for //node_abcd/disk2/usr/bin to ../$(SYSTYPE)/usr/bin created Soft link for //node_abcd/disk2/usr/catman to ../$(SYSTYPE)/usr/catman created Locally running: //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/ksh //node_abcd/install/ri.apollo.os.v.10.4.1/install_utils/run_mkfontdir.sh //node_abcd/disk2 //node_abcd/install/ri.apollo.os.v.10.4.1 *********************************************************************** * The new OS software has been installed. Please check the * * transcript pad for errors and then, if no errors were found, shut * * down and reboot the target node before running the new OS software. * *********************************************************************** Writing new baseline file //node_abcd/disk2/install/baseline/baseline.00000006 RAI install has successfully completed $ lvolfs # free # total % free node id entry directory 393460 1295672 30 50E0F / 1432500 2086016 69 50E0F /disk2 ------------------------------- 1825960 3381688 54.00% 2 volumes. $ dmtvol w4:0 /disk2 $ /com/chuvol Chuvol, revision 10.4, December 6, 1991 10:04:04 am This utility will change the unique identifier of every object on the physical volume. It should be run once after the disk has been attached to the target node and the disk diagnostic has been run successfully. The salvol utility should be run and produce no errors before chuvol is run. If chuvol is interrupted, (node crash or other cause), re-execute chuvol. Do NOT attempt to salvage the volume at this point since files may be lost. As with any utility that modifies the disk, all important data should be backed up before running chuvol. If you wish to abort enter "Q" to the following prompt. Select disk: [w=Winch|f=Floppy|q=Quit][ctrl#:][unit#] w4:0 new node_id? [abcd] new12 << このディスクを付けるマシン new12。 value to be used as "original" node_id? [abcd] Preparing file list... Chuvoling... % complete Reading blocks in large files now, this part may take a while... 20 Reading blocks in large files now, this part may take a while... Reading blocks in large files now, this part may take a while... 40 Reading blocks in large files now, this part may take a while... Reading blocks in large files now, this part may take a while... 60 Reading blocks in large files now, this part may take a while... 80 100 Reading blocks in large files now, this part may take a while... <--- Chuvol complete ---> Summary: 145787 uids were changed, 39880 uids were found to be correct 320822 disk reads, 78163 disk writes Total run took 38 minutes and 50 seconds, of which 6 seconds were spent sorting Chuvol complete Anything more to do? n $