Linux password in virtual box

I have gotten linux running in a virtual box.
However, it wants as user name/password. I don't know what it is or how to set it up.
I did not see any opportunity to set up an account when I was installing it.
I tried various reasonable guess (like my oracle acct), but no luck
So how do I set this up? Is there some place in 'virtual box' to set up accounts. I'm running on my home machine, so no big need for security ...
-Traruh
PS. Is there a better forum for this question?

The Linux installation typically asks to set a password for the root account during the installation. It also asks to create a non privileged user in the final post installation after the first reboot, provided yo have installed the graphical user interface. It is not possible to tell based on your information what you installed or what you are prompted for. If you are prompted to logon, you can use the username "root" and use the password you set during the installation.
The root account is a built-in account on all Linux/Unix systems with all privileges. If you have not used Linux before I suggest to search for beginners information and tutorials in Google; there are plenty.
Virtualbox does not manage any computer accounts. Your Windows login usually has nothing to do with your VM guest OS. If you forgot the root password of your Linux guest OS, you can reset it booting into "single" user mode.

Similar Messages

  • Can not ping oracle linux vm in Virtual Box from my host

    Hy
    I have setup oracle linux 7 on virtual box including vboxadditions.
    But I can not ping this maschine from outside ( it works for my other vm oel 5.8 )
    I did systemctl stop filewall.service
    Here my Network konfiguration inside my oel7 vm:
    /etc/sysconfig/network-scripts/ifcfg-enp0s8
    TYPE=Ethernet
    BOOTPROTO=none
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=no
    IPV6INIT=no
    IPV6_AUTOCONF=yes
    IPV6_DEFROUTE=yes
    IPV6_FAILURE_FATAL=no
    NAME=public
    UUID=388ee413-55e9-45e1-be1d-4f5eedc402f3
    ONBOOT=yes
    IPADDR0=10.20.50.101
    PREFIX0=24
    IPV6_PEERDNS=yes
    IPV6_PEERROUTES=yes
    HWADDR=08:00:27:5F:87:91
    Can anyone help?
    Thanks
    Peter Schlaeger

    Hi,
    Before discussing the network configuration of Oracle Linux 7 (By the way; it seams correct), lets talk about the VirtualBox network configuration, So the Network adapter of your VM can be attached to {NAT, Bridged Adapter, Internal Network, Host-only Adapter, ...}, what is the Adapter attached to your NIC?
    Make sure the Network Adapter is the same as the your other VM (OL 5.8).
    Best regards

  • Linux installatoin in virtual box

    when i try to install linux in vb, i get the following error
    On the System page, you have assigned more than 75% of your computer's memory (445.00 MB) to the virtual machine. Not enough memory is left for your host operating system. Please select a smaller amount.

    924184 wrote:
    when i try to install linux in vb, i get the following error
    On the System page, you have assigned more than 75% of your computer's memory (445.00 MB) to the virtual machine. Not enough memory is left for your host operating system. Please select a smaller amount.{Sigh}
    Well, what part of Not enough memory is left for your host operating system. Please select a smaller amount. you didn't understand? You have over-allocated memory to your virtual machine than you could and its not allowed . Solution, allocate a smaller memory.
    Now that said, what linux installation has to do with Database General Forum?
    Aman....

  • Calling DB from a guest OS in Virtual Box

    Hi all,
    I have a Oracle Db 10g installed in my windows vista.
    I have also a linux installed in virtual box.
    I tried to connect from the guest os (linux) but no way.
    I used the 'ping' command and it work 4/4.
    SO, should I configure the listner of the Data base to accept externel connection. If yes how??
    the enterprise edition which i have is academic one (I am student)
    plz help and sorry for my bad english
    Thanks

    Thanks for the reply! I am planning on putting it on Mac hardware, and understand the licensing requirements of OS X server.
    What I'm mostly interested in is if it will actually work on XenServer and if so, then if the performance is worthwhile (ie: it performs nearly as well as being on the server natively). If the performance is poor, then I won't bother with XenServer and go with ESXi and probably won't virtualize my Mac hardware.
    My original intention was to go with ESXi for multiple reasons. I wanted to be able to run the Cisco Nexus 1000v, but the licensing requirements with VMware for enterprise type features is completely outrageous and not practical for a SMB.

  • SUN VIRTUAL BOX NETWORK CONECTION ISSUE

    Hai frnds,
    i have installed redhat linux in sun virtual box server and my host machine is windows where i have installed ssh clit.my aim is to access the redhat linux in sun virtual box from my ssh client installed in my windows.
    when i installed sun virtual box it generated a ip of its own.hence i set the ipaddress of redhat linux existing in sun virtual box same to ip of sun virtual box.iam able to ping the server after logging in linux but iam unable to ping the redhat linux in sun virtual box from my host windows machine.After few seconds the connection gets terminated.
    i have set the ip address for my windows machine and provided the ip of linux as the gateway for windows host.i also have a ethernet card .
    when i give ipconfig in cmd it displays the ipadress of the linux(linux ip and sun virtual host ip are bsame) but there is no ip set for the windows host.it displays the message as media disconected .
    ip of linux(sun virtual box):-192.168.0.1
    mask:255.255.255.0
    gateway:192.168.0.254
    ip of windows set:192.168.0.2
    mask:255.255.255.0
    gateway:192.168.0.1
    so please provide me any way to access the linux guest from my ssh client in windows.
    I should be able to ping the guest linux from my host
    help me to implement this
    Thanks and Regards
    Parithi.A

    Duplicated post

  • [SOLVED] Arch Linux Guest Virtual Box OSE problem

    So I am installing my Arch Linux as a Guest in my Ubuntu partition, through Virtual Box OSE (3.2.8). I followed the wiki ( https://wiki.archlinux.org/index.php/Ar … lBox_Guest ) but still have an issue:
    sudo pacman -S kernel26-headers xorg gcc make
    sudo mount /dev/cdrom /mnt/cdrom
    sudo /mnt/cdrom/VBoxLinuxAdditions-x86.run
    But It fails on Shared folders, and cannot recognize X:
    :: Building the VirtualBox Guest Additions Kernel Modules [BUSY]
    :: Building the main Guest Additions module [DONE]
    :: Building the shared folder support module [FAIL]
    (Look at /var/log/vboxadd-install.log to find otu what went wrong)
    :: Warning: Unknown version of the X Window System installed. Not installing X Window System drivers.
    :: Installing graphics libraries and desktop services components [Done]
    /var/log/vboxadd-install.log states:
    /tmp/vbox.0/vfsmod.c:406:9: error: unknown field 'clear_inode' specified in initalizer
    /tmp/vbox.0/vfsmod.c:406:9 warning: initalization from incompatible pointer type.
    Which is strange, because as far as I know, clear_inode is part of the linux headers.
    Any idea why this is happening? Do I just need to update VirtualBox to a newer version?
    Last edited by gralamin (2011-03-11 18:22:14)

    Updating Virtualbox fixed the issue.

  • Installing Oracle Linux 5.8 on Virtual Box

    I'm trying to install Oracle Linux 5.8 on Virtual Box. I have downloaded V31120-01 and burned to the DVD, I think successfully.
    However, when I start the Virtual machine, I get the Opening screen, "Oracle Linux" the little picture of the penguin guy, etc, so I think my DVD is good.
    The screen says, "To install or upgrade in graphical mode, press the <enter> key." So I do.
    Several lines of text flow across the screen, but then the process seems to stop with no prompt on what to do next or any indication that an error has occurred, it just stops.
    The last lines I can see are:
    ACPI: bus type pci registered
    PCI: Using configuration type 1
    ACPI: Interpreter enabled
    ACPI: Using PIC for interrupt routing
    ACPI: No dock devices found
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    pnp: PnP ACPI: found 5 devices
    usbcore: registered new driver usbfs
    usbcore: registerd new driver hub
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try 'pci=routeirq". If it helps, post a report
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPS0v4
    NetLabel: unlabeled traffic allowed by default
    ACPI: DMAR not present
    PCI-GART: No AMC northbridge found.
    NET: Registered protocol family 2
    I'm not sure if it's waiting for some input from me, or if there is a problem, but nothing happens beyond this point until I power down the virtual machine.

    There is no need to burn a DVD because Virtualbox can directly mount and boot from the .iso image you downloaded. It is usually a good idea to check the md5 checksum of your download with the number provided by the download page to verify your download is not corrupted. There are no problems installing any version of Oracle Linux under Virtualbox provided you have the right hardware. I suggest to check the Virtualbox documentation.
    Note: This is not a Virtualbox forum.

  • Oracle 10g installation on linux using virtual box.

    Hi,
    Iam trying to install oracle 10g on enterprise linux using virtual box.I downloaded oracle 10g for linux and while running the installer,Iam getting this error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-16_07-29-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    Please help me to solve this

    user9362721 wrote:
    Hi,
    Iam trying to install oracle 10g on enterprise linux using virtual box.I downloaded oracle 10g for linux and while running the installer,Iam getting this error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-16_07-29-46AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directoryHi.
    This question was answered in this forum yesterday. And the day before. And the day before that. And ... (Or at least it feels like we get this every day, and sometimes several times a day.)
    Search for 'xhost'

  • Virtual Box Appliance request! Linux + XE + Apex 4.0

    Hello,
    Can anyone provide me a Virtual Box image with a complete installation of Oracle XE + Apex 4.0 on Linux OS?
    I am trying to set up a testing environment, but I can't get APEX 4.0 to work on an ORACLE XE database installed on Centos 5.5. (all in a Virtual Box image)...
    Please...
    Regards,
    George

    I posted my problem on the APEX forum here: Apex 4.0 install on Oracle XE (on Linux) issue!
    Actually, I am trying to complete my installation (Centos 5.5 + XE + Apex 4.0) for some weeks now. I ran into different, undocumented problems (I'll share them with you some time) and the last one is just the last drop in an ocean of compatibility problems. I'm sorry I chose Linux as an OS, I'm 5 minutes away from buying a Windows 2003 server license.
    Even if I can succesfuly complete my installation, I'm thinking that a repository with the preinstalled VMbox images for learning+testing purposes would make my life a lot easier! I'm trying to migrate my APEX applications to 4.0, but until now I just wasted a lot of time on installing it!
    Regards, George
    Edited by: GBara on 16.09.2010 07:09

  • UEK R2 and Virtual Box Linux additions

    Hello
    thanks for the support from Avi Miller I was able to install the UEK R2 on OL 6.2 VM.
    It all worked well but the Virtual Box 4.1.10 Linux Guest Additions stopped working properly after UEK R2 was installed and the VM rebooted (screen resolution to be exact).
    So I simply re-installed VB Linux guest additions after the UEK R2 was installed, for the second time.
    It seemed to work OK even though I did receive a UEK related warning message during VB Linux Guest additions installation .....
    Once I rebooted after VB Guest Additions were re-installed it seems to be working again.
    I am just curious if there is a recommended order procedure re installing UEK R2 inside a VB 4.1.10 VM guest ?
    Should I rebuild the VM from stratch and first install UEK R2 before installing VB Linux Guest Additions and then install VB Linux Guest Additions after UEK R2 is updated?
    Does the installation order matter?
    I am concerned that VB Linux Guest additions somehow corrupts parts of UEK R2 since it's not aware of UEK R2 existance?
    Perhaps there wiill be a new release of the VB Linux Guest Additions for Oracle Linux 64-bit that is compatible with UEK R2 ?
    many thanks!

    thanks!
    In this case I think I have done the right thing "by accident"! 8^)
    Here is what I have done: (note the warning message re kernel headers not found.....)
    [root@YURIOL62 init.d]# ./vboxadd setup
    Removing existing VirtualBox DKMS kernel modules [  OK  ]
    Removing existing VirtualBox non-DKMS kernel modules [  OK  ]
    Building the VirtualBox Guest Additions kernel modules
    The headers for the current running kernel were not found. If the following
    module compilation fails then this could be the reason.
    The missing package can be probably installed with
    yum install kernel-uek-devel-2.6.39-100.5.1.el6uek.x86_64
    Building the main Guest Additions module [  OK  ]
    Building the shared folder support module [  OK  ]
    Building the OpenGL support module [  OK  ]
    Doing non-kernel setup of the Guest Additions [  OK  ]
    You should restart your guest to make sure the new modules are actually used
    I hope this is all OK.
    My next step is to install Oracle RDBMS 11.2.0.3 (i.e. Grid+ASM+RDBMS) based on the new UEK R2 and new oracle validated replacement rpm on OL 6.2....
    Edited by: yurib on Apr 5, 2012 11:44 AM

  • Installation of linux on Virtual Box

    Hi everyone. Thanks in advance for the help.
    I have installed Virtual Box on my computer, no I need to install Linux and then on Linux I need oracle. I am doping this all because I want to become a DBA and unfortunately I do not have a lot of money to pay to the Training Centers. I recently downloaded and installed Linux Mint v14. Later my friend said this version of Linux does not support Oracle. Can any-you of you please let me know, what I need to download from http://www.centos.org/?

    What does this have to do with java?
    And why do you think you need linux to learn Oracle?

  • Guide For Installing  Oracle Enterprise Linux in Virtual Box

    Hello,
    Any good tutorial available for installation of Oracle Enterprise Linux in Virtual Box?
    Regards

    Installing Oracle on Virtual box is similar to the one you install on regular Linux box.
    just make sure u have enough memory assigned for VMbox..
    create user, group, directories and change permissions
    change profile
    change all the kernal options listed in install guide and ur good

  • 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***

  • Installation as guest OS on Virtual Box

    Hi,
    I have downloaded Oracle Enterprise Linux and am trying to use the same as guest OS in Virtual Box on Windows Vista. While I managed to complete the installation successfully, I am not able to use it. When I power on the virtual machine and enter my username and password, it only displays a blank screen and nothing happens.
    Can you help me out with this please ?

    frits hoogland wrote:
    As advised previously, run system-config-display. Another way to modify the screen resolution is to modify it directly in the X settings. But please try system-config-display.Thanks for your reply. I tried modifying the display resolutions from "System->Preference->Screen Resolution", but the only options available there are "800x600" and "640x320". Incidently, when checked in "System->Administration->Display" window, the video card is shown as "Unknow Video Card". Selecting any of the video cards from "Configure..." button does not help either.
    I am not used to Linux and hence am trying to do things using GUI interface. Please let me know if I have to use text mode to do something that can not be achieved in GUI mode.

  • Windows 7 can not joinng to domain but windows Xp does in Virtual Box Manager

    Dear all,
    I need your support and thanks in advance.
    I have installed Windows 7 and Windows 2008 server in a Virtual Box. Windows 2008 server is my Domain Controller and DNS is configured. Please find my configuration below.
    Domain Controller FQDN name - bbi.in
    IP addrees - 192.168.10.14
    subnet mask- 255.255.255.0
    gateway-   192.168.10.254
    Preferred Dns - 192.168.10.14
    Windows 7  having IP address 192.168.10.2
    Ping connectivity is working from both end
    My Problem is  my windows 7 machine is not joining to domain.
    while doing Nslookup command from windows 7 command prompt I am getting default server and Ip address of the domain controller.
    I have been trying a lot and did lots of trouble shooting but can not get any solution plz.... help

    On Fri, 14 Nov 2014 17:55:41 +0000, biswajeetpattnaik wrote:
    When I join the domain I use bbi and and I get authentication asking for user name and password.
    Please find the attached error screen shot<https://social.technet.microsoft.com/Forums/getfile/567235><https://social.technet.microsoft.com/Forums/getfile/567236>
    This forum is for issues relating to Windows Server 10 Technical Preview
    only, and not for Windows Server 2008, Windows 7 nor Windows XP. Please
    post your question a forum that is for the correct topic.
    Paul Adare - FIM CM MVP
    All that blue light from Orthanc at night? That was
    Saruman, trying to moderate
    -- news.admin.palantir-abuse.sightings.

Maybe you are looking for