Netu Procedures

This appendix contains procedures for establishing and maintaining remote connections using the Net Management Utility (netu) provided in Ingres 6.4 and previous releases. The netu utility is replaced by the forms-based netutil utility; however it is still possible to establish remote connections using netu.

Previous Topic

Next Topic

Start Netu

Netu is delivered in the [Ingres.SIG] directory.

To access netu, follow the instructions below for your operating system:

Windows: Run netu from the command prompt.

UNIX: Verify that the environment variable II_SYSTEM is set to the location of your current Ingres instance and that $II_SYSTEM/ingres/sig is in the search path of the user who owns the installation. If not, do this now.

C shell:

set path=($path $II_SYSTEM/ingres/sig)

Bourne shell:

PATH=$PATH:$II_SYSTEM/ingres/sig

VMS: Run INGSYSDEF.COM or enter the following at your operating system prompt:

netu:== $ii_system:[ingres.sig]netu.exe


© 2007 Ingres Corporation. All rights reserved.