51CTO博客开发
logseq=`(db2 get db cfg for $1|grep ' First active log file '|awk '{print $6}')` db2 connect to $1>/dev/null db2 prune logfile prior to $logseq >/tmp/clearlogISONLDB.out
1.测试环境 操作系统:SUSE11 数据库版本:MySQL 5.5.28 硬件信息:HP G7 460刀片机 2颗 Intel(R) Xeon(R) CPU E5645 @ 2.40GHz,每颗CPU 6核 64G内存
1)判断表达式 if test (表达式为真) if test !表达式为假 test 表达式1 –a 表达式2 两个表达式都为真
网上看到的,备忘 mbr->grub->menu.lst->vmlinuz(linux)->initrd->etc/inittab->/etc/rc.status->/etc/sysconfig/boot->/etc/init.d/boot.d/*->/etc/init.d/boot.local->/etc/rc.d/rc*.d/*-&
1.配置裸设备 vi /etc/raw # /etc/raw # # sample configuration to bind raw devices # to block devices # # The format of this file is: # raw<N>:<blockdev> # # exa
1 MySQL Cluster介绍 MySQL Cluster是一种技术,该技术允许在无共享的系统中部署“内存中”数据库的Cluster。通过无共享体系结构,系统能够使用廉价的硬件,而且对软硬件无特殊要求。此外,由于每个组件有自己的内存和磁盘,不存在单点故障。 MySQL Cluster分为SQL节点、数据节点
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号