|
Blue Quartz 5100R Install HOW-TO RedHat9でBlue Quartz 5100Rを動かす方法。 |
|
CDROMイメージの入手 RedHatのインストールイメージは国内であればRINGサーバやKDDLabsから入手するのがよいでしょう。
アメリカから(RedHat) ftp://ftp.redhat.com/pub/redhat/linux/9/en/iso/i386/ shrike-i386-disc1.iso shrike-i386-disc2.iso shrike-i386-disc3.iso の3枚のイメージをダウンロードします。 ISOイメージを書き込みできるCD-Rソフトを利用しCD-ROMを作成します。
|
|
Stage1::RedHat9のインストール PCにCDROMをセットし起動します。
Fig.01 画面が表示されるので起動時のオプションを入れます。
Fig.02 CD Found
Fig.03 Red Hat Linux
Fig.04 Langage Selection
Fig.01-Fig.04
Fig.05 Keyboad Selection
Fig.06 Mouse Selection
Fig.07 Instration Type
Fig.08 Disk Partitioning Setup
Fig.05-Fig.08
Fig.09 Warning
Fig.10 Patitioning
Fig.10_1 Add Patition
Fig.08-Fig.10,Fig10_1,Fig10_2Fig.10_2 Add Patition 続いてswapパーティションに128MBを割り当て追加を行います。メモリの量に応じて増減すればよいでしょう。 Mount Point: FileSystemtype: swap Allowable Drives: [*]hda Size (MB): 128 (*)Fixed Size [OK]
Fig.10_3 Add Patition
Fig.10_4 Add Patition
Fig.11 Patitioning
Fig.12 Low memory
Fig.10_3,Fig.10_4,Fig11-Fig.12
Fig.13 Boot Loader
Fig.14 Boot Loader Configration
Fig.15 Boot Loader Configration
Fig.16 Boot Loader Configration
Fig.13-Fig.16
Fig.17 Boot Loader Configration
Fig.18 Network Configration for eth0
Fig.19 Hostname Configration
Fig.20 Firewall Configration
Fig.17-Fig.20
Fig.21 Language Support
Fig.22 Defalut Language
Fig.23 Timezone
Fig.24 Root Password
Fig.21-Fig.24
Fig.25 Package Group
Fig.26Instllation to begin
Fig.27 Formatting...Copying File
Fig.25-Fig.28
Fig.29 Package Installation
Fig.30 Change CDROM
Fig.31 Change CDROM
Fig.32 Postinstall
Fig.29-Fig.32
Fig.33 boot diskette
Fig.34 Complete
Fig.29-Fig.32
ヒント::RedHat9のインストールについてわからないことがあれば下記のサイトを参照するとよいでしょう。
|
|
Stage2::追加パッケージのインストール RedHat9 Serverでインストールしただけではは足りないパッケージがあります。そこで下記のパッケージを追加でインストールします。
telnet-server-0.17-25.i386.rpm disk3をCDROMドライブに挿入し下記のコマンドを実行します。 [root@bq550]# mount /mnt/cdrom [root@bq550]# cd /mnt/cdrom/RedHat/RPMS/ [root@bq550]# rpm -ivh telnet-server-0.17-25.i386.rpm 警告: telnet-server-0.17-25.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:telnet-server ########################################### [100%] [root@bq550]# cd / [root@bq550]# umount /mnt/cdrom disk1をCDROMドライブに挿入し下記のコマンドを実行します。 [root@bq550]# mount /mnt/cdrom [root@bq550]# cd /mnt/cdrom/RedHat/RPMS/ [root@bq550]# rpm -ivh tcl-8.3.5-88.i386.rpm 警告: tcl-8.3.5-88.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:tcl ########################################### [100%] [root@bq550]# cd / [root@bq550]# umount /mnt/cdrom disk2をCDROMドライブに挿入し下記のコマンドを実行します。 [root@bq550]# mount /mnt/cdrom [root@bq550]# cd /mnt/cdrom/RedHat/RPMS/ [root@bq550]# rpm -ivh expect-5.38.0-88.i386.rpm 警告: expect-5.38.0-88.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:expect ########################################### [100%] [root@bq550]# rpm -ivh nss_db-2.2-20.i386.rpm 警告: nss_db-2.2-20.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:nss_db ########################################### [100%] [root@bq550]# rpm -ivh perl-DB_File-1.804-88.i386.rpm 警告: perl-DB_File-1.804-88.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:perl-DB_File ########################################### [100%] [root@bq550]# cd / [root@bq550]# umount /mnt/cdrom
|
|
Stage3::不要なサービスの停止 Blue Quartzを動かすために必要のないサービスを停止します。インストール時にFirewallを選択した場合もここで無効にします。 [root@bq550]# cd /etc/rc.d/init.d [root@bq550]# ./FreeWnn stop FreeWnnを停止中: [ OK ] [root@bq550]# ./apmd stop APMデーモンを停止中: [ OK ] [root@bq550]# ./canna stop Stopping Canna server: [ OK ] [root@bq550]# ./cups stop Stopping cups: [ OK ] [root@bq550]# ./portmap stop portmapperを停止中: [ OK ] [root@bq550]# ./iptables stop すべてのチェインを初期化: [ OK ] ユーザ定義チェインを削除: [ OK ] 組込みチェインを標準ACCEPTポリシーに再設定: [ OK ] [root@bq550]# ./nfslock stop NFS statdを停止中: [ OK ] [root@bq550]# /sbin/chkconfig --level 2345 FreeWnn off [root@bq550]# /sbin/chkconfig --level 2345 apmd off [root@bq550]# /sbin/chkconfig --level 2345 canna off [root@bq550]# /sbin/chkconfig --level 2345 cups off [root@bq550]# /sbin/chkconfig --level 2345 pcmcia off [root@bq550]# /sbin/chkconfig --level 2345 portmap off [root@bq550]# /sbin/chkconfig --level 2345 iptables off [root@bq550]# /sbin/chkconfig --level 2345 netfs off [root@bq550]# /sbin/chkconfig --level 2345 nfslock off [root@bq550]# /sbin/chkconfig --level 2345 xfs off
|
|
Stage4::Blue Quartz のインストール /etc/fstabを編集し/homeディレクトリでクオータが利用できるようにします。さらにqutacheckとquotaonでクオータを有効にします。 [root@bq550]# cp -pi /etc/fstab /etc/fstab.old [root@bq550]# vi /etc/fstab [root@bq550]# diff /etc/fstab.old /etc/fstab 3c3 < LABEL=/home /home ext3 defaults 1 2 --- > LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2 [root@bq550]# mount -o remount /home [root@bq550]# /sbin/quotacheck -c -u -g -a [root@bq550]# /sbin/quotaon -aug最新版のBlue Quartzのパッケージは下記のサイトから入手します。これをftpやwget,scpなどの何らかの方法を使いRedHat9のHDDにコピーします。 ftp://open.cobaltqube.org/pub/BlueQuartz/5100R/RHL9/ ミラーサイトもあります。下記のURLを参照して下さい。 http://open.cobaltqube.org/source/index-j.html#mirrors tar+gzip ファイルを展開して、ディレクトリ内の install.sh を実行します。
[root@bq550]# tar -xzf BlueQuartz-5100R-2004*.tar.gz [root@bq550]# cd BlueQuartz-5100R-2004* [root@bq550]# ./install.sh [Phase 1 : checking intalled RPMS...] [httpd] is installed. [imap] is installed. [bind] is installed. [openssh] is installed. [telnet-server] is installed. [expect] is installed. [perl-DB_File] is installed. [nss_db] is installed. [Phase 2 : installing RPMS...] Preparing... ########################################### [100%] 1:glib ########################################### [ 8%] 2:procmail ########################################### [ 15%] 3:pwdb ########################################### [ 23%] 4:pam ########################################### [ 31%] 5:proftpd ########################################### [ 38%] 6:glib-devel ########################################### [ 46%] 7:pam-devel ########################################### [ 54%] 8:perl-Jcode ########################################### [ 62%] 9:perl-Quota ########################################### [ 69%] 10:proftpd-inetd ########################################### [ 77%] 11:qpopper ########################################### [ 85%] 12:re2c ########################################### [ 92%] 13:sendmail ########################################### [100%] [Phase 3 : installing Blue Quartz base packages...] Preparing... ########################################### [100%] 1:telnet-scripts ########################################### [ 1%] 2:swatch ########################################### [ 1%] 3:sausalito-cce-client ########################################### [ 2%] 4:sausalito-cce-server ########################################### [ 2%] 5:sausalito-devel-tools ########################################### [ 3%] 6:sausalito-gallery ########################################### [ 3%] 7:sausalito-gallery-local########################################### [ 4%] 8:sausalito-gallery-local########################################### [ 5%] 9:sausalito-i18n ########################################### [ 5%] 10:sausalito-i18n-devel ########################################### [ 6%] 11:sausalito-palette ########################################### [ 6%] 12:base-admserv-capstone ########################################### [ 7%] 13:base-admserv-glue ########################################### [ 7%] 14:base-alpine-capstone ########################################### [ 8%] 15:base-alpine-glue ########################################### [ 8%] 16:base-alpine-hardware-co########################################### [ 9%] 17:base-alpine-locale-en ########################################### [ 10%] 18:base-alpine-locale-ja ########################################### [ 10%] 19:base-alpine-ui ########################################### [ 11%] 20:base-am-capstone ########################################### [ 11%] 21:base-am-glue ########################################### [ 12%] 22:base-am-locale-en ########################################### [ 12%] 23:base-am-locale-ja ########################################### [ 13%] 24:base-am-ui ########################################### [ 14%] 25:base-apache-am ########################################### [ 14%] 26:base-apache-capstone ########################################### [ 15%] 27:base-apache-glue ########################################### [ 15%] 28:base-apache-locale-en ########################################### [ 16%] 29:base-apache-locale-ja ########################################### [ 16%] 30:base-apache-ui ########################################### [ 17%] 31:base-backupcontrol-caps########################################### [ 18%] 32:base-backupcontrol-glue########################################### [ 18%] 33:base-backupcontrol-loca########################################### [ 19%] 34:base-backupcontrol-loca########################################### [ 19%] 35:base-backupcontrol-ui ########################################### [ 20%] 36:base-bandwidth-capstone########################################### [ 20%] 37:base-bandwidth-glue ########################################### [ 21%] 38:base-bandwidth-locale-e########################################### [ 21%] 39:base-bandwidth-locale-j########################################### [ 22%] 40:base-bandwidth-ui ########################################### [ 23%] 41:base-bluequartz-capston########################################### [ 23%] 42:base-bluequartz-glue ########################################### [ 24%] 43:base-bluequartz-locale-########################################### [ 24%] 44:base-bluequartz-locale-########################################### [ 25%] 45:base-disk-am ########################################### [ 25%] 46:base-disk-capstone ########################################### [ 26%] 47:base-disk-glue ########################################### [ 27%] 48:base-disk-locale-en ########################################### [ 27%] 49:base-disk-locale-ja ########################################### [ 28%] 50:base-disk-ui ########################################### [ 28%] 51:base-dns-am ########################################### [ 29%] 52:base-dns-capstone ########################################### [ 29%] 53:base-dns-glue ########################################### [ 30%] 54:base-dns-locale-en ########################################### [ 31%] 55:base-dns-locale-ja ########################################### [ 31%] 56:base-dns-ui ########################################### [ 32%] 57:base-documentation-caps########################################### [ 32%] 58:base-documentation-loca########################################### [ 33%] 59:base-documentation-loca########################################### [ 33%] 60:base-documentation-ui ########################################### [ 34%] 61:base-email-am ########################################### [ 34%] 62:base-email-capstone ########################################### [ 35%] 63:base-email-glue ########################################### [ 36%] 64:base-email-locale-en ########################################### [ 36%] 65:base-email-locale-ja ########################################### [ 37%] 66:base-email-ui ########################################### [ 37%] 67:base-ftp-am ########################################### [ 38%] 68:base-ftp-capstone ########################################### [ 38%] 69:base-ftp-glue ########################################### [ 39%] 70:base-ftp-locale-en ########################################### [ 40%] 71:base-ftp-locale-ja ########################################### [ 40%] 72:base-ftp-ui ########################################### [ 41%] 73:base-import-capstone ########################################### [ 41%] 74:base-import-glue ########################################### [ 42%] 75:base-import-locale-en ########################################### [ 42%] 76:base-import-locale-ja ########################################### [ 43%] 77:base-import-ui ########################################### [ 44%] 78:base-memory-capstone ########################################### [ 44%] 79:base-memory-glue ########################################### [ 45%] 80:base-memory-locale-en ########################################### [ 45%] 81:base-memory-locale-ja ########################################### [ 46%] 82:base-network-am ########################################### [ 46%] 83:base-network-capstone ########################################### [ 47%] 84:base-network-glue ########################################### [ 47%] 85:base-network-locale-en ########################################### [ 48%] 86:base-network-locale-ja ########################################### [ 49%] 87:base-network-ui ########################################### [ 49%] 88:base-power-am ########################################### [ 50%] 89:base-power-capstone ########################################### [ 50%] 90:base-power-glue ########################################### [ 51%] 91:base-power-locale-en ########################################### [ 51%] 92:base-power-locale-ja ########################################### [ 52%] 93:base-power-ui ########################################### [ 53%] 94:base-sauce-basic-capsto########################################### [ 53%] 95:base-sauce-basic-glue ########################################### [ 54%] 96:base-sauce-basic-locale########################################### [ 54%] 97:base-sauce-basic-locale########################################### [ 55%] 98:base-schedule-capstone ########################################### [ 55%] 99:base-schedule-glue ########################################### [ 56%] 100:base-schedule-locale-en########################################### [ 56%] 101:base-schedule-locale-ja########################################### [ 57%] 102:base-services-capstone ########################################### [ 58%] 103:base-services-glue ########################################### [ 58%] 104:base-services-locale-en########################################### [ 59%] 105:base-services-locale-ja########################################### [ 59%] 106:base-services-ui ########################################### [ 60%] 107:base-shell-capstone ########################################### [ 60%] 108:base-shell-glue ########################################### [ 61%] 109:base-shell-locale-en ########################################### [ 62%] 110:base-shell-locale-ja ########################################### [ 62%] 111:base-shell-ui ########################################### [ 63%] 112:base-sitestats-capstone########################################### [ 63%] 113:base-sitestats-glue ########################################### [ 64%] 114:base-sitestats-locale-e########################################### [ 64%] 115:base-sitestats-locale-j########################################### [ 65%] 116:base-sitestats-scripts ########################################### [ 66%] 117:base-sitestats-ui ########################################### [ 66%] 118:base-snmp-am ########################################### [ 67%] 119:base-snmp-capstone ########################################### [ 67%] 120:base-snmp-glue ########################################### [ 68%] 121:base-snmp-locale-en ########################################### [ 68%] 122:base-snmp-locale-ja ########################################### [ 69%] 123:base-snmp-ui ########################################### [ 69%] 124:base-ssh-capstone ########################################### [ 70%] 125:base-ssh-glue ########################################### [ 71%] 126:base-ssh-locale-en ########################################### [ 71%] 127:base-ssh-locale-ja ########################################### [ 72%] 128:base-ssh-ui ########################################### [ 72%] 129:base-ssl-capstone ########################################### [ 73%] 130:base-ssl-glue ########################################### [ 73%] 131:base-ssl-locale-en ########################################### [ 74%] 132:base-ssl-locale-ja ########################################### [ 75%] 133:base-ssl-ui ########################################### [ 75%] 134:base-storage-capstone ########################################### [ 76%] 135:base-storage-glue ########################################### [ 76%] 136:base-storage-locale-en ########################################### [ 77%] 137:base-storage-locale-ja ########################################### [ 77%] 138:base-storage-ui ########################################### [ 78%] 139:base-swupdate-capstone ########################################### [ 79%] 140:base-swupdate-glue ########################################### [ 79%] 141:base-swupdate-locale-en########################################### [ 80%] 142:base-swupdate-locale-ja########################################### [ 80%] 143:base-swupdate-ui ########################################### [ 81%] 144:base-system-capstone ########################################### [ 81%] 145:base-system-glue ########################################### [ 82%] 146:base-system-locale-en ########################################### [ 82%] 147:base-system-locale-ja ########################################### [ 83%] 148:base-system-ui ########################################### [ 84%] 149:base-telnet-am ########################################### [ 84%] 150:base-telnet-capstone ########################################### [ 85%] 151:base-telnet-glue ########################################### [ 85%] 152:base-telnet-locale-en ########################################### [ 86%] 153:base-telnet-locale-ja ########################################### [ 86%] 154:base-telnet-ui ########################################### [ 87%] 155:base-time-capstone ########################################### [ 88%] 156:base-time-glue ########################################### [ 88%] 157:base-time-locale-en ########################################### [ 89%] 158:base-time-locale-ja ########################################### [ 89%] 159:base-time-src ########################################### [ 90%] 160:base-time-ui ########################################### [ 90%] 161:base-user-capstone ########################################### [ 91%] 162:base-user-glue ########################################### [ 92%] 163:base-user-locale-en ########################################### [ 92%] 164:base-user-locale-ja ########################################### [ 93%] 165:base-user-ui ########################################### [ 93%] 166:base-vsite-capstone ########################################### [ 94%] 167:base-vsite-glue ########################################### [ 94%] 168:base-vsite-locale-en ########################################### [ 95%] 169:base-vsite-locale-ja ########################################### [ 95%] 170:base-vsite-ui ########################################### [ 96%] 171:base-wizard-capstone ########################################### [ 97%] 172:base-wizard-glue ########################################### [ 97%] 173:base-wizard-locale-en ########################################### [ 98%] 174:base-wizard-locale-ja ########################################### [ 98%] 175:base-wizard-ui ########################################### [ 99%] 176:am-bins ########################################### [ 99%] 177:perl-handler-utils ########################################### [100%] [Phase 4 : starting daemons...] httpdを停止中: [失敗] httpdを起動中: [ OK ] Stopping admin web server: httpd.admsrv [ OK ] tarting admin web server: [ OK ] sendmailを停止中: [ OK ] sm-clientを停止中: [ OK ] sendmailを起動中: [ OK ] sm-clientを起動中: [ OK ] Shutting down cced: done Starting cced: [ OK ] Running CCE constructors: Finish installation Access http://xxx.xxx.xxx.xxx/login with admin/admin ** Your root password is same as admin password. ** ブラウザから、インストール時に設定したIPアドレスを入力すると管理画面が開きます。
http://192.168.0.100/login
ウィザードに従い入力をします。
|
|
|