72
C
HAPTER
3: I
NSTALLATION
AND
I
NITIAL
S
ETUP
4
As the default database used is Instant DB, you need to first comment
each line of the Instant DB section by adding a pound sign (#) before
each variable of the server.properties file.
For example:
##### Instant DB ######
#DBDriver=org.enhydra.instantdb.jdbc.idbDriver
#DBURL=jdbc:idb:db/fdserver.prp
#DBLong=LONG
#DBBLOB=BINARY
#DBEmbeddedQuote=\\'
#DBEmbeddedBackslash=\\\\
#DBFile=db
5
To enable the external database, from the IBM DB2 section of the
server.properties file, uncomment each line by removing the pound signs
(#) for each variable and configure according to your customized needs:
DBDriver=com.ibm.db2.jdbc.app.DB2Driver
DBURL=jdbc:db2:*local
DBLong=BIGINT
DBBLOB=BLOB
DBEmbeddedQuote=''
DBEmbeddedBackslash=\\
DBFile=
DBUserName=<db_username>
DBPassword=<db_password>
Table 24
lists the fields in the IBM DB2 DB section of the
server.properties file and gives descriptions and default values.
Table 24
IBM DB2 DB Section of the server.properties File
Field
Description
DBDriver
The Java classname of the JDBC driver.
DBURL
The URL used to connect to the database. Each database
vendor specifies a unique format for this field.
DBLong
The SQL data type that can contain a long (8-byte) integer.
DBEmbeddedQuote
The escape sequence for an embedded single quote
character.
NOTE:
\\ results in a single backslash character.
Summary of Contents for 3CR15600 - Enterprise Management Suite
Page 12: ...12 ...
Page 16: ...16 ABOUT THIS GUIDE ...
Page 40: ...40 CHAPTER 1 PRODUCT OVERVIEW ...
Page 54: ...54 CHAPTER 2 PRE INSTALLATION ...
Page 100: ...100 CHAPTER 4 SERVER FAILOVER CONFIGURATION ...
Page 123: ...Schedulable GUI Based Device Discovery 123 Figure 32 Session Preferences Discovery Tab Boxes ...
Page 132: ...132 CHAPTER 6 GUI CLIENT CONFIGURATION ...
Page 166: ...166 CHAPTER 9 NETWORK MANAGEMENT PLATFORM INTEGRATION CONFIGURATION ...
Page 206: ...206 CHAPTER 10 OPERATIONS ...
Page 212: ...212 APPENDIX A COMMAND LINE INTERFACE REFERENCE ...
Page 218: ...218 INDEX ...