Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Assessment
Workspace Traveler
Created by Guest
Created on Mar 13, 2020

Trigger Traveler defrag command from a running server

Currently you either have to stop and start the Traveler server with the -defrag option. This is a manual process that cannot be automated.

The configurable interval on the other side will do the defrag any time you start the server when the interval has been reached. That might happen also for an unplaned restart during the day. So many customers can't use it.

Having the defrag command work for a running server would allow easy scheduling.

The command should do something similar to this logic.

  1. tell traveler shutdown

  2. load traveler -defrag


Domino supports the restart command for tasks like this:

restart task traveler

But this would not be the right way to go because Traveler needs the "shutdown" command.
And we would still need to trigger the defrag

[ Daniel Nashed / HCL Grandmaster / http://blog.nashcom.de ]

  • Attach files
  • Guest
    Reply
    |
    Apr 10, 2020

    What about using the tell traveler dbmaint command to set an interval for the derby database to be defragged? Or you can run it to cause a defrag on the next restart. See https://help.hcltechsw.com/traveler/11.0.0/defraggingthedatabaseforimprovedperformance.html

  • Guest
    Reply
    |
    Mar 19, 2020

    Until we get this option I do this with a text file and with a program document:

    server

    -c "< command.txt"

    Where I put the following commands in the text file

    te traveler q

    te http q

    lo traveler -defrag