Oracle finds incorrect swap space size in Solaris 10

Solaris 10 (Sparc), Oracle 10.2.0.1 Clusterware cluvfy utility

Before instaling Oracle CRS cluvfy utility checks system parameters. System has 30Gbytes Swap space, but Oracle CRS cluvfy utility find only 800Kb of swap and gives error message:

"Swap space check failed".

Does anybody found same problem? I have Oracle support, but they don't allow to me open TAR's and don't want to give me any answer.

[429 byte] By [Gediminasa] at [2007-11-26 20:03:32]
# 1
Hi,Can you post the output of swap -s ?
@alex@a at 2007-7-9 23:03:20 > top of Java-index,General,Installation...
# 2
most likely oracle checks the swap space in the wrong way (assuming you configured it correctly, did you check oracle developer network if same issues has already occured ?
Max_a at 2007-7-9 23:03:21 > top of Java-index,General,Installation...
# 3

I have a wage recollection of this problem from my previous working place. I think that we found out that the cause of the problem was that the size of our swap was to big for oracle to understand.

I think we solved it by temporarily lower the size of the swap by using swap -d on the real swap, creating a 2 gb file with 'mkfile' and then adding the file with swap -a .. But oracle might have a more suitable solution.

.7/M.

mAbrantea at 2007-7-9 23:03:21 > top of Java-index,General,Installation...
# 4
mAbrante: you are right. After resizing swap to smaller size, Installer found another size of swap.
Gediminasa at 2007-7-9 23:03:21 > top of Java-index,General,Installation...