2014百度之星资格赛——Disk ScheduleProblem Description有非常多从磁盘读取数据的需求,包含顺序读取、随机读取。为了提高效率,须要人为安排磁盘读取。然而,在现实中,这样的做法非常复杂。我们考虑一个相对简单的场景。磁盘有很多轨道,每一个轨道有很多扇区,用于存储数据。当我...
分类:
其他好文 时间:
2014-10-03 16:02:14
阅读次数:
471
两台机器的环境如下:hostname:srv5.localdomain192.168.8.5hostname:srv6.localdomain192.168.8.6准备环境在两台机器上各新加一块磁盘fdisk -l 列出所有的磁盘和分区的情况在实验中可以看到新加的磁盘还没有分区Disk /dev/sdb: 1073 MB, 1073741824 bytes255 heads, 63 sectors...
分类:
系统相关 时间:
2014-10-02 18:20:03
阅读次数:
335
ToinstallCiscoUnityConnection8.6onVMwareworkstations10,youneedthefollowing:4GBRAM200GBHD.OtherwiseyouwillseeCUCinthe"Productsnotsupportedoncurrenthardware"list.
分类:
其他好文 时间:
2014-10-02 12:50:03
阅读次数:
292
Android uses a file system that's similar to disk-based file systems on other platforms. This lesson describes how to work with the Android file system to read and write files with the FileAPIs....
分类:
其他好文 时间:
2014-10-01 02:01:01
阅读次数:
339
一、基础1、创建数据库CREATEDATABASEdatabase-name2、删除数据库dropdatabasedbname3、备份sqlserver---创建备份数据的deviceUSEmasterEXECsp_addumpdevice‘disk‘,‘testBack‘,‘c:\mssql7backup\MyNwind_1.dat‘---开始备份BACKUPDATABASEpubsTOtestBack4、创建新表createtablet..
分类:
数据库 时间:
2014-09-30 04:57:04
阅读次数:
308
1.ZZSRV1上的WWW配置1.1.磁盘配置1.1.1.添加磁盘添加80GB的磁盘。#fdisk-l
Disk/dev/sda:21.5GB,21474836480bytes,41943040sectors
Units=sectorsof1*512=512bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Disklabeltype:..
分类:
其他好文 时间:
2014-09-28 19:10:36
阅读次数:
332
1.ZZSRV2上的LVM配置1.1.磁盘配置#fdisk-l
Disk/dev/sda:21.5GB,21474836480bytes,41943040sectors
Units=sectorsof1*512=512bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Disklabeltype:dos
Diskidentifier:0x00012974
..
分类:
其他好文 时间:
2014-09-28 18:20:06
阅读次数:
290
最近的alert日志中碰到了ORA-27090的错误信息,其错误提示为Unable to reserve kernel resources for asynchronous disk I/O。根据这个提示来看是跟异步I/O相关的内核参数问题。下面是这个问题的描述与解决。1、故障错误信息Wed Sep 10 09:58:17 CST 2014Errors in file /u01/app/oracl...
分类:
其他好文 时间:
2014-09-28 16:41:34
阅读次数:
178
一、简介NSClient++官网:http://www.nsclient.org/1、利用NSClient++监控的资源CPU负载内存占有率Disk利用率服务状态运行的进程等2、NSClient++监控的工作原理只需要在被监控机上安装NSClient++,则不需要安装更多额外的插件。当监控主机将监控请求发给NSClient++后,NSClient..
分类:
移动开发 时间:
2014-09-28 11:11:52
阅读次数:
474
[plain]
view plaincopyprint?
#! /bin/sh while true; do i=`df -h | egrep '/mnt/yourpath'| awk '{print $5}' | cut -d "%" -f1 -`
if [ "$i" -ge 90 ] then echo "disk nearly full" cd /mnt/your...
分类:
系统相关 时间:
2014-09-27 09:35:19
阅读次数:
240