码迷,mamicode.com
首页 >  
搜索关键字:centos7 redhat maintenance    ( 19476个结果
Linux RAID 1
磁盘管理RAID1POC环境在linux上添加2块新的30GB硬盘启动cat/etc/redhat-releasecatName:mdadmRelocations:(notrelocatable)Version:3.2.5Vendor:RedHat,Inc.Release:4.el6BuildDate:Fri07Dec201212:14:45AMCSTInstallDate:Fri01Aug201406:07:09PMCSTBuildHost:x86-003.build.bo..
分类:系统相关   时间:2014-08-15 14:48:49    阅读次数:311
linux下安装配置DHCP服务器
前提是已经安装了core及base两个组#cat/etc/redhat-release RedHatEnterpriseLinuxServerrelease6.4(Santiago) #uname-a Linuxlocalhost.localdomain2.6.32-358.el6.x86_64#1SMPTueJan29 11:47:41EST2013x86_64x86_64x86_64GNU/Linux修改本机IP为静态获取#vi/etc/sysconfig/net..
分类:系统相关   时间:2014-08-15 10:52:19    阅读次数:343
MDADM
先在虚拟机上添加两块硬盘查看一下操作系统[root@web1~]#uname-aLinuxweb1.abc.local2.6.32-358.el6.x86_64#1SMPTueJan2911:47:41EST2013x86_64x86_64x86_64GNU/Linux[root@web1~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease6.4(Santiago)查看mdadm的版本信息[..
分类:其他好文   时间:2014-08-15 10:51:50    阅读次数:382
lvm镜像实验
实验环境#uname-aLinuxlocalhost.localdomain3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linuxcat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)添加两块新硬盘做来实验。操作步骤创建分区先分别在两个磁盘上创建六个分区,然后查看分区#..
分类:其他好文   时间:2014-08-15 10:51:39    阅读次数:303
CentOS7安装配置DNS服务器
准备工作(假设名称为bigcloud.local)#更改主机名称 #vi/etc/sysconfig/network #Createdbyanaconda NETWORKING=yes HOSTNAME=bigcloud.local #修改文件/etc/hosts,内容如下: 127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4 ::1localhostlocalho..
分类:其他好文   时间:2014-08-15 10:50:29    阅读次数:370
Centos7操作系统部署指南
Centos7操作系统部署指南...
分类:其他好文   时间:2014-08-15 09:30:37    阅读次数:239
RHEL6.5 部署RAID1
#uname-a Linuxhs105.localdomain2.6.32-358.el6.x86_64#1SMPTueJan2911:47:41EST2013x86_64x86_64x86_64GNU/Linux #cat/etc/redhat-release RedHatEnterpriseLinuxServerrelease6.4(Santiago)使用rpm安装mdadm[root@hs105~]#mount/dev/cdrom/mnt/cdrom/ mount:blockdevice/dev..
分类:其他好文   时间:2014-08-15 02:58:18    阅读次数:317
菜鸟版RAID1,见谅.
RAID1场景[#uname-aLinuxZZSRV2.BIGCLOUD.LOCAL3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)为磁盘分区磁盘一:[#fdisk/dev/sdbWelcometofdisk(util-linux2.23.2).Changeswillremain..
分类:其他好文   时间:2014-08-15 02:53:27    阅读次数:362
Linux 磁盘管理--RAID1创建
1.场景2.POC环境#uname-aLinuxlocalhost3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)3.具体操作3.1.分区#fdisk-lDisk/dev/sdc:32.2GB,32212254720bytes,62914560sectorsUnits=secto..
分类:系统相关   时间:2014-08-15 02:50:47    阅读次数:551
CentOS mdadm RAID1实训
场景POC环境CentOS7MDADMRaid1查看版本#uname-aLinuxzzsrv1.bigcloud.local3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)挂载硬盘yum安装mdadm的支持包#yum-yinstallmdadmWarning:RP..
分类:其他好文   时间:2014-08-15 02:48:19    阅读次数:389
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!