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.
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.
- 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.
- Select Alter.
- View the node properties that appear in the Alter dialog.
The listen address appears here.
- Exit the Alter dialog.
Referenced by...