###############################################################################
# BEGIN /opt/WebSphere/PortalServer/config/helpers/transfer_db2.properties
###############################################################################
# DbSafeMode: This only applies to Database specific tasks. If it is set to true
# the databases will not be created, initialized, or removed.
# { false | true }
DbSafeMode=false
# DbType: The type of database to be used for WebSphere Portal
DbType=db2
# DbDriver: The name of class SqlProcessor will use to import SQL files, also known as "JDBC provider"
DbDriver=COM.ibm.db2.jdbc.app.DB2Driver
# DbDriverDs: The name of class SqlProcessor will use to import SQL files via data source
DbDriverDs=COM.ibm.db2.jdbc.DB2XADataSource
#DbLibrary: The directory and name of the zip file containing db.driver class
DbLibrary=/home/db2inst1/sqllib/java/db2java.zip
###############################################################################
# WPS Database Properties - BEGIN
###############################################################################
# WpsDbName: The name of the WebSphere Portal database
# Note: This value should also appear as the database element in DbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP Alias for the database.
WpsDbName=wpsdb
# DbUrl: The WPS database URL
# Note: The database element of this value should match the value of WpsDbName
DbUrl=jdbc:db2:wpsdb
# DbUser: The WPS database administrator user ID
DbUser=db2inst1
# DbPassword: The WPS database administrator password
DbPassword=YOUR_PASSWORD_HERE
# **Required for Non-Windows platforms when using DB2 only**
# WpsXDbName:The name of the WebSphere Portal database
WpsXDbName=wps5TCP
# WpsDbNode: This value is the node for the WebSphere Portal database
WpsDbNode=wpsNode
##################################################################
# WPS Database Properties - END
##################################################################
##################################################################
# WMM Database Properties - BEGIN
##################################################################
# WmmDbName: The name of the WebSphere Member Manager
# Note: This value should also appear as the database element in WmmDbUrl
WmmDbName=wpsdb
# WmmDbUrl: The database URL
# Note: The database element of this value should match the value of WmmDbName
WmmDbUrl=jdbc:db2:wpsdb
# WmmDbUser: The database administrator user ID
WmmDbUser=db2inst1
# WmmDbPassword: The database administrator password
WmmDbPassword=YOUR_PASSWORD_HERE
##################################################################
# WMM Database Properties - END
##################################################################
##################################################################
# JCR Database Properties - BEGIN
##################################################################
# JcrDbName: The name of the WebSphere Portal database for DB2 Content Manager Runtime Edition tables
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP Alias for the database.
# Note: This value should also appear as the database element in JcrDbUrl
JcrDbName=jcrdb
# JcrDbUser: The JCR database administrator User ID/schema name
JcrDbUser=db2inst1
# JcrDbPassword: The JCR database administrator password
JcrDbPassword=YOUR_PASSWORD_HERE
# JcrDsName: The name of datasource to be used for JCR
JcrDsName=JCRDS
# JcrDbUrl: The JCR database URL
# Note: The database element of this value should match the value of JcrDbName
JcrDbUrl=jdbc:db2:jcrdb
# Debug level for JCR database utilities
JcrDebugLevel=2
# JcrDbUnicode: Indicates whether or not the JCR database is unicode.
# Y: is unicode
# N: is NOT unicode
JcrDbUnicode=Y
# **Required for Non-Windows platforms when using DB2 only**
# JcrXDbName: The name of the WebSphere Portal database for DB2 Content Manager Runtime Edition tables
JcrXDbName=jcrdbTCP
# **Required for Non-Windows platforms when using DB2 only**
# JcrDbNode: This value is the node for the DB2 Content Manager Runtime Edition database
JcrDbNode=icmNode
##################################################################
# JCR Database Properties - END
##################################################################
##################################################################
# Personalization Database Properties - BEGIN
##################################################################
# **Required for Non-Windows platforms when using DB2 only**
# PznDbNode: This value is the node for the Feedback and Likeminds database
PznDbNode=pznNode
# **Required for Non-Windows platforms when using DB2 only**
# FeedbackXDbName: The name of the feedback database.
FeedbackXDbName=fdbk5TCP
# FeedbackDbName: The name of the feedback database.
# Note: This value should also appear as the database element in FeedbackDbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP Alias for the database.
FeedbackDbName=fdbkdb
# FeedbackDbUser: The database user for feedback database.
FeedbackDbUser=db2inst1
# FeedbackDbPassword: The database password for feedback database.
FeedbackDbPassword=YOUR_PASSWORD_HERE
# FeedbackDbUrl: The Feedback database URL
# Note: The database element of this value should match the value of FeedbackDbName
FeedbackDbUrl=jdbc:db2:fdbkdb
# **Required for Non-Windows platforms when using DB2 only**
# LikemindsXDbName: The name of the Likeminds database.
LikemindsXDbName=lmdb5TCP
# LikemindsDbName: The name of the Likeminds database.
# Note: This value should also appear as the database element in LikemindsDbUrl
# Note: Non-Windows platforms when using DB2 only. This value is the TCPIP Alias for the database.
LikemindsDbName=lmdb51
# **Required for DB2, DB2 for z/OS and OS/390**
# LikemindsDbUser: The database user for Likeminds database.
LikemindsDbUser=db2inst1
# LikemindsDbPassword: The database password for Likeminds database.
LikemindsDbPassword=YOUR_PASSWORD_HERE
# LikemindsDbUrl: The Likeminds database URL
# Note: The database element of this value should match the value of LikemindsDbName
LikemindsDbUrl=jdbc:db2:lmdb51
##################################################################
# END /opt/WebSphere/PortalServer/config/helpers/transfer_db2.properties
##################################################################