1:准备环境本机电脑:双核、12G、500G硬盘()实验工具:VM系统:windows2008R2Enterprisesp1(x64)(中文系统&英文系统)DB:MSSQLServer2008R2(x64)注意:a)使用VM进行实验中,需要准备多个节点,克隆会导致之后的群集验证失败。(系统问题)解决:创建一个中文版本..
分类:
数据库 时间:
2014-09-01 19:48:44
阅读次数:
307
在腾讯服务器上部署的时候出现的莫名其妙的错误,我在配置文件上都写master, node1,但是运行mapredure的时候的时候老是出现 Job job_1409546978133_0001 failed with state FAILED due to: Application applicat...
分类:
其他好文 时间:
2014-09-01 19:15:13
阅读次数:
145
RedHatEnterpriseLinux4系统中安装VMware Tools1. 必须以ROOT身份进入Linux2. 进入linux系统,然后按下CTRL+ALT组合键,进入主操作系统,点击VMware菜单栏中的VM菜单下的”InstallVMwareTools”。3. 这时在RedHatLin...
分类:
其他好文 时间:
2014-09-01 15:30:43
阅读次数:
440
在“KVM Run Process之Qemu核心流程”一文中讲到Qemu通过KVM_RUN调用KVM提供的API发起KVM的启动,从这里进入到了内核空间运行,本文主要讲述内核中KVM关于VM运行的核心调用流程,所使用的内核版本为linux3.15。
[点击查看全文]
http://luoye.me/2014/07/12/KVM_RUN_PROCESS2/...
分类:
其他好文 时间:
2014-08-31 18:42:01
阅读次数:
190
首先摘录如下URL对pagemap的描述。
https://www.kernel.org/doc/Documentation/vm/pagemap.txt
* /proc/pid/pagemap. This file lets a userspace process find out which
physical frame each virtual page is map...
分类:
系统相关 时间:
2014-08-31 09:14:51
阅读次数:
805
Methods and systems are provided to control the execution of a virtual machine (VM). A VM Monitor (VMM) accesses VM Control Structures (VMCS) indirect...
分类:
其他好文 时间:
2014-08-30 01:10:40
阅读次数:
383
DEPRECATED: Use of this script to execute hdfs command is deprecated.本人安装的hadoop版本是2.4.0的,但每次执行命令时都会显示下面的信息hadoop@VM_160_34_centos:/usr/local/hadoop-2...
分类:
其他好文 时间:
2014-08-29 22:35:28
阅读次数:
265
初次在VM上配置Hadoop,开了三台虚拟机,一个作namenode,jobtracker另外两台机子作datanode,tasktracker配置好后,启动集群通过http://localhost:50700查看cluster状况Hadoop配置datanode无法连接到master发现没有dat...
分类:
其他好文 时间:
2014-08-29 15:54:18
阅读次数:
201
ORA-06575: 程序包或函数 NO_VM_DROP_PROC 处于无效状态...
分类:
其他好文 时间:
2014-08-29 13:12:21
阅读次数:
641
PS3.0下通过测试,PS2.0下没有 networkAdapters 这个属性:$vmname = "22012r2"$v = get-vm |where {$_.name -eq $vmname}$v |select -ExpandProperty NetworkAdapters返回结果:
分类:
其他好文 时间:
2014-08-29 12:46:07
阅读次数:
163