hcl-bot
1
I’ve installed Domino 8.5.1 & ready to implement DAOS.I see that maybe I should enable doc & data compression and LZ1 before I enable DAOS.
Is there a “best practice” on the order to run the compact command.
I just ran the “Advanced Properties” on my mailboxes to enable DAOS, LZ1, doc & data compression.
Can/should I run a single compact command to convert attachments to LZ1, enable DAOS, etc??
hcl-bot
2
Subject: I found in my deployment experiences…
It’s best to keep them to two separate operations else performance is pretty slow - We have work item to look into optimizing this.
compact -c -ZU
then
Be sure
CREATE_R85_DATABASES=1
Make sure DAOS is configured and has been initialized on that server before starting the compact -c -daos on -n -v
A “show server” command at the Domino Console will show you if DAOS is enabled and initialized
compact -c -daos on -n -v
You can use indirect (.IND) files to run multiple compact tasks concurrently to speed up both operations…
jpaganet@us.ibm.com