Do you know what's glance?
Glance is a system performance monitoring and diagnostic capabilities software from HP. Glance is more powerful when your running on HP-UX environment, cause they collect all information that require for monitoring the system in a real time. But, there's no 100% perfect software, yesterday I have a little problem when running with glance, but as usually, we solve the problem like a pieces of cake.
here's the summary about the problem
== Fatal Nums Error == C.03.72.00 09/29/03 ==
User: aragon(/dev/pts/tf) Date: Fri May 22 15:58:14
File: nums.C Line: 479 Product id: Glance
System: superdome B.11.11 9000/800
Errno: 0 (Error 0)
Connection to midaemon lost -- check midaemon process and status.mi
== End of Error Msg =============================
Litte magic comes bellow
sh> su - sh> mwa stop sh> ps -ef | grep midaemon root 5005 1 11 09:19:20 ? 0:18 /opt/perf/bin/midaemon root 5680 2490 2 09:25:41 pts/5 0:00 grep midaemon sh> kill -9 5005 sh> mwa start
and then try glance again.