Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Text

Picture

Labels
alertname = OTCS_AGENTs_Distributetagentdaagent_not working
HID = OTCS1001OTCS1002
Help = https://handel.atlassian.net/wiki/spaces/HITID/pages/837713921837681159
env = PRD
instance = localhost:10102
instanceIndex = 4
job = OTCS_PROD
llagentsDisplayName = OTCS0801BE01
llagentsInfoIndex = 2230
llagentsJobName = distributedagentdaagent
llagentsStatus = OK
severity = critical
team = otcs
Annotations
description = They dont change the State since 15min
summary = Content Server Distributet daagent Agents not Working(instance localhost:10102)

Image RemovedImage Added

Applies to

System

Version

Approved

opentext Content Server

16.x

Yes

opentext Content Server

20.x

Yes

opentext Content Server

21.x

Pending

...

The distributedagent need to Run 1.6h 20m and Restart after that. if they Stuck stuck we need to Restart the Services.

...

Sources of Errors

  1. Database Locks of Tables

    1. Oracle Database

      1. Select for Database Lock

        Code Block
        select
           (select username from v$session where sid=a.sid) blocker,
           a.sid,
           ' is blocking ',
           (select username from v$session where sid=b.sid) blockee,
           b.sid
        from
           v$lock a,
           v$lock b
        where
           a.block = 1
        and
           b.request > 0
        and
           a.id1 = b.id1
        and
           a.id2 = b.id2;
        
      2. Solution: → Contact your DB Admin he can Remove the Lock.

    2. SQL

      1. SQL Server Locks, Blocked Processes, and Two Easy Ways to Find Them | Diagram (wearediagram.com)

...