How to view contents of CSAM config files APP-GLOBAL ?
search cancel

How to view contents of CSAM config files APP-GLOBAL ?

book

Article ID: 230062

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager

Issue/Introduction

CA Connection Broker (csampmux) configuration files APPF-GLOBAL* are located in directory like C:\Program Files (x86)\CA\SC\Csam\SockAdapter\cfg.
By default there are 2 files :
APPF-GLOBAL
APPF-GLOBAL-4105
 
These files are encrypted. How to view the contents of these files ?

Environment

Client Automation - All Versions

Resolution

To view content of file APPF-GLOBAL, command is :
csamconfigedit display
 
For file APPF-GLOBAL-4105 command is :
csamconfigedit port=4105 display
 
 
Default configuration in APPF-GLOBAL :
[ZoneName:  GLOBAL]
Current settings for default configuration:

General:
   OutboundHostList=<no value>
   EnableServiceLookup=True

SSL Authentication and Encryption:
   EnableSSL=False
   ServerStyle=Passive
   CertificateFile=C:\Program Files (x86)\CA\SC\Csam\SockAdapter\\cfg\cert.pem
   PrivateKeyFile=<no value>
   Pass=<no value>
   PassFile=<no value>
   UsePassCallback=<no value>
   PassBlank=<no value>
   AllowDefaultCa=False
   CaFile=C:\Program Files (x86)\CA\SC\Csam\SockAdapter\\cfg\root.pem
   CaDir=<no value>
   CrlFile=<no value>
   CrlDir=<no value>
   EnableSSLV3=False
   AuthenticateServer=True
   AuthenticateClient=True
   AuthenticateCipherSuite=ALL:!DH:!ADH:!LOW:!EXP:!MD5:@STRENGTH
   AnonymousCipherSuite=ALL:ADH:!LOW:!EXP:!MD5:@STRENGTH
   EnableSelectBeforeSSLRead=False
   EnableMinimalReadNotifications=False

Port Multiplexing:
   PmuxServerPort=7163
   EnablePmux=False
   PmuxListenLoopbackaddrOnly=False
   PmuxLegacyPortListen=False
   PmuxLegacyConnect=True
   PmuxLegacyConnectMaximumDelay=0
   PmuxEmulateDSMProtocol=True
   PmuxDsmServerPort=4728
   PmuxLegacyPortBindAddress=<no value>
   PmuxConnectionTimeout=5
   pmuxClientWaitingTime=10

SOCKS Proxy:
   EnableSocksProxy=False
   SocksProxyHost=<no value>
   SocksProxyPort=<no value>
   SocksProxyVersion=5
   SocksProxyUser=<no value>
   SocksProxyPass=<no value>

ENC:
   EnableENC=False
   ENCLegacyPortListen=False
   ENCConnectionOrder=DirectFirst
   ENCConnectionTimeoutMs=0
   ENCListenRetryTime=300
   ExcludeIfEnc=<no value>
   IncludeIfEnc=<no value>
Default configuration in APPF-GLOBAL-4105 :
[ZoneName:  GLOBAL]
Current settings for port:  4105

General:
   OutboundHostList=<no value>
   EnableServiceLookup=<no value>

SSL Authentication and Encryption:
   EnableSSL=<no value>
   ServerStyle=<no value>
   CertificateFile=<no value>
   PrivateKeyFile=<no value>
   Pass=<no value>
   PassFile=<no value>
   UsePassCallback=<no value>
   PassBlank=<no value>
   AllowDefaultCa=<no value>
   CaFile=<no value>
   CaDir=<no value>
   CrlFile=<no value>
   CrlDir=<no value>
   EnableSSLV3=<no value>
   AuthenticateServer=<no value>
   AuthenticateClient=<no value>
   AuthenticateCipherSuite=<no value>
   AnonymousCipherSuite=<no value>
   EnableSelectBeforeSSLRead=<no value>
   EnableMinimalReadNotifications=<no value>

Port Multiplexing:
   PmuxServerPort=<no value>
   EnablePmux=True
   PmuxListenLoopbackaddrOnly=<no value>
   PmuxLegacyPortListen=True
   PmuxLegacyConnect=<no value>
   PmuxLegacyConnectMaximumDelay=<no value>
   PmuxLegacyPortBindAddress=<no value>
   PmuxConnectionTimeout=<no value>
   pmuxClientWaitingTime=<no value>

SOCKS Proxy:
   EnableSocksProxy=<no value>
   SocksProxyHost=<no value>
   SocksProxyPort=<no value>
   SocksProxyVersion=<no value>
   SocksProxyUser=<no value>
   SocksProxyPass=<no value>

ENC:
   EnableENC=False
   ENCLegacyPortListen=<no value>
   ENCConnectionOrder=<no value>
   ENCConnectionTimeoutMs=<no value>
   ENCListenRetryTime=<no value>
   ExcludeIfEnc=<no value>
 IncludeIfEnc=<no value>

 

To delete the configuration file APPF-GLOBAL-4105 the command is :
csamconfigedit port=4105 delete
 
To create the configuration file APPF-GLOBAL-4105 the command is :
csamconfigedit port=4105 EnablePmux=True PmuxLegacyPortListen=True EnableENC=False