UNIX_ENQ_Contention_Warning

ENQ_Contention_Warning detects when an HFS enqueue contention has lasted 10 seconds or more. The formula is:

*VALUE USS_HFS_ENQ_Contention.Time *GE 10 *AND *VALUE USS_HFS_ENQ_Contention.Time *LT 30

If this condition occurs, check the details to determine who is holding the enqueue. If it is a batch job that can be canceled and requeued, the deadlock can be broken by doing that. If it is a started task, a UNIX process, or an online user, a system programmer should be notified.