%META:TOPICPARENT{name="PreInstallIngresExpressOSX"}%
= Identifying an Ingres listen address =
The Ingres listen address may typically be found in either the Ingres config.dat
file or the Ingres install.log
. You can use the following platform-specific procedures to confirm this value.
%TOC%
== Ingres on Unix ==
# Log in to the Ingres DBMS server as the Ingres owner (typically "ingres").
# Ensure the Ingres environment is set (procedures will vary), and execute the following commands:
{{{
cd bin
./netutil
}}}
# You should see Ingres nodes listed in a Virtual Node Name column.
%BR%%BR%%BR%%BR%
# Highlight your Ingres node in the Virtual Node Name column.
# The Listen Address should be seen in the Listen Address column.
== Ingres on Windows ==
# Identify a Windows machine with a VisualDBA installation.
# Login to the machine using the {{{ingres}}} login.
# Launch your **VisualDBA**.
# Start the **Ingres** process if prompted.
# Expand the **Nodes** menu tree.
# Highlight the desired node.
# Expand the **Node** menu item.
# You will see Ingres node names in a list.
%BR%%BR%%BR%%BR%
# Select Alter.
# View the node properties that appear in the Alter dialog. The listen address appears here.
# Exit the Alter dialog.