在ubuntu8.04上安装kerrighed-2.3.0cluster.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
在ubuntu8.04上安装kerrighed-2.3.0cluster

在ubuntu 8.04上安装kerrighed 2.3.0 cluster 参考原文:Setting Up A Diskless-boot Kerrighed 2.4.1 Cluster in Ubuntu 8.04 本实验中用了三台机器,一台作为server(运行Ubuntu 8.04,内核任意),另外两台作为client。Server不需要安装Kerrighed内核,他只作为服务器,为Client节点提供网络以及文件系统等支持。Server通过DHCP、TFTP服务为Client进行网络安装操作系统,并通过NFS为Client提供全局文件系统支持。Server有两个网卡,一个对外,一个对内。本实验中对外的网卡为eth1,其IP与本实验无关;对内的网卡为eth0,其IP为,子网掩码为。 这个安装向导分为两个部分:第一部分是配置服务器,让节点可以使用当前的kernel无盘启动;第二部分是安装与配置Kerrighed 2.3.0。 为了简单,本文大多内容直接原文拷贝,所以是英文,个别地方做了修改,或采用中文说明。另外,重要的补充说明用红字体标示。 Part 1: 建立无盘启动的Ubuntu server This will be the basis of our cluster. In order to get a working diskless boot server, there are four main components youll need to install: a DHCP server to assign IP addresses to each node, a TFTP server to boot the kernel for each node over the network, an NFS server to allow the nodes to share a filesystem, and a minimal Ubuntu 8.04 installation for them to share. These server components will all run on one box; this box will be your head node or the controller for the cluster. Lets get started! 1.1: Setting up the DHCP server DHCP is what will allow the nodes to get IP addresses from the server. We want to set up and configure a DHCP daemon to run on the server and give IP addresses only to nodes it recognises, so we will tell the daemon their MAC addresses. ?? First install the DHCP server package with aptitude or apt-get, as root: # aptitude install dhcp3-server 补充说明:从此处开始,后续会有很多操作涉及aptitude install或者apt-get install,这些都需要联网操作。那么,在无法上网的情况下,如何安装这些软件呢?一种相对简单的方式是:一次性的把所有的软件安装在另一台上网机上,然后拷贝这些软件到非上网机。此次实验采取的即是这种方法,详细说明见附录一。当然,也可以在本地局域网配置一个软件源,只要添加这个源即可,但源非常庞大,下载较麻烦,暂时未使用该方法。 ??修改内网卡的IP为,掩码为,网关为,DNS为。 ?? Check that the DHCP server configuration file, /etc/default/dhcp3-server, contains the correct Ethernet card to listen to DHCP requests from the nodes: this will be the card that does not connect to the Internet. If you put the wrong card into this file, bad things will happen: your server will start listening to DHCP requests on the LAN and denying them all, since

文档评论(0)

jgx3536 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档