打杂
全部博文(531)
发布时间:2015-01-05 10:43:16
your_domain->Environment ->Servers ->your_server->Configuration->Tuning->Stuck Thread Max Time......【阅读全文】
发布时间:2015-01-05 09:54:50
一次weblogic调优的经过项目组反应数据库有问题, 检查发现sga还用的默认参数,缓冲区命中率很低。根据系统内存调整后,好像系统正常了。数据库调整就算是结束了 一天后,我再登这个数据库的时候,发现一个提示说线程已经超过限制,不允许再登录。然后我去修改了process到250,增加并发连接数。然后重启了.........【阅读全文】
发布时间:2014-12-31 10:23:32
<BEA-000449> <Closing socket as no data read from it on 10.14.38.101:50,465 during the configured idle timeout of 5 secs> 网上解决方法:I had the same problem on my production environment. This message is logged when user does not wait for the whole page to load and clicks on some other link.........【阅读全文】
发布时间:2014-12-31 09:15:36
1,首先安装iscsi-initiator-utils软件包然后执行下面的命令,启动服务并且设置为开机自动启动2,用iscsiadm命令检查网络存储服务器上的所有可用目标[root@node1 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.114.138192.168.114.138:3260,1 iqn.2006-01.com.openfiler.vote192.168.114.138:3260,1 iqn.2006.........【阅读全文】