Oct 6,1999 onl8v1: Solaris 7 cc ドライバのテスト. Solaris7 システムのインストール --- システム環境設定#02 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (http://www-online.kek.jp/~inoue/Machine/onl8v1/ Solaris7/system-install2.txt) 高エネルギー加速器研究機構 素粒子原子核研究所 物理、オンライングループ 井上 栄二 (1). 現状確認 (A). SPARC CPU-8VT、Solaris7、VMEドライバが届いた。 (B). CPU-8VT に Solaris7 のシステムをインストールした。 (2). ここでやるべきこと /etc の下の各設定、および /export/home の作成をやる。 (3). /etc の下の各設定 マウント情報をチェック onl8v1 console login: root Password: Oct 6 10:38:36 onl8v1 login: ROOT LOGIN /dev/console Last login: Tue Oct 5 15:55:09 on console Sun Microsystems Inc. SunOS 5.7 Generic October 1998 # df -k Filesystem kbytes used avail capacity Mounted on /proc 0 0 0 0% /proc /dev/dsk/c0t3d0s0 70047 27488 35555 44% / /dev/dsk/c0t3d0s6 776511 508327 213829 71% /usr fd 0 0 0 0% /dev/fd /dev/dsk/c0t3d0s1 27615 5355 19499 22% /var /dev/dsk/c0t3d0s7 7723221 9 7645980 1% /export/home swap 110088 8 110080 1% /tmp # (3-1). ルートの環境設定 # csh onl8v1# source /.cshrc /.cshrc: No such file or directory onl8v1# ls -l /etc/skel total 6 -rw-r--r-- 1 root sys 124 Oct 5 15:04 local.cshrc -rw-r--r-- 1 root sys 581 Oct 5 15:04 local.login -rw-r--r-- 1 root sys 562 Oct 5 15:04 local.profile onl8v1# cp /etc/skel/local.cshrc /.cshrc onl8v1# cp /etc/skel/local.login /.login onl8v1# cp /etc/skel/local.profile /.profile onl8v1# ls -l /.??* -rw------- 1 root root 1032 Oct 5 15:51 /.cpr_config -rw-r--r-- 1 root other 124 Oct 6 11:00 /.cshrc -rw-r--r-- 1 root other 581 Oct 6 11:00 /.login -rw-r--r-- 1 root other 562 Oct 6 11:00 /.profile onl8v1# source /.login Starting OpenWindows in 5 seconds (type Control-C to interrupt)^Conl8v1# onl8v1# source /.cshrc onl8v1# (3-2). /etc/auto_kekfs の設定 onl8v1# pwd /etc onl8v1# ls -l au* -rw-r--r-- 1 root bin 50 Oct 5 15:09 auto_home -rw-r--r-- 1 root bin 113 Oct 5 15:09 auto_master lrwxrwxrwx 1 root root 16 Oct 5 15:03 autopush -> ../sbin/autopu sh onl8v1# mv auto_master auto_master.org onl8v1# cp auto_master.org auto_master onl8v1# ls -l auto* -rw-r--r-- 1 root bin 50 Oct 5 15:09 auto_home -rw-r--r-- 1 root other 113 Oct 6 11:03 auto_master -rw-r--r-- 1 root bin 113 Oct 5 15:09 auto_master.org lrwxrwxrwx 1 root root 16 Oct 5 15:03 autopush -> ../sbin/autopu sh onl8v1# chgrp bin auto_master onl8v1# ls -l auto* -rw-r--r-- 1 root bin 50 Oct 5 15:09 auto_home -rw-r--r-- 1 root bin 113 Oct 6 11:03 auto_master -rw-r--r-- 1 root bin 113 Oct 5 15:09 auto_master.org lrwxrwxrwx 1 root root 16 Oct 5 15:03 autopush -> ../sbin/autopu sh onl8v1# vi auto_master # Master map for automounter # +auto_master /net -hosts -nosuid,nobrowse /home auto_home -nobrowse /xfn -xfn /kekfs /etc/auto_kekfs ~ ~ ~ ~ "auto_master" 7 lines, 145 characters onl8v1# vi auto_kekfs #Auto.kekfs for KEK Workstation support File server mount kek -ro,intr,suid kiwifs:/public/sun/Solaris2 ~ ~ ~ "auto_kekfs" [New file] 3 lines, 119 characters onl8v1# ls -l auto* -rw-r--r-- 1 root bin 50 Oct 5 15:09 auto_home -rw-r--r-- 1 root other 119 Oct 6 11:07 auto_kekfs -rw-r--r-- 1 root bin 145 Oct 6 11:06 auto_master -rw-r--r-- 1 root bin 113 Oct 5 15:09 auto_master.org lrwxrwxrwx 1 root root 16 Oct 5 15:03 autopush -> ../sbin/autopu sh onl8v1# chgrp bin auto_kekfs onl8v1# ls -l auto* -rw-r--r-- 1 root bin 50 Oct 5 15:09 auto_home -rw-r--r-- 1 root bin 119 Oct 6 11:07 auto_kekfs -rw-r--r-- 1 root bin 145 Oct 6 11:06 auto_master -rw-r--r-- 1 root bin 113 Oct 5 15:09 auto_master.org lrwxrwxrwx 1 root root 16 Oct 5 15:03 autopush -> ../sbin/autopu sh onl8v1# (3-3). /etc/defaultdomain の設定 onl8v1# vi defaultdomain kek.jp ~ ~ "defaultdomain" [New file] 1 line, 7 characters onl8v1# ls -l defaultdomain -rw-r--r-- 1 root other 7 Oct 6 11:11 defaultdomain onl8v1# chgrp sys defaultdomain onl8v1# ls -l defaultdomain -rw-r--r-- 1 root sys 7 Oct 6 11:11 defaultdomain onl8v1# (3-4). /etc/defaultrouter の設定 onl8v1# vi defaultrouter ICCFP1 ~ ~ ~ "defaultrouter" [New file] 1 line, 7 characters onl8v1# ls -l defaultrouter* -rw-r--r-- 1 root other 7 Oct 6 11:13 defaultrouter onl8v1# chgrp sys defaultrouter onl8v1# ls -l defaultrouter -rw-r--r-- 1 root sys 7 Oct 6 11:13 defaultrouter onl8v1# (3-5). /etc/group の設定 onl8v1# pwd /etc onl8v1# ls -l group* -rw-r--r-- 1 root sys 278 Oct 5 15:04 group onl8v1# mv group group.org onl8v1# cp group.org group onl8v1# ls -l group* -rw-r--r-- 1 root other 278 Oct 6 11:16 group -rw-r--r-- 1 root sys 278 Oct 5 15:04 group.org onl8v1# chgrp sys group onl8v1# ls -l group* -rw-r--r-- 1 root sys 278 Oct 6 11:16 group -rw-r--r-- 1 root sys 278 Oct 5 15:04 group.org onl8v1# vi group root::0:root,inoue,keibun,kodama,yasu,igarashi other::1: bin::2:root,bin,daemon sys::3:root,bin,sys,adm,inoue adm::4:root,adm,daemon uucp::5:root,uucp mail::6:root tty::7:root,tty,adm lp::8:root,lp,adm nuucp::9:root,nuucp staff::10: daemon::12:root,daemon sysadmin::14: user::20: kek::100: nobody::60001: noaccess::60002: nogroup::65534: ~ ~ "group" 18 lines, 338 characters onl8v1# (3-6). /etc/nsswitch.conf の設定 onl8v1# ls -l nss* -rw-r--r-- 1 root sys 835 Oct 5 15:39 nsswitch.conf -rw-r--r-- 1 root sys 835 Mar 11 1999 nsswitch.dns -rw-r--r-- 1 root sys 686 Sep 1 1998 nsswitch.files -rw-r--r-- 1 root sys 915 Sep 1 1998 nsswitch.nis -rw-r--r-- 1 root sys 1184 Sep 1 1998 nsswitch.nisplus onl8v1# mv nsswitch.conf nsswitch.conf.org onl8v1# cp nsswitch.conf.org nsswitch.conf onl8v1# ls -l nsswitch.conf* -rw-r--r-- 1 root other 835 Oct 6 11:43 nsswitch.conf -rw-r--r-- 1 root sys 835 Oct 5 15:39 nsswitch.conf.org onl8v1# chgrp sys nsswitch.conf onl8v1# ls -l nsswitch.conf* -rw-r--r-- 1 root sys 835 Oct 6 11:43 nsswitch.conf -rw-r--r-- 1 root sys 835 Oct 5 15:39 nsswitch.conf.org onl8v1# vi nsswitch.conf # # /etc/nsswitch.dns: # # An example file that could be copied over to /etc/nsswitch.conf; it uses # DNS for hosts lookups, otherwise it does not use any other naming service. # # "hosts:" and "services:" in this file are used only if the # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports. passwd: files group: files # You must also set up the /etc/resolv.conf file for DNS name # server lookup. See resolv.conf(4). hosts: files dns networks: files protocols: files rpc: files ethers: files netmasks: files bootparams: files publickey: files # At present there isn't a 'files' backend for netgroup; the system will # figure it out pretty quickly, and won't use netgroups at all. netgroup: files automount: files aliases: files services: files sendmailvars: files onl8v1# Solaris7 では最初から hostsファイルは dns も参照する設定になっていた。 (3-7). resolv.conf の設定 onl8v1# pwd /etc onl8v1# ls -l resolv.conf* -rw-r--r-- 1 root root 61 Oct 5 15:39 resolv.conf onl8v1# cat resolv.conf domain kek.jp nameserver 130.87.216.2 nameserver 130.87.34.2 onl8v1# vi resolv.conf domain kek.jp nameserver 130.87.216.2 nameserver 130.87.34.2 nameserver 130.87.34.6 ~ ~ ~ "resolv.conf" 4 lines, 84 characters onl8v1# ls -l resolv.conf -rw-r--r-- 1 root root 84 Oct 6 14:28 resolv.conf onl8v1# (3-8). /etc/hosts の設定 onl8v1# pwd /etc/inet onl8v1# ls -l hosts* -r--r--r-- 1 root sys 76 Oct 5 15:39 hosts onl8v1# mv hosts hosts.org onl8v1# ftp ftp.kek.jp Connected to is2.kek.jp. 220 is2.kek.jp FTP server (Version wu-2.4(9) Thu Mar 27 01:00:50 JST 1997) ready . Name (ftp.kek.jp:root): anonymous 331 Guest login ok, send your complete e-mail address as password. Password: 230- 230-*** KEK COMPUTING CENTER ANONYMOUS FTP SERVICE *** 230- 230- This service is experimental. All transfers are logged. 230- Send comments to ftp-admin@is2.kek.jp. 230- 230- Local time (JST): Wed Oct 6 14:31:53 1999 230- 230- There are some extensions to this FTP server such that if the 230- user specifies a filename (when using a RETRIEVE command) such that: 230- 230- True Filename Specified Filename Action 230- ------------- ------------------ ----------------------------------- 230- .Z Decompress file before transmitting 230- .gz Gunzip file before transmitting 230- .Z Compress before 230- transmitting 230- .gz gzip before transmitting 230- .tar Tar before transmitting 230- .tar.Z Tar and compress before 230- transmitting 230- .tar.gz Tar and gzip before 230- transmitting 230--- 230- The access to the /cern directory is restricted. 230- 230 Guest login ok, access restrictions apply. ftp> cd kek/netinfo 250-This directory holds up-to-date network-related tables for KEK internal 250-use only. 250- 250 CWD command successful. ftp> dir 200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. total 413 -rw-r--r-- 1 0 30 82 Feb 17 1994 .message -rw-r----- 1 0 30 403930 Oct 6 09:20 hosts drwxr-xr-x 2 0 30 8192 Oct 18 1994 mail-example -rw-r----- 1 0 30 3096 Feb 17 1994 networks 226 Transfer complete. 268 bytes received in 0.02 seconds (13.13 Kbytes/s) ftp> get hosts 200 PORT command successful. 150 Opening ASCII mode data connection for hosts (403930 bytes). 226 Transfer complete. local: hosts remote: hosts 411297 bytes received in 0.42 seconds (946.47 Kbytes/s) ftp> quit 221 Goodbye. onl8v1# ls -l hosts* -rw-r--r-- 1 root other 403930 Oct 6 14:36 hosts -r--r--r-- 1 root sys 76 Oct 5 15:39 hosts.org onl8v1# chgrp sys hosts onl8v1# chmod u-w hosts onl8v1# ls -l hosts* -r--r--r-- 1 root sys 403930 Oct 6 14:36 hosts -r--r--r-- 1 root sys 76 Oct 5 15:39 hosts.org onl8v1# (3-9). /etc/networks の設定 onl8v1# pwd /etc/inet onl8v1# ls -l networks* -r--r--r-- 1 root sys 372 Oct 5 15:04 networks onl8v1# mv networks networks.org onl8v1# cp networks.org networks onl8v1# ls -l networks* -r--r--r-- 1 root other 372 Oct 6 14:39 networks -r--r--r-- 1 root sys 372 Oct 5 15:04 networks.org onl8v1# chgrp sys networks onl8v1# chmod u+w networks onl8v1# ls -l networks* -rw-r--r-- 1 root sys 372 Oct 6 14:39 networks -r--r--r-- 1 root sys 372 Oct 5 15:04 networks.org onl8v1# vi networks #ident "@(#)networks 1.4 92/07/14 SMI" /* SVr4.0 1.1 */ # # The networks file associates Internet Protocol (IP) network numbers # with network names. The format of this file is: # # network-name network-number nicnames . . . # # # The loopback network is used only for intra-machine communication # loopback 127 # # Internet networks # arpanet 10 arpa # Historical FP-cluster-1 130.87.216 ~ ~ "networks" 18 lines, 399 characters onl8v1# chmod u-w networks onl8v1# ls -l networks* -r--r--r-- 1 root sys 399 Oct 6 14:41 networks -r--r--r-- 1 root sys 372 Oct 5 15:04 networks.org onl8v1# (3-10). /etc/passwd の設定 onl8v1# df -k Filesystem kbytes used avail capacity Mounted on /proc 0 0 0 0% /proc /dev/dsk/c0t3d0s0 70047 27907 35136 45% / /dev/dsk/c0t3d0s6 776511 508327 213829 71% /usr fd 0 0 0 0% /dev/fd /dev/dsk/c0t3d0s1 27615 5355 19499 22% /var /dev/dsk/c0t3d0s7 7723221 9 7645980 1% /export/home swap 109888 8 109880 1% /tmp onl8v1# mount /dev/dsk/c0t2d0s0 /mnt onl8v1# ls -l /mnt/etc/passwd -r--r--r-- 1 root other 936 Dec 17 1998 /mnt/etc/passwd onl8v1# onl8v1# pwd /etc onl8v1# ls -l passwd* -rw-r--r-- 1 root sys 414 Oct 5 15:51 passwd onl8v1# mv passwd passwd.org onl8v1# cp /mnt/etc/passwd . onl8v1# ls -l passwd* -r--r--r-- 1 root other 936 Oct 6 14:49 passwd -rw-r--r-- 1 root sys 414 Oct 5 15:51 passwd.org onl8v1# chgrp sys passwd onl8v1# ls -l passwd* -r--r--r-- 1 root sys 936 Oct 6 14:49 passwd -rw-r--r-- 1 root sys 414 Oct 5 15:51 passwd.org onl8v1# (3-11). /etc/shadow の設定 onl8v1# pwd /etc onl8v1# ls -l sha* -r-------- 1 root sys 246 Oct 5 15:51 shadow onl8v1# mv shadow shadow.org onl8v1# cp /mnt/etc/shadow . onl8v1# ls -l sha* -r-------- 1 root other 493 Oct 6 14:53 shadow -r-------- 1 root sys 246 Oct 5 15:51 shadow.org onl8v1# chgrp sys shadow onl8v1# ls -l sha* -r-------- 1 root sys 493 Oct 6 14:53 shadow -r-------- 1 root sys 246 Oct 5 15:51 shadow.org onl8v1# ここでシステムをリブートする。 onl8v1# /usr/sbin/shutdown -i0 -g0 Shutdown started. Wed Oct 6 14:56:51 JST 1999 Do you want to continue? (y or n): y Changing to init state 0 - please wait Broadcast Message from root (console) on onl8v1 Wed Oct 6 14:56:56... THE SYSTEM onl8v1 IS BEING SHUT DOWN NOW ! ! ! Log off now or risk your files being damaged showmount: onl8v1: RPC: Program not registered onl8v1# INIT: New run level: 0 The system is coming down. Please wait. System services are now being stopped. Print services stopped. syslogd: going down on signal 15 The system is down. INIT: failed write of utmpx entry:"s0" INIT: failed write of utmpx entry:"fw" syncing file systems... done Program terminated Type help for more information ok ok boot -r Resetting ... screen not found. Can't open input device. Keyboard not present. Using tty for input and output. SPARC CPU-8VT, No Keyboard ROM Rev. 2.15.1, 64 MB memory installed, Serial #9172389. Ethernet address 0:80:42:b:85:a5, Host ID: 808bf5a5. Rebooting with command: -r Boot device: /iommu/sbus/espdma@5,8400000/esp@5,8800000/sd@3,0 File and args: - r SunOS Release 5.7 Version Generic_106541-06 [UNIX(R) System V Release 4.0] Copyright (c) 1983-1999, Sun Microsystems, Inc. configuring network interfaces: le0. Hostname: onl8v1 Configuring the /devices directory Configuring the /dev directory Configuring the /dev directory (compatibility devices) The system is coming up. Please wait. checking ufs filesystems /dev/rdsk/c0t3d0s7: is clean. NIS domainname is kek.jp starting rpc services: rpcbind keyserv done. Setting netmask of le0 to 255.255.248.0 Setting default interface for multicast: add net 224.0.0.0: gateway onl8v1 syslog service starting. Print services started. volume management starting. The system is ready. onl8v1 console login: ok. 正常に立ち上がった。 (4). ユーザ登録をする onl8v1# pwd /export/home onl8v1# ls -l total 16 drwx------ 2 root root 8192 Oct 5 15:00 lost+found onl8v1# mkdir onl8v1 onl8v1# cd onl8v1 onl8v1# pwd /export/home/onl8v1 onl8v1# mkdir inoue onl8v1# mkdir keibun onl8v1# mkdir kodama onl8v1# mkdir yasu onl8v1# mkdir igarashi onl8v1# ls -l total 10 drwxr-xr-x 2 root other 512 Oct 6 16:24 igarashi drwxr-xr-x 2 root other 512 Oct 6 16:24 inoue drwxr-xr-x 2 root other 512 Oct 6 16:24 keibun drwxr-xr-x 2 root other 512 Oct 6 16:24 kodama drwxr-xr-x 2 root other 512 Oct 6 16:24 yasu onl8v1# chown igarashi:kek igarashi onl8v1# chown inoue:kek inoue onl8v1# chown keibun:kek keibun onl8v1# chown kodama:kek kodama onl8v1# chown yasu:kek yasu onl8v1# ls -l total 10 drwxr-xr-x 2 igarashi kek 512 Oct 6 16:24 igarashi drwxr-xr-x 2 inoue kek 512 Oct 6 16:24 inoue drwxr-xr-x 2 keibun kek 512 Oct 6 16:24 keibun drwxr-xr-x 2 kodama kek 512 Oct 6 16:24 kodama drwxr-xr-x 2 yasu kek 512 Oct 6 16:24 yasu onl8v1# onl8v1# telnet onl8v1 Trying 130.87.219.78... Connected to onl8v1. Escape character is '^]'. SunOS 5.7 login: inoue Password: Sun Microsystems Inc. SunOS 5.7 Generic October 1998 onl8v1% pwd /export/home/onl8v1/inoue onl8v1% ls -l total 0 onl8v1% ok. 正常にログインできた。 (5). ネットワークの設定を確認 ネットワークの設定を確認する。 onl8v1# /sbin/ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 le0: flags=863 mtu 1500 inet 130.87.219.78 netmask fffff800 broadcast 130.87.223.255 ether 0:80:42:b:85:a5 onl8v1# netstat -rn Routing Table: Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- 130.87.216.0 130.87.219.78 U 3 2 le0 224.0.0.0 130.87.219.78 U 3 0 le0 default 130.87.216.1 UG 0 0 127.0.0.1 127.0.0.1 UH 0 6 lo0 onl8v1# netstat -r Routing Table: Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- Tokyo-Titech.kek.jp onl8v1 U 3 2 le0 BASE-ADDRESS.MCAST.NET onl8v1 U 3 0 le0 default ICCFP1 UG 0 0 localhost localhost UH 0 6 lo0 onl8v1# netstat -i Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis Queue lo0 8232 loopback localhost 176 0 176 0 0 0 le0 1500 onl8v1 onl8v1 42606 0 39 1 0 0 onl8v1# ok. 正しく設定できている。 (6). /kek シンボリックリンクを作る (6-1). / ディレクトリに /kek のシンボリックリンクを作る nl8v1# pwd / onl8v1# ls -l total 100 lrwxrwxrwx 1 root root 9 Oct 5 15:03 bin -> ./usr/bin drwxr-xr-x 2 root nobody 512 Oct 5 16:53 cdrom drwxrwxr-x 18 root sys 3584 Oct 6 14:59 dev drwxrwxr-x 5 root sys 512 Oct 5 15:39 devices drwxr-xr-x 32 root sys 3584 Oct 6 14:59 etc drwxrwxr-x 3 root sys 512 Oct 5 15:00 export dr-xr-xr-x 1 root root 1 Oct 6 14:58 home dr-xr-xr-x 1 root root 1 Oct 6 14:59 kekfs drwxr-xr-x 9 root sys 512 Oct 5 15:03 kernel lrwxrwxrwx 1 root root 9 Oct 5 15:03 lib -> ./usr/lib drwx------ 2 root root 8192 Oct 5 14:59 lost+found drwxrwxr-x 2 root sys 512 Oct 5 15:03 mnt dr-xr-xr-x 1 root root 1 Oct 6 14:58 net drwxrwxr-x 6 root sys 512 Oct 5 15:33 opt drwxr-xr-x 4 root sys 1024 Oct 5 15:04 platform dr-xr-xr-x 30 root root 16064 Oct 6 16:32 proc drwxrwxr-x 2 root sys 512 Oct 5 15:08 sbin drwxrwxrwt 6 sys sys 275 Oct 6 16:30 tmp drwxrwxr-x 31 root sys 1024 Oct 5 15:32 usr drwxr-xr-x 25 root sys 512 Oct 5 15:51 var dr-xr-xr-x 6 root root 512 Oct 6 14:59 vol dr-xr-xr-x 1 root root 1 Oct 6 14:58 xfn onl8v1# ln -s kekfs/kek kek onl8v1# ls -l total 102 lrwxrwxrwx 1 root root 9 Oct 5 15:03 bin -> ./usr/bin drwxr-xr-x 2 root nobody 512 Oct 5 16:53 cdrom drwxrwxr-x 18 root sys 3584 Oct 6 14:59 dev drwxrwxr-x 5 root sys 512 Oct 5 15:39 devices drwxr-xr-x 32 root sys 3584 Oct 6 14:59 etc drwxrwxr-x 3 root sys 512 Oct 5 15:00 export dr-xr-xr-x 1 root root 1 Oct 6 14:58 home lrwxrwxrwx 1 root other 9 Oct 6 16:33 kek -> kekfs/kek dr-xr-xr-x 1 root root 1 Oct 6 14:59 kekfs drwxr-xr-x 9 root sys 512 Oct 5 15:03 kernel lrwxrwxrwx 1 root root 9 Oct 5 15:03 lib -> ./usr/lib drwx------ 2 root root 8192 Oct 5 14:59 lost+found drwxrwxr-x 2 root sys 512 Oct 5 15:03 mnt dr-xr-xr-x 1 root root 1 Oct 6 14:58 net drwxrwxr-x 6 root sys 512 Oct 5 15:33 opt drwxr-xr-x 4 root sys 1024 Oct 5 15:04 platform dr-xr-xr-x 30 root root 16064 Oct 6 16:33 proc drwxrwxr-x 2 root sys 512 Oct 5 15:08 sbin drwxrwxrwt 6 sys sys 275 Oct 6 16:30 tmp drwxrwxr-x 31 root sys 1024 Oct 5 15:32 usr drwxr-xr-x 25 root sys 512 Oct 5 15:51 var dr-xr-xr-x 6 root root 512 Oct 6 14:59 vol dr-xr-xr-x 1 root root 1 Oct 6 14:58 xfn onl8v1# /kek ディレクトリーに正しくマウントできたかどうかチェック。 onl8v1# ls -lL /kek total 8 drwxrwxr-x 23 root sys 512 Apr 1 1995 SUNWspro drwxrwxr-x 10 10101 10101 512 Jun 3 1997 cern drwxr-xr-x 5 root other 512 Mar 4 1998 compilers drwxr-xr-x 35 10101 10101 1024 Sep 9 16:12 local onl8v1# df -k Filesystem kbytes used avail capacity Mounted on /proc 0 0 0 0% /proc /dev/dsk/c0t3d0s0 70047 27911 35132 45% / /dev/dsk/c0t3d0s6 776511 508327 213829 71% /usr fd 0 0 0 0% /dev/fd /dev/dsk/c0t3d0s1 27615 5377 19477 22% /var /dev/dsk/c0t3d0s7 7723221 15 7645974 1% /export/home swap 110616 8 110608 1% /tmp kiwifs:/public/sun/Solaris2 8316189 7698805 534223 94% /kekfs/kek onl8v1# ok. うまくマウントできた。 これでシステム設定は完了。 次に VMEドライバのインストールを行う。 ---xxxx ( ここまでやった 継続中) --- (6). セクション (6-1). サブセクション (6-1-1). サブサブセクション