没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
Copyright Terapoc Inc. 2015 Page 1
OpenLava Installation Procedure
Last modified: March 17, 2015
Overview
This document explains how to install Teraproc OpenLava on a Linux cluster. It assumes that readers are
starting from an RPM file supplied by Teraproc, a company focused on providing cloud-based cluster-as-
a-service solutions. Teraproc’s distribution of OpenLava is identical to OpenLava available from
http://openlava.org. The only differences is that the Teraproc RPM has been enhanced to simplify the
installation procedure. It is assumed that the reader is an experienced Linux system administrator.
Obtain OpenLava
Download OpenLava by visiting http://teraproc.com and following the OpenLava download links. After
filling in a short registration form you can select the version of OpenLava you wish to download and save
the rpm or deb install package locally. This procedure applies to both the current stable release
OpenLava as well as the beta release although there will be minor differences in file names and install
locations depending on which you select.
Prepare the Linux Cluster
Installing and configuring cluster nodes is beyond the scope of this document, but broadly the steps are
as follows:
Make sure that all cluster nodes know their own hostname (hostname –f) and that cluster nodes
can ping one another.
If you do not have a nameserver setup, you may need to manually enter IP addresses and
hostnames in the /etc/hosts file on each cluster node.
OpenLava will send e-mail when jobs are completed, so while not necessary for OpenLava to
function, it is desirable to configure e-mail as well. This can be done after the OpenLava cluster
is installed and configured.
Troubleshooting network issues can be tricky, so when installing the cluster, if your site policies
allow, you may want to temporarily disable the firewall on all nodes using “iptables service
stop” on RedHat, CentOS and Suse Linux or “ufw stop” on Ubuntu Linux. In the appendix we
provide additional guidance on how to manage firewalls across different Linux operating
systems.
You may want to disable SELinux while installing the cluster. You can do this by editing
/etc/selinux/config or running the command setenforce 0. Details are provided in an appendix
to this document.
We would be remiss if we did not point readers to an excellent blog article written on this topic
that can provide additional useful information. Please see http://jensd.be/?p=404.
Copyright Terapoc Inc. 2015 Page 2
In the installation example below, we have four Linux hosts. These happen to be RHEL 7.1 nodes. The
procedures described here may need to be adjusted depending on your environment and the specific
versions of Linux you are running.
Our cluster has the following hostnames.
Install OpenLava on the first host
The simplest way to install OpenLava is to use the Linux yum facility. Yum will look after resolving
dependencies automatically and installing pre-requisite packages as needed. On the first cluster host
logged in as root, run the command below using the Teraproc supplied rpm file.
This should result in OpenLava being installed, configured and OpenLava services started. This step
should be the only one required, but additional information is provided below in case users encounter
difficulties with their environment.
You can elect to use rpm to install OpenLava instead. If you are installing on Ubuntu Linux (a Debian-
based distribution), instead of using the .rpm file you should use the .deb file provided by Teraproc and
use the dpkg command instead of yum or rpm. By default, recent versions of RHEL and CentOS do not
install TCL shared libraries (included in the TCL Developer’s package) or the “killall” command (included
in the “psmisc” package) required by OpenLava.
You can determine whether these packages are installed on your host using the commands below.
host1
host2
host3
host4
[root@host2]# yum install openlava-3.0-0.x86_64.rpm
..
Starting daemons...
lim started
res started
sbatchd started
[root@host2 ec2-user]# yum list installed tcl-devel
..
[root@host2 ec2-user]# yum list installed psmisc
..
剩余9页未读,继续阅读
资源评论
xkang23
- 粉丝: 0
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 后勤管理处服务工作标准.docx
- 后勤维修材料管理制度.docx
- 寒假作息时间表.docx
- 基层应急救援站建设提升基层安全防范和应急救援能力的实施方案.docx
- 磷酸铁、磷酸铁锂生产工艺流程.docx
- 环境问题调查表.docx
- 普通高等学校运动训练、武术与民族传统体育专业招生管理办法.docx
- 设备管理制度(全).docx
- 乳酸阈值对照表.docx
- 神经肌肉中心皮肌炎诊断标准.docx
- 硕士研究生招生考试(初试)《考场规则》.docx
- 消防安全常识二十条.docx
- 学校交通安全知识培训内容.docx
- 医疗废物处置管理制度.docx
- 医疗卫生机构医疗废物管理制度.docx
- 招投标中标后,招标方的操作流程.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功