可使用 WebSphere Application Server 管理控制台或 wsadmin 命令来配置条目映射存储库适配器。请参阅您的 WebSphere 管理控制台文档。 如果需要修改此配置,您可手动编辑 wimconfig.xml 文件,尽管这不是首选方法。
<config:repositories xsi:type="config:EntryMappingRepositoryType"
id="FED"
databaseType="db2"
dataSourceName="jdbc/wimFED"
dbURL="jdbc:db2:wim"
dbAdminId="DB_ADMIN_ID"
dbAdminPassword="DB_PASSWORD"/>
在 DB2 for z/OS 上创建联合存储库表时,还可以指定用户定义的缓冲池。请将 tablesBufferPool 参数与 setupIdMgrEntryMappingRepositoryTables wsadmin 命令配合使用。
有关这些命令的更多信息,请参阅 WebSphere Application Server 信息中心中的主题 IdMgrRepositoryConfig command group for the AdminTask object 和 Setting up an entry mapping repository, a property extension repository, or a custom registry database repository using wsadmin commands。