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

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


Open the script configureDSCluster.shin an editor and edit the 1st string:



#!/bin/shbash
###################################
# Setting script env
###################################


Save and use it.

No comments:

Post a Comment