前言:本人在配置Hadoop的过程中,需要搭建Cent OS 64 环境,借此,顺便将Cent OS 64 的安装在此记录,方便自己,也方便大家学习。本次是在VM12虚拟机中实现Cent OS 64 的安装以及配置,后续还会有Hadoop的安装配置教程,我们先来进行第一步。

一、VMware 12 Install CentOS 64(Linux)OS


create a new vm->there I screenshot my settings in the next steps->

keep next step->

the os name at will,if you understand it->the position choose a folder that you like->next->

next as deault,my computer`s RAM is 8G so i choose 1G that default>next

the net mode choose NAT,then we set IP address to connect the internet->

steps the default->

there I remove the audio card and the printer that impossible use them->accomplish!

the the vm will apper in the left list->

click the centOS 64 hadoop-master,we set the os install cd/DVD Path->

in the position we set the install cd/DVD ,choose the install source that we have upload CentOS64(CentOS6.5)

you can get the centos in the internet->

then we power start the vm cent os 64->

choose the first option install or upgrade an existing system->

OK

default ok that can show the step of check disks->

if check complete choose OK->

OK->Continue

if have a problem below we can learn from internet that we should reboot the vm , then choose skip->

next we reboot the system->

wait a minute show a confirm we choose skip;then it`s can found the install resource,auto install !->

into the view settings->

Choose language, there we choose English(English)->next

choose much next step we get there->

we choose Yes,discard any data->next->

input HostName,i set the master as HostName->next->

next->

The position we choose ShangHai->next

there we must confirm the window that tell us input the password and confirm(Don`t forget that pwd)->next->

there we choose Replace Existing Linux System->next

then choose Write Changes to disk->

next->

The System will progress the install progress->

 OK->we Reboot the system

oh welcom view->forward

Yes,I agree to the license Agreement(you known)->

then input your Username and password as will you like and dont`t forget them->

forward

if you get error in the Kdump step neglect it and click finish->

Then Reboot -> wait a minute we can input the password into the system CentOS->

 OK The CentOS64`s Install is complete ! Congratulation To you !


Then we set the net to the VM ->

choose the vpn connections -> Configure VPN->

Add->

Create->

RName the connection name we named master ->

let find the settings options there->

Then choose VMnet8->'NAT设置'->

We can get the Net GateWay and NetMask etc...

then we set the net work->

The Address input as will but cant repeat with other !

if we don`t known the DNS servers we input the chorm`s DNS 8.8.8.8;

then we into the vm-> set the IPv4 Settings:

Method:Manual(static address);

Address:192.168.239.128;

NetMask:255.255.255.0;

GateWay:192.168.239.2;

DNS server:8.8.8.8

Apply ->

You should start your VMware NAT Service if you want VM to connection the internet via conputer !

Then we find the network ico is have not the error ico ;

We can ping the host 192.168.239.1

you can see it`s successful !

let we test->start the Firfox explorer->input the url www.baidu.com->enter->

That you can see  the vm CentOS can surf the internet !


Then let we  configurate the Hadoop install and configuration !

VMware12 安装 CentOS 6.5 64位的更多相关文章

  1. 安装CentOS 6.4 64 位操作系统

    1.安装 CentOS 6.4 64位操作系统的一些困境: 1.1 CentOS 6.4 64位操作系统的ISO文件有4G多,通过U盘安装的方式已经不可取(FAT32 只支持最大4G文件); 1.2 ...

  2. CentOS 6.3 64位下MySQL5.1.54源码安装配置详解

    安装环境:CentOS 6.3 64位 一:先安装依赖包(不然配置的时候会报错的!) yum -y install ncurses* libtermcap* 新建mysql用户 [root@clien ...

  3. CentOS 6.5 64位下安装Redis3.0.2的具体流程

    系统环境:CentOS 6.5 64位 安装方式:编译安装 防火墙:开启 Redis版本:Redis 3.0.2 一.环境准备 1.安装 gcc gcc-c++ [root@iZ94ebgv853Z ...

  4. 使用centos 5.x 64位系统安装astgo 2014 v7.3教程(含全套安装文件)

    版本特色: 全自动安装 安装过程中不用频繁输入yes或回车 自带完整号码归属地数据库 自带触屏版WAP ·首先确定你需要使用astgo 2014 7.0还是7.3: astgo 2014 v 7.0 ...

  5. linux CentOs 7.4 64位 系统下 nuxt部署 、nginx 安装、node环境及软连接,pm2软连接

    一.nginx安装 1.安装依赖包 //一键安装上面四个依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel 2 ...

  6. 在 CentOS 7.5 64位上使用 yum 安装 MySQL 8.0

    前段时间在 CentOS 7.5 64位上安装 MySQL 8.0.查了些资料,在这里记录一下详细的安装和设置步骤. 一.安装 使用yum安装MySQL之前需要先下载对应的.rpm文件,下载方法: 去 ...

  7. sqlServer2014安装说明(windows7 64位)

    SqlServer2014安装说明(windows7 64位) 地址:https://www.microsoft.com/zh-cn/download/details.aspx?id=42299 1, ...

  8. CentOS X64上64位Oracle 11gR2 静默安装

    CentOS 6.2 X64上64位Oracle 11gR2 静默安装 www.linuxidc.com/Linux/2012-03/56606p4.htm HP-UX静默安装oracle11g过程 ...

  9. Centos 6.5(64位) vim 8.0 安装

    转自:https://blog.csdn.net/sdoyuxuan/article/details/78825912 1 先得安装nurses库 yum list | grep "ncur ...

随机推荐

  1. Jmeter-获取响应结果中参数出现的次数

    在测试中,有时候会遇到要统计响应结果中某个参数出现了多少次,如果量级很大,一个一个数不太现实,下面讲一下实现自动打印出该参数出现的次数的方法. 例如我的响应信息为:{"ip":&q ...

  2. dedecms代码研究五

    上一次留几个疑问: 1)DedeTagParse类LoadTemplet方法. 2)MakeOneTag到底在搞什么. 从DedeTagParse开始前面,我们一直在dedecms的外围,被各种全局变 ...

  3. python笔记一

    好奇,想一探究竟.安装就出点小问题,win7,64位,一直卡在这里不动了? 只好取消.第二天安装仍是如此. 于是下载Windows6.1-KB2999226-x64.msu,安装,仍卡顿不动: 于是找 ...

  4. ubuntu 13.04 lighttped mysql php

    apt-get update sudo apt-get install lighttpd php5-cgi Enable the fastcgi module and the php configur ...

  5. AtomicInteger

    原子量和普通变量相比,主要体现在读写的线程安全上.对原子量的写是原子的,由CAS操作保证原子性.对原子量的读可以读到最新值,由volatile关键字来保证可见性. ublic class Atomic ...

  6. TCP控制拥塞的四种算法:慢开始,拥塞避免,快重传,快恢复

    我们在开始假定: 1:数据是单方向传递,另一个窗口只发送确认. 2:接收方的缓存足够大,因此发送方的大小的大小由网络的拥塞程度来决定. 一:慢开始算法和拥塞避免算法 发送方会维持一个拥塞窗口,刚开始的 ...

  7. HIS与CIS的区别与联系

    医院的医疗信息系统总体可以分为两类:一类是关于医院管理运作的,另一类是关于临床医疗护理的,即面向医院管理和病人管理,前者被称为HIS(医院信息系统),后者被称为CIS(临床信息系统).HIS是以经济核 ...

  8. ComboBox的数据绑定

    这里的ComboBox指System.Windows.Forms中的ComboBox. 使用对象数据源 IList<Model> models = ModelService.GetAllM ...

  9. mysql小误区关于set global sql_slave_skip_counter=N命令

      背景知识1:     在主从库维护中,有时候需要跳过某个无法执行的命令,需要在slave处于stop状态下,执行 set global sql_slave_skip_counter=N以跳过命令. ...

  10. JavaIDL开发CORBA实例演示

    转载 http://www.micmiu.com/opensource/corba/corba-javaidl-dev-demo/