Netcool/OMNIbus Administrator contains a set of properties and command-line options for configuring the component.
The default Netcool/OMNIbus Administrator properties file is $NCHOME/omnibus/etc/nco_config.props (%NCHOME%\omnibus\etc\nco_config.props on Windows). The default properties file is read each time you start Netcool/OMNIbus Administrator; however, you can use the -propsfile command-line option to specify an alternative properties file.
You can use the properties file as a template and modify it for different purposes. For example, you could use different properties files for logging into different ObjectServers.
The properties and command-line options for nco_config (nco_config.vbs on Windows) are described in the following table.
| Property | Command-line option | Description |
|---|---|---|
| audit.active 0 | 1 | -auditlogactive 0 | 1 | Determines whether audit logging is enabled. The default is 1; audit logging is enabled. |
| audit.file.max.count integer | -auditfilecount integer | The maximum number of Netcool/OMNIbus Administrator
audit log files. The default is 4. |
| audit.file.max.size integer | -auditfilesize integer | The maximum file size (in Bytes) for the Netcool/OMNIbus Administrator audit log files. The default is 10000. |
| audit.file.name string | -auditfile string | The full path to the Netcool/OMNIbus Administrator audit
log file. The default is $NCHOME/omnibus/log/nco_config_audit.log. |
| N/A | -help | Displays help on the command-line options and exits. |
| java.security.policy string | -policyfile string | The full path to the Java™ security policy file. |
| log.console.active 0 | 1 | -logtoconsole 0 | 1 | Determines whether logging information is sent
to the command shell. The default is 1; logging information is sent to the command shell. |
| log.directory.name string | -logdir string | The location where the Netcool/OMNIbus Administrator
system log file is saved. The default is $NCHOME/omnibus/log. |
| log.file.max.count integer | -logfilecount integer | The maximum number of Netcool/OMNIbus Administrator
system log files. The default is 4. |
| log.file.max.size integer | -logfilesize integer | The maximum file size (in Bytes) for the Netcool/OMNIbus Administrator system log files. The default is 10000. |
| log.file.name string | -logfile string | The name of the Netcool/OMNIbus Administrator system
log file. The default is nco_config_system.log. Tip: To change the directory where this file is
stored, use the log.directory.name property or -logdir option.
|
| messagelevel string | -messagelevel string | Specifies the message logging level for system
and audit logging. Possible values are: FATAL, ERROR, WARN, INFO, and DEBUG. The default level is ERROR. Messages that are logged at each level are listed below: FATAL - FATAL only. ERROR - FATAL and ERROR. WARN - FATAL, ERROR, and WARN. INFO - FATAL, ERROR, WARN, and INFO. DEBUG - FATAL, ERROR, WARN, INFO, and DEBUG. Note: The value of string must be in uppercase.
|
| nco_jdbc.timeout integer | -jdbctimeout integer | The Java Database
Connectivity (JDBC) timeout, in seconds. The default is 600. |
| N/A | -propsfile string | The full path to the Netcool/OMNIbus Administrator properties
file. The default is $NCHOME/omnibus/etc/nco_config.props (%NCHOME%\omnibus\etc\nco_config.props on Windows). |
| server string | -server string | The name of the ObjectServer to which you are connecting. |
| system.create.conversion 0 | 1 | -createconversion 0 | 1 | Sets up the system so that it automatically creates
conversion for users that you create. The default is 1, which indicates that conversions are automatically created. |
| system.conversion.type string | -conversiontype string | Creates a conversion between the user ID, and the
user name or full name of each newly-created user. Possible values
are fullname and username. The default is fullname, which creates a conversion between the user ID and the full name. |
| user.name string | -user string | The Netcool/OMNIbus Administrator login user name. |
| user.password string | -password string | The Netcool/OMNIbus Administrator login password. |
| N/A | -version | Displays version information and then exits. |