Hi Erich,

Thanks for the suggestions. I now have the x86_64 part set up but have 
some questions regarding to the "tricks".

1. Should all the "tricks" be done before building the i386 image with 
OSCAR? Or it does not matter?
2. Does the file /tftpboot/install-i386.pxe look like the following? 
(the part after MONITOR_SERVER= is removed)
     LABEL systemimager
     KERNEL kernel-install-i386
    APPEND vga=extended initrd=initrd-install-i386.img root=/dev/ram 
noexec=off MONITOR_SERVER=....
    LABEL kernel
    KERNEL kernel-install-i386
   APPEND vga=extended initrd=initrd-install-i386.img root=/dev/ram 
noexec=off MONITOR_SERVER=...
    LABEL linux
    KERNEL kernel-install-i386
    APPEND vga=extended initrd=initrd-install-i386.img root=/dev/ram 
noexec=off MONITOR_SERVER=...
    LABEL boel
    KERNEL kernel-install-i386
   APPEND vga=extended initrd=initrd-install-i386.img root=/dev/ram 
noexec=off MONITOR_SERVER=...

3. Does the file /etc/netbootmgr.conf look like the following?
    MENU Install:__default__
    MENU LocalBoot:localboot
    MENU Kernel-x:kernel-install-i386
    MENU Memtest:memtest86

Thanks a lot for your help.
Shiang-Tai

Erich Focht wrote:
> Hello Lin,
>
> I'm sorry, but you'll need to take an Opteron node to be the master. You can
> only manage nodes which are compatible to the master. For Opteron this means
> you can manage both, ia32 and x86_64. Then you'll need to have:
>
> /tftpboot/distro/fedora-5-i386
> /tftpboot/distro/fedora-5-x86_64
> and
> /tftpboot/oscar/common-rpms
> /tftpboot/oscar/fc-5-i386
> /tftpboot/oscar/fc-5-x86_64
>
> Installing the Opterons will be easy and just straight forward.
>
> For installing the xeons you'll need to do some tricks.
> - copy /usr/share/systemimager/boot/i386/standard/kernel
>   to /tftpboot/kernel-install-i386
> - copy /usr/share/systemimager/boot/i386/standard/initrd.img
>   to /tftpboot/initrd-install-i386.img
> - copy /tftpboot/pxelinux.cfg/default to /tftpboot/install-i386.pxe
> - edit the file /tftpboot/install-i386.pxe to point to the kernel-install-i386
>   and initrd-install-i386.img which you prepared in the previous steps.
> - set up /etc/netbootmgr.conf, get the install-i386.pxe file integrated.
> - start netbootmgr and switch the next boot action to install-i386
> - boot and watch the xeon nodes...
>
> I hope this helps...
>
> Best regards,
> Erich
>
> On Tuesday 16 January 2007 05:23, stlin wrote:
>   
>> Hi,
>>
>> I am trying to setup up my cluster containing two different types of 
>> processors with OSCAR 5.0 and Fedora Core 5.0. The hardware architecture 
>> includes
>>
>> master node: intel Xeon (32 bit)
>> 7 compute nodes: identical to the master node
>> 9 compute nodes: AMD opetron 64 bit
>>
>> I successfully installed OSCAR on the master and intel compute nodes. 
>> However, I am having trouble building the client image for the AMD 
>> nodes. The log file is attached. I'd greatly appreciate if anyone can 
>> help me with this problem.
>>
>> The Install Manual says that "This and other advanced topics, such as 
>> heterogenous cluster installations, will be discussed in a later 
>> section." but I could not find where this section is. Did I miss it 
>> somewhere?
>>
>> Thanks a lot!
>> Shiang-Tai Lin
>>
>>     
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to