前言:本人在配置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. Linux学习笔记(一)

    1.正则表达式 \w 匹配任何字类字符,包括下划线.与“[A-Za-z0-9_]”等效. \W 与任何非单词字符匹配.与“[^A-Za-z0-9_]”等效. +    一次或多次匹配前面的字符或子表达 ...

  2. postman+newman+jenkins

    1.postman: http://itfish.net/article/59864.html(网上参考资料) 1)安装(要用爬墙软件): 进入下面地址https://chrome.google.co ...

  3. perl脚本基础总结

    1.  单引号字符串中的\n不会被当做换行符处理. 如:'\'\\'  -->  '\  . 2.  双引号 字符串联    "Hello"."World" ...

  4. C++ 二叉树深度优先遍历和广度优先遍历

    二叉树的创建代码==>C++ 创建和遍历二叉树 深度优先遍历:是沿着树的深度遍历树的节点,尽可能深的搜索树的分支. //深度优先遍历二叉树void depthFirstSearch(Tree r ...

  5. C++学习基础六——复制构造函数和赋值操作符

    1.什么是复制构造函数 复制构造函数:是构造函数,其只有一个参数,参数类型是所属类的类型,且参数是一个const引用. 作用:将本类的成员变量赋值为引用形参的成员变量. 2.什么是赋值操作符 赋值操作 ...

  6. Analyze network packet files very carefully

    As a professional forensic guy, you can not be too careful to anlyze the evidence. Especially when t ...

  7. (转)这个API很“迷人”——新的Fetch API

    原文:https://hacks.mozilla.org/2015/03/this-api-is-so-fetching 原标题是This API is So Fetching,Fetching也可以 ...

  8. NHibernate系列文章九:NHibernate对象二级缓存上

    摘要 NHibernate的二级缓存由SessionFactory管理,由所有Session共享. NHibernate缓存读取顺序: 首先从一级缓存中读取,如果一级缓存对象存在,则读取一级缓存对象并 ...

  9. Windows程序设计(第五版)学习:第二章 Unicode简介

    第二章 Unicode简介 1,Windows通过双字节技术DBCS解决这个问题,代码页定义不同的字符集,称为ANSI字符集,比如日文为CP932,韩文为CP949,繁体中文为CP950,简体中文为C ...

  10. 用BlendFunc实现舞台灯光和刮刮卡效果

    [转]http://code.lovemiao.com/?p=136#more-136 之前写过一篇<不规则形状按钮的点击判定>,利用了CCRenderTexture创建一块画布,可以在上 ...