ChinaUnix.net
相关文章推荐:

stm8s ubsct overflow

The Support Tools Manager(stm) host-based utility is the primary online diagnostic tool available for the HP SureStore E Disk Array FC60. stm provides the capability for testing, configuring, and evaluating the operational condition of the disk array. stm comes with HPUX instant ignition and support media. stm User Interfaces stm present three different user three interfaces:an X-Windows int...

by s4u2003 - HP文档中心 - 2008-03-27 12:09:57 阅读(1356) 回复(0)

相关讨论

谁有么?还有目录:/usr/contrib/Q4/bin & /usr/conrib/bin 里面都是什么咚咚?

by zhong0912 - HP-UX - 2005-09-24 21:39:49 阅读(896) 回复(6)

在用stm(cstm或xstm)时,只能用它来查看一些information,当执行diagnose时,无法执行。用cstm时会提示说 diagnose is disabled. 请问一下stm的某些功能是不是需要license才可以用的?

by edwin_liu - HP-UX - 2009-07-10 15:29:34 阅读(1415) 回复(1)

我们一批工程中到的HP9000系列的主机,有rp54和rc74两种,今天我发现只有一台54可以使用stm或者cstm,其它主机运行stm或者cstm的时候提示一大堆,大致意思是说可能存在以下错误:1,stm没有启动;2,cfg文件里没有配置什么LOCAL...;3,IP地址不合法;4,。。。我对stm到底需要什么条件运行也不太清楚,简单地看了看,那些不能运行的主机上的情况跟那个能运行的5470的情况没什么大的差别啊。什么diagmond进程,配置文件都有啊。 请...

by 2bedodo - HP-UX - 2004-06-15 10:27:52 阅读(1008) 回复(4)

一共是21×3=63个,每个tug-2包含3个e1 ! ! ! ! controller SONET 1/0 framing sdh clock source internal ! au-4 1 tug-3 1 tug-2 1 e1 1 channel-group 0 timeslots 1-31 tug-2 1 e1 2 channel-group 0 timeslots 1-31 tug-2 1 e1 3 channel-group 0 timeslots 1-31 tug-2 2 e1 1 channel-group 0 timeslots 1-31 tug-2 2 e1 2 channel-group 0 timeslots 1-31 tug-2 2 e1 3 channel-group 0 timeslots 1-31 tug-2 3 e1 1 chan...

网络管理

by depthblue_xsc - 网络技术 - 2006-04-18 14:10:18 阅读(702) 回复(0)

当连接数大,超过proc中route/max_size值后,增加这个值也没有用,内核会报怨: dst cache overflow 网上搜了一下,说是Kernel: 2.3.15~2.4.22都有这个问题. .. 刚才我就是用的2.4.21,郁闷, 请问各位有经验的大哥,如何解决这个问题呢?

by 独孤九贱 - 内核/嵌入技术 - 2006-11-08 12:24:48 阅读(533) 回复(0)

我在编译的时候,系统报错:TOC overflow,不知道如何处理? 请各位大侠指点!

by tsszy - AIX - 2006-04-18 16:25:25 阅读(923) 回复(0)

同样的数据,为什么第一次(无序)使用快排(递归)很正常 而接着再快排,就会Stack overflow呢? 数据为一个6w多记录的数组,保存一个单链表的节点指针 数组和单链表都在堆上 同样的快排代码 对于int a[63537] = {1, 2, 3, 4, 5, ..., 63537}这样的数据 进行排序,为什么不论排几次都不会Statck overflow? :evil: 实在受不了了,高手帮一把,快排的代码没有问题。 ps:每趟快排以第一个数据为基准

by picktracy - C/C++ - 2006-04-16 09:19:45 阅读(3040) 回复(14)

我的网卡状态也不对 eth0 Link encap:Ethernet HWaddr 00:E0:4C:43:27:16 inet addr:***.***.***.*** Bcast:222.90.72.99 Mask:255.255.255.252 inet6 addr: fe80::2e0:4cff:fe43:2716/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:24610579 errors:2421529 dropped:6171248 overruns:1991144 frame:0 TX packets:20859953 errors:0 ...

by 安腾社 - 网络与硬件 - 2006-04-10 14:45:24 阅读(631) 回复(1)

Hello, we use the following to solve the problem of jiffies wraparound. #define time_after(a,b) \ (typecheck(unsigned long, a) && \ typecheck(unsigned long, b) && \ ((long)(b) - (long)(a) < 0)) #define time_before(a,b) time_after(b,a) #define time_after_eq(a,b) \ (typecheck(unsigned long, a) && \ typecheck(unsigned long, b) && \ ...

by jeffshia - 内核/嵌入技术 - 2006-01-05 16:32:27 阅读(880) 回复(10)

以下log是如何造成的,謝了 09:53:19 Checkpoint Completed: duration was 6 seconds. 09:53:48 Lock table overflow - user id 1147, session id 6346 09:53:49 Lock table overflow - user id 1363, session id 6358 09:53:51 Lock table overflow - user id 1348, session id 6367 09:53:51 Lock table overflow - user id 1328, session id 6370 09:53:51 Lock table overflow - user id 1355, session id 6371 09:53:51...

by quanl - Informix - 2004-08-30 17:38:44 阅读(2997) 回复(4)