I/O Log Action

iologactionwq

  • The iologactionwq setting is available only in versions 10.0.0 and 10.0.1.

The iologactionwq keyword defines the initial name of the write queue files for iologcloseaction and Solr. This file is created in databasedir by default, unless the file name starts with '/'.

iologactionwq "pbiologaction.wq"

Default

No default value

Used On

  • Log servers
  • Policy servers

iologactionwqnum

  • The iologactionwqnum setting is available only in versions 10.0.0 and 10.0.1.

The iologactionwqnum keyword defines the number of write queue files for iologcloseaction and Solr. Generally, the more files allowed, the fewer file locks will be encountered and thus increase speed. The maximum value is 999.

iologactionwqnum 99

Default

iologactionwqnum 10

Used On

  • Log servers
  • Policy servers

iologactiondb

  • Version 10.0.1 and later: iologactiondb setting available.

The iologactiondb keyword specifies the database filename for the iologcloseaction and Solr queue. This file is created in databasedir by default, unless the file name starts with a slash (/).

iologactiondb pbiologaction.db

Default

iologactiondb /opt/<prefix>pbul<suffix>/dbs/pbiologaction.db

Used On

  • Log servers
  • Policy servers

iologactiondbdelay

  • Version 10.0.1 and later: iologactiondbdelay available.

When opening the iologaction database, the iologactiondbdelay keyword specifies the number of milliseconds to wait when the iologaction database is locked.

iologactiondbdelay 100000

Default

iologactiondbdelay 10000

Used On

  • Log servers
  • Policy servers

iologactionmaxprocs

  • Version 10.0.1 and later: iologactionmaxprocs setting available.

The iologactionmaxprocs keyword specifies the maximum number of pbreplay processes used to process Solr indexing and iologcloseaction actions. Limiting the maximum number of processes reduces CPU load used for Solr indexing and iologcloseaction at any given time.

iologactionmaxprocs 20

Default

iologactionmaxprocs 4

Used On

  • Log servers
  • Policy servers

iologactionretry

  • Version 10.0.1 and later: iologactionretry setting available.

The iologactionretry keyword specifies the time, in minutes, before it a requeued task is processed. The minimum value allowed is 5; the maximum is 2880 (48 hours).

iologactionretry 60

Default

iologactionretry 20

Used On

  • Log servers
  • Policy servers