美文网首页
戴尔服务器R230安装centos - dell powered

戴尔服务器R230安装centos - dell powered

作者: hisenyuan | 来源:发表于2017-12-13 17:06 被阅读0次

    零、支持centos

    戴尔R230支持centos系统
    dell poweredge r230 支持centos系统

    一、安装centos

    因为支持red hat的企业版
    所以基于企业版开源出来的centos也没有多大的问题

    安装注意事项:

    1. 接上显示器、键盘、鼠标
    2. 使用制作U盘启动
    1. 下载镜像制作工具:Fedora Media Writer(Fedora官方镜像制作工具)
    2. 下载Centos镜像(CentOS-7-x86_64-DVD-1708.iso)
    3.  打开Fedora Media Writer、点击Custom image、选择U盘和镜像
    
    1. 服务器开机按F11进去Boot Manager,选中one-boot...,选中U盘标识,回车
    2. 进去之后就跟网上安装centos7没有什么区别
    3. service sshd restart # 开启ssh远程访问
    4. 查看ip地址
    centos不显示ip
    cd /etc/sysconfig/network-scripts/
    vi ifcfg- (tab键会出来几个网卡,找到你用的那个)
    vi ifcfg-em1
    找到:ONBOOT=no
    改为:ONBOOT=yes
    service network restart # 重启网络服务
    yum update -y # 更新
    yum install -y net-tools # 安装ifconfig工具
    ipconfig # 查看ip信息
    

    三、查看服务器信息

    [hisen@hisen /]# cat /etc/redhat-release
    CentOS Linux release 7.4.1708 (Core) 
    [hisen@hisen /]# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 
          4  Intel(R) Xeon(R) CPU E3-1220 v6 @ 3.00GHz
    

    相关文章

      网友评论

          本文标题:戴尔服务器R230安装centos - dell powered

          本文链接:https://www.haomeiwen.com/subject/ecrzixtx.html