Author |
Message
|
paustin_ours |
Posted: Thu Apr 06, 2006 5:27 pm Post subject: V6 Broker installation |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
installed Broker V6 on AIX using a response file. cant find the .odbc.ini file in the odbc directory.
installed broker contact admin services and configuration manager on the same box.
how do i make sure they are all installed. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 07, 2006 3:20 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You might have to create odbc.ini from scratch. It's just a text file.
The documentation contains information on verifiing your installation. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fschofer |
Posted: Fri Apr 07, 2006 3:31 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
|
Back to top |
|
 |
paustin_ours |
Posted: Fri Apr 07, 2006 8:27 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
the mqsi6_install.log is a huge ass file. dont see any errors in there.
uninstalled and re-installed
still cant find the .odbc.ini file in the /var/mqsi directory.
i ran the followining command
./setupaix -silent -options "responsefile" -G licenseAccepted=true
responsefile says true for broker configuartion manager and transformation services.
the manual doesnt say much about verifying installtion. al it says is to check the install log. |
|
Back to top |
|
 |
jamest_ibm |
Posted: Tue May 02, 2006 8:59 am Post subject: |
|
|
Newbie
Joined: 13 Dec 2004 Posts: 9 Location: Winchester, UK
|
From what I remember the install no longer creates the .odbc.ini file during install, although I forget exactly why that is now. (Take a look at the mqsicreateworkpath script in the bin directory for what happens when setting up the /var/mqsi directory at install time.)
Have a look at "Configuring a 32-bit ODBC data source on UNIX systems" in the information centre; unfortunately it looks like the documentation claims it will be created automatically but it has examples and points to a sample template provided as the file <install_dir>/merant/odbc.ini which should get you started.
See also the following developerworks article which has an example of generating an odbc.ini file in the supplied script.
http://www.ibm.com/developerworks/websphere/library/techarticles/0601_taylor/0601_taylor.html
Hope that helps. |
|
Back to top |
|
 |
Kateel |
Posted: Tue May 02, 2006 10:04 am Post subject: |
|
|
Novice
Joined: 01 May 2006 Posts: 17
|
As stated by Jamest, a sample copy of the ODBC file can be found in the <MQSI_FILEPATH>/merant (if you have gone with the default directory setting, then it should be /opt/IBM/mqsi/6.0/merant/odbc.ini )
Note that the sample file is not a . file.
Now you need to copy this file to /var/mqsi/odbc directory as .odbc.ini and modify it as per your requirements. And then set the ODBCINI variable to /var/mqsi/odbc/.odbc.ini (this is the standard setting, you can override this if you wish)
Additionally you need to make sure that mqsi service-id has read access to this file. |
|
Back to top |
|
 |
|