I've downloaded ODM 8.7 Advanced files. Every part (DC, Rules etc) contains several files which look like DS_RULES_MPF__N_OF_5__IMR_V8.7_ML.0N How to use them?
Showing posts with label IBM ODM 8. Show all posts
Showing posts with label IBM ODM 8. Show all posts
Monday, December 8, 2014
Tuesday, May 20, 2014
"syntax error at line 6: `binDir=$' unexpected" during creating of ODM clustered environment
I've created ODM 8 clustered environment using this command (on Solaris OS):
-bash-3.2$ /ibm/odm80/profiles/DManagerODM/bin/configureDSCluster.sh -dmgrAdminUsername wasadmin -dmgrAdminPassword password-clusterPropertiesFile /ibm/odm80/profiles/DManagerODM/bin/rules/configureDSCluster.properties -dmgrHostName dmanager -dmgrPort 8882 -targetNodeName ODMCellNode01
and get this error:
/ibm/odm80/profiles/DManagerODM/bin/configureDSCluster.sh: syntax error at line 6: `binDir=
#39; unexpected
-bash-3.2$ /ibm/odm80/profiles/DManagerODM/bin/configureDSCluster.sh -dmgrAdminUsername wasadmin -dmgrAdminPassword password-clusterPropertiesFile /ibm/odm80/profiles/DManagerODM/bin/rules/configureDSCluster.properties -dmgrHostName dmanager -dmgrPort 8882 -targetNodeName ODMCellNode01
and get this error:
/ibm/odm80/profiles/DManagerODM/bin/configureDSCluster.sh: syntax error at line 6: `binDir=
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:
Now I make deploying IBM ODM 8.0.1 on this platform.
First I created Decision Server profile using this response file:
Monday, November 18, 2013
The message "@LongLink: typeflag 'L' not recognized" during unpacking of ODM for Solaris
During this unpacking I used tar as usually:
tar -xzvf IBM_ODM_V8.0.1_SOL_SPARC_LAUN_DISK1.tar
But I got a lot of messages:
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
x ././@LongLink, 124 bytes, 1 tape blocks
tar -xzvf IBM_ODM_V8.0.1_SOL_SPARC_LAUN_DISK1.tar
But I got a lot of messages:
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
x ././@LongLink, 124 bytes, 1 tape blocks
Wednesday, August 28, 2013
How to change of properties of connections pools in ODM 8
During rules execution, ODM uses different connections pools.
You can see in SystemOut.log:
[8/28/13 15:35:44:066 MSK] 00000049 I Initializes connection pool
By default, pool.maxSize equals 10 in these pools.
How to change them?
You can see in SystemOut.log:
[8/28/13 15:35:44:066 MSK] 00000049 I Initializes connection pool
[8/28/13 15:35:44:067 MSK] 00000049 I Pool properties: {pool.maxSize=10, pool.waitTimeout=-1}
[8/28/13 15:35:44:067 MSK] 00000049 I The wait timeout of the pool is set to -1
By default, pool.maxSize equals 10 in these pools.
How to change them?
Subscribe to:
Posts (Atom)