Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

StorMan-Konfigurationsdatei

&pagelevel(3)&pagelevel

Die Konfigurationseinstellungen für den StorMan Server befinden sich in der Datei smserver.ini. im Verzeichnis /var/opt/SMAWstor/StorMan/config.

Die Konfigurationsdatei ist wie folgt initialisiert:

[StorMan]
#
#====================================================================
#       StorMan server initialisation file: smserver.ini
#====================================================================
#
#
# ----- StorMan  parameters -----------------------------------------
#
# -- Timeout value for connect to providers in seconds:
# value range: <1 - 6000>
# default value: 10
#ProviderConnectTimeOut = 10
#
# -- Timeout value for StorMan client calls in seconds:
# value range: >= 0, 0 indicates unlimited
# default value: 600
#ClientCallTimeOut = 600
#
#
# -- support of authorization:
# values:
#  0  authorization disabled
#  1  authorization necessary, show allowed
#  2  authorization necessary, for show too
# default value: 2
#AuthorizationLevel = 2
#
#
# ----- Trace Levels ----------------------------------------------
#
# -- maximum level to trace
# values:
#  <0 trace all
#  0  trace severe errors only
#  1  trace errors too
#  2  trace even warnings
#  3  trace information
#  4  trace debug
#  5  trace extended debug
# default value: 4
#Debug = 4
#
# -- maximum number of days to preserve traces
# default value: 0 means unlimited
#TraceFileMaxAge = 0
#
# -- trace communication:
# only for enabled debugging (MaxTraceLevel >= 4)
# values:
#  0  trace off
#  1  trace tcp/ip
#  2  trace messages
#  4  trace provider tcp/ip
#  8  trace provider messages
#  add the values to enable the traces
# default value: 0
#DebugCom = 0
#
# -- trace communication and debugging info of worker threads
# values:
#  0  trace off
#  1  trace worker
#  2  trace system updater
#  4  trace mirror updater
#  8  trace provider status updater
# 16  trace statistics collector
# 32  trace main thread
# 64  trace indication handler
# 128 trace script updater
# 256 trace volume updater
# 512 trace cluster updater
#  add the values to enable/disable the traces
# default value: 0
#TraceWorker = 0

Einige Parameter können durch berechtigte Benutzer über das WebUI oder mithilfe des Kommandos storparam wie im Abschnitt "storparam" beschrieben geändert werden.

Alle Einträge in der Konfigurationsdatei sind für StorMan optimiert und sollten nur nach sorgfältiger Überlegung geändert werden. 

Dateien mit vorangestelltem *.orig sind Standard-Backupdateien.