VMware12 安装 CentOS 6.5 64位
前言:本人在配置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位的更多相关文章
- 安装CentOS 6.4 64 位操作系统
1.安装 CentOS 6.4 64位操作系统的一些困境: 1.1 CentOS 6.4 64位操作系统的ISO文件有4G多,通过U盘安装的方式已经不可取(FAT32 只支持最大4G文件); 1.2 ...
- CentOS 6.3 64位下MySQL5.1.54源码安装配置详解
安装环境:CentOS 6.3 64位 一:先安装依赖包(不然配置的时候会报错的!) yum -y install ncurses* libtermcap* 新建mysql用户 [root@clien ...
- CentOS 6.5 64位下安装Redis3.0.2的具体流程
系统环境:CentOS 6.5 64位 安装方式:编译安装 防火墙:开启 Redis版本:Redis 3.0.2 一.环境准备 1.安装 gcc gcc-c++ [root@iZ94ebgv853Z ...
- 使用centos 5.x 64位系统安装astgo 2014 v7.3教程(含全套安装文件)
版本特色: 全自动安装 安装过程中不用频繁输入yes或回车 自带完整号码归属地数据库 自带触屏版WAP ·首先确定你需要使用astgo 2014 7.0还是7.3: astgo 2014 v 7.0 ...
- linux CentOs 7.4 64位 系统下 nuxt部署 、nginx 安装、node环境及软连接,pm2软连接
一.nginx安装 1.安装依赖包 //一键安装上面四个依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel 2 ...
- 在 CentOS 7.5 64位上使用 yum 安装 MySQL 8.0
前段时间在 CentOS 7.5 64位上安装 MySQL 8.0.查了些资料,在这里记录一下详细的安装和设置步骤. 一.安装 使用yum安装MySQL之前需要先下载对应的.rpm文件,下载方法: 去 ...
- sqlServer2014安装说明(windows7 64位)
SqlServer2014安装说明(windows7 64位) 地址:https://www.microsoft.com/zh-cn/download/details.aspx?id=42299 1, ...
- CentOS X64上64位Oracle 11gR2 静默安装
CentOS 6.2 X64上64位Oracle 11gR2 静默安装 www.linuxidc.com/Linux/2012-03/56606p4.htm HP-UX静默安装oracle11g过程 ...
- Centos 6.5(64位) vim 8.0 安装
转自:https://blog.csdn.net/sdoyuxuan/article/details/78825912 1 先得安装nurses库 yum list | grep "ncur ...
随机推荐
- (转)MyEclipse自动生成Hibernate实体类, oracle篇
转自http://blog.csdn.net/hejinwei_1987/article/details/9465529 1.打开 windows -> Open Perspective -&g ...
- javascript--关于错误
错误是一定会发生,所以语言都会有自己的错误处理机制.javascript的错误处理机制,关乎throw.try.catch. try 语句允许我们定义在执行时进行错误测试的代码块. catch 语句允 ...
- JS-改变页面的颜色(三)
需求:点击页面的按钮,改变页面的颜色 思路:一先画出最简单的页面,二想办法获取页面的body节点,三想办法修改body节点的背景颜色属性,四通过一个方法获取随机的颜色值 和第二个例 ...
- C++ 二叉树深度优先遍历和广度优先遍历
二叉树的创建代码==>C++ 创建和遍历二叉树 深度优先遍历:是沿着树的深度遍历树的节点,尽可能深的搜索树的分支. //深度优先遍历二叉树void depthFirstSearch(Tree r ...
- Oracle 数据整理
/* 大数据这块用到了 Oracle ... 记录一下. */ SELECT ssn,password FROM (Select ROWNUM AS ROWNO, T.* from ACCOUNT T ...
- MySQL Innodb的两种表空间方式
要说表空间,MySQL的表空间管理远远说不上完善.换句话说,事实上MySQL根本没有真正意义上的表空间管理.MySQL的Innodb包含两种表空间文件模式,默认的共享表空间和每个表分离的独立表空间.只 ...
- machine learning----->什么是机器学习
1.概述: 学习一门学问的第一步就是要了解这门学问到底是什么,它可以被用来干什么. 本文罗列了学习machine learning的过程中看到的一些写得比较好的文章以及读完这些文章之后对机器学习的初步 ...
- RAID简述
RAID:Redundant Arrays of Independent Disks(独立冗余磁盘阵列) ①磁盘阵列是由很多价格较便宜的磁盘,组合成一个容量巨大的磁盘组,利用个别磁盘提供数据所产生加成 ...
- AngularJS学习--- AngularJS中数据双向绑定(two-way data-binding) orderBy step4
1.切换工作目录 git checkout step- #切换分支,切换到第4步 npm start #启动项目 2.代码 app/index.html Search: <input ng-mo ...
- Java核心知识点学习----线程同步工具类,CyclicBarrier学习
线程同步工具类,CyclicBarrier日常开发较少涉及,这里只举一个例子,以做备注.N个人一块出去玩,相约去两个地方,CyclicBarrier的主要作用是等待所有人都汇合了,才往下一站出发. 1 ...