IBM Edge Caching Proxy: Configurando o Cache em Disco: Difference between revisions

From Wiki
(Criou nova página com '== Criar uma nova partição == Parar o edge server service ibmproxy stop Carregar o módulo raw na memória # modprobe raw Em Linux, antes de executar o htcformat...')
 
Line 48: Line 48:


== Ver também ==
== Ver também ==
* [[IBM Edge Caching Proxy: Instalando o Edge Components Caching Proxy]]


* [[IBM Connections:Reorg Connections Databases]]
* [[IBM Connections:Reorg Connections Databases]]

Revision as of 18:01, 2 December 2013

Criar uma nova partição

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/<PARTICAO_UTILIZADA_PARA_RAW>

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