★ wanayoo — archive 1999 http://www.linuxcare.com/labs/certs/C1F3C1R1Ce.eplNouvelle recherche | Portail wanayoo
LinuxcareSupport for the Revolution
Your AccountHomeHelp
  
About UsProfessional ServicesLinuxcare UniversityLinuxcare LabsTechnical Support
 Home > Labs > Certifications > Cubix Systems > Box/Backplane Density 1200 Density 1200 > TurboLinux Cluster Server 4.0

Data Sheet
 
Labs FAQ
 
Labs eTest
 
Certification Reports:
Standard Reports
 
 

Cubix Box/Backplane Density 1200 Certification Report
–detailed installation comments–

TurboLinux Cluster Server 4.0       Return to Certification Table
Model: Density 1200
Serial: D301C M
Certification Date: 12/19/1999

Pass  Initial Boot 

The system successfully booted from the installation medium. The installation program prompted whether to probe for hardware devices, to which we responded "yes." The program reported the following devices:

eepro100 (Intel EtherExpress Pro 100)
sym53c8xx (SYMBIOS 53C825A/860/875/876/895/896)

Pass  Network Interface Card: Intel EtherExpress Pro 100, Ethernet

Connectivity was established on the LAN. The installed ethernet interface was correctly identified, and the module was successfully loaded. An IP address was manually assigned using the network configuration dialogs during the install process.

Pass  Disk Controller: SCSI, Symbios 53c895

The Symbios SCSI adapter was correctly identified and supported using the provided kernel with built in SCSI support.

 Engineer's Comments 

One of the installed processor boards was a dual Pentium III 550 MHz. Selecting the SMP kernel towards the end of the installation process allowed both processors to be detected on the following boot up.

Turbocluster Software
Our test environment is on a network using the Class B network 10.1.0.0/16. The three nodes in the cluster use the ip addresses 10.1.2.21, 10.1.2.22, and 10.1.2.23. The "virtual server" was assigned the IP address of 10.1.2.25. These ip addresses all resolve back to the hostnames labs021, labs022, labs023, and labs025, respectively.

Following installation, we modified the included /etc/turbocluster.conf.new file on labs023 to reflect our setup. Here is the output from diff comparing the original file and our modified file:

---------------------------------------------------------------
52,54c52,53
< #  Service telnet   tcp:23     xCheck
< #  Service user     udp:1024   yCheck
< #  Service ftp      tcp:22     none
---
>   Service telnet   tcp:23     none
>   Service ftp      tcp:21     none
63,65c62,64
< #  Server server1    server1.domain.com     tunnel
< #  Server server2    server2.domain.com     local
< #  Server server3    192.168.1.3            direct     noping
---
> Server server1    labs023.linuxcare.com     direct
> Server server2    labs022.linuxcare.com     tunnel
> Server server3    labs021.linuxcare.com     tunnel
75,77c74,76
< #  AddServer server1     80:http/1 telnet/2   ftp/2
< #  AddServer server2     80:http/1 5000:user/1 ftp/1
< #  AddServer server3     80:http/1
---
> AddServer server1     80:http/1 telnet/1   ftp/1
> AddServer server2     80:http/1 telnet/1   ftp/1
> AddServer server3     80:http/1 telnet/1   ftp/1
94,95c93,95
< #  AddRouter          router1.domain.com
< #  AddRouter          server1.domain.com
---
> AddRouter          labs023.linuxcare.com
> AddRouter          labs022.linuxcare.com
> AddRouter             labs021.linuxcare.com
108c108,109
< VirtualHost virtual1.domain.com
---
> VirtualHost labs025.linuxcare.com
>   MailTo              ned@linuxcare.com

After saving our changes to the file /etc/turbocluster.conf, we ran the program turbonetcfg and selected the menu option Turbocluster NFS Config. Following the steps in this menu-based program, we configured labs023 to be the NFS server for the cluster. We then ran the program turbocluster_sync, which uses nfs services to copy the configuration file to the other nodes in the cluster, and then starts or restarts the turbocluster services on the other nodes.

Examining the log file /var/log/turboclusterd.log after the turbocluster services start shows output such as:

1999-11-09 04:29:47 Starting turboclusterd version 4.0 for kernel 2.2.x
1999-11-09 04:29:47 Config file is /etc/turbocluster.conf
1999-11-09 04:29:47 Broadcast address is 10.1.2.255, network mask is 255.255.255.0
1999-11-09 04:29:47 This computer is server!
1999-11-09 04:29:47 Setting up module ipip and interface tunl0!
1999-11-09 04:29:47 Loading kernel module ipip
1999-11-09 04:29:47 Interface tunl0 127.255.255.0 up
1999-11-09 04:29:47 Interface tunl0:0 10.1.2.25 up
1999-11-09 04:29:47 Interface tunl0:0 10.1.2.25 up

At this point, we could verify that each of the three services being provided by the cluster, telnet, ftp, and http, were working correctly. We used the telnet program to test both ftp and telnet services. We verified by entering a command such as 'telnet labs025 21' that the connection request may actually be serviced by any one of the three nodes in the cluster. This was determined by reading the name of the actual server name in the connection banner displayed by the telnet program. The same method was used to test telnet.

To verify that http connections to labs025 could be serviced by any node in the cluster, we simply generated different html content on each node. By examining the content displayed in the web browser, we could determine which node was servicing the conne

Pass  System Partitioning 

The fdisk successfully created the system partition. We used the fdisk option, but cfdisk was also offered.

To provide an idea of how we partitioned the drive, here is the output from "fdisk -l /dev/sda":

Disk /dev/sda: 255 heads, 63 sectors, 1112 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot       Start       End    Blocks   Id  System
/dev/sda1             1         7     56196   83  Linux
/dev/sda2             8        33    208845   83  Linux
/dev/sda3            34        99    530145   82  Linux swap
/dev/sda4           100      1112   8136922+   5  Extended
/dev/sda5           100      1112   8136891   83  Linux

and from "mount":

/dev/sda2 on / type ext2 (rw)
proc on /proc type proc (rw)
/dev/sda1 on /boot type ext2 (rw)
/dev/sda5 on /usr type ext2 (rw)
none on /dev/pts type devpts (rw,mode=0622)

Pass  System Installation 

The kernel was successfully copied to the hard disk and made bootable; all essential packages were installed. We chose "Install Everything (696 MB)." Other options were "Base Cluster Server (160 MB)," "Custom," and "Package List." Custom allows you to browse through a collapsible list of groups and packages to install. Package List did not work. Selecting "Package List" first prompts whether you would like to load the custom list from floppy or CD-ROM. Choosing "Load from CD-ROM" produces the error message "Could not get directory listing for '/tmp/tlimage/customlists': No such file or directory."

Pass  Video Adapter: S3 Trio 64V2/DX (2MB)

The video adapter was correctly identified as being supported by XFree 86 and the system was configured accordingly. Initially, the video probe did not detect any video hardware. We were then prompted for video hardware information. Our responses and choices were as follows:

Video Card: S3 Trio 64V2/DX (generic)
Video RAM: 2048Kb
Keyboard: US Generic 101 key
Keyboard Layout: US English
Mouse: Generic PS/2
Mouse Buttons: 2
Monitor: Default Monitor
Color Depth: 16
Resolution: 1024x768
Refresh Rate: Configure Automatically
Font Resolution: 100 dpi

The X test completed successfully. We selected text-based login from the following screen, instead of a graphical login.

Return to Certification Table
 


 
Professional Services | University | Labs | Technical Support | About Us
 
Support Yourself | Kernel Central | Software Directory | Web Directory
Viewpoints | Product Comparisons | Linux for Business | Goodies
 
Feedback | Careers | Privacy Notice | Legal Notice

Copyright © 1999-2000 Linuxcare, Inc. All rights reserved.