Virtual box install ?

I have been trying to download the oracle express R2 on my laptop and found that I cannot do this as I have a vista home premium 32bit os installed. I was advised that I could download the virtualbox and then install oracle dbase on here, I have downloaded and installed the virtual box but it will not install the oracle dbase as it is not a OVF file. Does anyone know where I can get this or how I can change my unpacked dbase installation software onto virtual box software.
I am new to this so a step by step guide would be appreciate.
Thank you

>
Many people on this forum scream and shout about Oracle not being supported on any "home" edition of Windows and say that it won't work, but that is rubbish. I have been running all realeases of 10g and 11g on Vista Home Premium for years.
>
Oracle is NOT supported on any "home" edition of Windows and that is NOT rubbish. It is direct from the many Installation Guides that Oracle publishes.
There are a lot of things you can do with Oracle that may actually work or may only appear to work under certain circumstances.
That doesn't have anything at all to do with whether that release is supported by Oracle or not. Anything that is not supported is used at your own risk.
Here is the link and quote from the Express Edition Installation Guide
http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm
>
Operating system
One of the following Microsoft Windows operating systems:
Microsoft Windows XP Professional
Microsoft Windows Server 2003 - all editions
Microsoft Windows Server 2003 R2 - all editions
Microsoft Windows Server 2008 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
Microsoft Windows 7 - Professional, Enterprise, and Ultimate editions
>
Please tell us which of the above indicate that any 'home' edition is supported.
>
keep quiet about it being "home" Windows.
>
Absolutely TERRIBLE advice.
OP (and everyone) needs to know that Oracle DB is NOT supported on ANY 'home' edition of Windows. It might run or it might not. There might be screwy things that happen that can't be explained or maybe, based on the limited use by OP, no apparent problems manifest themselves.
Based on OPs post they didn't run the DB installer; they tried to import a preconfigured VM image, an OVF file. And although VirtualBox will run on a 'home' edition OP still must install a 'host OS' withing virtualbox for the Oracle DB to run on. And that 'host OS' cannot be a 'home' edition of windows.
So it is more than relevant that OP know the risks they are taking if they use a 'home' edition of Windows and then expect ANY Oracle product to run on it without problems if it is not supported by Oracle.

Similar Messages

  • Virtual Box install - directory path?

    Dear Experts,
    64 bit Server is:
    lsb_release -a
    LSB Version: :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch
    Distributor ID: EnterpriseEnterpriseServer
    Description: Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
    Release: 5.5
    Codename: Carthage
    uname -a
    Linux black.testrac.com 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    I'm trying to install Virtual Box.
    It's been quite the soap opera so far.
    rpm -qa | grep -i "virtual"
    VirtualBox-4.1-4.1.8_75467_rhel5-1
    /etc/init.d/vboxdrv setup
    Stopping VirtualBox kernel modules [  OK  ]
    Uninstalling old VirtualBox DKMS kernel modules [  OK  ]
    Trying to register the VirtualBox kernel modules using DKMS[FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)
    cat /var/log/vbox-install.log
    Makefile:172: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
    So I downloaded and installed the kernel source files.
    For any other poor souls, you can find many source kernels here:
    http://oss.oracle.com/el5/SRPMS-updates/
    rpm -ivh kernel-2.6.18-194.el5.src.rpm
    1:kernel warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    ########################################### [100%]
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    warning: user mockbuild does not exist - using root
    warning: group mockbuild does not exist - using root
    cd /usr/src/redhat/SPECS
    ls -l
    total 820
    -rw-rw-r-- 1 root root 834836 Mar 29 2010 kernel-2.6.spec
    file *
    kernel-2.6.spec: ASCII English text
    rpmbuild -bp --target=noarch /usr/src/redhat/SPECS/kernel-2.6.spec
    + echo 'Patch #20207 (xen-vtd-ignore-unknown-dmar-entries.patch):'
    Patch #20207 (xen-vtd-ignore-unknown-dmar-entries.patch):
    + patch -p1 --fuzz=2 -s
    + exit 0
    ls -l /usr/src/redhat/BUILD
    total 4
    drwxr-xr-x 6 root root 4096 Jan 8 20:37 kernel-2.6.18
    ls -l /usr/src/redhat/BUILD/kernel-2.6.18
    total 20
    drwxr-xr-x 2 root root 4096 Dec 6 2007 config
    -rw-r--r-- 1 root root 3161 Jan 8 20:37 Config.mk
    drwxr-xr-x 21 root root 4096 Jan 8 20:37 linux-2.6.18.noarch
    drwxr-xr-x 19 root root 4096 Sep 19 2006 vanilla
    drwxr-xr-x 8 root root 4096 Dec 6 2007 xen
    I made a link:
    ln -s /usr/src/redhat/BUILD/kernel-2.6.18 /usr/src/linux
    /etc/init.d/vboxdrv setup
    Stopping VirtualBox kernel modules [  OK  ]
    Uninstalling old VirtualBox DKMS kernel modules [  OK  ]
    Trying to register the VirtualBox kernel modules using DKMS[FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)
    cat /var/log/vbox-install.log
    Makefile:175: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.
    Makefile:190: *** Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again. Stop.
    Surprise!
    Question:
    Did I install the kernel source correctly, or not?
    If so, what is the correct directory to use for: KERN_INCL=
    Thanks a lot!

    Actually yes, I did read the docs. Shall we say, the docs and the error messages could use some improvement.
    ie.
    xen is not mentioned at all in the install page. Nor in the table of contents.
    Since dkms was "recommended", and the error messages referred to it, I spent a lot of time searching for that package.
    You can see all the struggle I've been doing.
    It's very highly doubtful I could have installed this without your answers.
    Thanks a lot for your help!

  • [SOLVED] Virtual Box Install Question

    I have been working through the Arch Linux wiki regarding installing virtualbox.
    I do not believe I have a custon kernel, as I would not know how to customize it, but here is my kernel info:
    Name : linux
    Version : 3.8.4-1
    Description : The linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.8.4
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your
    country
    Required By : nvidia virtualbox-host-modules
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 64728.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Wed 20 Mar 2013 05:16:17 PM EDT
    Install Date : Tue 02 Apr 2013 09:36:32 AM EDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Unknown
    Following the wiki (https://wiki.archlinux.org/index.php/VirtualBox) I installed virtualbox and virtualbox-host-modules.
    When I go to launch virtual box I get:
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.8.4-1-ARCH) or it failed toload. Please reinstall
    the kernel module virtualbox-host-modules or if you don't use our stock kernel
    compile the modules withsudo dkms autoinstallYou will not be able to start VMs
    until this problem is fixed.
    After googling I have read that many people get this warning after a kernel update but in
    my cause this is a fresh install.
    I even followed the steps for a custom kernel and reveived the follow:
    input:
    dkms install vboxhost/$(pacman -Q virtualbox|awk {'print $2'}|sed 's/\-.\+//') -k $(uname -rm|sed 's/\ /\//')
    response:
    Error! echo
    Your kernel headers for kernel 3.8.4-1-ARCH cannot be found at
    /usr/lib/modules/3.8.4-1-ARCH/build or /usr/lib/modules/3.8.4-1-ARCH/source.
    Pretty much at a loss and any help would be appreciated.
    Last edited by soulrainX (2013-04-13 18:03:58)

    So now my kernel is up to date:
    Name : linux
    Version : 3.8.6-1
    Description : The linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.8.6
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your
    country
    Required By : nvidia virtualbox-host-modules
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 64354.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Sat 06 Apr 2013 01:32:32 AM EDT
    Install Date : Sat 13 Apr 2013 10:36:09 AM EDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    and now I can run
    modprobe vboxdrv
    and it seems to work, yet when I run VirtualBox, I still get:
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.8.4-1-ARCH) or it failed to
    load. Please reinstall the kernel module virtualbox-host-modules or
    if you don't use our stock kernel compile the modules with
    sudo dkms autoinstall
    You will not be able to start VMs until this problem is fixed
    Just tried removing virtualbox via
    pacman -Rns virtualbox
    and reinstalling and it stills reads kernet as 3.8.4-1
    Last edited by soulrainX (2013-04-13 17:27:20)

  • [solved] virtual box share folder unable to mount

    I am having vista and using virtual box installed arch linux as the guest.
    I have installed the base system from archlinus iso
    I created a shared folder called prem
    When I tried to mount share folder through I get the following
    mount -t vboxsf prem /mnt/vbox
    mount: unknown filesystem type 'vboxsf'
    I found that I have to install guest additions
    I clicked on the devices - install guest additions
    I didnt found any file  at /media/cdrom/VBoxLinuxAdditions-x86.run
    How to install VBoxLinuxAdditions-x86.run where is the file located.
    Or in arch linus should I install something to make share folder work
    can any one help
    Last edited by sant527 (2009-08-09 15:51:23)

    howto use shared folders in Linux guests - http://forums.virtualbox.org/viewtopic.php?f=3&t=15868
    After installing the Guest Additions, you can use the Shared Folders Functionality. To access them, you have to define at least one in the VM settings. Open the VM Settings and go to Shared Folders. You can define them there. Click on the Add button and browse for a folder you want to share. Make sure that the name of the share doesn't contain any illegal characters like white spaces. Keep the name as simple as possible. In this howto, I will use the name share.
    Now that you have defined a SF, it's time to mount it. Boot the Guest and open a terminal. Create a folder where you will mount it on. E.g. in your home folder. I will use ~/host for the mount point.
    Now mount it with the following command:
    Code: Select all   Expand viewCollapse view
        sudo mount -t vboxsf share ~/host
    Note that with this, the default mount options are used and all files are owned by root. This can be changed by adding some mount options. Options are passed on with the -o parameter. You can use multiple options with one parameter, seperate the values with a comma. See the man page of mount for more info on which options you can use. The User Manual also notes the options compatible with the Shared Folders. To mount the SF so that you are the owner of the files, use this command:
    Code: Select all   Expand viewCollapse view
        sudo mount -t vboxsf -o uid=1000,gid=1000 share ~/host
    If you want to have it mount automatically upon each boot, put the mount command in /etc/rc.local (Debian based distro's), or whatever script is run at the end of the boot process. The Shared Folders service should mount them automatically, but that doesn't always happen.
    Using /etc/fstab has little effect, because that file is processed before the SF module is loaded and will fail to mount the share. Sometimes, the share does get mounted because the GA check for it when they are loaded upon boot, but it's very flaky, meaning it doesn't work most of the time. You're better of with the first option.

  • Virtual Box... [Solved]

    Just updated my 64 bit arch to the latest everything. I have virtualbox_bin installed. I ran vbox_build_module as root. When I try to run my xp virtual machine i get this error:
    Failed to open/create the internal network 'HostInterfaceNetworking-eth0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
    Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
    One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND).
    /etc/init.d/vboxdrv setup doesn't work. Hence this post. I feel like i've fixed this problem before maybe, but searching around the net hasn't helped much nor has my memory been jogged. Ubuntu Forums: uninstall, reinstall
    i have virtual box installed in /opt
    Thanks in advance.
    PS. "jog your memory" is a really weird phrase...
    Last edited by Meskarune (2009-10-26 20:21:41)

    Meskarune wrote:Just updated my 64 bit arch to the latest everything. I have virtualbox_bin installed. I ran vbox_build_module as root.
    When i did:
    lsmod | grep vboxdrv
    lsmod | grep vboxnetflt
    vboxdrv showed up and vboxnetflt did not, so i did modprobe vboxnetflt and it worked. Restarting probably would have worked as well.... maybe i should restart my computer more often...><
    Thanks everyone. I'm feelling a bit dumb right now...I needed to use windows xp to do some japanese homework before my class at 1pm.
    is there a way to automate these steps in the future so i don't have to run vbox_build_module and restart vboxdrv and vboxnetflt everytime i update the kernel?

  • 250 GB MBP HD full up with no user documents (75 GB "backups")! Parallels, Virtual Box or Mavericks?

    hi all,
    i have a mid-2009 MBP and have moved ALL my user documents to my Mac Pro because the Hard Drive seems like it is full up. TechToolsPro keeps giving me a less than 15% available hard drive error. i am running Parallels with an install of Windows 7 and i recently downloaded Virtual Box to text it out. i have BOTH these softwares on my Mac Pro.
    i am trying to run WhatSize and OmniDiskSweeper to figure out what is going on but i am seeing 75 GB of "Backups" for starters on the MBP and i am only seeing 0KB of backups on the Mac Pro.
    since i have both Parallels and Virtual Box installed on the Mac Pro and since i only USE the Parallels on the Mac Pro (and only rarely use the Parallels on the MBP) i am at a total loss as to whether this is a Mavericks issue or a Parallels issue or a Virtual Box issue. i have tried to uninstall VB but so far i am not having any luck in getting this done.
    anyone have any ideas?
    TIA
    mac book pro:
    mac pro:

    for some reason i am not finding a system preferences pane in the pulldown items
    That's odd. One of the things TTP6 does when you install it is it self installs a preference pane. Though I don't know what you mean by a pulldown item.
    When you open the System Preferences, there should be an icon for TechTool, like the one at the lower right shown here:
    Click on that to bring up its feature settings. The second tab is the one that devours your disk space.
    Uncheck all of the drives shown and then turn it off by clicking the radio button.
    if i got into the Application Support directory in Library (i hold down the Option Key if i recall correctly to see this item listed in the Go pulldown in Finder)
    Wrong Library folder. Holding down the Option key leads you to the one in your user account. You want the main Library folder at the root of the drive. It's the one shown next to Applications, System, Users, etc.

  • Can I install Virtual Box on my macbook pro safely if filevault is enable? Lion w 8 g memory.

    Can I install Virtual Box on my macbook pro safely if filevault is enabled? Lion w 8 g memory.

    You are going to have to install Windows first.

  • Install stuck: SBS 2011 Essentials on a Virtual Box

    I’m trying to do a test install of SBS 2011 Essentials on a Virtual Box virtual machine running on a Win7 64-bit machine. I put the install partition on an external
    drive.
    The install stops on a window that is titled Installing Windows. The screens says: “There was a problem during the installation. To restart the installation
    click Restart. You can also view the installation error logs.”
    When I open those installation error logs, I see no error. (It does have Info and Warning lines.)
     I’m stuck there. If I could paste in the the contents of the error logs I would, but I can’t copy from the VM until there is an installed OS.
    Any help appreciated.

    Hello Rob,
    There may still be a problem with two things.'
    1) Installing it on your external hard drive.  If it is a 'usb' drive, then it seems at times the software\drivers still causes some type of conflict depending on what type of system you have.
    2) Your network interface card is configured set.
    Going off the assumption that you have the latest virtual box software, your problem may be point number '1'
    Solution that works for some: Installed the virtual machine locally. (Remember, you can still set the disk dynamically to 160 whether you have the space locally or not)  Then transfered it to an external drive after everything  was installed and
    working.  
    Caveat: Shame to say, you may  not have local storage  large enough to hold the vm. This is why you probably bought the external drive in the first place.  Hope this helps. Just find a machine that will allow you to create the vm locally first
    if you can. 
    James

  • How do i install opensolaris without using the virtual box??

    hi.
    i am new to solaris
    i am currently using a windows XP OS
    i got down the opensolaris cd from SUN
    how do i install opensolaris without using a virtual box ?

    The OpenSolaris CD is a "Live CD". You can boot off of the CD, and either run the OpenSolaris operating system directly, or you can select the "Install" icon on the LiveCD desktop. You can find full instructions here: http://dlc.sun.com/osol/docs/content/IPS/getst1.html
    Do you want to keep your Windows OS on the disk? If so, then you want to follow the instructions for partitioning your disk (unless you already have a spare partition).
    -- Alan

  • Need help installing Virtual box Windows VM's

    I am installing virtual box on wife's mac.   I got the instructions here: http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/
    I did it previously and it all worked well. Recently the windows session license expired so I reinstalled that portion and it worked for about a week.  Then the Virtual box program just stopped working.   So I uninstalled the virtual box and am attempting to reinstall all components.
    First step is install Virtual box from here:  https://www.virtualbox.org/wiki/Downloads   This went ok andvirtual box runs but there are no VM's.
    There is then a script to install the windows VM's.  It is failing.
    Script is accessed by copyinf this command into terminal:
    curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
    This is the error I get.   It seems there is a file that already exists but I'm stumped as to what to do.
    Last login: Fri Mar 28 09:06:48 on ttys000 ROSANNEs-MacBook-Air:~ rosannemcginn$ curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash Checking for VirtualBox Checking for Oracle VM VirtualBox Extension Pack
    Pack no. 0:   Oracle VM VirtualBox Extension Pack
    Building IE6 VM
    Checking for existing OVA at /Users/rosannemcginn/.ievms/IE6 - WinXP.ova Checking for existing IE6 - WinXP VM Creating IE6 - WinXP VM (disk: /Users/rosannemcginn/.ievms/IE6 - WinXP-disk1.vmdk) 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
    Interpreting /Users/rosannemcginn/.ievms/IE6 - WinXP.ova...
    OK.
    Disks:  vmdisk1   136260878336      -1      http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized     IE6 - WinXP-disk1.vmdk  -1    -1   
    Virtual system 0:
    0: Suggested OS type: "WindowsXP"
        (change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
    1: VM name specified with --vmname: "IE6 - WinXP"
    2: Number of CPUs: 2
        (change with "--vsys 0 --cpus <n>")
    3: Guest memory: 512 MB
        (change with "--vsys 0 --memory <MB>")
    4: Sound card (appliance expects "", can change on import)
        (disable with "--vsys 0 --unit 4 --ignore")
    5: USB controller
        (disable with "--vsys 0 --unit 5 --ignore")
    6: Network adapter: orig NAT, config 2, extra slot=0;type=NAT
    7: CD-ROM
        (disable with "--vsys 0 --unit 7 --ignore")
    8: IDE controller, type PIIX4
        (disable with "--vsys 0 --unit 8 --ignore")
    9: IDE controller, type PIIX4
        (disable with "--vsys 0 --unit 9 --ignore")
    10: Hard disk image: source image=IE6 - WinXP-disk1.vmdk, target path=/Users/rosannemcginn/.ievms/IE6 - WinXP-disk1.vmdk, controller=8;channel=0 0%...
    Progress state: VBOX_E_FILE_ERROR
    VBoxManage: error: Appliance import failed
    VBoxManage: error: Could not create the clone medium '/Users/rosannemcginn/.ievms/IE6 - WinXP-disk1.vmdk'.
    VBoxManage: error: VMDK: could not create new file '/Users/rosannemcginn/.ievms/IE6 - WinXP-disk1.vmdk' (VERR_ALREADY_EXISTS)
    VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
    VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 779 of file VBoxManageAppliance.cpp ROSANNEs-MacBook-Air:~ rosannemcginn$

    Here is how I install mine, for numbers I will assume you have a 100GB HDD and 2GB of RAM:
    Boot from Win7 DVD and create two partitions, then install Windows7 on one of them. During the install Windows will create a 3rd partition to boot from. You will now have:
    sda1 - 100MB - Windows Boot - boot flag
    sda2 - 50GB - Windows 7 - no flags
    sda3 - 50GB - Unpartitioned Space - no flags
    Next boot into Arch and choose to manually partition the drives using cfdisk, using the unfinished space create 3 logical partitions of the sizes 100MB, 2GB, and 50GB. Mark the 100MB one you just created with a boot flag and unmark the 100MB one Windows created.
    Now you should have:
    sda1 - 100MB - Windows Boot - no flags
    sda2 - 50GB - Windows 7 - no flags
    sda3 - 50GB - Unpartitioned Space - no flags
    sda5 - 100MB - Linux Boot - boot flag
    sda6 - 2GB - Linux Swap - no flags
    sda7 - 50GB - Arch - no flags
    Click OK/Confirm/Write and then continue to the next step - File Systems and Mountpoints.
    Here you need to set the FS for sda5,6,7 and make sure not to touch sda1,2. Choose ext2 for sda5, swap for sda6, and ext3 for sda7. You will also be asked for mountpoints. Pick "/boot" for sda5 and "/" for sda7. Click OK/Confirm/Write and then continue to install Arch like normal, when you get to installing the bootloader make sure to install it on /dev/sda and uncomment the Windows part of the grub/menu.lst file.
    Reboot the system and you are done

  • Can't install oracle 10g on windows XP(Virtual Box)

    Hi all,
    I have installed windows XP in Virtual Box, trying to install Oracle 10g in it. It won't start the installation..no clue about it.  I installed winrar(as the 10g setup was in rar format, had to extract it).
    without any issues winrar got installed, where as Oracle 10g simply wont get installed...no error message is thrown..
    in fact I have installed 10g on a XP PC just last week..not sure where what I am missing
    i am using "Briged Adapter" Network
    If anybody has experienced same issue, kindly let me know....
    mohib

    Hi Srini,
    Thanks for helping me with the link to be frank I had looked into it long back...
    yes the software worked just yesterday, I had installed on XP(different machine).
    I added my PC to domain, logged in as Administrator & double clicked, same....no response.
    At last I used "command prompt" and it worked!!   not sure how or why...but worked.
    Now my database is created successfully
    Yes would like to know why this happened....and how things worked via command prompt & not by double click....would greatly appreciate if anybody helps me on this.

  • Installing ArchLinx+Guest Additions in Virtual Box(error during guest)

    The Arch Linux install seemed to go through smoothly.  I installed it using the wiki page, rebooted, and logged in as root.  I am installing this for a class, so trying to follow the instructions to do so.  Next, we are supposed to install 'Guest Additions' for Virtual box using the instructions below:
    Now, you should install "Guest Additions" for VirtualBox. Guest additions allows you to share files between host and guest systems. This is very convenient for development as you will need to copy files back and forth between the host and guest operating systems. You can download Guest Additions at *link*.
         You need to start the virtual machine before you can continue installing Guest Additions. To do that, just select your VM name from the list on the left hand side in VirtualBox and click Start. After logging into Arch Linux, you should mount this ISO image just as you had mounted the Arch Linux ISO file. You can then mount the cdrom inside the Guest OS by doing:
    mkdir /mnt/cdrom
    mount -t iso9660 /dev/cdrom0 /mnt/cdrom
    Now install the guest additions by doing:
    cd /mnt/cdrom
    sh ./VBoxLinuxAdditions-x86.run
    This will compile and install the kernel modules necessary for Guest Additions functionality. Please note that if you
    recompile your own kernel (later as a part of project requirements), you will have to run this again so that the modules are
    compiled and installed for the new kernel too.
    Under settings for VBox, I mounted the Guest Additions image file, started Arch Linux, logged in as root, and followed the instructions above.  I was able to do all of the above, but when I excute the last line, I am given this message:
    http://img132.imageshack.us/img132/3971/linuxd.png
    I have no idea where to go from here, and any help would be greatly appreciated.
    Also,  I feel like I have installed Arch Linux incorrectly.  All the videos and pictures I see show a GUI type interface, but all I am presented with is a text-based interface.  When I boot it up, it asks me to log in, and I am then taken to the command line, but I don't see the same GUI interface everyone else seems to have.  Is this normal for a basic Arch Linux install?  Thanks in advance.

    Arch has no GUI until you install one. Some people don't want a GUI, so it's left to the user. The base install has only a command line interface.
    You should probably read the Beginners Guide.
    In case you missed them, there's two short articles, also on the wiki that might help you understand Arch, Arch Linux and The Arch Way

  • Problem installing ubuntu in virtual box

    Hello lately i tried installing ubuntu LTS in virtual box 3.2 using an ISO image downloaded in hard disk but every time i try to run it, it says upgrade it to new ubuntu 10.04 LTS though this is the same one i installed. The softwares which i downloaded earlier are all gone. What might be the reason for this please do let me know.........I was willing to try ubuntu but this is giving me a headache now.
    Thanks for any help afforded
    Regards
    Sanjaya

    Thanks for your reply,
    Yeah i too guessed that the problem might be that it is booting from the iso image in the hard disk so i just moved it to another lokation as i did not know how to unmount the image and now after i have done so the problem of self rebooting is gone atleast for now. Sorry i could not make it much clear was to what the problem was, thanks anyways.
    Regards
    Sanjaya

  • Installing oracle db 10.2.0.1 on REHL 5.6 using virtual box

    I can't solve this erratic behavior:
    Scenario: Phisical machine Windows 7 32b, virtual box v 3.2.12
    Virtual machine Oracle Linux 5.6 64b installed without problems (I have installed several machines with p.e. SuSE 10 64b,
    SuSE 11 64b and installed Oracle 10g without problems, Linux Oracle 5.6 with Oracle DB 11 ok)
    Trying to install Oracle 10.2.0.1 (need to be this version) every time I exec runInstaller, it begins, but simply freezes the
    machine. Each time it freezes at different points: sometimes at the first screen, other times I can reach the last screen with
    the install button.
    ¿can someone give any ideas ?
    Thanks

    First attempt
    The oui freezed the virtual machine, in the screen where i was setting the users passwords
    Checking the oraInventory/logs folder, ther are 3 files:
         1) orainstallxxxx.err      is empty
         2) orainstallxxxx.out     is empty
         3) InstallActions.log: as follows (I'll cut several "middle" lines because of the 30000 characters limits in the forums messages)
    INFO: Using paramFile: /opt/install/database/install/oraparam.ini
    INFO: Checking installer requirements...
    INFO: Checking operating system version: must be redhat-3, SuSE-9, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1 or asianux-2
    INFO: Passed
    INFO: All installer requirements met.
    INFO: The number of files bootstrapped for the jre is 619.
    INFO:
    INFO: The number of files bootstrapped for the oui is 94.
    INFO: Execvp of the child jre : the cmdline is /tmp/OraInstall2011-05-24_11-54-43PM/jre/1.4.2/bin/java, and the argv is
    INFO: /tmp/OraInstall2011-05-24_11-54-43PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2011-05-24_11-54-43PM/oui/lib/linux
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2011-05-24_11-54-43PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/opt/install/database/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2011-05-24_11-54-43PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=/tmp/OraInstall2011-05-24_11-54-43PM/prereq
    INFO: -Doracle.installer.unixVersion=2.6.32-100.26.2.el5
    INFO: -mx150m
    INFO: -cp
    INFO: /tmp/OraInstall2011-05-24_11-54-43PM:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/oneclick.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/srvm.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/share.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/xml.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/emCfg.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstImages.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/help4.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ewt3.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/classes12.jar::/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/jewt4.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oio.oioc.OiocOneClickInstaller
    INFO: /tmp/OraInstall2011-05-24_11-54-43PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2011-05-24_11-54-43PM/oui/lib/linux
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2011-05-24_11-54-43PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/opt/install/database/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2011-05-24_11-54-43PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=/tmp/OraInstall2011-05-24_11-54-43PM/prereq
    INFO: -Doracle.installer.unixVersion=2.6.32-100.26.2.el5
    INFO: -mx150m
    INFO: -cp
    INFO: /tmp/OraInstall2011-05-24_11-54-43PM:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/oneclick.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/srvm.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/share.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/xml.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/emCfg.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstImages.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/help4.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ewt3.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/classes12.jar::/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/jewt4.jar:/tmp/OraInstall2011-05-24_11-54-43PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,dba,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2011-05-24_11-54-43PM
    INFO: -sourceLoc
    INFO: /opt/install/database/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2011-05-24_11-54-43PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME =
    INFO:      PATH = /opt/install/database/install:/usr/bin:/usr/ccs/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    INFO:      CLASSPATH =
    INFO: Username:oracle
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to '/tmp/OraInstall2011-05-24_11-54-43PM/prereq'. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO: Retrieving the global context: OiicGlobalContext.getGlobalContext()
    INFO:
    *** Welcome Page***
    INFO:
    *** Specify Inventory directory and credentials Page***
    INFO: Setting the 'InventoryLocation ( INVENTORY_LOCATION )' property to '/opt/oracle/oraInventory'. Received the value from the UI page.
    INFO: Setting the 'UnixInstallGroup ( UNIX_GROUP_NAME )' property to 'oinstall'. Received the value from the UI page.
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO: Unable to read the list of homes from the inventory.
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: fetch the file: /opt/install/database/stage/shiphomeinfo.properties
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.server, 10.2.0.1.0, >0.0.0.0.0, [ 46 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'EE'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'EE,'. Received the value from the UI page.
    INFO: The selected install type is "Enterprise Edition".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to '/opt/oracle/oracle/product/10.2.0/db_1'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OraDb10g_home1'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to '/opt/oracle/oracle/product/10.2.0/db_1'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom /tmp/OraInstall2011-05-24_11-54-43PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.server_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.server Product Location: Empty path specified.
    INFO: This is not a cluster system.
    variable = oracle.sysman.server.EMConfigureOption
    value = LOCAL
    INFO: Query Returned: true
    INFO: Setting variable 's_recoveryAreaDestination' to ' -recoveryAreaDestination NO_VALUE '. Received the value from a code block.
    INFO:
    *** Specify Database Schema Passwords Page***

  • How to install SUNWi1cs in Solaris 10 under Virtual Box

    Hallo!I am a total newbie in Solaris.
    I have installed Solaris 10 (guest OS)via Virtual Box in XP (host OS).I would like to install Oracle 10g in Solaris 10 but prerequisite s/w like SUNWi1cs and SUNWi15cs aren’t installed.
    I have been trying to install this through commands such as
    pkgadd –d /cdrom/cdrom0/Solaris_10/Product SUNWi1cs SUNWi15cs
    but this directory does not exist.
    How would I access this directory ?Will this mean mounting the CD-ROM with a Solaris 10 DVD-R disc or can I access the Solaris 10 virtual box files in the XP path shown below
    C:\Documents and Settings\JOEY\Local Settings\Application Data\Microsoft\CD Burning\SOLARIS_10\PRODUCT
    The Oracle 10g for Solaris zipped file is in the XP OS.How do I transfer this file (and any other files in XP)into Solaris 10 to be able to install Oracle 10g in Solaris under Virtualbox?
    Thanks.

    Hi,
    If u have installed Solaris operating system on some VMWare by iso file then it will treat iso file as CD. So that following steps will resolve ur issue.
    1. Mount that iso file into /mnt file system.
    For example ur iso mounted file system like this:-
    /mnt/cdrom/Solaris_10/Product
    2. Then run this command:-
    pkgadd -d /mnt/Solaris_10/Product SUNWi1cs SUNWi512
    It will ask would to like to add these then type Y
    3. Successful installed package message will displayed.
    It is the right way to add package from source
    Regards,
    Rizi

Maybe you are looking for

  • PAYMENT PROPOSAL COULD NOT BE CARRIED OUT

    I did payment run program for one vendor F110 i have 3 invoice. within this invoice one invoice i did payment block at the time of payment proposal in F110 , the remaining two i cleared and i got all result after some days according to the next payme

  • Terms of payment - how to cover my business scenario

    Dear experts, I am dealing with the following business scenario. A Sales rep proposes to the client a term of payment made up od several partial amount; for example let assume 3 partial amounts. The Rep proposes to the client a fixed date, representi

  • Print Driver for Photosmart 7550

    My can i not get an updated driver for my Photosmart 7550 i have a MAC. I have had this priner for years and love the quality of the photos that is prints. my can HP not make just a photo printer anymore???? i have since bought the HP photosmart 7520

  • Regarding work process

    Hi All my application servers were in stopped mode.  and I am in the state of unlogon to SAP. So what can be done to make all my Aplication servers running..

  • Assign Printer Search Help to XREF1 field in FB70/75.

    Hi All I have a requirement where for a particular company code only I need to assign the printer search help to the field Reference Key 1 (XREF1) on the 'Detail' tab of FB70 & FB75. Is this feasible? If yes, can anyone please guide me. Regards, Hars