Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I have installed vmware on windows 7(64 bit) on which i have installed Oracle Enterprise linux 5. I have set all the variables correctly. but when i try to ...
  1. #1
    Just Joined!
    Join Date
    Oct 2011
    Posts
    2

    oui-10207error while installing oracle 10g on linux in vmware

    Hi,

    I have installed vmware on windows 7(64 bit) on which i have installed Oracle Enterprise linux 5. I have set all the variables correctly. but when i try to install oracle 10g on linux, i get the error
    OUI-10207:there is not enough disk space in the OUI swap area /tmp/OraInstall2011-10-17_03-44-48PM.Please make atleast 529KB of space avaivale and retry.
    but i have around 95bg of space. My partitions are as follows
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 12551 100815876 83 linux
    /dev/sda2 12552 13041 3935925 82 Linux swap/solaris
    /dev/sda3 13042 13054 104422+ 83 linux

    Please help me in solving the problem.

    Thanks
    Viraj

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Post the output of:
    Code:
    df
    in your Linux VM.

  3. #3
    Just Joined!
    Join Date
    Oct 2011
    Posts
    2
    Quote Originally Posted by atreyu View Post
    Post the output of:
    Code:
    df
    in your Linux VM.
    Hi,
    [root@localhost ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda3 97261128 2301020 89939796 3% /
    /dev/sda1 497829 16736 455391 4% /boot
    tmpfs 1286240 0 1286240 0% /dev/shm


    viraj

  4. #4
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Are you running this as root?

    Is there anything helpful in the output of dmesg or in /var/log/messages?

    Can you run the installer with any sort of debug/verbose flags?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...