Property Name
|
Type
|
Description
|
Change Affective
|
config.scantimems
|
Integer
|
Indicates
time, in milliseconds, between checking if the configuration file has changed.
If changed, the configuration is reloaded. Default is 50000 (50 seconds).
|
Configuration reload and next configuration lookup
|
UploadServer.config.bool
|
Boolean
|
Indicates
the setting to enable checking the configuration file for changes periodically.
Default is true.
|
Configuration reload and next configuration lookup
|
UploadServer.disk.alloc.global.maxgb
|
Integer
|
Sets a
maximum for the total number of gigabytes to be used. If this value exceeds the
total number of gigabytes available, the total number of gigabytes for the
partition is used. The value to be set is the maximum of the number of
gigabytes for the upload and archive partition. Default is 500.
|
Configuration reload and next configuration lookup
|
UploadServer.disk.alloc.global.threshold.info
|
Integer
|
Defines the
percentage at which the watchdog process logs an informational message
regarding the level at which the server disk space is full. Default is 70.
|
Configuration reload and next configuration lookup
|
UploadServer.disk.alloc.global.threshold.warning
|
Integer
|
Defines
the percentage at which the watchdog process logs a warning message regarding
the level at which the server disk space is full. Default is 80.
|
Configuration reload and next configuration lookup
|
UploadServer.disk.alloc.global.threshold.critical
|
Integer
|
Defines
the percentage at which the watchdog process logs a critical message regarding
the level at which the server disk space is full. Default is 90.
|
Configuration reload and next configuration lookup
|
UploadServer.files.homedir
|
String
|
Indicates
the "Root" directory for all Upload Server files (absolute path). Default
/opt/CSCOlog/files.
|
Restart
|
UploadServer.files.upload.stat.deviceid.pattern
|
String
|
Indicates
the regular expression pattern used to extract the DeviceID from the filename
for stat file type.
Default
[0-9A-F]{6}-[0-9A-Z]{1,64}
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.deviceid.pattern
|
String
|
Indicates
the regular expression pattern used to extract the DeviceID from the filename
for demand file type.
Default
[0-9A-F]{6}-[0-9A-Z]{1,64}
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archive.delete.threshexceeded
|
Boolean
|
Indicates
whether or not the archive files of the stat file should be deleted when the
disk space threshold is exceeded
(UploadServer.files.upload.<fileType>.disk.alloc.upload.archives.thresh.pct).
Default is true.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archive.delete.threshexceeded
|
Boolean
|
Indicates
whether or not the archive files of the demand file type should be deleted when
the disk space threshold is exceeded
(UploadServer.files.upload.demand.disk.alloc.upload.archives.thresh.pct).
Default is true.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archive.delete.threshexceeded
|
Boolean
|
Indicates
whether or not the archive files of the unknown file type should be deleted
when the disk space threshold is exceeded
(UploadServer.files.upload.unkown.disk.alloc.upload.archives.thresh.pct).
Default is true.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archive.path
|
String
|
Indicates
the directory that contains the archived files of the stat file type (relative
path from UploadServer.files.homedir). Default is archives/stat.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archive.path
|
String
|
Indicates
the directory that contains the archived files of the file type (relative path
from UploadServer.files.homedir). Default is archives/on-demand.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archive.path
|
String
|
Indicates
the directory that contains the archived files of the unknown file type
(relative path from UploadServer.files.homedir). Default is archives/unknown.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archiving.compression.enabled
|
Boolean
|
Indicates
whether or not the stat archived TARballs should be compressed. Default is
false.
Note
|
This
property is deprecated and must not be set to true.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archiving.compression.enabled
|
Boolean
|
Indicates
whether or not the demand archived TARballs should be compressed. Default is
false.
Note
|
This
property is deprecated and must not be set to true.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archiving.compression.enabled
|
Boolean
|
Indicates
whether or not the unknown archived TARballs should be compressed. Default is
false.
Note
|
This
property is deprecated and must not be set to true.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archiving.filename.prefix
|
String
|
Indicates
the beginning of the filename that is used to verify the correct file type.
Default is stat.
Note
|
This
property is deprecated.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archiving.filename.prefix
|
String
|
Indicates
the beginning of the filename that is used to verify the correct file type.
Default is on-demand.
Note
|
This
property is deprecated.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archiving.filename.prefix
|
String
|
Indicates
the beginning of the filename that is used to verify the correct file type.
Default is unknown.
Note
|
This
property is deprecated.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archiving.filename.suffix.dateformat
|
String
|
Indicates
the remainder of the filename (excluding the prefix) that can be disregarded as
the prefix that is used to verify the file type. Default is
yyyy-MM-dd-HH-mm-ss.
Note
|
This
property is deprecated.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archiving.filename.suffix.dateformat
|
String
|
Indicates
the remainder of the filename (excluding the prefix) that can be disregarded as
the prefix is used to verify the file type. Default is yyyy-MM-dd-HH-mm-ss.
Note
|
This
property is deprecated.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archiving.filename.suffix.dateformat
|
String
|
Indicates
the remainder of the filename (excluding the prefix) that can be disregarded as
the prefix is used to verify the file type. Default is yyyy-MM-dd-HH-mm-ss.
Note
|
This
property is deprecated.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archiverawfiles.interval.minutes
|
Integer
|
Indicates
the frequency at which the raw/uploaded files of the stat file type should be
archived into zip files (in minutes). Default is 1440.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archiverawfiles.interval.minutes
|
Integer
|
Indicates
the frequency at which the raw / uploaded files of the demand file type should
be archived into zip files (in minutes). Default is 1440.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archiverawfiles.interval.minutes
|
Integer
|
Indicates
the frequency at which the raw / uploaded files of the lowmem file type should
be archived into zip files (in minutes). Default is 1440.
|
Configuration reload and next configuration lookup
|
|
Integer
|
Indicates
the frequency at which the raw / uploaded files of the lowmem file type should
be archived into zip files (in minutes). Default is 1440.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.disk.alloc.upload.archives.thresh.pct
|
Integer
|
Defines
the percentage of the entire disk space allocated for archives of stat file
type. Default is 60.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.disk.alloc.upload.archives.thresh.pct
|
Integer
|
Defines
the percentage of the entire disk space allocated for archives of demand file
type. Default is 10.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.disk.alloc.upload.archives.thresh.pct
|
Integer
|
Defines
the percentage of the entire disk space allocated for archives of this file
type. Default is 1.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.pctoftotaldiskspacetofree
|
Integer
|
Defines
the file type-specific percentage (in addition to the difference between
current utilization and threshold percentage) of the disk space to remove after
the UploadServer.files.upload.stat.disk.alloc.upload.raw.thresh.pct is reached.
Default is 15.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.pctoftotaldiskspacetofree
|
Integer
|
Defines
the file type-specific percentage (in addition to the difference between
current utilization and threshold percentage) of the disk space to remove after
the UploadServer.files.upload.demand.disk.alloc.upload.raw.thresh.pct is
reached. Default is 5.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.pctoftotaldiskspacetofree
|
Integer
|
Defines
the file type-specific percentage (in addition to the difference between
current utilization and threshold percentage) of the disk space to remove after
the UploadServer.files.upload.unkown.disk.alloc.upload.raw.thresh.pct is
reached. Default is 100.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.raw.delete.afterarchived
|
Boolean
|
Defines
whether or not the files used to create the archives should be removed after
they are zipped. Default is false.
Note
|
It is
recommended that this property should not be modified.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.raw.delete.afterarchived
|
Boolean
|
Defines
whether or not the files used to create the archives should be removed after
they are archived into TARballs. Default is false.
Note
|
It is
recommended that this property should not be modified.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.raw.delete.afterarchived
|
Boolean
|
Defines
whether or not the files used to create the archives should be removed after
they are archived into TARballs. Default is true.
Note
|
It is
recommended that this property should not be modified.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.raw.delete.threshexceeded
|
Boolean
|
Defines
whether or not raw / uploaded files for this file type should be deleted when
the threshold is exceeded
(UploadServer.files.upload.stat.disk.alloc.upload.raw.thresh.pct). Default is
true
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.raw.delete.threshexceeded
|
Boolean
|
Defines
whether or not raw / uploaded files for this file type should be deleted when
the threshold is exceeded
(UploadServer.files.upload.demand.disk.alloc.upload.raw.thresh.pct). Default is
true.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.raw.delete.threshexceeded
|
Boolean
|
Defines
whether or not raw / uploaded files for this file type should be deleted when
the threshold is exceeded
(UploadServer.files.upload.unknown.disk.alloc.upload.raw.thresh.pct). Default
is true.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.archiving.enabled
|
Boolean
|
Indicates
whether or not archiving for stat file type is enabled. Default is true.
Note
|
This
property is deprecated and must not be set to true.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.archiving.enabled
|
Boolean
|
Indicates
whether or not archiving for demand file type is enabled. The default is true.
Note
|
This
property is deprecated and must not be set to true.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.archiving.enabled
|
Boolean
|
Indicates
whether or not archiving for unknown file type is enabled. Default is true.
Note
|
This
property is deprecated and must not be set to true.
|
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.stat.raw.path
|
String
|
Refers to
the directory that contains the uploaded files (relative path from
UploadServer.files.homedir) of the stat file type. Default is uploads/stat.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.demand.raw.path
|
String
|
Refers to
the directory that contains the uploaded files (relative path from
UploadServer.files.homedir) of the demand file type. Default is
uploads/on-demand.
|
Configuration reload and next configuration lookup
|
UploadServer.files.upload.unknown.raw.path
|
String
|
Refers to
the directory that contains the uploaded files (relative path from
UploadServer.files.homedir) of the unkown file type. Default is
uploads/unknown.
|
Configuration reload and next configuration lookup
|
UploadServer.sb.interface
|
String
|
Refers to
the network interface that bind on for South-bound connections. Default is
0.0.0.0.
|
Restart
|
UploadServer.sb.port
|
Integer
|
Refers to
the port number that the Southbound interface is bound to. Default is 8080.
|
Restart
|
perf.summary.intervalMS
|
Integer
|
Indicates
interval, in milliseconds, between summary statistics (that are for the last
interval) are logged. Default is 3600000 (1 hour).
|
Restart
|
UploadServer.sb.uri.regex
|
String
|
Refers to
the regex for filtering the request URI; currently it accepts everything but
could be updated to exclude patterns or characters if desired in the future.
Default (.*).
|
Restart
|
UploadServer.server.archive.filecount.max
|
Integer
|
Refers to
the safety feature that considers the ulimit for the ciscorms user, which
specifies the maximum number of open files at any given time. Default is
200000.
Note
|
This
property is deprecated and no longer used.
|
|
Configuration reload and next configuration lookup
|
UploadServer.server.filemanager.taskscheduler.archive.dirmaint.initialdelay.minutes
|
Integer
|
Defines
the initial delay in the server maintaining the archive directory structure (in
minutes). Default is 10.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.archive.dirmaint.interval.minutes
|
Integer
|
Defines
the frequency at which the server maintains the archive directory structure (in
minutes). Default is 10.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.raw.dirmaint.initialdelay.minutes
|
Integer
|
Defines
the initial delay in the server maintaining the raw directory structure (in
minutes). Default is 60.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.raw.dirmaint.interval.minutes
|
Integer
|
Defines
the frequency at which the server maintains the raw directory structure (in
minutes). Default is 60.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.poolsize
|
Integer
|
Specifies
the number of threads to use for the scheduled DirectoryMonitor process.
Default is 1.
|
Restart
|
UploadServer.nb.channel.maxidlems
|
Integer
|
Indicates
the maximum idle time for Northbound channel in milliseconds. Default is
300000.
|
Restart
|
UploadServer.nb.interface
|
String
|
Refers to
the network interface that bind on for Northbound connections. Default is
0.0.0.0.
|
Restart
|
UploadServer.nb.port
|
Integer
|
Refers to
the port number that the Northbound interface is bound to. Default is 8082.
|
Restart
|
UploadServer.nb.auth.enabled
|
Boolean
|
Confirms
if HTTP digest authentication (RFC 2617) is enabled (true) or not (false). If
enabled, the values for
UploadServer.files.upload.<FileType>.nb.auth.username and
UploadServer.files.upload.<FileType>.nb.auth.password.statadmin must be
specified. Only the first request for a connection is required for
authentication. Default is true.
|
|
UploadServer.nb.auth.maxattempts
|
Integer
|
Configures
the maximum number of failed authentication attempts on a connection before it
is closed. Default is 5.
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
UploadServer.files.upload.demand.nb.auth.username
|
String
|
Configures
the default username for HTTP digest authentication for the NBA client. Default
is rmsapp.
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
UploadServer.files.upload.unknown.nb.auth.username
|
String
|
Configures
the default username for HTTP digest authentication for the NBA client. Default
is rmsapp.
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
UploadServer.files.upload.unknown.nb.auth.username
|
String
|
Configures
the default username for HTTP digest authentication for the NBA client. Default
is rmsapp.
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
UploadServer.files.upload.stat.nb.auth.password.username
|
String
|
Configures
the valid password for HTTP digest authentication for the user identified by
username. Encrypted. For example, for the user statadmin, the property would be
UploadServer.files.upload.stat.nb.auth.password.statadmin. Default for user
rmsapp is Onk7AeUn7vQSaiyB2GreKw== (rmsapp).
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
UploadServer.nb.channel.digest.realm
|
String
|
Configures
the realm field as specified by RFC 2617. Default is UploadServer.
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
UploadServer.nb.auth.domain
|
String
|
Configures
the domain field as specified by RFC 2617. Because all paths require
authentication, a default of / is used. Default is /.
|
Active on
next connection after configuration reload. Existing connections are not
affected.
|
alarms.snmp.mhsmib.prefix
|
String
|
Configures
the top level OID prefix to use. Default is 1.3.6.1.4.9.9.9999.
|
Configuration reload on next alarm or clear.
|
alarms.sb.snmp.nummanagers
|
Integer
|
Configures
the number of destination SNMP managers that are configured. Default is 0.
|
Configuration reload on next alarm or clear.
|
alarms.snmp.manager.address.1
|
String
|
Refers to
the prefix on which an index is added that is used to configure the IP address
of a destination SNMP manager. The index must be 1 or greater and less than or
equal to the number of managers. For example,
alarms.snmp.manager.address.1=127.0.0.1. Default is empty.
|
Configuration reload on next alarm or clear.
|
alarms.snmp.manager.port.1
|
Integer
|
Refers to
the prefix on which an index is added that is used to configure the port of a
destination SNMP manager. The index must be 1 or greater and less than or equal
to the number of managers. For example: alarms.snmp.manager.port.1=162. Default
is 162.
|
Configuration reload on next alarm or clear.
|
alarms.snmp.manager.community.1
|
String
|
Refers to
the prefix on which an index is added that is used to configure the community
string of a destination SNMP manager. The index must be 1 or greater and less
than or equal to the number of managers. For example:
alarms.snmp.manager.community.1=public. Default is public.
|
Configuration reload on next alarm or clear.
|
alarms.snmp.manager.version.1
|
String
|
Indicates
the SNMP version to use. Default is v1.
|
Configuration reload on next alarm or clear.
|
alarms.diskutilization.warning.enabled
|
String
|
Indicates
whether alarm should be raised when the information disk utilization is
reached. Info level depends on UploadServer.disk.alloc.global.threshold.info.
Default is true.
|
Configuration reload and next configuration lookup.
|
alarms.diskutilization.info.enabled
|
String
|
Indicates
whether alarm should be raised when info disk utilization is reached. Info
level depends on UploadServer.disk.alloc.global.threshold.info. Default is
true.
|
Configuration reload and next configuration lookup.
|
UploadServer.filetypes
|
String
|
A comma
delimited string of values defining each file type supported by the server.
|
Restart
|
UploadServer.sb.limit.enabled
|
Boolean
|
Refers to
the true false flag to indicate if the server should use load limiting.
|
Configuration reload and next configuration lookup.
|
UploadServer.sb.connection.limit.max
|
Integer
|
Indicates
the limit on maximum number of southbound connections.
|
Configuration reload and next configuration lookup.
|
UploadServer.sb.connection.warn.threshold
|
Integer
|
Refers to
the limit at which a warning is raised when the number of SB connections reach
this value.
|
Configuration reload and next configuration lookup.
|
UploadServer.sb.limit.maxConcurrentUploads
|
Integer
|
Indicates
the maximum number of uploaded files that can be buffered in raw format by the
server. Any uploads breeching this threshold triggers a 503 response.
|
Configuration reload and next configuration lookup.
|
UploadServer.sb.limit.maxConcurrentArchiveUploads
|
Integer
|
Indicates
the maximum number of uploaded files which can be buffered in the compressed
format by the server. Any uploads breeching this threshold triggers a 503
response.
|
Configuration reload and next configuration lookup.
|
UploadServer.server.filemanager.taskscheduler.alarmthreshold.initialdelay.minutes
|
Integer
|
Indicates
the initial delay in minutes for the alarm scheduler to wait before running.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.alarmthreshold.interval.minutes
|
Integer
|
Indicates
the number of minutes between each alarm threshold test.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.duplicatedeviceidcleanup.initialdelay.minutes
|
Integer
|
Indicates
the initial delay in minutes for the duplicate device ID cleanup process to
wait before running.
|
Restart
|
UploadServer.server.filemanager.taskscheduler.duplicatedeviceidcleanup.interval.minutes
|
Integer
|
Indicates
the number of minutes between each duplicate device ID cleanup process.
|
Restart
|
UploadServer.fw.coresize
|
Integer
|
Indicates
the initial number of threads to use for the raw FileWriter thread pool.
|
Restart
|
UploadServer.fw.maxpool
|
Integer
Indicates
the number of seconds to keep the raw FileWriter threads alive when idle.
|
Indicates
the maximum number of threads the raw FileWriter thread pool uses.
|
Restart
|
UploadServer.fw.keepalive.seconds
|
Integer
|
Indicates
the number of seconds to keep the raw FileWriter threads alive when idle.
|
Restart
|
UploadServer.fw.debug.sleep.milliseconds
|
Integer
|
Strictly
used for debugging purposes. This value should always be zero unless there is a
need to introduce a delay for each FileWriter task. Value is in milliseconds.
|
Restart
|
UploadServer.archive.fw.coresize
|
Integer
|
Indicates
the initial number of threads to use for the archive FileWriter thread pool.
|
Restart
|
UploadServer.archive.fw.maxpool
|
Integer
|
Indicates
the maximum number of threads the archive FileWriter thread pool uses.
|
Restart
|
UploadServer.archive.fw.keepalive.seconds
|
Integer
|
Indicates
the number of seconds to keep the archive FileWriter threads alive when idle.
|
Restart
|
UploadServer.files.upload.*.filename.pattern
|
String
|
Indicates
the filename pattern for each filetype. This regex is used to match a filename
to a given filetype known by the server.
|
Restart
|
UploadServer.files.upload.*.postprocessor
|
String
|
Indicates
the postprocessor for each filetype. Defines the name of the PostProcessor
implementation to use for this filetype.
|
Restart
|
UploadServer.files.upload.*.duplicatedeviceidcleanup.enabled
|
Boolean
|
Indicates
the duplicate device ID cleanup for each filetype. Defines if duplicate device
ID cleanup process should be used for this filetype.
|
Restart
|
UploadServer.files.upload.unknown.enableUpload
|
Boolean
|
Restricts
unknown file type uploads. Default value is true, that is, it allows unknown
file uploading to the server.
|
Configuration reload and next configuration lookup.
|