码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
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
centos 6 ulimit修改及sysctl配置
cat <<EOF?>>/etc/security/limits.conf * soft nofile 65536 * hard nofile 65536 * soft nproc unlimited * hard nproc unlimited EOF cat <<EOF >>/etc/security/limits.d/90-nproc.conf * ? ? ? ? ?sof...
分类:其他好文   时间:2014-08-22 11:04:06    阅读次数:491
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
Linux下的softlink和hardlink
Linux中包括两种链接:硬链接(hard link)和软链接(soft link),软链接又称为符号链接(symbolic link) 创建命令: **ln -s softlink destfile/directory #建立软连接 ln hardlink destfile #建立硬连接** inode ...
分类:系统相关   时间:2014-08-21 11:45:54    阅读次数:270
NFS客户端访问行为相关的几个参数解释
soft / hard Determines the recovery behavior of the NFS client after an NFS request times out. If neither option is ...
分类:其他好文   时间:2014-08-21 00:05:53    阅读次数:275
AIX 第4章 指令记录
root@db:/#lsdev -Cc disk--查看磁盘设备信息 -C customized -c classhdisk0 Available 00-08-00 SAS Disk Drivehdisk1 Available 00-08-00 SAS Disk Drivehdisk2 Avail....
分类:其他好文   时间:2014-08-20 22:40:03    阅读次数:464
UVA 1556 - Disk Tree(Trie)
UVA 1556 - Disk Tree 题目链接 题意:给定一些字符串,表示目录,要求输出整体目录的结构 思路:跟Trie树差不多,只不过是每个结点存放的是一个字符串,利用map映射即可 代码: #include #include #include #include #include #include #include using namespace ...
分类:其他好文   时间:2014-08-20 16:27:22    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!