A. Command Reference : iinamu Command--Administer the Name Server : iinamu Example: Add a DBMS Server to the Name Server Registry
 
Share this page                  
iinamu Example: Add a DBMS Server to the Name Server Registry
Linux: This command adds to the Name Server registry a DBMS Server with GCF address 1093 that can connect to any database:
IINAMU> add ingres * 1093
This command adds a DBMS Server with GCF address 2180 that can connect only to the salesdb database:
IINAMU> add ingres salesdb 2180
This command adds the accounts database to the existing DBMS Server with GCF address 2180:
IINAMU> add ingres accounts 2180 merge
Windows: This command adds to the Name Server registry a DBMS Server with a process ID of “af” that can connect to any database:
IINAMU> add ingres * II\INGRES\af
This command adds a DBMS Server with a process ID of “ab” that can connect only to the salesdb database:
IINAMU> add ingres salesdb II\INGRES\ab
This command adds the accounts database to the existing DBMS Server II\INGRES\ab:
IINAMU> add ingres accounts II\INGRES\ab merge