Skip to content

duplicate entries in qm.ini #415

@hpoluru999

Description

@hpoluru999

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions