Local options file example

The following is an example of a default localopts file:

Note: Some parameters might not be present depending upon your version and configuration.
####################################################################
# Licensed Materials - Property of IBM* and HCL**
# 5698-WSH
# (C) Copyright IBM Corp. 1998, 2016 All rights reserved.
# (C) Copyright HCL Technologies Ltd. 2016, 2022 All rights reserved.
# * Trademark of International Business Machines
# ** Trademark of HCL Technologies Limited
###################################################################
#
# The HCL Workload Scheduler localopts file defines the attributes of this
# workstation, for various processes.
#
#----------------------------------------------------------------------------
# General attributes of this workstation:
#
thiscpu=FTA_nc004163
merge stdlists      =yes
stdlist width       =0
syslog local        =-1
restricted stdlists =no
#
#----------------------------------------------------------------------------
# The attributes of this workstation for the batchman process:
#
bm check file      =120
bm check status    =300
bm look            =15
bm read            =10
bm stats           =off
bm verbose         =off
bm check until     =300
bm check deadline  =30
bm late every      =0
#
#----------------------------------------------------------------------------
# The attributes of this workstation for the jobman process:
#
jm job table size  =1024
jm look            =300
jm nice            =0
jm promoted nice   =-1				#UNIX
jm promoted priority =AboveNormal	#WINDOWS
jm no root         =yes
jm file no root    =no
jm read            =10
#
#----------------------------------------------------------------------------
# The attributes of this workstation for the TWS mailman process:
#
mm response        =600
mm retrylink       =600
mm sound off       =no
mm unlink          =960
mm cache mailbox   =yes
mm cache size      =512
mm resolve master  =no
autostart monman   =yes
mm symphony download timeout =0
#
#----------------------------------------------------------------------------
# The attributes of this workstation for the netman process:
#
nm mortal          =no
nm port            =35111
nm read            =10
nm retry           =800
#
#----------------------------------------------------------------------------
# The attributes of this workstation for the writer process:
#
wr read                =600
wr unlink              =180
wr enable compression  =no
#
#----------------------------------------------------------------------------
# Optional attributes of this Workstation for remote database files
#
# mozart directory =         /home/ITAuser/TWA/TWS/mozart
# parameters directory =     /home/ITAuser/TWA
# unison network directory = /home/ITAuser/TWA/TWS/../unison/network
#
#----------------------------------------------------------------------------
# The attributes of this workstation for custom formats
#
date format             =1	# The possible values are 0-yyyy/mm/dd, 1-mm/dd/yyyy, 2-dd/mm/yyyy, 3-NLS.
composer prompt         =-
conman prompt           =%
switch sym prompt       <=n>% 
# 
#---------------------------------------------------------------------------- 
# The attributes of this workstation for the customization of I/O on mailbox files 
# sync level              =low 
# 
#---------------------------------------------------------------------------- 
# The attributes of this workstation for networking 
# tcp timeout             =300 tcp connect timeout=5 
# 
#---------------------------------------------------------------------------- 
# General Secure options
#
SSL auth mode           =caonly
#
# Use "SSL auth string" only if "SSL auth mode" is set to "string"
#
SSL auth string					=tws
#
# The value "yes" for "SSL Fips enabled" forces TWS to use GSKIT, else it uses OpenSSL
# This flag set to "yes" enables the FIPS 140-2 policies. The default value is "no".
#
SSL Fips enabled=yes
#
# Netman full SSL port, use "nm SSL full port"it on if "enSSLFullConnection" is set to "yes"
# the value "0" means port close
#
nm SSL full port=0
#
# Netman SSL port
# the value "0" means port close
#
nm SSL port=33113
#
# End General Secure options
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
# OpenSSL option, TWS uses them if "SSL Fips enabled" is "no" ( the default )
#
SSL key="/home/ITAuser/TWA/TWS/ssl/OpenSSL/TWSClient.key"
SSL certificate="/home/ITAuser/TWA/TWS/ssl/OpenSSL/TWSClient.cer"
SSL key pwd="/home/ITAuser/TWA/TWS/ssl/OpenSSL/password.sth"
SSL CA certificate="/home/ITAuser/TWA/TWS/ssl/OpenSSL/TWSTrustCertificates.cer"
SSL random seed="/home/ITAuser/TWA/TWS/ssl/OpenSSL/TWS.rnd"
SSL Encryption Cipher=TLSv1
CLI SSL cipher=HIGH
#
#CLI SSL server auth =
#CLI SSL server certificate =
#CLI SSL trusted dir =
# End OpenSSL options
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
# GSKIT options, TWS uses them if "SSL Fips enabled" is "yes"
#
SSL keystore file="/home/ITAuser/TWA/TWS/ssl/GSKit/TWSClientKeyStore.kdb"
SSL certificate keystore label="client"
SSL keystore pwd="/home/ITAuser/TWA/TWS/ssl/GSKit/TWSClientKeyStore.sth"
#
#
CLI SSL keystore file="/home/ITAuser/TWA/TWS/ssl/GSKit/TWSClientKeyStore.kdb"
CLI SSL certificate keystore label="client"
CLI SSL keystore pwd="/home/ITAuser/TWA/TWS/ssl/GSKit/TWSClientKeyStore.sth"
#----------------------- End GSKit options ----------------------------------

#----------------------------------------------------------------------------
# The TWS instance has been installed as REMOTE CLI
IS REMOTE CLI = no		# yes for a REMOTE CLI installation, no otherwise

#----------------------------------------------------------------------------
# Attributes for CLI connections
#
# General attributes for CLI connections
#
HOST=nc004113
PROTOCOL=https
PORT=35116
#PROXY            =
#PROXYPORT        =
#TIMEOUT          = 3600		    # Timeout in seconds to wait a server response
#CLI SSL SERVER AUTH = yes
FOLLOWLOCATION    = true

#DEFAULTWS        =
#USEROPTS          =

#----------------------------------------------------------------------------
# Event Management parameters
#
CAN BE EVENT PROCESSOR = no # yes for MDM and BKM, no otherwise

#----------------------------------------------------------------------------
# Centralized Agent Update
#
#DownloadDir =

SSL certificate chain      =/home/ITAuser/TWA/TWS/ssl/TWSCertificateChain.crt
merge logtrace      = yes
LOCAL WAS      = no
mm read      = 15
tcp connection timeout      = 15
#CLI SSL server auth      =

#CLI SSL server auth      =

#CLI SSL server auth      =
#CLI SSL server auth      =
#CLI SSL server auth      =



#CLI SSL server auth      =
#CLI SSL server auth      =
#CLI SSL server auth      =

#CLI SSL server auth      = 
#----------------------------------------------------------------------------
# Current Folder
#
#current folder = /
Note: The "REMOTE CLI" term indicates the command line client.