Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1041054
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

发布时间:2013-07-24 08:54:25

#ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head > top10.txt //将占用内存最高的10个进程重定向到top10.txt里面#free -m > free.txt //查看内存使用情况,并将结果重定向到free.txt里面#ps aux > ps.txt  //收集系统RSS,VSZ并将结果重定向到ps.txt由于redhat as 4.8默认未安装.........【阅读全文】

阅读(888) | 评论(0) | 转发(0)

发布时间:2013-07-12 23:32:51

TDI6.1.1安装的时候报错:libXp.so.6: 无法打开共享对象文件: 没有那个文件或目录解决方法: yum install openmotif-devel-2.3.1 yum install xorg-x11-xsm ......【阅读全文】

阅读(867) | 评论(0) | 转发(0)

发布时间:2013-07-11 09:26:22

ProcedureIn the administrative console, click Resources > JDBC > Data sources > data_source.Click WebSphere Application Server data source properties.In the DB2 automatic client reroute options section, fill in the fields to en.........【阅读全文】

阅读(638) | 评论(0) | 转发(0)

发布时间:2013-07-11 09:22:53

主:db2diag -Adb2 stop hadr on db 备:db2diag -Adb2 deactivate db db2 stop hadr on db 备:db2 start hadr on db as standby主:db2 start hadr on db as primary......【阅读全文】

阅读(4151) | 评论(0) | 转发(0)

发布时间:2013-07-10 12:04:53

登陆http://ip:9061/ibm/console在系统管理->Deployment Manager->记录与跟踪->JVM日志日志最大大小改成10......【阅读全文】

阅读(582) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册