免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1043 | 回复: 0
打印 上一主题 下一主题

Cluster solutions DIY or use OSCAR [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-04-24 19:59 |只看该作者 |倒序浏览
Cluster solutions
DIY
OSCAR
ROCKS
...

DIY cluster

advantages
  control
  learning experience
disadvantages
  control
  administration

DIY-cluster how-to outline
  --hardware requirement
     several commodity computers:
        cpu or motherboard
        memory
        ehternet card
        hard drive (recoomended,in most cases)
     network switch
     cables,etc
  --head node edployment
     core software requirements
        core system
        additional packages
     cluster-specific software
     configuration
        initial configuration
            share /home directory
            configure firewall rules
            configure networking
            configure SSH
            create conpute node image
  --adding compute nodes

building the cluster
   --install compute node image on the compute node
         manually
         PXE boot
         redhat kickstart etc.
   --configure host name,NFS,etc
   --for each node!

maintenance
   --software updates in head node require update in compute node
   --failed nodes must be temporarily removed from head node configuration files

but when the users want hundreds of nodes or more,we must use OSCAR or others

OSCAR open source cluster application resources
--fully-inregrated software bundle to ease deployment and management of a cluster
--provides
  management wizard
  command-line tools
  system installation suite

overview of process
--install OSCAR-approved linux distribution
--install OSCAR distribution
--create node images
--add nodes
--start computing

OSCAR management wizard
--download/install/remove OSCAR packages
--build a cluster image
--add/remove cluster nodes
--configure nerwork
--reimage or test a node with the network boot manager

OSCAR command line tools
--everything the wizard offers
--yume
  update node packages
C3 -- the cluster command control tools
--provide cluster-wide versions of common commands
--concurrent execution
--example 1:copy a file from the head node to all visualization nodes
--example 2:execute a script on all compute nodes
C3 list of commands
--cexec;ckill;cget;cpush;cpushimage;crm;cshutdown;cnum;cname;clist
example C3 configuraiton
# /etc/c3.conf
##
# describes cluster configuration
##
cluster gcb {
  gcb.fiu.edu #head node
  dead placeholder #change command line to 1 indexing
  compute-0-[0-8] #first set of nodes
  exclude 5 #offline node in the range (killed by J. Figueroa)‏
}
OPIUM
--the OSCAR password installer and user management
  synchronize user accounts
  set up passwordless SSH
  periodically check for changes in passwords

SIS
--system installation suite
--installs linux systems over a network
--image-based
--allows different images for different nodes
--nodes can be booted from network,floppy,or CD







本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/94480/showart_1910118.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP