一个守望数据库的老菜鸟
发布时间:2017-11-12 07:44:15
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=31396856&id=57781271.ansible配置文件和执行程序/etc/ansible/ansible.cfg //配置文件/etc/ansible/hosts /.........【阅读全文】
发布时间:2017-10-02 20:10:36
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:LVM管理1、LVM基础物理存储介质(The physical media) 这里指系统的存储设备:硬盘,如:/dev/hda1、/dev/sda等等,是存储系统最低层的存储单元物理卷(PV = physical volume) 物理卷是指硬盘分区或者从逻辑上看.........【阅读全文】
发布时间:2017-10-02 19:13:30
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5772865.html内存查看:[root@oraserv ~]# free -m total used &nb.........【阅读全文】
发布时间:2016-11-11 15:48:26
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5755015.htmlLinux系统使用代理连接互联网的时候,如果需要使用用yum和wget下载更新软件源,则需要分别配置1.yum如果要直接使用yum,则需要编辑/etc/yum.conf,如下proxy=http://10.10.0.10:8080 pr.........【阅读全文】
发布时间:2016-10-14 16:28:42
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753350.html本文主要是怎么使用udev来创建ASM disk所使用的必须步骤1.识别磁盘(/sbin/scsi_id)对于Oracle/Redhat/Centos Linux 5, 使用以下命令. # /sbin/scsi_id -g -u -s /bloc.........【阅读全文】