sysconfig(8) — Maintenance
OSF
NAME
sysconfig − Modifies the system configuration
SYNOPSIS
sysconfig [-vs] [-c | -u | -q] name
FLAGS
-cConfigures the named subsystem into the currently running system. This option requests the cfgmgr daemon to load and configure the subsystem name into the kernel.
-uUnconfigures the named subsystem from the currently running system. This option requests the cfgmgr daemon to deconfigure and unload the subsystem name from the kernel.
-qQueries information about the named subsystem. This option requests the cfgmgr daemon to query information about the configured subsystem name.
-vRequests verbose output from the cfgmgr.
-sRequests that output from the cfgmgr be suppressed.
DESCRIPTION
The sysconfig command is used to modify the subsystem configuration. The sysconfig command opens a communications socket to the configuration manager daemon process, cfgmgr. It sends the specified command request to the cfgmgr and receives output back from the cfgmgr by way of the socket.
The subsystem name parameter is the name of the subsystem as specified in the /etc/sysconfigtab configuration database. To list the current subsystem names in the database, use the /sbin/sysconfigdb command.
FILES
/sbin/sysconfig
Specifies the command path
/sbin/cfgmgr
Specifies the configuration daemon command path
/etc/sysconfigtab
Specifies the configuration database
RELATED INFORMATION
Commands: cfgmgr(8), sysconfigdb(8)
Files: sysconfigtab(4)