3. Preparing to Install Ingres Star : How User Authorization to Nodes Is Established : Installation Passwords : How Installation Passwords Are Set Up
 
Share this page                  
How Installation Passwords Are Set Up
Installation passwords are set and entered with the netutil or ingnet utilities. To set a server’s installation password, the system administrator uses the special username “*” for the server’s local vnode. On each trusted client, the system administrator enters the installation password to the server’s vnode, again using the special username “*”. This enables client access to the server. There must also be a connection data entry at the trusted client pointing to the remote installation.
Here is an example of setting and entering an installation password. (This example uses netutil commands; alternatively, forms-based settings can be used.)
Nodes london and hongkong define hk_password as *’s installation password:
On the hongkong node, set the installation password:
create global login hongkong * hk_password
On the london node, enter the installation password of hongkong:
Note:  This is the same command as on the hongkong node
create global login hongkong * hk_password
On the london node, create the connection data necessary for london’s Communication Server to locate and connect to hongkong:
create global connection hongkong hongkong tcp_ip fe0
In this command, the first hongkong specifies the vnode to which the connection is being made. The second hongkong specifies the node name or network address.
Users on london now have Net access to hongkong without having to define a private remote authorization.
For full details on using netutil for installation passwords, see the System Administrator Guide.