/sys$common/syshlp/TCPIP$UCP_HELP.HLB  —  sysconfigdb  EXAMPLES
    1. To replace the table_mgr_1 entry in the SYSCONFIGTAB.DAT file
       with the information in the TABLE_MGR.STANZA file for the
       table_mgr_1 subsystem, use the following command. The command
       updates the in-memory copy of the subsystem configuration
       database to match the modified SYSCONFIGTAB.DAT file.

       TCPIP> sysconfigdb -u -f table_mgr.stanza table_mgr_1

    2. To merge the tbl_mgr_2 information from the table_mgr.stanza
       file with the information already in the tbl_mgr_2 entry
       in the SYSCONFIGTAB.DAT file, use the following command.
       The command updates the in-memory copy of the subsystem
       configuration database to match the modified SYSCONFIGTAB.DAT
       file.

       TCPIP> sysconfigdb -m -f table_mgr.stanza tbl_mgr_2

    3. To list the entry for the subsystem table_mgr_1, use the
       following command. This command does not update the in-memory
       copy of the subsystem configuration database.

       TCPIP> sysconfigdb -l table_mgr_1
       table_mgr_1:
                     size = 10
                     name = Ten-Element-Table

    4. To delete the table_mgr_1 entry from the SYSCONFIGTAB.DAT file
       and update the in-memory copy of the subsystem configuration
       database to match the modified SYSCONFIGTAB.DAT file, use the
       following command:

       TCPIP> sysconfigdb -d table_mgr_1
Close Help