IDH2.5.1. Pain Points
1. On Redhat 6.2 after uninstalling a cluster, and re-install IDH 2.5.1, you meet a "can not write /etc/nginx/nginx.conf" and you can not install IDH
root cause: when you uninstall, there is an error "cannot connect to the IDH or OS yum reposity." and the uninstallation is not fully completed
solution:
1.1.you remove the repo list /ect/yum.repos.d/ that are not os and idh and run yum clean all
1.2. when you install IDH again, you check /etc/nginx folder and check if it exists. if not, run yum install nginx or go to intelhadoop/idh/hadoop_related/common/puppet
and run rpm -i nginx...
2. when IM in the formatting period, standy NN Tab goes into error without any error info and the DRBD syn seems not started.
2.1. check /var/log/intelmanager/ and find the SNN install log and find that there are errors deleting /mnt/diskX/data/subdirNN.
2.2. delete the obsolete data dir.
2.3. formatting cluster again.
IDH2.5.1. Pain Points的更多相关文章
- 「2014-2-8」Reading a blog on the pain points of Global Variables of C language
		
晚上读到一篇<C 语言全局变量那些事儿>.我先前对链接的理解不深,算是涨了一番姿势.此文吐槽的重点,是「非 static 限定的全局变量」带来的看似出人意料(实则可以被合理解释)的行为.虽 ...
 - Atitit.创业之uke团队规划策划 v9
		
Atitit.创业之uke团队规划策划 v9 Uke org prjAuthor撰写人:绰号:老哇的爪子( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿尔 拉帕努 ...
 - Programming Entity Framework 翻译(1)-目录
		
1. Introducing the ADO.NET Entity Framework ado.net entity framework 介绍 1 The Entity Relationship Mo ...
 - [专题论文阅读]【分布式DNN训练系统】 FireCaffe
		
FireCaffe Forrest N. Iandola FireCaffe: near-linear acceleration of deep neural network training on ...
 - sql是如何执行一个查询的!
		
引用自:http://rusanu.com/2013/08/01/understanding-how-sql-server-executes-a-query/ Understanding how SQ ...
 - Developers, do consider different user roles!  - A bad experience with cron
		
The Story: Last week, I found one of our embedded arm linux device ran out of flash space( totally ...
 - [未完成]关于Eclipse4RCP书中内容总结
		
原文地址http://www.vogella.com/tutorials/EclipseRCP/article.html Table of Contents 1. Eclipse 4 1.1. Wha ...
 - 【Xamarin挖墙脚系列:Xamarin4.0的重大变更】
		
原文:[Xamarin挖墙脚系列:Xamarin4.0的重大变更] Windows下的变更不大,主要还是bug 的修复,性能的优化,API的扩展实现. 变化最大的是在Mac上的那个Xamarin.iO ...
 - Java 8 Features – The ULTIMATE Guide--reference
		
Now, it is time to gather all the major Java 8 features under one reference post for your reading pl ...
 
随机推荐
- mina IoBuffer 常用方法
			
Limit(int) 如果position>limit, position = limit,如果mark>limit, 重置mark Mark() 取当前的position的快照标记mar ...
 - POJ 2420:A Star not a Tree?
			
原文链接:https://www.dreamwings.cn/poj2420/2838.html A Star not a Tree? Time Limit: 1000MS Memory Limi ...
 - python学习之while语句
			
while循环 1.简单的while循环while True: ")#这是一个简单的while循环,当等于True时会一直打印1 2.while执行多少次后退出 coun=0while Tr ...
 - JavaEE程序员必读图书大推荐
			
下面是我根据多年的阅读和实践经验,给您推荐的一些图书: 第一部分: Java语言篇 1 <Java编程规范> 星级: 适合对象:初级,中级 介绍:作者James Gosling(Java之 ...
 - 【转】ini载入保存类,操作INI配置文件方便的很
			
/****************************************************************** * * ^_^ 恶猫 独门商标 挖哈哈 * * QQ:\> ...
 - 对css中clear元素的理解
			
clear:left;表示左侧不能有浮动元素. clear:right;表示右侧不能有浮动元素. clear:both;表示左右两侧都不能有浮动元素. 但在使用时,还得考虑css优先级问题.相同类型选 ...
 - Python学习笔记(2)
			
变量 变量名就像我们现实社会的名字,把一个值赋值给一个名字时,它会存储在存储中,称之为变量(Variable),在大多数语言中,都把这种行为称为“给变量赋值”或“把值存储在变量中”. 而Python与 ...
 - (转)QML代码与现有Qt UI代码整合
			
http://blog.csdn.net/henreash/article/details/7934315
 - cubic-bezier贝塞尔曲线css3动画工具
			
今天在一本叫<HTML5触摸界面设计与开发>上看到一个做弹跳球的复杂动画效果,首先加速下降,停止,然后弹起时逐渐减速.是用cubic-bezier贝塞尔曲线来完成的.所以特地去学习了一下关 ...
 - 正则神器,RegexBuddy
			
解释 转换 测试匹配 使用帮助 正则图书馆 转为PHP案例 功能强大,虽然是英文的!挺不错的~