{ "vmtemplate": { "NAME": "bbbb", "MEMORY": "512", "CPU": "1", "DESCRIPTION": "aaaa", "DISK": [ {...
分类:
其他好文 时间:
2014-07-16 19:54:28
阅读次数:
165
1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:
其他好文 时间:
2014-07-16 16:46:24
阅读次数:
203
常见的RAID级别及其特性raid0:被称为条带,无容错能力,故障率高,但读写性能好,磁盘的可用空间是n*disk(单盘容量),至少需要2块硬盘组成raid0raid1:被称为镜像,有容错能力,由于数据在存储到磁盘前要分割成chunk,所以性能略微下降,读性能和raid0接近,性能是提升的,空间..
分类:
其他好文 时间:
2014-07-16 16:24:23
阅读次数:
254
iphone手机连接USB时出现需要Mobile device setup disk上的usbaapl.sys文件...
分类:
移动开发 时间:
2014-07-16 13:52:54
阅读次数:
299
主要是运用 df 指令,df是disk filesystem的缩写
其后面还可以加很多有用的tag
df -h...
分类:
系统相关 时间:
2014-07-15 10:25:01
阅读次数:
382
Overcommits KVM allows for both memory and disk space overcommit. However, hard errors resulting from exceeding available resources will result in gue...
分类:
其他好文 时间:
2014-07-14 23:36:34
阅读次数:
385
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:
其他好文 时间:
2014-07-14 18:12:01
阅读次数:
343
基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwind_1.dat'--- 开始 备份B...
分类:
数据库 时间:
2014-07-12 19:56:29
阅读次数:
297
先记下来,空了去看看 //开始备份 with adoquery1 do begin close; sql.Clear; sql.Add('Backup database library to disk=:p1 with init'); parameters.ParamByName('p1').Val...
分类:
数据库 时间:
2014-07-11 12:05:22
阅读次数:
252