Intel® Manager for Lustre* software(一)
Intel® Manager for Lustre* software Installation
软件安装指导目录:
- 安装IML(Intel® Manager for Lustre* software)
- 配置IML(Intel® Manager for Lustre* software)
- 编辑IML(Intel® Manager for Lustre* software)的配置文件
本小节描述怎么在管理服务器上安装IML(Intel® Manager for Lustre* software)
IML(Intel® Manager for Lustre* software)安装后,使用谷歌浏览器(chrome)或者火狐浏览器(firefox)打开IML的网页仪表盘。这是一个能够充分显示IML的GUI的监控页面,最小能够达到1024x768分辨率。
Note: 之后,当需要添加存储服务器到你的Lustre文件系统、IML软件代理、IML软件,一些特殊的依赖(例如:Corosync(集群管理套件之一)、Pacemaker(集群管理工具))能够被自动地部署在存储服务器上。这避免需要手动在存储服务器上安装IML软件和一些可能发生的错误。
Note: 一些安装可能需要手动选择部署和配置一个Lustre文件系统,而不需要IML软件。此外,还有一些安装也可能选择去部署和配置一个Lustre文件系统,然后还需要去安装仅仅工作在监控模式下的IMl软件。完整的软件发行包是iml-4.0.0.0.tar.gz。想要去手动部署和配置Lustre,请看手动安装和配置Lustre
有关安装和配置Lustre的信息,请看Lustre操作手册第二部分。
安装IML软件(Intel® Manager for Lustre* software)
你需要依据以下信息及进行IML的安装:
需要名字、邮箱地址和密码作为第一个IML的超级用户。这个邮箱地址必须使用一个完全合格的域名(The fully qualified domain name (FQDN))
(可选)在你的站点上NTP服务器的完全合格的域名。 如果没有设置NTP服务器,这个IML软件服务的时间将会作为整个集群的时间源。
软件安装步骤:
1、 下载安装文件到管理节点上的一个文件夹,比如:/tmp
2、 使用tar解压安装文件:
# cd /tmp; mkdir install
# tar –C install –xzf iml-4.0.0.0.tar.gz
3、 安装IML:
# cd /tmp/install/iml-4.0.0.0.tar.gz
# ./install
4、 当下面这些提示出现时,输入你的相关信息成为IML软件的第一个超级用户:
Username:
<Enter the name of the superuser>Password:
<Enter a password>Confirm password:
<Enter the password again>Email:
<Enter an email address for the superuser>
Note: 此外,IMl软件超级用户和文件系统管理员、用户能够在管理界面被创建
当配置完成,一个信息将会显示安装成功。
5、 当NTP Server [localhost]提示出现时,有以下两种选择:
Option1: 输入NTP服务器的FQDN或者IP地址并按下键能够指明NTP服务器(内部的或者外部的)。
Option2: 直接按下键,使用IML软件服务器的时钟作为时间源。
6、 使用ifconfig,得到IMl软件服务的管理网络接口。IMl软件的默认网络接口是eth0.
7、 打开Web浏览器,输入上一步获取的服务器IP地址打开IMl软件管理界面:
https:
//<command_center_server_IP_address>
Note: 如果这个IP地址有一个关联的FQDN,你可以通过下面这个网址连接到IMl软件的图形用户接口:
https:
//<command_center_server_fqdn>
Note: 图形用户界面GUI使用了一个自签名的SSl证书来保证浏览器与服务器之间的通信。你需要接受此证书,以便连接到IML的GUI。可以从这里下载证书:
https:
//<manager-addr>/certificate/
配置IML软件(Intel® Manager for Lustre* software)
Intel® Manager for Lustre* software(一)的更多相关文章
- Intel MIC
http://en.wikipedia.org/wiki/Intel_MIC Intel MIC From Wikipedia, the free encyclopedia Intel Man ...
- Intel graphics processing units
http://en.wikipedia.org/wiki/Comparison_of_Intel_graphics_processing_units Comparison of Intel graph ...
- Intel Active Management Technology
http://en.wikipedia.org/wiki/Intel_Active_Management_Technology Intel Active Management Technology F ...
- x86 构架的 Arduino 开发板Intel Galileo
RobotPeak是上海的一家硬件创业团队,团队致力于民用机器人平台系统.机器人操作系统(ROS)以及相关设备的设计研发,并尝试将日新月异的机器人技术融入人们的日常生活与娱乐当中.同时,RobotPe ...
- x86 版的 Arduino Intel Galileo 开发板的体验、分析和应用
1.前言 在今年(2013)罗马举办的首届欧洲 Make Faire 上,Intel 向对外发布了采用 x86 构架的 Arduino 开发板:Intel Galileo.这无疑是一个开源硬件领域的重 ...
- (转)Integrating Intel® Media SDK with FFmpeg for mux/demuxing and audio encode/decode usages 1
Download Article and Source Code Download Integrating Intel® Media SDK with FFmpeg for mux/demuxing ...
- Intel Naming Strategy--2
http://en.wikipedia.org/wiki/Intel_Corporation#Naming_strategy Naming strategy[edit] In 2006, Intel ...
- intel vtune 介绍、安装和使用
intel vtune 介绍 https://software.intel.com/en-us/vtune intel vtune 安装包下载地址 https://software.intel.com ...
- metasploit--exploit模块信息
Name Disclosure Date Rank Description ---- ...
随机推荐
- Yii2 执行Save()方法失败,却没有错误信息
一般用$model->errors 就能查看到更新失败的原因,但是这次却什么错误信息都没有,最后发现是因为在模型类中定义了一个方法 public function beforeSave($ins ...
- Python学习 day03
一.基本数据类型 python中的基本数据类型有以下几种: int -- 整数 python3中默认整数都是int型,python2中int的范围为-231~232-1(32位系统中)/ ...
- Django From表单定制
参考文档: Forms The Forms API Working with forms 一.简单的Form表达定制 1)首先我们得定制Form表单类,下面我们创建一个简单的类: class Book ...
- arcgis影像批量裁剪代码
# -*- coding:utf-8 -*- # Name: ExtractByMask_Ex_02.py # Description: Extracts the cells of a raster ...
- yum安装git
此方法对于RHEL.Fedora.CentOS有效: 1.yum install git 2.yum istall git-svn git-email git-gui gitk
- PHP流程控制之goto语句
goto 操作符可以用来跳转到程序中的另一位置.该目标位置可以用目标名称加上冒号来标记,而跳转指令是 goto 之后接上目标位置的标记.PHP 中的 goto 有一定限制,目标位置只能位于同一个文件和 ...
- MATLAB-R2015b-win64安装详细教程
1.首先下载以下文件 链接:https://pan.baidu.com/s/1eRAOKZw 密码:5nkj 2.双击R2015b_win64.iso打开(win8,win8.1,win10均可直接打 ...
- Spring MVC处理异常有3种方法
1.使用 SimpleMappingExceptionResolver 实现异常处理 <bean class="org.springframework.web.servlet.hand ...
- dpkg: error: dpkg status database is locked by another process 解决方法
使用dpkg -i/apt命令安装,报错: ------------------------------------------------------------- dpkg: error: dpk ...
- 4、Angular2 pipe
1. stateless pipe 2.stateful pipe