ADMINISTERING
Here is an optional procedure to use to verify that sharing objects across servers is correctly configured.
Procedure
1. Create a new database on one of the participating servers, for example, create one from the Discussion template.
2. Close the database.
3. Enter the following console command to enable the database for DAOS:
5. Locate or create a file with the following characteristics:
where<db-path> is the file path to the database you created. The path can be relative to the data directory or the full path.
9. Enter the following command at the Domino console, specifying the file name from the previous step.
The command generates output similar to the following output. Verify that you see these values:
TIER: T1MASTER KEY: Shared AES-128 OR MASTER KEY: Shared AES-256MASTER KEY HASH <hash of the configured shared key>
[44DC:0002-5D1C] 08/25/2020 10:38:50 AM NLO_KEY: 9438A54B6C349D15A86161D266D8AFA9A8D9F91D000053FA[44DC:0002-5D1C] 08/25/2020 10:38:50 AM TIER: T1[44DC:0002-5D1C] 08/25/2020 10:38:50 AM SUBCONTAINER: 0[44DC:0002-5D1C] 08/25/2020 10:38:50 AM STATE: Shared[44DC:0002-5D1C] 08/25/2020 10:38:50 AM REFCOUNT: 1[44DC:0002-5D1C] 08/25/2020 10:38:50 AM IN DOUBT: FALSE[44DC:0002-5D1C] 08/25/2020 10:38:50 AM LAST ACCESSED: 08/25/2020 10:38:19 AM[44DC:0002-5D1C] 08/25/2020 10:38:50 AM AGE: 0[44DC:0002-5D1C] 08/25/2020 10:38:50 AM KEY PATH: 0000000000000000000000000000000000000000[44DC:0002-5D1C] 08/25/2020 10:38:50 AM LENGTH: 21498[44DC:0002-5D1C] 08/25/2020 10:38:50 AM ENCRYPTED: Yes[44DC:0002-5D1C] 08/25/2020 10:38:50 AM MASTER KEY: Shared AES-128[44DC:0002-5D1C] 08/25/2020 10:38:50 AM MASTER KEY HASH: 4DBA5BDC7F30C327C54DA6D3C317E87D4B5F71EE7230B2C03DDA362BC2C4FF91[44DC:0002-5D1C] 08/25/2020 10:38:50 AM MASTER HASH TYPE: SHA-256[44DC:0002-5D1C] 08/25/2020 10:38:50 AM DATA KEY: AES-128
You must include the .NLO extension in the file name, for example:
tell daosmgr objectpush 9438A54B6C349D15A86161D266D8AFA9A8D9F91D000053FA.nlo
Verify that you see the following changes in the output values, indicating that the object is stored in a location that can be shared by all servers:
TIER: T2T2 OBJECT TYPE: SharedKEY PATH: <first 40 characters of the MASTER KEY HASH>
[44DC:0002-5D1C] 08/25/2020 10:41:00 AM NLO_KEY: 9438A54B6C349D15A86161D266D8AFA9A8D9F91D000053FA[44DC:0002-5D1C] 08/25/2020 10:41:00 AM TIER: T2[44DC:0002-5D1C] 08/25/2020 10:41:00 AM T2 OBJECT TYPE: Shared[44DC:0002-5D1C] 08/25/2020 10:41:00 AM STATE: Shared[44DC:0002-5D1C] 08/25/2020 10:41:00 AM REFCOUNT: 1[44DC:0002-5D1C] 08/25/2020 10:41:00 AM IN DOUBT: FALSE[44DC:0002-5D1C] 08/25/2020 10:41:00 AM LAST ACCESSED: 08/25/2020 10:38:19 AM[44DC:0002-5D1C] 08/25/2020 10:41:00 AM AGE: 0[44DC:0002-5D1C] 08/25/2020 10:41:00 AM KEY PATH: 4DBA5BDC7F30C327C54DA6D3C317E87D4B5F71EE[44DC:0002-5D1C] 08/25/2020 10:41:00 AM LENGTH: 21498[44DC:0002-5D1C] 08/25/2020 10:41:00 AM ENCRYPTED: Yes[44DC:0002-5D1C] 08/25/2020 10:41:00 AM MASTER KEY: Shared AES-128[44DC:0002-5D1C] 08/25/2020 10:41:00 AM MASTER KEY HASH: 4DBA5BDC7F30C327C54DA6D3C317E87D4B5F71EE7230B2C03DDA362BC2C4FF91[44DC:0002-5D1C] 08/25/2020 10:41:00 AM MASTER HASH TYPE: SHA-256[44DC:0002-5D1C] 08/25/2020 10:41:00 AM DATA KEY: AES-128
Results
The two servers each have their own reference to a single object that they share.