Technical data
sysconfigdb
-l
Lists the specified subsystem entries in the target file. If you do not specify
a subsystem name, all subsystem entries in the target file are listed. The
SYSCONFIGTAB.DAT file is the default target file.
-m
Merges subsystem attributes specified in the input file with the subsystem
attributes in the target file. If you do not specify a subsystem name, all
subsystem entries in the input file are merged. The SYSCONFIGTAB.DAT
file is the default target file.
-r
Removes the subsystem entries specified in the input file from the target file.
The only entries removed are those that have attribute names and values that
exactly match those in the input file. If you do not specify the subsystem name,
all subsystem entries in the input file with attributes that match are removed
from the target file. The SYSCONFIGTAB.DAT file is the default target database
file.
-t file
Specifies the target file for the operation. If you do not specify this flag, the
default target file is the SYSCONFIGTAB.DAT file.
-u
Replaces a subsystem entry in the target file with the subsystem entry specified
in the input file.
Examples
The following examples show how use the
sysconfigdb
utility.
1.
$ TCPIP
TCPIP> sysconfigdb -u -f table_mgr.stanza table_mgr_1
This command replaces 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. The command updates the in-memory
copy of the subsystem configuration database to match the modified
SYSCONFIGTAB.DAT file.
2.
TCPIP> sysconfigdb -m -f table_mgr.stanza tbl_mgr_2
This command merges 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. The command updates the in-memory
copy of the subsystem configuration database to match the modified
SYSCONFIGTAB.DAT file.
3.
TCPIP> sysconfigdb -l table_mgr_1
table_mgr_1:
size = 10
name = Ten-Element-Table
This command lists the entry for the subsystem
table_mgr_1
. This command
does not update the in-memory copy of the subsystem configuration database.
A–40 Troubleshooting Utilities Reference