摘要: 在python中,glob模块是用来查找匹配的文件的 ,在查找的条件中,需要用到Unix shell中的匹配规则: * : 匹配所所有 ? : 匹配一个字符 *.* : 匹配如:[hello.txt,cat.xls,xxx234s.doc] ?.* : 匹配如:[1.txt,h.py] ?.gif 阅读全文
posted @ 2020-09-07 15:39 chengxuyonghu 阅读(433) 评论(0) 推荐(0)
摘要: HADR是high availability disaster recovery的简写。组成HADR,需要一对机器(DB2并没有支持多个从机,是因为这样会给系统的管理带来很大麻烦),一个主机(primary),一个从机(secondary)。 1.数据库版本必须一致,此例为8.2ese 2.运行db 阅读全文
posted @ 2020-09-07 14:37 chengxuyonghu 阅读(2081) 评论(0) 推荐(0)
摘要: 1 常用的命令 CPU Memory Disk Network 标准UNIX命令(包括HP、SUN等) vmstat, sar, ps vmstat, ps iostat, sar, vmstat, netstat, nfsstat AIX 详细输出 tprof svmon, rmss filemo 阅读全文
posted @ 2020-09-07 09:31 chengxuyonghu 阅读(631) 评论(0) 推荐(0)