Appreciations accepted

Vladlen Litvinov, the author: If you have some job offer for me, I'm ready to discuss it. View Vladlen Litvinov's profile on LinkedIn

Password

Wednesday, November 20, 2013

Response files for deploying ODM on Solaris

I continue to torment Solaris.
Now I make deploying IBM ODM 8.0.1 on this platform.

First I created Decision Server profile using this response file:



create
templatePath rules/default/ds

dsHome=/ibm/ODM801BIN
profileName=ODMServer01
applyPerfTuningSetting=standard
cellName=SolarisODMCell
nodeName=SolarisODMCellNode01
serverName=server1
hostName=bpmserver
enableAdminSecurity=true
adminUserName=admin
adminPassword=admin
signingCertDN=CN=bpmserver\\,OU=Root Certificate\\,OU=SolarisODMCell\\,OU=SolarisODMCellManager\\,O=ourdomain\\,C=ru
personalCertDN=CN=bpmserver\\,OU=SolarisODMCell\\,OU=SolarisODMCellNode01\\,O=ourdomain\\,C=ru
signingCertValidityPeriod=20
personalCertValidityPeriod=15
keyStorePassword=admin
dbType=Oracle
dbJDBCClasspath=/ibm/ODM80/ODMjdbcdrivers/Oracle/ojdbc6.jar
dbHostName=bpm8db
dbServerPort=1521
dbName=BPM8
dbUserId=SOLODMDB
dbPassword=Password
omitAction=defaultAppDeployAndConfig
dbJDBCLicenseClasspath=/ibm/ODM80/derby/lib/derbyclient.jar


After the successful creation I augmented this Decision Server profile to Decision Center.
I only changed three first strings of the old response file to: 

augment
templatePath rules/default/dc

dcHome=/ibm/ODM801BIN
profileName=ODMServer01
applyPerfTuningSetting=standard
cellName=SolarisODMCell
nodeName=SolarisODMCellNode01

etc...

Check the augmentation. 

-bash-3.00$ ./manageprofiles.sh -listAugments -profileName ODMServer01
        /ibm/ODM80/profileTemplates/rules/default/ds
        /ibm/ODM80/profileTemplates/rules/default/dc


Start the server. It works.

No comments:

Post a Comment