Previous Topic

Next Topic

Netutil (Net Management Utility)

The forms-based Net Management Utility, netutil, is used to define the connection and authorization data used by the Communications Server to access remote instances.

System administrators (or any user with the appropriate Ingres privileges) can use netutil to perform the following tasks:

End users can use netutil to:

Previous Topic

Next Topic

Netutil Startup Screen

The netutil user interface consists of four tables and a menu of operations that can be performed on entries in these tables.

The four tables on the netutil startup screen are:

Previous Topic

Next Topic

Virtual Node Name Table in Netutil

The Virtual Node Name table on the netutil startup screen determines what information is displayed in the Connection data and Login/password tables. These tables display information about the vnode highlighted in the Virtual Node Name table.

Previous Topic

Next Topic

Naming Rules for Vnodes

Valid vnode names cannot include:

Vnode names are not case-sensitive, except on Star Server installations.

Previous Topic

Next Topic

Login and Password Data Table in Netutil

The Login and password data table on the netutil startup screen is used for the following tasks:

The information you enter into the fields in the Login/password data table depends on which of the above tasks you are performing. For more information, see Task-Specific Values for the Login/Password Data Fields.

The Login/password data columns are as follows:

Previous Topic

Next Topic

Task-Specific Values for the Login/Password Data Fields

The following table shows the required values for the Type, Login, and Password fields according to the kind of record you are entering:

 

 

Type

Login

Password

Remote User Authorization

Using login account password

Global or Private

Name of remote login account

Password of remote login account

 

Using Installation Password

Global or Private

*
(asterisk)

Installation Password of remote instance

Local Installation Password

 

Global

*
(asterisk)

Local Installation Password

Note: When creating a local installation password, the vnode name used must be identical to the name that has been configured as LOCAL_VNODE on the Configure Name Server screen of the Configuration-By-Forms (cbf) utility and is generally the same as the local machine name.

Previous Topic

Next Topic

Connection Data Table in Netutil

The Connection data table on the netutil startup screen specifies the network address of the remote node, the listen address of the remote instance's Communications Server, and the network protocol that is used to make the connection.

The Connection data table has the following columns:

Previous Topic

Next Topic

Network Protocol Keywords

When entering connection data for a remote instance, you are prompted for the name of the network protocol that is used to make the connection. You must respond with one of the following keywords:

For additional information on the protocols supported for your environment, see the Ingres Readme file for your operating system.

Previous Topic

Next Topic

Other Attribute Data Table in Netutil

The Other attribute data table in netutil specifies additional connection, encryption and authentication attributes for a vnode. For a description of each attribute and its associated values, see Configure Vnode Attributes.

The Other attribute data columns are as follows:

Previous Topic

Next Topic

Netutil Operations

The following operations are available from the netutil startup screen:

Previous Topic

Next Topic

Prerequisites to Establish and Test a Remote Connection

To establish and test a remote connection, the following information is required:

Previous Topic

Next Topic

Establish and Test a Remote Connection Using Netutil

You use netutil to establish and maintain access to remote instances. Defining a virtual node name is the first step in the process of establishing a connection.

To define a virtual node (vnode) and use it to test a connection to a remote instance

  1. Enter the following command at the operating system prompt:

    netutil

    The netutil startup screen appears.

  2. Make sure that the cursor is in the Virtual Node Name table; then choose Create from the menu.

    A pop-up window appears, displaying the following prompt:

    Enter new virtual node name.

  3. Enter a virtual node name of your choosing and select OK from the menu.

    A pop-up window appears, displaying the following prompt:

    Choose type of login to be created

    Global—Any user on [local node]

    Private—User [user name] only

  4. Use the arrow keys to highlight Global or Private; then choose Select from the menu.

    The Enter new login/password pop-up window appears. It displays prompts for the login of the account that is used on the remote node, the password of that account, and verification of the password.

    Establishing and Testing a Remote Connection (NEW)

  5. Enter the login and the password, then re-enter the password as prompted. (Notice that for security purposes neither the password nor the verification appears on screen.) When you have entered the login and password information, choose Save from the menu.

    Note: If you are using an Installation Password to authorize access, enter an asterisk (*) in the Login field, and then enter the remote instance's Installation Password in the Password field.

    The Enter new connection pop-up window appears. It displays prompts for the connection type (private or global), the network address, the network protocol to be used, and the Listen address of the remote instance. For your convenience, netutil supplies default values for the first three fields. To enter a new value, simply type over the default value.

    Establishing and Testing a Remote Connection (NEW2)

  6. Enter the connection data, and then choose Save from the menu.

    Netutil returns to the startup screen. The data you entered in this and the previous steps is displayed in the Vnode, Login/password data, and Connection data tables.

  7. Choose Test from the menu.

    Netutil attempts to establish a connection to the remote instance using authorization and connection data you have entered.

    A message is displayed in a pop-up window indicating whether the test is successful.

    If the connection is not successful, the error message indicates the nature of the error or where to look for further information.

  8. Press Return.

    You are returned to the startup screen.

Previous Topic

Next Topic

Configure Vnode Attributes

In addition to defining login and connection data, you can use netutil to configure vnode attributes. Attributes define additional connection, encryption, and authentication information for the vnode.

To configure one or more attributes for a vnode

  1. From the netutil startup screen, select the Attributes menu option.

    Attribute information for the first vnode in the Virtual Node Name table is displayed.

  2. Use the arrow keys to select the vnode for which you want to configure an attribute. Tab to the Other attribute data for vnode table and select the Create menu option.

    The Enter new attribute pop-up window appears.

  3. Enter an attribute name and value, as follows:
  4. Select the Save menu option.

    Netutil returns to the startup screen. The attribute you configured is now displayed in the Other attribute data for vnode table.

Previous Topic

Next Topic

Create an Additional Connection Data Entry

If a remote instance has more than one Communications Server or can be accessed by more than one network protocol, include that information in your vnode definition by adding extra entries to the Connection Data table. This allows you to distribute the load of communications processing and increase fault tolerance.

Note: When more than one Communications Server listen address is defined for a given vnode, Ingres Net automatically tries each server, in random order, until it finds one that is available. Similarly, when a connection fails over one network protocol, Ingres Net automatically attempts the connection over any other protocol that has been defined.

End users can create private connection data for an existing vnode by adding an entry to the Connection data table. For the user who creates it, a private connection data entry overrides a global connection data entry defined to the same vnode. In other words, Ingres Net uses the private connection data entry whenever the user who created the entry uses the vnode.

Know the following information before beginning this procedure:

To define an additional connection data entry

  1. Select the desired vnode in the Virtual Node Name table.

    The connection data for the highlighted vnode appears in the Connection Data table.

  2. Move the cursor to the Connection Data table, and then choose Create from the menu.

    The Enter new connection pop-up window appears displaying prompts for the connection type (private or global), the network address, the network protocol to be used, and the Listen address of the remote instance. For your convenience, netutil supplies default values for the first three fields; to enter a new value, simply type over the default value.

  3. Enter the connection data; then choose Save from the menu.

    Netutil returns to the startup screen. The data you entered is now displayed in the Connection Data table.

Previous Topic

Next Topic

Create an Additional Remote User Authorization

End users can create a private remote user authorization for an existing vnode by adding an entry to the Login/password data table.

For the user who sets it up, a private authorization overrides a global authorization defined to the same vnode. In other words, Ingres Net uses the private authorization whenever the user who created it uses the vnode.

Know the following information before beginning this procedure:

To define and test a new remote user authorization

  1. Select the desired vnode in the Virtual Node Name table.

    The remote user authorization for the highlighted vnode appears in the "Login/password data" table.

  2. Move the cursor to the "Login/password data" table, and then choose Create from the menu.

    The Enter New Login/Password pop-up window appears. It displays prompts for the login of the account that is used on the remote node, the password of that account, and verification of the password.

  3. Enter the login and the password, and then re-enter the password as prompted. (Notice that for security purposes neither the password nor the verification appears on screen.)

    Note: If you are using an Installation Password to authorize access, enter an asterisk (*) in the Login field, and then enter the remote instance's Installation Password in the Password field.

    Choose Save from the menu.

    Netutil returns to the startup screen. The data you entered is now displayed in the Login/password data table.

Previous Topic

Next Topic

Delete an Entry

To delete a virtual node entry or one of its connection data entries, remote user authorizations or attributes, place the cursor on the desired record and choose Destroy from the menu.

Previous Topic

Next Topic

Delete All Vnode Information

To delete all information for a specific vnode

  1. Highlight the desired entry in the Virtual Node Name table and choose Destroy from the menu.

    A pop-up window appears with the following prompt:

    Really destroy all data for vnode [vnode name]?
    No—Do not destroy all data for vnode
    Yes—Destroy all data for vnode

  2. Use the arrow keys to highlight No or Yes (No is the default); then choose Select from the menu.

    Netutil removes the vnode from the Virtual Node Name table and all associated information from the Login/password data and Connection data tables.

Previous Topic

Next Topic

Delete a Connection Entry for a vnode

To delete one of the connection data entries associated with a particular vnode

  1. Highlight the desired entry in the Connection Data table and choose Destroy from the menu.

    A pop-up window appears with the following prompt:

    Really destroy connection entry?

    No—Do not destroy connection entry
    Yes—Destroy connection entry

  2. Use the arrow keys to highlight No or Yes (No is the default), and then choose Select from the menu.

    Netutil removes the entry from the Connection Data table.

Previous Topic

Next Topic

Delete a Remote User Authorization for a vnode

To delete one of the remote user authorizations associated with a particular vnode

  1. Highlight the desired entry in the Login/password data table and choose Destroy from the menu.

    A pop-up window appears with the following prompt:

    Really destroy [private/global] login/password entry '[Login name]'?
    No—Do not destroy [private/global] login/password entry
    Yes—Destroy [private/global] login/password entry

  2. Use the arrow keys to highlight No or Yes (No is the default); then choose Select from the menu.

    Netutil removes the entry from the Login/password data table.

Previous Topic

Next Topic

Delete an Attribute Associated with a vnode

To delete an attribute associated with a particular vnode

  1. From the netutil startup screen, select the Attributes menu option.

    The "Other attribute data" table is displayed.

  2. Select the desired vnode from the Virtual Node Name table. Tab to the Other attribute data for vnode table, highlight the attribute that you want to delete, and choose Destroy from the menu.

    A pop-up window appears with the following prompt:

    Really destroy attribute entry?
    No—Do not destroy attribute entry
    Yes—Destroy attribute entry

  3. Use the arrow keys to highlight No or Yes (No is the default); then choose Select from the menu.

    Netutil removes the attribute from the Other attribute data for vnode table.

Previous Topic

Next Topic

Change an Entry

To modify a virtual node entry or one of its Connection data entries, remote user authorizations, or attributes, place the cursor on the desired record and select Edit from the menu.

Previous Topic

Next Topic

Modify a Vnode Name

To modify a vnode name

  1. Select the desired entry in the Virtual Node Name (vnode) table ,and then choose Edit from the menu.

    A pop-up window appears, displaying the following prompt:

    Enter the new name for ['vnode name']
    New name:

  2. Enter the new virtual node name and choose OK from the menu.

    The Enter Global/Private Password pop-up window appears and prompts you to re-enter the remote account password or Installation Password associated with this vnode. For security reasons, any time a vnode name is modified, you must re-enter the associated passwords.

  3. Enter the password, re-enter the password as prompted, and then choose Save from the menu.

    If there is a second remote user authorization associated with this vnode, a second pop-up window appears. Repeat this step with the password of the second authorization.

    After you have saved all password information, netutil returns to the startup screen. The edited vnode name is displayed in the Virtual Node Name (vnode) table.

Previous Topic

Next Topic

Edit a Remote User Authorization

To edit a remote user authorization

  1. Select the desired entry in the Login/password data table, and choose Edit from the menu.

    The Edit login and password pop-up window appears and prompts you to enter new login and password data.

    Edit a Remote User Authorization

  2. Enter the login and password for the remote account; then re-enter the password as prompted.

    Note: If you are using an Installation Password to authorize access, enter an asterisk (*) in the Login field, and then enter the remote instance's Installation Password in the Password field.

  3. Choose Save from the menu.

    Netutil returns to the startup screen. The edited remote user authorization is displayed in the Login/password data table.

Previous Topic

Next Topic

Edit a Connection Data Entry

To edit a connection data entry

  1. Select the desired entry in the Connection Data table, and choose Edit from the menu.

    The Edit connection entry pop-up window appears, which displays the connection type, network address, protocol, and listen address for the selected entry.

    Edit a Connection Data Entry

  2. Tab to the fields to be changed and enter the new values. Choose Save from the menu.

    Netutil returns to the startup screen. The edited connection data entry is displayed in the Connection Data table.

Previous Topic

Next Topic

Edit Vnode Attribute

To edit attribute data for a particular vnode

  1. From the netutil startup screen, select the Attribute menu option from the netutil startup screen.

    The "Network connection and other attribute information screen" appears.

  2. Select the desired vnode from the vnode list. Tab to the Other attribute data for vnode table and select the attribute that you want to edit. Choose Edit from the menu.

    The Edit attribute entry pop-up window appears.

    Edit Vnode Attribute

  3. Edit the attribute by typing over the displayed data with the desired changes. For a list of valid attribute names and values, see Configure Vnode Attributes. Choose Save from the menu.

    Netutil returns to the startup screen. The attribute you edited is now displayed in the Other attribute data for vnode table.

Previous Topic

Next Topic

Define an Installation Password for the Local Instance

To define an Installation Password for the local instance

  1. Enter the following command at the operating system prompt:

    netutil

    The netutil startup screen appears.

  2. Make sure that the cursor is in the Virtual Node Name table, and then choose Create from the menu.

    A pop-up window appears, displaying the following prompt:

    Enter new virtual node name:

  3. Enter the virtual node name for the local instance and choose OK from the menu.

    Note: The virtual node name must be identical to the name that has been configured as LOCAL_VNODE on the Configure Name Server screen of the Configuration-By-Forms (cbf) utility and is typically the same as the local machine name.

    A pop-up window appears, displaying the following prompt:

    Choose type of login to be created
    Global—Any user on [local node]
    Private—User [user name] only

  4. Highlight Global by using the arrow keys, and then choose Select from the menu.

    The Enter new login/password pop-up window appears. It displays prompts for the global login, the password, and verification of the password.

  5. Enter an asterisk in the Global Login field, enter an Installation Password in the Password field, and finally re-enter the password as prompted. (Notice that for security purposes neither the password nor the verification appears on screen.) When you have entered this information, choose Save from the menu.

    The Enter new connection pop-up window appears. It displays prompts for the connection type (private or global), the network address, the network protocol to be used, and the Listen address of the instance.

  6. Choose Cancel from the menu. (It is not necessary to enter connection data for the local instance.)

    Netutil returns to the startup screen. The data you entered in the previous steps is displayed in the vnode and Login/password data tables.


© 2007 Ingres Corporation. All rights reserved.