chsys - Change system object attributes

Change specific attributes of the system object in the TSLM database.

Syntax

chsys [-llevel level | -dcalimit num | -messlimit num | -reglimit num | ] -ton | 
-toff | -tfile file_name | -tsize num [M|m|K|k] | -tnum num | -tlevel level | 
-v | -von | -voff]

Parameters

-llevel level
Specifies LogLevel of Media Manager. Valid values are: "emergency", "alert", "critical", "error", "warning", "notice", "information", "debug", and "developer"
-dcalimit num
Specifies the maximum number of DCA records kept in the database
-messlimit num
Specifies the maximum number of log records kept in the database.
-reqlimit num
Specifies the maximum number of request records kept in the database.
-ton
Enable tracing
-toff
Disable tracing
-tfile filename
Set tracefile name
-tsize num[M|m|K|k]
Set tracefile size
-tnum num
Set number of tracefiles kept
-tlevel level
Set trace level
-v
Verbose mode
-von
Enable version checking
-voff
Disable version checking
Note: The following system parameters are only loaded from the configuration file (mm.xml) for the first time after the ermm database is created. The values from the ermm database are then read:
-llevel
-dcalimit
-messlimit
-reqlimit
Other parameters are loaded from the configuration file (mm.xml) every time a Media Manager starts.

Results

Beyond the general error code, the following command-specific error codes are returned:

  • EMM7124E – in case an invalid value has been specified

Examples

chsys
chsys -messlimit 5000 -ton

Related commands