Start/notes.ini Parameters/DAOSMGR_RESYNC_DAY

DAOSMGR_RESYNC_DAY

🛠️
Parameter: DAOSMGR_RESYNC_DAY
Short description: Day of the week on which the DAOS manager starts its full resync run – checks consistency between NSF references and NLO files.

Profile

Parameter
DAOSMGR_RESYNC_DAY
Category
DAOS
Component
Server
Available since
9.0.1
Supported versions
9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1
GUI equivalent
Server document (Transactional Logging → DAOS → Resync schedule)
Possible values
Sun, Mon, Tue, Wed, Thu, Fri, Sat

Description

The DAOS manager regularly checks whether all NLO references from the NSFs still exist and whether there are orphaned NLOs in the repository. This resync is I/O-intensive and should therefore be scheduled in a quiet period. DAOSMGR_RESYNC_DAY defines the day of the week, while DAOSMGR_RESYNC_TIME_START and DAOSMGR_RESYNC_TIME_END define the time window.
Typical: Sunday night between 02:00 and 05:00.

Example configuration

DAOSMGR_RESYNC_DAY=Sun DAOSMGR_RESYNC_TIME_START=02:00 DAOSMGR_RESYNC_TIME_END=05:00

Notes & pitfalls

  • The value is the English 3-letter abbreviation (Sun...Sat).
  • Never run the resync in parallel with the backup – otherwise you get double I/O load.
  • Define a clear maintenance window with DAOSMGR_RESYNC_TIME_START/_END.
  • Takes effect after a server restart or restart task daosmgr.
  • Complementary to DAOS_Enabled, DAOS_Base_Path, DAOS_DELETE_TIME.