sysconf etnetcfg

View or change the configuration file used to determine HSM appliance server settings.

User Access

admin

Syntax

sysconf etnetcfg {set <filename> | show}

Argument(s) Shortcut Description
set <filename> se Use the specified configuration file as the basis for HSM appliance server settings. This file must be transferred to the appliance using scp/pscp.
show sh View the current etnetserver configuration settings.

Example

psesh:>sysconf etnetcfg set et_hsm.txt
 
WARNING !!  This command will modify the settings of the appliance.
            It could affect client connections, and result in an unusable system.
If you are sure that you wish to proceed, then type 'proceed', otherwise type 'quit'
 
> proceed
Proceeding...
The config file has been set. To apply the changes, please restart etnetserver
 
 
Command Result : 0 (Success)
 
 
 
 
psesh:>sysconf etnetcfg show
 
 
etnetserver is running
 
Current etnetserver configuration
 
ET_HSM_NETSERVER_OLD_WORKER_COUNT=5
ET_HSM_NETSERVER_V2_WORKER_COUNT=12
ET_HSM_NETSERVER_READ_TIMEOUT_SECS=40
ET_HSM_NETSERVER_WRITE_TIMEOUT_SECS=40
ET_HSM_NETSERVER_CONN_TIMEOUT_COUNT=5
ET_HSM_NETSERVER_FRAG_SIZE=5000
ET_HSM_NETSERVER_ALLOW_RESET=OnHalt
ET_HSM_NETSERVER_PORT=12396
ET_HSM_NETSERVER_LOG_CHANNEL=0
ET_HSM_NETSERVER_LOG_NAME=etnetserver
ET_HSM_NETSERVER_LOG_LEVEL=0
 
Command Result : 0 (Success)