使用 WebSphere Application Server 管理控制台或 wsadmin 命令配置属性扩展存储库适配器。请参阅 WebSphere 管理控制台文档。如果需要修改此配置,您可手动编辑 wimconfig.xml 文件,尽管这不是首选方法。
<config:repositories xsi:type="config:PropertyExtensionRepositoryType"
id="LA"
databaseType="db2"
dataSourceName="jdbc/wimLA"
dbURL="jdbc:db2:wim"
dbAdminId="DB_ADMIN_ID"
dbAdminPassword="DB_PASSWORD"/>
在 DB2 for z/OS 上创建联合存储库表时,还可以指定用户定义的缓冲池。将 tablesBufferPool、LOBtablesBufferPool 和 indextablesBufferPool 参数用于 setupIdMgrPropertyExtensionRepositoryTables 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。