README for the HP Neoview ODBC Driver for Windows (R2.5)
msiexec /qn /i "HP_Neoview_ODBC_Windows_Driver_2.5.0_654321_001.msi"
CERTIFICATEDIR="directory"
In this case, the default location for the security certificate is changed to the location specified
by directory.
This table lists the options you can supply in interactive mode and the defaults that apply in
quiet mode:
To override the default when
you launch the MSI installer,
specify:
In unattended or quiet mode, the
default value is:
In prompt mode,
select or specify:Option
INSTALLDIR=pathname
1
C:\Program
Files\Hewlett-Packard\HP ODBC
2.0
A pathname, or
accept the displayed
default
Installation folder for
ODBC header and help
files
(All other ODBC files are
installed in
%SYSTEMROOT%\system32)
CERTIFICATEDIR=pathname
1
%HOME% or, if %HOME% is not
set,
%HOMEDRIVE%+%HOMEPATH%
A pathname, or
accept the displayed
default
Certificate directory
1 If any element of the pathname contains a space or other special character, enclose the pathname in quotation
marks.For example: "C:\Program Files\ODBC\"
Task 3: Restart the PC
HP recommends that you restart the PC before you use the ODBC Client Administrator or the
HP ODBC driver.
Task 4: Edit the hosts file on the workstation (optional)
Edit the hosts file on your Windows workstation to include all segment names and IP addresses
for the database platform. The system administrator for the database platform can tell you the
segment names for your database platform.
Depending on your system's operating system, the hosts file has different locations:
Hosts File LocationOperating System
C:\windows\hostsWindows 95/ME
C:\WINNT\system32\drivers\etc\hostsWindows 2000/XP Pro
C:\windows\system32\drivers\etc\hostsWindows XP Home or Vista
Double-click the hosts file to open it with a text editor, and add configuration lines for each
segment in this format:
127.0.0.1 localhost
where “127.0.0.1” is the IP address and “localhost” is the segment. For example, suppose your
system is a two-segment cluster with the segments SEGMENT1 (IP address 1.2.3.4) and
SEGMENT2 (IP address 1.2.3.5). You would add these lines to the hosts file:
1.2.3.4 SEGMENT1
1.2.3.5 SEGMENT2
8