The Linux “du” (Disk Usage) is a standard Unix/Linux command, used to check the information of disk usage of files and directories on a machine. The du command has many parameter options that can be used to get the results in many formats. The du com…
执行删除asm磁盘时报错! [root@rac1 grid]# /etc/init.d/oracleasm deletedisk DATA01 /dev/sdc1 Marking disk "DATA02" as an ASM disk: [FAILED] 查看日志: cat /var/log/oracleasm Device "/dev/sdc1" is already labeled for ASM disk "" 说明asm硬盘标签存在,但…
drop asm disk.撤销drop asm disk drop asm disk:SQL> alter diskgroup XXX offline disk XXXX drop after 0m;   -- after 后面的时间可选 offline 只是标记为disk 不可用吧. 这段时间extent的变化,ASM 都会记录下来,如果online之后,就会把变化的extent 同步过来. 虽然这里是offline drop了,但是实际还是有记录的,如果我们要把/dev/asm-XXXX添…
On the internet you will find plenty of tools for checking disk space utilization in Linux. However, Linux has a strong built in utility called ‘df‘. The ‘df‘ command stand for “disk filesystem“, it is used to get full summary of available and used d…
Memory Usage On linux, there are commands for almost everything, because the gui might not be always available. When working on servers only shell access is available and everything has to be done from these commands. So today we shall be checking th…
由于历史原因,需要在Xcode7上真机运行下app,无奈手机系统已是10.3了,一运行, 就提示:Could not find Developer Disk Image 解决办法: 1.找到xcode7,右击显示包内容,一直找到DeviceSupport文件,添加10.3的文件 2.在下图的路径内的SDKs文件夹里,将xode8下 同路径下的10.3sdk拷贝进来就可以了…
按G进行排序du -sh * | grep G | sort -nr…
碰到这个问题百度了好久都没有找到解决方式,什么用管理员方式运行,给文件夹权限啊,都不好使. 后面在bing上面搜docker install compoents关键字找到一条结果,如下如 点进链接,内容如下 意思就是关闭win 10 的杀毒软件.我们照做,全部关闭. 接下来重现安装docker for windows就可以了,完成解决.…
Groups 添加 disk 创建语法说明: 必选参数: (1) 指定disk group 的唯一名称 (不分区大小写) (2) 指定disk group 的冗余级别对于ASM 的镜像冗余,可以指定3种类型:normal redundancy: 2-way mirroringhigh redundancy:3-way mirroringexternal redundancy: 使用外部的冗余 (3) 指定哪些disk 属于我们的创建的disk group这些disk 的名称全路径,也可以在名称中…
废话不多说,原因是用的Xcode版本所支持的最高iOS系统低于真机iOS系统导致. 解决方案: 1.升级到最新的Xcode版本 2.不想升级Xcode,那就找已经把Xcode升级到最新版本的朋友,发给你路径:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 下相对应的真机iOS版本调试包,你放在相同路径下就可以了. 3.回退手机的iOS系统,固件包下载.下载到本地后,连接手机,…