Is there a variable we can access that indicates a thread is on hold without having to look at the gui? It’s available as an alert condition so it must be somewhere.
I had asked this question while at the user’s group. The only place that we found any indication was if you run hcimsiutil -dd . In the output there is a flag called Proto Flags that presents as follows:
On Hold:
Proto Flags : 0x1
Not On Hold
Proto Flags : 0
Hope this helps…. If you find another location please let me know.
It has been a while since I have done anything with this but I think that is where I found that information.
One thing everyone needs to keep in mind about msistats (I think this is stated in the manual): these stats are intended for internal use (meaning Quovadx) and thus are subject to change without notice.
Jim Kosloskey
email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.
I will check that again. I did look at the pstatus field. But I did not see any difference between hold and not on hold. It has been a long while maybe it has changed.
The pstatus just tells you whether it is up or down. Unless I’m overlooking it, I don’t see anywhere in the msistats that references if the thread is on hold or not.