Loading...
Select Version
&pagelevel(3)&pagelevel
Configuration settings for the StorMan server are contained in the smserver.ini
file in directory /var/opt/SMAWstor/StorMan/config.
The file is initialized as follows:
[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
Some parameters can be modified by using WebUI or the storparam
CLI as described in section "storparam":
All entries in the configuration file are optimized for StorMan and care should be taken if they are changed. In particular, entries not mentioned here should not be changed.
Files signed with *.orig
are default backup files.