码迷,mamicode.com
首页 >  
搜索关键字:voting disk    ( 2803个结果
du -- disk usage
du的英文为:disk usage,含义是磁盘空间使用情况,功能是逐级进入指定目录的每一个子目录并显示该目录占用文件系统数据块的情况,如果没有指定目录,则对当前的目录进行统计。面对对象时目录文件,而不是其他普通文件NAME du - estimate file space usageSYNOPSIS...
分类:其他好文   时间:2014-08-25 13:15:58    阅读次数:184
sql语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:数据库   时间:2014-08-25 13:14:04    阅读次数:305
Clustered Index
Clustered Index: Clustered index defines the way in which data is ordered physically on the disk. And there can only be one way in which you can order...
分类:其他好文   时间:2014-08-24 20:46:13    阅读次数:270
lVM逻辑卷管理相关总结
创建、管理LVM:创建分区Disk/dev/xvdc:2147MB,2147483648bytes 255heads,63sectors/track,261cylinders Units=cylindersof16065*512=8225280bytes Sectorsize(logical/physical):512bytes/512bytes I/Osize(minimum/optimal):512bytes/512bytes Diskidentifier:0xd199e24a De..
分类:其他好文   时间:2014-08-24 19:28:44    阅读次数:387
【模式识别】Boosting
Boosting简单介绍分类中通常使用将多个弱分类器组合成强分类器进行分类的方法,统称为集成分类方法(Ensemble Method)。比較简单的如在Boosting之前出现Bagging的方法,首先从从总体样本集合中抽样採取不同的训练集训练弱分类器,然后使用多个弱分类器进行voting,终于的结果...
分类:其他好文   时间:2014-08-24 10:16:42    阅读次数:199
ASM实例挂载磁盘失败错误日志
ERROR: no read quorum in group: required 2, found 0 disksERROR: Could not heartbeat PST for grp 5. Force dismounting the disk group.ERROR: no read quo...
分类:其他好文   时间:2014-08-22 12:21:56    阅读次数:267
Oracle11.2.0.4 RAC GI ORA-15003: diskgroup "XXXX" already mounted in another lock name space
安装GI,在执行root.sh时报错:Disk Group CRSDG creation failed with the following message:ORA-15018: diskgroup cannot be createdORA-15017: diskgroup "CRSDG" cann...
分类:数据库   时间:2014-08-22 01:34:15    阅读次数:656
文件注入技术之guestmount 排错之道
OpenStack文件注入排错过程1)撰写功能模块1)因Centos7.0x64文件系统的特殊性(XFS),openztack.nova.virt.disk.api.vfs模块无法识别文件系统,故调用系统命令guestmount,撰写函数IPDB调试代码是否成功程序启动正常看到下面的日志,表示^_^,创建成功启动服务serviceopenstack..
分类:其他好文   时间:2014-08-21 19:42:35    阅读次数:635
CentOS6.5开机自动挂载硬盘
企业级应用系统的建设,通常将系统和数据分别存储,并建立raid。新装的CentOS6.5,需要挂载数据盘,并且能够系统启动自动挂载该数据盘。     1、手动挂载磁盘     查看磁盘分区信息,执行fdisk命令 [root@tsp-rls-webservice tsp]# fdisk -l Disk /dev/sdb: 1476.5 GB, 1476529225728 bytes 25...
分类:其他好文   时间:2014-08-21 19:22:54    阅读次数:215
linux学习命令总结⑩②
#fdisk命令:磁盘分区工具fdisk–l:查看机器所挂硬盘个数及分区情况[root@VM_168_102_centos~]#fdisk-l Disk/dev/xvda:8589MB,8589934592bytes 255heads,63sectors/track,1044cylinders Units=cylindersof16065*512=8225280bytes Sectorsize(logical/physical):512bytes/512..
分类:系统相关   时间:2014-08-21 15:16:05    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!