码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
Linux 开机自动挂载分区
参考:http://linuxso.com/linuxrumen/3658.html参考:http://www.jb51.net/os/RedHat/213998.html查看磁盘UUID信息 [root@Linux]# blkid /dev/mapper/vg_tsprlswebserv-lv.....
分类:系统相关   时间:2015-06-16 22:42:17    阅读次数:271
storm之2:安装部署
一、storm伪分布式安装 (一)环境准备 1、OS:debian 7 2、JDK 7.0 (二)安装zookeeper 1、下载zookeeper并解压  wget http://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz  tar -zxvf zookeeper-3.4...
分类:其他好文   时间:2015-06-16 19:23:42    阅读次数:196
JVM调试命令
(一)jps   显示java进程,即使用java命令启动的进程 常用用法 1、jps:显示进程id与进程名称 2、jps -l:显示主类的全名,如果进程执行的是jar包,则输出Jar路径 3、jps -v:输出JVM参数 hadoop@gdc-dn06-formal:~$ jps -lv | grep -i datanode 48150 org.apache.hadoop.hdf...
分类:其他好文   时间:2015-06-16 19:23:14    阅读次数:188
CentOS 5.5安装SVN(Subversion)
检查已安装版本#检查是否安装了低版本的SVN[root@localhost /]# rpm -qa subversion#卸载旧版本SVN[root@localhost modules]# yum remove subversion#wgethttp://mirror.centos.org/cent...
分类:其他好文   时间:2015-06-15 23:44:00    阅读次数:158
简述LVM原理及其实现
LVM的全称是:LogicalVolumeManager(逻辑卷管理器),由内核中的DM模块提供此项功能,LVM的组成结构,如下图所示LV可以把一个或多个任意(包括RAID)的块设备做成物理卷(PV),将他们组合起来,并把一块或多块PV的存储能力抽象成一个一个的物理盘区(PE),这些PV的集合称为为..
分类:其他好文   时间:2015-06-14 00:38:14    阅读次数:190
ISCSI存储模块
1.安装iSCSI目标软件包并启动服务:#yuminstall-ytargetcli#systemctlenabletarget;systemctlstarttarget2.进入iSCSI目标交互式配置模式:#targetcli4.targetcli进行配置/>/backstores/blockcreateserver0.disk1/dev/iSCSI_vg/disk1_lv//给硬盘起个别名Createdblockstorageobj..
分类:其他好文   时间:2015-06-13 06:32:56    阅读次数:884
逻辑卷调整
逻辑卷调整减小home,增加根目录步骤如下:(停止服务)#servicecrondstop#servicevsftpstop#killall-9java(备注:避免数据丢失)先减少home空间#df-h#umount/dev/mapper/VolGroup-lv_home(卸载根目录挂载点)#e2fsck-f/dev/mapper/VolGroup-lv_home(检查数据完整性)#resize2f..
分类:其他好文   时间:2015-06-12 22:33:49    阅读次数:185
ks使用lvm分区,ks启动
part /boot -fstype ext3 -size=150 part swap -size=2048 part pv.01 -size=1 -growvolgroup vg_root pv.01logvol / -vgname=vg_root -size=10240 -name=lv...
分类:其他好文   时间:2015-06-12 13:12:37    阅读次数:489
Leetcode[101]-Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the following is not...
分类:其他好文   时间:2015-06-12 10:13:12    阅读次数:166
redhat 6 使用centos源 yum安装
1、删除redhat原有的yum源# rpm -aq | grep yum|xargs rpm -e --nodeps2、下载新的yum安装包 这里我们使用CentOS的yum源# wget http://mirror.centos.org/centos/6.0/os/i386/Packages/....
分类:其他好文   时间:2015-06-11 10:52:28    阅读次数:109
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!