NAME
mxinitconfig - performs the initial configuration of the server
SYNOPSIS
mxinitconfig -a [ -q ] [ -v ] [ -f <fs> ] [ -O <fs> ] [ -L <lvl> ] [ -F
]
mxinitconfig -r [ -q ] [ -v ] [ -f <fs> ] [ -O <fs> ] [ -L <lvl> ]
mxinitconfig [ -l [ -q ] [ -v ] [ -f <fs> ] [ -O <fs> ] ]
DESCRIPTION
The mxinitconfig command performs the initial configuration of the
server. If no arguments are entered then the configuration status
will be performed ( -l option ).
The steps that are performed during the initial configuration ( -a
option ) include :
The initialization file and property file are setup.
The repository is configured.
The server daemons are started.
The local system is configured to allow management by the server.
The steps that are performed during the unconfiguration ( -r option )
include:
The server daemons are stopped.
The authentication keys are removed.
The repository is unconfigured.
OPTIONS
mxinitconfig recognizes the following options:
-a Add. Directs mxinitconfig to configure the server
-r Remove. Directs mxinitconfig to unconfigure the
server
-l List. Directs mxinitconfig to list the current
configuration status.
-q Quiet mode. No output is directed to stdout.
-v Verbose mode. Use stdout for all logged messages.
-f <filespec>
File input. Read the given file to determine
(un)configuration steps. Default is
/etc/opt/mx/config/initconfig.properties.
-O <filespec>
File output. Send log output to the given file
instead of the default file. Default is
/var/opt/mx/logs/initconfig.log.
-L <level>
Configuration level. Use the given level to
determine whether to execute a configuration step.
With the -a option, all steps less than the given
level will be configured. With the -r option, all
steps greater than the given level will be
unconfigured. Default configuration level is 7.
Default unconfiguration level is 0.
-F Force mode. Do not exit on errors.
RETURN VALUE
Upon completion, mxinitconfig returns:
0 The server and/or agent were correctly configured and no
errors occurred.
>0 An error occurred during operation.
AUTHOR
mxinitconfig was developed by the Hewlett-Packard Company.
FILES
/etc/opt/mx/config/initconfig.properties
/var/opt/mx/logs/initconfig.log
SEE ALSO
mxinitconfig(4)