IBM Edge Server: Configurando o Cache em Disco: Difference between revisions

From Wiki
(Página substituída por 'Migrado para o artigo IBM Edge Caching Proxy: Configurando o Cache em Disco')
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Criar uma nova partição ==
Migrado para o artigo [[IBM Edge Caching Proxy: Configurando o Cache em Disco]]
 
Parar o edge server
 
service ibmproxy stop
 
Carregar o módulo raw na memória
 
# modprobe raw
 
Em Linux, antes de executar o htcformat, você deve primeiro executar o comando raw para associar o raw device path com a partição
 
# raw /dev/raw/raw1 /dev/sdb1
 
Maiores detalhes, executar o comando "man 8 raw"
 
Formatar a partição
 
htcformat /dev/raw/raw1 -blocksize 8192
 
Iniciar o edge server
 
service ibmproxy start
 
 
== Configurar o suporte a Disk Cache no Edge ==
 
Parar o edge server
 
service ibmproxy stop
 
Ir para o diretório de configuração
 
/opt/ibm/edge/cp/etc/en_US
 
Adicionar as variáveis no arquivo '''ibmproxy.conf'''
 
CacheDev /dev/raw/raw1
BlockSize 8192
 
Salve e feche o arquivo
 
Iniciar o edge server
 
service ibmproxy start
 
 
'''!!!!!!! IMPORTANTE: Voce deve configurar o seu sistema operacional para carregar o modulo apos um reboot !!!!!!!'''
 
== Ver também ==
 
* [[IBM Connections:Reorg Connections Databases]]
* [[IBM Connections:Limpeza de diretórios]]
 
 
* [[IBM Connections|  Mais Artigos sobre IBM Connections]]
 
 
[[Category:Edge Caching Proxy Server]]
[[Category:IBM Connections]]

Latest revision as of 17:47, 2 December 2013