Command Reference Guide > Command Reference Guide > Using Ingres Commands > iinamu Command--Administer the Name Server > iinamu Example: Add a DBMS Server to the Name Server Registry
Was this helpful?
iinamu Example: Add a DBMS Server to the Name Server Registry
UNIX: 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
Last modified date: 11/28/2023