Cada arquivo de configuração possui suas peculiaridades (arquivos apresentado como exemplo). Aqui, temos exemplos para o Broker, Secondary01, Secondary02 E e DBAccess.
Dica |
---|
Caso você utilize mais de um servidor em seu ambiente, configure o compartilhamento dos diretórios com o NFS. Sempre confira o caminho configurado nos serviços. |
Aviso |
---|
|
A partir da release 12.1.2210, o uso do Lock Server é descontinuado. |
Deck of Cards |
---|
|
Card |
---|
id | Broker |
---|
label | Broker-Smartclient |
---|
effectType | fade |
---|
| Bloco de código |
---|
;#### Servico Distribuicao carga entre servico ####
[general]
AsyncConsoleLog=0
ConsoleLog=1
ConsoleFile=/totvs/protheus/bin/logs/APPBROKER.log
app_environment=producao
[BALANCE_SMART_CLIENT_DESKTOP]
LOCAL_SERVER_PORT = 10000
REMOTE_SERVER_01 = 127.0.0.1 10001
REMOTE_SERVER_02 = 127.0.0.1 10002
SERVICE_NAME = totvsbroker
SERVICE_DISPLAY_NAME =.totvsbroker
SESSION_TIMEOUT = 100
#### Exemplo balanceamento por consumo de memória reportado pelo appserver
SORT_METHOD = SERVER_MEMORY
#### configuracao para o protheus monitor
PROTHEUS_MONITOR_EMBEDDED=1
MONITORING_TYPE = SMARTCLIENT_ACTIVE
#### environment para autenticação do monitoramento
[producao]
SourcePath=/totvs/protheus/apo
RpoCustom=/totvs/protheus/apo/tttm120_custom.rpo
RootPath=/totvs/protheus_data
StartPath=/system/
RpoDb=top
RpoLanguage=Portuguese
RpoVersion=120
LocalFiles=CTREE
Trace=0
localdbextension=.dtc
TopMemoMega=1
PictFormat=DEFAULT
RegionalLanguage=BRA
SpecialKey=Prod
StartSysInDB=1 |
|
Card |
---|
id | Appserver_Sec01 |
---|
label | Secondary01 |
---|
effectType | fade |
---|
| Bloco de código |
---|
;#### Servico Protheus Secondary01 ####
[producao]
SourcePath=/totvs/protheus/apo
RpoCustom=/totvs/protheus/apo/tttm120_custom.rpo
RootPath=/totvs/protheus_data
StartPath=/system/
RpoDb=top
RpoLanguage=Portuguese
RpoVersion=120
LocalFiles=CTREE
Trace=0
localdbextension=.dtc
TopMemoMega=1
PictFormat=DEFAULT
RegionalLanguage=BRA
SpecialKey=Prod
StartSysInDB=1
[DBAccess]
DataBase=postgres
Server=localhost
ALIAS=tmprd
PROTHEUSONLY=0
[General]
CONSOLELOG=1
CONSOLEFILE=/totvs/protheus/bin/log/appsec01.log
InstallPath=/totvs/
CanAcceptFSRemote=1
ASyncConsoleLog=0
[Drivers]
ACTIVE=TCP
MultiProtocolPortSecure=1
MultiProtocolPort=1
[TCP]
TYPE=TCPIP
PORT=10001
[LICENSECLIENT]
SERVER=localhost
PORT=5555 |
|
Card |
---|
id | Appserver_Sec02 |
---|
label | Secondary02 |
---|
effectType | fade |
---|
| Bloco de código |
---|
;#### Servico Protheus Secondary02 ####
[producao]
SourcePath=/totvs/protheus/apo
RpoCustom=/totvs/protheus/apo/tttm120_custom.rpo
RootPath=/totvs/protheus_data
StartPath=/system/
RpoDb=top
RpoLanguage=Portuguese
RpoVersion=120
LocalFiles=CTREE
Trace=0
localdbextension=.dtc
TopMemoMega=1
PictFormat=DEFAULT
RegionalLanguage=BRA
SpecialKey=Prod
StartSysInDB=1
[DBAccess]
DataBase=postgres
Server=localhost
Alias=tmprd
PROTHEUSONLY=0
[General]
CONSOLELOG=1
CONSOLEFILE=/totvs/protheus/bin/log/appsec01appsec02.log
InstallPath=/totvs/
CanAcceptFSRemote=1
ASyncConsoleLog=0
[Drivers]
ACTIVE=TCP
MultiProtocolPortSecure=1
MultiProtocolPort=1
[TCP]
TYPE=TCPIP
PORT=10002
[LICENSECLIENT]
SERVER=localhost
PORT=5555 |
|
Card |
---|
id | DBAccessSQL |
---|
label | DBAccess SQL Server |
---|
effectType | fade |
---|
| Bloco de código |
---|
[General]
Port=7890
ThreadInfo=0
LogFull=0
GlbPRofiler=0
ThreadMin=200
ThreadMax=10000
ThreadInc=100
ConsoleMaxSize=100000000
LicenseServer=127.0.0.1
LicensePort=5555
maxStringSize=100
[MSSQL]
environments=TPPRD
clientlibrary=/usr/lib64/libodbc.so
[MSSQL/TPPRD]
user=TPPRD
password=èÿîä
TableSpace=
IndexSpace=SECONDARY
Disable=0
|
|
Card |
---|
id | DBAccessPgsql |
---|
label | DBAccess PostgreSQL |
---|
effectType | fade |
---|
| Bloco de código |
---|
[General]
ODBC30=1
Port=7890
ThreadInfo=0
LogFull=0
GlbPRofiler=0
ThreadMin=200
ThreadMax=10000
ThreadInc=100
ConsoleMaxSize=100000000
LicenseServer=127.0.0.1
LicensePort=5555
maxStringSize=100
[POSTGRES]
environments=tpprd
clientlibrary=/usr/pgsql-12/lib/psqlodbca.so
CodePage=WIN1252
[POSTGRES/tpprd]
user=tpprd
password=œðö¼
TableSpace=tpprd_data
IndexSpace=tpprd_index
|
|
Card |
---|
id | DBAccessOra |
---|
label | DBAccess Oracle |
---|
effectType | fade |
---|
| Bloco de código |
---|
[General]
Port=7890
ThreadInfo=0
LogFull=0
GlbPRofiler=0
ThreadMin=200
ThreadMax=10000
ThreadInc=100
ConsoleMaxSize=100000000
LicenseServer=127.0.0.1
LicensePort=5555
maxStringSize=100
[ORACLE]
ORACLE_HOME=/usr/lib/oracle/19.10/client64
Clientlibrary=/usr/lib/oracle/19.10/client64/lib/libclntsh.so
memoasblob=0
environments=TPPRD
[ORACLE/TPPRD]
user=TPPRD
password=œðö¼
TableSpace=tpprd_data
IndexSpace=tpprd_index
LogAction=0
MemoAsBlob=1
Disable=0 |
|
|
...