SCore Linux Kernel Installation


  1. SCore Kernel Installation from binary RPMs To install the kernel image, issue the following commands:
    	# cd /opt/score.work
    	# rpm --install --nodeps kernel-2.6.11-*SCORE.i686.rpm
    	# rpm --install --nodeps kernel-smp-2.6.11-*SCORE.i686.rpm
    

  2. /etc/lilo.conf

    If you use lilo, edit the /etc/lilo.conf so that the SCore linux kernel is used. An example of the /etc/lilo.conf is shown below:

    boot=/dev/hda
    map=/boot/map
    install=/boot/boot.b
    prompt
    timeout=50
    message=/boot/message
    linear
    default=linux
    image=/boot/vmlinuz-2.6.11-1SCOREsmp
            label=linux
            initrd=/boot/initrd-2.6.11-1SCOREsmp.img
            read-only
            root=/dev/hda5
    image=/boot/vmlinuz-2.6.11-1SCORE
            label=linux-up
            initrd=/boot/initrd-2.6.11-1SCORE.img
            read-only
            root=/dev/hda5
    
    
    Then, please don't forget execute lilo command:
    	# sync
    	# lilo
    

  3. /boot/grub/grub.conf

    If you use grub, edit the /boot/grub/grub.conf so that the SCore linux kernel is used. Probabry you edit only default value to boot SCore kernel when reboot.

  4. Please reboot reboot the system
    	# /sbin/reboot
    
    To make sure the PM drivers have been installed, issue the following command:
    	# dmesg | grep -i pm
    
    You will see several messages. e.g.,
    pm_memory:PM memory support
    pm_memory:Register pm_memory as major(123)
    pm_myrinet:Probe Myrinet rev 1
    pm_myrinet:Register pm_myrinet as major(121)
    pm_myrinet:[0]: clockval = 90479047, cpu = 403, delay = 0, board = 1, sram = 100000
    pm_myrinet:[0]: 30 contexts using 15360K bytes of memory
    PM/Ethernet: "$ Id: pm_ethernet_dev.c,v 1.14 2005/10/10 04:49:13 s-sumi Exp $"
    PM/Ethernet: register pm-ethernet device as major(122)
    pm-ethernet0: 16 contexts using 4096KB MEM, maxunit=4, maxnodes=512, mtu=1468, eth0.
    etherpm0: Interrupt Reaping on eth0, irq 0
    pm_shmem:pmshmem: version = $ Id: pm_shmem.c,v 1.4 2005/09/21 08:15:04 hori Exp $
    pm_shmem:pmshmem_init: register pm_shmem as major(124)
    
Be sure that the above procedures are performed on all hosts so that a new kernel is installed on all hosts.


PCCC logo PC Cluster Consotium


CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003-2004 PC Cluster Consortium.