-
Notifications
You must be signed in to change notification settings - Fork 195
Description
We are using MQ9.1.4. We want to update and add below lines in qm.ini.
Log:
LogPrimaryFiles=5
LogSecondaryFiles=50
SSL:
OCSPCheckExtensions=NO
OCSPAuthentication=OPTIONAL
Channels:
MaxActiveChannels=300
MaxChannels=300
Resulting qm.ini have duplicates. Looks like existing lines were updated correctly but added second line twice if that doesn’t exist.
sh-4.4$ cat qm.ini
:
Log:
LogPrimaryFiles=5
LogSecondaryFiles=50
LogFilePages=4096
LogType=CIRCULAR
LogBufferPages=0
LogPath=/var/mqm/log/DEV.QM/
LogWriteIntegrity=TripleWrite
Service:
Name=AuthorizationService
EntryPoints=14
ServiceComponent:
Service=AuthorizationService
Name=MQSeries.UNIX.auth.service
Module=amqzfu
ComponentDataSize=0
SSL:
OCSPCheckExtensions=NO
OCSPAuthentication=OPTIONAL
OCSPAuthentication=OPTIONAL
AllowTLSV13=TRUE
MinimumRSAKeySize=1
Channels:
MaxActiveChannels=300
MaxChannels=300
MaxChannels=300
ChlauthEarlyAdopt=Y