Installation and Usage
How to install and use DSAK
- Copy the DSAK.jar file to the directory {Program-Directory}/ndext on your HCL Domino server.
- Load DSAK with the console command Load RunJava JAddin DSAK on your HCL Domino server. Make sure that the Load command is written with correct upper- and lowercase.
Any parameter containing blanks must be enclosed with single quotes, e.g. Tell DSAK DBInfo 'mail/john smith.nsf'
If you pass a parameter during startup, DSAK will load, execute the command and terminate (one-shot command), e.g. Load RunJava JAddin DSAK SrvInfo
After the DSAK server add-in is loaded, use the HCL Domino Tell command, e.g.
> Tell DSAK ?
07.01.2023 15:52:59 DSAK: SrvInfo Show various server information
07.01.2023 15:52:59 DSAK: DBInfo filename Show detailed database information
07.01.2023 15:52:59 DSAK: DBCopy filename newfilename Create new database copy (without documents)
07.01.2023 15:52:59 DSAK: DBCreate filename [template] Create empty database [from template file]
07.01.2023 15:52:59 DSAK: DBDelete filename Delete the database (Warning: No recovery possible)
07.01.2023 15:52:59 DSAK: DBQuotaSet filename nnn Set new database size quota (in MB, 50 - 10000)
07.01.2023 15:52:59 DSAK: DBQuotaClear filename Remove size quota from database
07.01.2023 15:52:59 DSAK: DBCLOnline filename Put (cluster) database in online state
07.01.2023 15:52:59 DSAK: DBCLOffline filename Put (cluster) database in offline state
07.01.2023 15:52:59 DSAK: DBFTCreate filename Create full-text index for database (Attachments: Yes, Encrypted Fields: Yes)
07.01.2023 15:52:59 DSAK: DBFTUpdate database Update full-text index of database
07.01.2023 15:52:59 DSAK: DBFTRemove filename Remove full-text index of database
07.01.2023 15:52:59 DSAK: Help/? Display this help screen
07.01.2023 15:52:59 DSAK: Quit/Q Terminate DSAK
07.01.2023 15:52:59 DSAK: Help! Display help screen from JAddin framework
Last modified 4mo ago