Logs and Errors

Logs and Errors


==========


There are many logs -- this is not an exhaustive list.

DU

  /opt/dce/share/include/dce/audit_log.h
  /opt/dcelocal/dcesetup.log

There is a utility on DU called "svcdumplog" which dumps binary logs
to readable format.  I have not used it.  There are many logs on DU
in the /opt/dcelocal, /opt/dcelocal/var, /usr/opt/DCE200, and
/opt/dce directories that I have not looked at. 

AIX

  /var/dce/adm/directory/cds/cdsadv/cdsadv.log  
    e.g.
    c 585 0x20021d50
    Routine rpc_binding_set_auth_info(3rpc) failed : status = 387063931.
    1996-10-09-20:36:15.021-07:00I9.364 cdsclerk(4272) ERROR cds
    general clerk_bind.
      [last time cdsd core dumped]

  /var/dce/dced/dced.log 
    e.g.
    1996-11-06-21:20:52.878-08:00I0.128 secd FATAL sec rs_rsdb
    balanced_trees.c 221 0x2004b500 unable to allocate memory.
      [last time secd core dumped]
    
  /var/dce/svc/fatal.log
    e.g.
    1996-11-06-21:20:52.878-08:00I0.128 secd FATAL sec rs_rsdb
    balanced_trees.c 221 0x2004b500 unable to allocate memory.
      [last time secd core dumped]

  /var/dce/svc/error.log
    e.g.
    1996-11-26-13:46:03.301-08:00I----- dtsd ERROR dts dtserror
    dtss_service_main.c 
    894 0x200275f4 Error retrieving security configuration
    information: Authentication ticket expired (dce / rpc)
      [tried to do something that required cell_admin privs after they
      had expired]

  /var/dce/svc/warning.log
    e.g.
    1996-11-25-14:09:14.745-08:00I80.635 dtsd WARNING dts dtserror
    transport_rpc.c 1
    827 0x200275f4 Failed to unexport Control interface from the
    namespace: Authentication ticket expired (dce / rpc)

  /var/dce/security/adm/secd/secd.log
    e.g.
    1996-11-06-21:20:52.878-08:00I0.128 secd FATAL sec rs_rsdb
    balanced_trees.c 22
    1 0x2004b500 unable to allocate memory.
      [last time secd core dumped]

  /var/dce/directory/cds/adm/cdsd/cdsd.log
    e.g.
    1996-11-07-17:03:26.422-08:00I3.398 cdsd(6960) ERROR cds library
    sec_init.c 496 
    0x20022d28 Failed to refresh server identity: status = 336760985.
      [secd was down after core dump]

  /var/dce/directory/cds/adm/gdad/gdad.log
    e.g.
    1996-10-10-14:40:45.305-07:00I12.618 gdad(5974) ERROR cds library
    sec_init.c 496
    0x20020cfc Failed to refresh server identity: status = 336760985.
      [last time cdsd core dumped]