Technical data
sysconfigdb
sysconfigdb
Manages the subsystem configuration database.
Format
sysconfigdb {-a | -u} [-t target]-ffile subsystem-name
sysconfigdb {-m | -r} [-t target]-ffile [subsystem-name]
sysconfigdb -d [-t target] subsystem-name
sysconfigdb -l [-t target][subsystem-name,...]
Description
The
sysconfigdb
utility is used to manage the subsystem configuration table
(TCPIP$ETC:SYSCONFIGTAB.DAT). To specify another file as a target file, use
the
-t
flag.
To modify a target file, create a stanza file. This stanza file contains the name
of one or more subsystems, each with a list of attributes and their values, as
described in Section 2.1.3.1.
Modifications that you make to the
sysconfigtab
are changed the next time the
subsystem is reloaded.
When the target file is another file, there is no synchronization with the
subsystem configuration database.
Restrictions
You must have system management privileges to run the
sysconfigdb
utility to
modify the system configuration table.
Parameters
subsystem-name
Specifies a subsystem that contains the attributes you want to modify. The
subsystem name and attributes are in a stanza input file.
You must specify the subsystem name when deleting (
-d
), adding (
-a
), or
replacing (
-u
) a subsystem.
In other cases, when you do not specify a subsystem name, the operation is
attempted for all the subsystems and attributes specified in the input file.
Flags
-a
Adds the specified subsystem entry to the target file.
-d
Deletes the specified subsystem entry from the target file.
-f file
Specifies the input file, a stanza file that contains entries for one or more
subsystems. The default target file is the SYSCONFIGTAB.DAT file. Specify
another target file by using the
-t
target flag.
Troubleshooting Utilities Reference A–39