Neoview Command Interface (NCI) Guide (R2.4)

Table 2-1 Locations of NCI Software Files (continued)
DescriptionFilesDirectory
Sample python file that lists all tables
and respective rowcounts. The file can
accepts a command-line wildcard
argument.
sampleTables.py
Sample python file that uses Jython to
execute DDL statements.
sampleDDL.py
Sample python file that uses Jython to
execute DML statements.
sampleDML.py
Verifying Code-Signed Files
The installer file, hpnciInstaller.jar, and the product JAR file, hpnci.jar, are both code
signed. To verify the signature, use the following command:
Jarsigner -verify -certs -verbose JAR_filename
Verifying the Installed Version of NCI
To display the installed version of NCI without launching Neoview Command Interface and
connecting to the database platform:
1. Change to the lib directory, which contains the NCI JAR file:
On Windows, enter:
cd hpnci-installation-directory\Neoview Command Interface\lib
hpnci-installation-directory is the directory where you installed the NCI
software files.
On Linux or UNIX, enter:
cd hpnci-installation-directory/nci/lib
hpnci-installation-directory is the directory where you installed the NCI
software files.
2. Enter this command to return version information:
java -jar hpnci.jar
For example:
C:\>cd install\nci\lib
C:\install\nci\lib>java -jar hpnci.jar
T0774_N27(R2.4)_31MAR09_HP_NCI_2009_03_10
C:\install\nci\lib>
If the JAR file is inaccessible or the returned version is not supported, see “Installation
Procedures” (page 25).
To display the installed versions of NCI and the Neoview JDBC Type 4 Driver in the Neoview
Command Interface:
1. Launch NCI. See Chapter 3 (page 47).
40 Installing NCI