Storing Resolution Tables on Disk
Privileged Identity Manager name resolution tables are generated while Privileged Identity Manager is starting up. The tables should be maintained on disk, not in memory because storage in memory can lead to memory overload. Also, when the information is read into memory, it is static. Because of this, Privileged Identity Manager would not know of any changes made to user, group, or host information. The only way to update the tables in memory is to restart Privileged Identity Manager.
cminder12801
Privileged Identity Manager name resolution tables are generated while Privileged Identity Manager is starting up. The tables should be maintained on disk, not in memory because storage in memory can lead to memory overload. Also, when the information is read into memory, it is static. Because of this, Privileged Identity Manager would not know of any changes made to user, group, or host information. The only way to update the tables in memory is to restart Privileged Identity Manager.
To keep data current, Privileged Identity Manager provides a lookaside database that makes sure internal name resolution tables are stored on disk.
To implement the lookaside database you need to use seos.ini configuration settings. For more information about seos.ini configuration settings, see the
Reference Guide
.