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 ---- ...
随机推荐
- HDU2588
结论:如果p是n的约数,那么满足gcd(i,n)==p的i的个数是Φ(n/p) #include<bits/stdc++.h> using namespace std; const int ...
- 搭建Redis报错
2018-10-26 报错信息 You need tcl 8.5 or newer in order to run the Redis test 原因 缺少 tcl 插件 解决方式 wget http ...
- oracle常用DDL语句
1.添加表字段--咨询表添加内容简介字段 ALTER TABLE s_table ADD intro VARCHAR2(1024); COMMENT ON COLUMN s_table.remarks ...
- Java基础23-main方法
/* 主函数(主方法) 1.public(访问修饰符,公共的)代表类或者该函数访问权限是最大的 2.static 代表主函数随着类的加载就已经存在了 3.void 代表主函数没有具体的返回值 4.ma ...
- 实现类似tail -f file功能
python版本py3 tail -f file是打印最后10行,然后跟踪文件追加的内容打印出来. python3 以为本方式打开的话,不能回退(f.seek(-1,1)),所有以'rb'方式打开文件 ...
- 03-struts2获得servetAPI
1 原理 三个域合一的时候相同的键值对以小的域为准.ActionContext 对象创建:每次请求的时候都会创建一个与请求对应的 ActionContext 对象.ActionContext 销毁:请 ...
- 案例42-使用ajax获取crm中的客户列表
1webcontent部分 1 修改menu.jsp代码 2 jsp/customer/list.jsp代码 <%@ page language="java" content ...
- gcc 链接非标准名称库
一般库的标准名称是libxxx.so或者libxxx.a, 如果没有, 也可以搞个linkname出来, 那就可以直接用 "-lxxx" 来链接了, 但要是你想直接用realnam ...
- 使用网络技术---WebView
混合技术 1.使用WebView 权限声明: 定义WebView 填充网页: webView=findViewById() //启用js WebSetting seter = webView.sett ...
- node.js分片上传文件
前端 : <html> <head> <title>分片上传文件</title> </head> <body> <div ...