|
Blue Quartz 5100R Install HOW-TO Installing Blue Quartz 5100R on RedHat 9.
|
|
Getting the CD-ROM images Download the CD-ROM images from a RedHat mirror: From America (RedHat) ftp://ftp.redhat.com/pub/redhat/linux/9/en/iso/i386/ If you are in Japan, it is better to get the RedHat install image from the RING or KDDLabs server. From Japan (RING) ftp://ring.asahi-net.or.jp/pub/linux/RedHat/redhat/linux/9/en/iso/i386/ Download the following three disk images: shrike-i386-disc1.iso shrike-i386-disc2.iso shrike-i386-disc3.iso. Burn the ISO images to CD using a CD writer.
|
|
Stage 1: RedHat 9 Installation Basically, you need to do a normal RedHat 9 "Server" installation, selecting a fewextra packages. You need to put /home and /var on separate partitions for thedisk space monitoring to work properly. The following instructions assume that youdon't install a firewall. Boot your PC from the CD-ROM.
Fig.01 shows the options after you boot. Enter "linux text".
Fig.02 CD Found
Fig.03 Red Hat Linux
Fig.04 Language Selection
Fig.01 - Fig.04
Fig.05 Keyboard Selection
Fig.06 Mouse Selection
Fig.07 Installation Type
Fig.08 Disk Partitioning Setup
Fig.05 - Fig.08
Fig.09 Warning
Fig.10 Partitioning
Fig.10_1 Add Partition
Fig. 08 - Fig. 10, Fig. 10_1, Fig. 10_2Fig.10_2 Add Partition Next we add a swap partition of 128 MB. Depending on the amount of RAM in your machine, you may make this larger or smaller. The swap partition should normally be two or three times the RAM size. Mount Point: File System Type: swap Allowable Drives: [*] hda Size (MB): 128 (*) Fixed Size [OK]
Fig.10_3 Add Partition
Fig.10_4 Add Partition
Fig.11 Partitioning
Fig.12 Low memory
Fig.10_3, Fig.10_4, Fig.11 - 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 Default Language
Fig.23 Timezone
Fig.24 Root Password
Fig.21 - Fig.24
Fig.25 Package Group
Fig.26Installation to begin
Fig.27 Formatting...Copying File
Fig.25 - Fig.28
Fig.29 Package Installation
Fig.30 Change CD-ROM
Fig.31 Change CD-ROM
Fig.32 Postinstall
Fig.29 - Fig.32
Fig.33 boot diskette
Fig.34 Complete
Fig.29 - Fig.32 Hint: If you have any questions during the RedHat 9 install, refer to the official Red Hat Linux x86 Installation Guide.
|
|
Stage 2: Installing Additional Packages Some additional packages need to be installed manually in addition to those in the base RedHat "Server" install:
telnet-server-0.17-25.i386.rpm
Put RedHat install disk 3 in the CD drive and execute the following commands: [root@bq550]# mount /mnt/cdrom [root@bq550]# cd /mnt/cdrom/RedHat/RPMS/ [root@bq550]# rpm -ivh telnet-server-0.17-25.i386.rpm warning: 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
Put RedHat install disk 1 in the CD drive and execute the following commands: [root@bq550]# mount /mnt/cdrom [root@bq550]# cd /mnt/cdrom/RedHat/RPMS/ [root@bq550]# rpm -ivh tcl-8.3.5-88.i386.rpm warning: 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
Put RedHat install disk 2 in the CD drive and execute the following commands: [root@bq550]# mount /mnt/cdrom [root@bq550]# cd /mnt/cdrom/RedHat/RPMS/ [root@bq550]# rpm -ivh imap-2001a-18.i386.rpm warning: imap-2001a-18.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:imap ########################################### [100%] [root@bq550]# rpm -ivh expect-5.38.0-88.i386.rpm warning: 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 warning: 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 warning: 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
|
|
Stage 3: Stop Unwanted Services Stop services that are not needed for Blue Quartz. For the installation, disable the firewall. [root@bq550]# cd /etc/rc.d/init.d [root@bq550]# ./FreeWnn stop Stopping FreeWnn: [ OK ] [root@bq550]# ./apmd stop Stopping APM daemon: [ OK ] [root@bq550]# ./canna stop Stopping Canna server: [ OK ] [root@bq550]# ./cups stop Stopping cups: [ OK ] [root@bq550]# ./portmap stop Stopping portmapper: [ OK ] [root@bq550]# ./iptables stop Stopping iptables: [ OK ] [root@bq550]# ./nfslock stop Stopping 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
|
|
Stage 4: Installing Blue Quartz Edit the line /etc/fstab for /home, adding "quotacheck" and "quotaon" options, and enable quota checking for/home: [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 -augDownload the new Blue Quartz packages from the following site: ftp://open.cobaltqube.org/pub/BlueQuartz/5100R/RHL9/ Mirror servers are available; http://open.cobaltqube.org/source/index.html#mirrors Copy them to the Blue Quartz machine, unpack the archive and run the install.sh script: tar+gzip
[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...] Stopping httpd: [Failed] httpd already running: [ OK ] Stopping admin web server: httpd.admsrv [ OK ] tarting admin web server: [ OK ] Stopping sendmail: [ OK ] Stopping sm-client: [ OK ] Starting sendmail: [ OK ] Starting 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. ** Open the administration page in your web browser, using the IP address you specified for the machineduring the installation.
http://192.168.0.100/login
Continue the installation using the web setup wizard. |
|
|