Adding the datasourse on linux systems, Testing the connection on linux systems – Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 76

Advertising
background image

24

Brocade Network Advisor SAN User Manual

53-1003154-01

PostgreSQL database

1

3. Install the file to the usual location for your system’s application files (for example,

/opt/PostgreSQL/psqlODBC) on the Installation Directory screen and click Next.

NOTE

If you select an invalid location, the ODBC driver is installed in a different location than where
the ODBC executable drivers are located.

4. On the Ready to Install screen click Next.

5. On the Completing the psqlODBC Setup Wizard screen click Finish to complete the installation.

Adding the Datasourse on Linux systems

Before you edit the INI files, make sure the PostgreSQL database is up and running.

NOTE

For RedHat and Oracle Enterprise systems, the odbc.ini and odbcinst.ini files are located in /etc. For
SUSE systems, the odbc.ini and odbcinst.ini files are located in /etc/unixODBC.

1. Open the odbc.ini file in an editor and enter the datasource information as follows:

[TestDB]

Description = PostgreSQL 8.4

Driver = /opt/PostgreSQL/psqlODBC/lib/psqlodbcw.so

Database = dcmdb

Servername = 172.26.1.54

UserName = dcmadmin

Password = passw0rd

Port = 5432

2. Save and close the odbc.ini file.

3. Open the odbcinst.ini file in a text editor and make sure that the driver path information is

correct.

After you install the PostgreSQL ODBC driver, the odbcinst.ini should automatically update the
driver path. If the direver path is not updated, add the following:

[psqlODBC]

Description=PostgreSQL ODBC driver

Driver=/opt/PostgreSQL/psqlODBC/lib/psqlodbcw.so

4. Save and close the odbcinst.ini file.

Testing the connection on Linux systems

To test the connection, complete the following steps.

1. Download and install Open Office.

2. Select File > New > Database.

The Database Wizard displays.

3. On the Select database screen, complete the following steps.

a. Select the Connect to an existing database option.

b. Select ODBC from the list.

c. Click Next.

Advertising