Checking swap space: 0 MB available, 150 MB required. Failed

Oracle


Checking swap space: 0 MB available, 150 MB required. Failed <<<<

I checked the tmp file system space and the swap from Aix, there any
problem with it.

maqtst@root:/oracle/TST:>swap -l
device maj,min total free
/dev/paging03 10, 6 4096MB 4049MB
//paging02 10, 5 4096MB 4054MB
/dev/paging01 10, 4 4096MB 4054MB
/dev/paging00 10, 3 4096MB 4054MB
/dev/hd6 10, 2 4096MB 4055MB

maqtst@root:/oracle/TST:>df -g /tmp
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd3 9.00 1.47 84% 2068 1% /tmp


Solução
./runInstaller -ignoreSysPrereqs

Oracle 11.2.0: Database Parameter Settings

ANR2410E: Command: Unable to access volume volume name - access mode is set to "unavailable".

TSM

Problema
ANR2410E: Command: Unable to access volume volume name - access mode is set to "unavailable".

Solução

update vol * acce=readw whereacc=unav

ANR8356E - Incorrect volume was mounted instead of volume in library


Problema
11/21/13   17:24:02      ANR8356E Incorrect volume 392AHHL4 was mounted instead of
                          volume 275AHHL4 in library LIB3100. (SESSION: 66,       
                          PROCESS: 11)

Solução

>audit library LIB3100 checkl=barcode

Error IcmJ2EEScheduleFunc - Please check host configuration








Problema
- Na transação ST11, no arquivo dev_icm.

*** ERROR => Connection request from (-1/65535/0) to host: unbru03.unifi.br, service: 9902 failed (NIEHOST_UNKNOWN) {00000098} [icxxconn_mt.c 2712]
*** ERROR => IcmJ2EEScheduleFunc: Connection to unbru03.unifi.br:9902 failed - please check host configuration (-8) [icxxman_mt.c 2477]

Referencia









Solução
- Adicione o FQDN no parâmetro icm/host_name_full da profile.

Formato:
icm/host_name_full       hostname.domain

Exemplo:
icm/host_name_full       maqtst.workgroup.com.br



- Ajuste o arquivo /etc/hosts inserindo o FQDN.

Formato:
ip            FQDN

Exemplo:

10.0.0.5   maqtst.workgroup.com.br

DB13 não exibe logs do arquivo alert log

Oracle
Problema
- Após migação do Oracle 10g para o Oracle 11g, a transação DB13 não exibie os logs do arquivo alert.log.

Solução
- Na postagem EXCEPTION CX_DBA_ADBC, CX_SQL_EXCEPTION - ORA-00942 indiquei um script para correção de um erro ao tentar ler o arquivo alert.log.
- Para resolver o problema acima, basta obter o mesmo script, alterando apenas a linha abaixo,
create directory ext_dir_dbac_alert as '/oracle/TMP/saptrace/background';
para,
create directory ext_dir_dbac_alert as '/oracle/TMP/saptrace/diag/rdbms/tmp/TMP/trace/alert_TMP.log';


SAP






Lembrando:
- Altere o valor TMP para o SID do seu sistema.