Oracle VM server RAM question

I am running two vm servers both with 16GB of physical memory installed. When I go in to check the memory specs for the servers using "free -m" or "cat /proc/meminfo" it only show a total of 577MB of RAM. Now I know this can not be true because currently we are running two guest CentOS machines and one Windows Server 2003 guest machine on one of the servers all with 2GB virtual memory. These machines do not seem to have any performance problems which leads me to suspect that the VM server is not reporting the RAM that is physically installed but rather it is reporting the total memory that it is using. I do not think it would even be possible to run two CentOS machines and one Windows Server 2003 with only 577MB of ram. Can anyone confirm that the 577MB I am seeing in the VM server is just what it is using? Thanks

I do see a few lines similar to this
"title Oracle VM Server-ovs (xen-3.4.0 2.6.18-128.2.1.4.37.el5ovs)
root (hd0,0)
kernel /xen-32bit.gz dom0_mem=564M
module /vmlinuz-2.6.18-128.2.1.4.37.el5xen ro root=UUID=ee6eb40e-1c39-473b-b670-7131959cc839
module /initrd-2.6.18-128.2.1.4.37.el5xen.img"
You have answered my question. I just wanted to make sure that it was normal to not see the full physical memory installed. Thanks
Edited by: Paul_RealityTech on Oct 24, 2011 12:05 PM

Similar Messages

  • How Standalone OC4J and the Oracle Application Server linked to each other

    Hi ,
    Please let me know what is the relation between a Standalone OC4J and the Oracle Application Server ?
    In my application The Oracle Application Server is installed in C drive and there is a Stand alone oC4j .
    Please tell me how they are linked to each other .
    Thank you .

    It depends on your need and what features and functionality of Oracle Application Server you are interested in. Note that OC4J is a component of Oracle Application Server that can run as a standalone component or within Oracle Application Server. Question #6 in earlier mentioned FAQ document states:
    OC4J standalone is J2EE 1.3 compatible (1.4 and 1.5 too in later releases of OC4J) and is able to be used in both development and small scale production environments. OC4J standalone provides its own inbuilt HTTP/S listener to allow clients to execute Web applications that it has deployed. Application deployment and server configuration of OC4J standalone is performed by the manual editing of a simple set of XML files.
    For large scale enterprise deployments, the Oracle Application Server product is likely to be more suitable with its comprehensive feature set including Oracle HTTP Server, process monitoring and management capabilities, and its configuration and management console.
    So if you are happy with what you see in standalone OC4J and scalability isn't an issue for you, you can stay with standalone OC4J and don't need to move to Oracle Application Server.
    PS: If you do decide to use OC4J that's embedded with Oracle Application Server, you can't move your standalone OC4J inside Oracle Application Server. You will have to reconfigure embedded OC4J again (as you might have done with standalone OC4J) and redeploy your applications.
    Hope this helps.
    Thanks
    Shail

  • Oracle Application Server Release 2 (10.1.2) Deployment Notes question

    Hi!
    I'm following the Oracle Application Server Release 2 (10.1.2) Deployment Notes (http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics006.htm) for deploying an application, built in Jdeveloper 10.1.3 to AS 10.1.2. I have a question about Configuring JDeveloper to Generate Configuration Files That Are J2EE 1.3-Compliant. Do I need all the files in table 34-3? (http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics006.htm#CIHHBJAI)
    I already have some of these files. Can I change the version of existing files or do I need new ones? How can I change the version of existing files?
    Here are the headers of some of these files:
    web.xml: (Here I probably just change version="2.4" to version="2.3")
    <?xml version = '1.0' encoding = 'windows-1250'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
             version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    orion-application.xml: (Is version="10.0" the version I need to change to "1.2"?)
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                       xsi:schemaLocation="http://www.oracle.com/technology/oracleas/schema http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"
                       version="10.0"
                       xmlns="http://www.oracle.com/technology/oracleas/schema">
    data-sources.xml.xml: (This file has only XML version, I don't believe this is the version I need to change)
    <?xml version = '1.0' encoding = 'windows-1250'?>I only have these three files from the table in my application. Do I need application.xml and oc4j-connectors.xml too?
    Thank you in advance!
    BB

    Found some more details on this error in emias.log:
    2007-11-21 09:22:54,538 [EMUI_09_22_54_/console/ias/oc4j/deployWiz/webModuleMappings$ctxType1=oracle*_ias$target=MY_AS_INSTANCE*_home$type=oc4j$ctxName1=MY_AS_INSTANCE$selectedStep=1]
    ERROR ias.oc4j doWebModulesNavigation.920 - DeployWiz: Caught exception in doWebModulesNavigation
    2007-11-21 09:23:49,054 [Thread-24] ERROR ias.oc4j doDeployWork.2628 - DeployWiz: Caught exception in doDeploy
    java.lang.NoClassDefFoundError: oracle/dms/instrument/CorrelationContext
    at oracle.ias.sysmgmt.task.TaskMaster.setContextECID(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.sysman.ias.sta.oc4j.DeployAppAdminObj.deploy(DeployAppAdminObj.java:164)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.doDeployWork(DeployWiz.java:2594)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.access$000(DeployWiz.java:179)
    at oracle.sysman.ias.sta.oc4j.DeployWiz$DeployBean.doWork(DeployWiz.java:3098)
    at oracle.sysman.emSDK.eml.util.iAS.ProcessingBean$ProcessingThread.run(ProcessingBean.java:264)
    at java.lang.Thread.run(Thread.java:534)
    2007-11-21 09:23:49,054 [Thread-24] ERROR ias.IASUtil displayError.753 -
    java.lang.NoClassDefFoundError: oracle/dms/instrument/CorrelationContext
    at oracle.ias.sysmgmt.task.TaskMaster.setContextECID(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.sysman.ias.sta.oc4j.DeployAppAdminObj.deploy(DeployAppAdminObj.java:164)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.doDeployWork(DeployWiz.java:2594)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.access$000(DeployWiz.java:179)
    at oracle.sysman.ias.sta.oc4j.DeployWiz$DeployBean.doWork(DeployWiz.java:3098)
    at oracle.sysman.emSDK.eml.util.iAS.ProcessingBean$ProcessingThread.run(ProcessingBean.java:264)
    at java.lang.Thread.run(Thread.java:534)
    2007-11-21 09:23:49,054 [Thread-24] ERROR util.iAS displayError.369 - An internal error occurred during the operation.
    java.lang.NoClassDefFoundError: oracle/core/ojdl/query/LogQueryException
    at oracle.sysman.ias.sta.oc4j.DeployWiz.removeAdminObjectsFromCache(DeployWiz.java:2708)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.doDeployWork(DeployWiz.java:2648)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.access$000(DeployWiz.java:179)
    at oracle.sysman.ias.sta.oc4j.DeployWiz$DeployBean.doWork(DeployWiz.java:3098)
    at oracle.sysman.emSDK.eml.util.iAS.ProcessingBean$ProcessingThread.run(ProcessingBean.java:264)
    at java.lang.Thread.run(Thread.java:534)

  • Newbie question about Oracle Parallel Server and Real Application Cluster

    I am trying to find out what kind of storage system is supported by the 9i Real Applicaton cluster. I have looked at the 8i Oracle Parallel Server which requires raw partitions and therefore NAS (network attached storage) that provides an interface at the file level will not work. Does anyone know if the 9i Real Application cluster has a similar requirement for raw partitions? any suggestions of whether SAN or other technology will be suitable? pointers to more information is appreciated.
    Robert

    Hi Derik,
    I know this is a really broad question. No, it happens all the time! Here is a similar issue:
    http://blog.tuningknife.com/2008/09/26/oracle-11g-performance-issue/
    +"In the end, nothing I tried could dissuade 11g from emitting the “PARSING IN CURSOR #d+” message for each insert statement. I filed a service request with Oracle Support on this issue and they ultimately referred the issue to development as a bug. Note that Support couldn’t reproduce the slowness I was seeing, but their trace files did reflect the parsing messages I observed."+
    I would:
    1 - Start by examining historical SQL execution plans (stats$sql_plan or dba_hist_sql_plan). Try to isolate the exact nature of the decreased performance.
    Are different indexes being used? Are you geting more full-table scans?
    2 - Migrate-in your old 10g CBO statistics
    3 - Confirm that all init.ora parms are identical
    4 - Drill into each SQL with a different execution plan . . .
    Raid 5 Don't believe that crap that all RAID-5 is evil. . . .
    http://www.dba-oracle.com/t_raid5_acceptable_oracle.htm
    But at the same time, consider using the Oracle standard, RAID-10 . . .
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/t_oracle_tuning_book.htm
    "Time flies like an arrow; Fruit flies like a banana".

  • Oracle VM Server for SPARC - network multipathing architecture question

    This is a general architecture question about how to best setup network multipathing
    I am reading the "Oracle VM Server for SPARC 2.2 Administration Guide" but I can't find what I am looking for.
    From reading the document is appears it is possible to:
    (a) Configure IPMP in the Service Domain (pg. 155)
    - This protects against link level failure but won't protect against the failure of an entire Service LDOM?
    (b) Configure IPMP in the Guest Domain (pg. 154)
    - This will protect against Service LDOM failure but moves the complexity to the Guest Domain
    - This means the there are two (2) VNICs in the guest though?
    In AIX, "Shared Ethernet Adapter (SEA) Failover" it presents a single NIC to the guest but can tolerate failure of a single VIOS (~Service LDOM) as well as link level failure in each VIO Server.
    https://www.ibm.com/developerworks/mydeveloperworks/blogs/aixpert/entry/shared_ethernet_adapter_sea_failover_with_load_balancing198?lang=en
    Is there not a way to do something similar in Oracle VM Server for SPARC that provides the following:
    (1) Two (2) Service Domains
    (2) Network Redundancy within the Service Domain
    (3) Service Domain Redundancy
    (4) Simplify the Guest Domain (ie single virtual NIC) with no IPMP in the Guest
    Virtual Disk Multipathing appears to work as one would expect (at least according the the documentation, pg. 120). I don't need to setup mpxio in the guest. So I'm not sure why I would need to setup IPMP in the guest.
    Edited by: 905243 on Aug 23, 2012 1:27 PM

    Hi,
    there's link-based and probe-based IPMP. We use link-based IPMP (in the primary domain and in the guest LDOMs).
    For the guest LDOMs you have to set the phys-state linkprop on the vnets if you want to use link-based IPMP:
    ldm set-vnet linkprop=phys-state vnetX ldom-name
    If you want to use IPMP with vsw interfaces in the primary domain, you have to set the phys-state linkprop in the vswitch:
    ldm set-vswitch linkprop=phys-state net-dev=<phys_iface_e.g._igb0> <vswitch-name>
    Bye,
    Alexander.

  • Question about Oracle Shared Server Performance

    Is it true that the performance of the Oracle Shared Server on Windows plataformns, like 2003 server is poor. ?
    And so that, I cant see any advantages to change its configuraton, on a 200 users configuration, where I can have at most 2.000 session.
    Tks for help and some tips if you guys have them.
    Fernando

    Hi Fernando,
    Is it true that the performance of the Oracle Shared Server on Windows plataformns, like 2003 server is poor. ? In general (not just Windows), shared servers (the MTS) should only be used if you have an acute RAM shortage.
    Tom Kytes notes:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:5269794407347
    "Unless you have a real reason to use MTS -- don't."
    "a shared server connection is by design "slower" than a dedicated server (more stuff goes on, more complex) it is most likely only getting in the way."
    Also, remember that you can use AWE to take the data buffer above the line and free-up more low-memory RAM for connections. Here are my notes:
    http://www.dba-oracle.com/oracle_tips_ram_waste.htm
    http://www.dba-oracle.com/t_mts_multithreaded_servers_shared.htm
    My experience concurs that Oracle shared servers should not be used without a compelling reasons (i.e. super high connect/disconnect rates on an instance with limited resources) and that the vast majority of Oracle databases will run more efficiently without shared servers.
    Dedicated server connects are far faster than multi-threaded server connections, and 64-bit Oracle combined with the low cost of RAM has driven-down the rare cases where shared servers are justified.
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author

  • Oracle Entitlements Server - Training/Education Question

    Is developer or administrator training available for Oracle Entitlements Server (formerly AquaLogic Enterprise Security)?
    I was unable to find any training for this product.
    If training is not available for this product then is there a timeframe when it would be available?
    I did find a 1 day policy modeling course. I was more interested on product installation, administration, configuration and application integration (e.g. usage from WebLogic Portal or ALSB or ALDSP) tasks.
    Thanks
    Edited by: user651936 on Sep 28, 2008 11:00 AM

    Martin , i have some question about the product (you have my private contact if you can't answer with too much details)
    Can we share oracle database with OES and other product like IDM or OIM? We have some issues with OIM and IDM in the same database we can't install in the same database because there are some requirement about NLS_LENGTH_SEMANTICS (OIM char, IDM byte)
    About integration with OAM, is there some out of the box connector? Can we use only OES without OAM?
    About provisioning users in OES repository, is there some integration out of the box with OIM?
    About platform and application integration which is your experience about heterogenous enviroment (jboss, tomcat, oas, bea with and without apache in the front end, linux, solaris, and windows) and application already deployed in customer enviroment?
    Regards

  • Any Oracle Application Server 10g Administration I -- Dump Questions

    HI All,
    I have completed the Oracle Application Server 10g Admin I course and i am planning to take up the certification. But I am planning to take a practice exam before i apply to the certification. So is there any sort of dump questions for me to under stand what type of questions will come in the exam. Please let me know.
    Thanking You all in Advance.
    With Regards,
    Saravanan

    Well there are no dump questions. Try to get a copy of
    OCA Oracle Application Server 10g Administrator Exam Guide (Exam 1Z0-311) (Osborne Oracle Press)      
    second hand only about 20 dollars.
    It comes with a cd with a copy of the book and exam questions and you will be able to download an additional exam.

  • Oracle VM Server panic when I execute runInstaller

    Hello,
    I have an HP Blade BL680c G5 with 64Gb of RAM, with Oracle VM version 3.3.2-1074.
    kernel on the Oracle VM server is 3.8.13-55.1.5.el6uek.x86_64
    It is part of a server pool of other 3 same hw blades.
    Storage is lun based, connected with an IBM DS4700 storage array.
    I have an Oracle Linux 6.6 x86_64 vm (selinux disabled) with kernel 3.8.13-68.el6uek.x86_64
    It is configured as a XEN_HVM_PV_DRIVERS vm with 2 cpu and 12Gb of ram.
    I'm experimenting reproducible kernel panics.
    Typically running runInstaller of Oracle 11.2.0.4 RDBMS (sometimes with yum commands).
    You can find virtual console screenshots here of panic occurred just after runInstaller command was executed:
    https://drive.google.com/file/d/0BwoPbcrMv8mvLXA2VEtTYVg1T1k/view?usp=sharing
    https://drive.google.com/file/d/0BwoPbcrMv8mvNzNEeUV0akt5Qm8/view?usp=sharing
    Any hints of the possible reasons and how to debug?
    I have small size internal disk compared with the amount of ram so that I cannot make a local disk kdump.
    Can I configure network dump as in usual ways for Oracle Linux 6.x servers? Or serial console can help?
    It seems that inside /var/log/messages and /var/log/xen directory nothing useful to check when the server restarts.
    Thanks in advance,
    Gianluca

    Nothing special inside the Readme.
    You select: Oracle VM 3 Templates (OVF) for Oracle Linux 6 Media Pack for x86_64 (64 bit)
    And then:
    Oracle Linux 6 Update 6 template (OVF) - Hardware Virtualized with PV drivers x86_64 (64 bit) V73660-01
    Inside the README for the two types of templates there is only this note about PVHVM:
    The hardware virtualized template contains a kernel that is not recompiled for
    the virtual environment, but contains additional paravirtualized (PV) drivers
    for improved performance.
    and some other notes and known issues that don't relate with the problems I'm having.
    Note that also a simple "yum update" can cause sometimes the panic of the guest... possibly only related with my specific hw...
    The original question was aimed also to see if anyone else using PVHVM guests without problems or not in general with Oracle Linux 6.
    Thanks,
    Gianluca

  • 9iR2 OLAP Reporting Server Capacity Question

    9iR2 OLAP Reporting Server Capacity Question
    We are running Oracle 9iR2 with OLAP.
    OS - RHEL3 AS
    SERVERS - Dell Poweredge 6600's
    cpu 4 x 2.4ghz
    24GB RAM
    1.5 TB space
    Our AWs are typically 30GB in size. My question is, what is my capacity of jdbc thin client user sessions per box? I haven't been able to find much documentation on scalability with large AWs and a large user base. We will need to host reports for 6000 users moving to 16000 by next year.
    We will be switching to 2x 1.6ghz 64bit opteron boxes this year sometime as well.

    9iR2 OLAP Reporting Server Capacity Question
    We are running Oracle 9iR2 with OLAP.
    OS - RHEL3 AS
    SERVERS - Dell Poweredge 6600's
    cpu 4 x 2.4ghz
    24GB RAM
    1.5 TB space
    Our AWs are typically 30GB in size. My question is, what is my capacity of jdbc thin client user sessions per box? I haven't been able to find much documentation on scalability with large AWs and a large user base. We will need to host reports for 6000 users moving to 16000 by next year.
    We will be switching to 2x 1.6ghz 64bit opteron boxes this year sometime as well.

  • Has anyone installed Oracle VM Server on Sun X4600 machines

    Hi,
    I am having problems with Oracle VM Server on Sun X4600 machines with 8 dual-core AMD opteron 8220 processors and 32 GB ram. The repository is on a shared LUN over two Emulex LPe11000 HBA's.
    My problem is basically that dom0 reboots when I power on certain guest installations. I have succesfully installed EL4U5 guests after setting the irqpoll in grub.conf of dom0. But I am unable to complete an installation of for example EL5U1 or some of the templates available on the Oracle web site. Half way through the installation or when I power on the template the dom0 reboots.
    Has anyone experiences with Oracle VM on these machines or similar hardware ?

    You can download RedHat advance server from following site.
    This is only for oracle internal use.
    http://tintin/oralnx/oralnx.html
    Go to Download section.
    Click on RedHat Advanced Server 2.1 and go to 2.1-Gold-CD.
    This has five CD CD 1to 3 for server install. 3 and 4 has all source rpm. 5 is doc cd. checksum file has checksum for all 5 CD.
    If you have any question let me know.

  • Installation problem in Oracle Content Server 10g

    Hi,
    I am trying to install 'ORACLE CONTENT SERVER 10g', as a part of this trying to click on 'Installer.exe' in '/win32'. When i click this installer.exe, it is prompting one COMMAND PROMPT SCREEN and it is disappearing soon. In fact it was suppose to ask language preference as per installation guide.
    Dont know how to resolve this issue. please help me out.
    Thanks in advance,

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

  • Installation Problem about ORACLE HTTP SERVER 10g

    I tried to install oracle http server on windows xp sp2. Everthing was all right until
    it made some recommend tasks while installing. It could'nt start the http server at there. I completed the installation. After then when i connect to the internet and try to start http server it starts. But when i do not connect to the internet it gives an error like apache.exe couldn't start on executing ApacheModuleonsinst.dll. I want to learn what causes to this problem.

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

  • Issues with Oracle VM Server 3.2.2

    We're beginning to use Oracle VM Server 3.2.2 but we're having several different issues. Any help would be appreciated
    1) Attempting to start a VM, the VM doesn't always start correctly. Console is giving us the following (when using xm create):
    --- 8< cut >8 ---
    PCI: Warning: Cannot find a gap in the 32bit address range
    PCI: Unassigned devices with 32bit resource registers may break!
    i8042: No controller found
    drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
    G
    --- 8< cut >8 ---
    At this point, the VM hangs and doesn't go any further.
    If we use "xl create" we get a different set of messages:
    --- 8< cut >8 ---
    xc: error: do_evtchn_op: HYPERVISOR_event_channel_op failed: -1: Internal error
    xc: error: do_evtchn_op: HYPERVISOR_event_channel_op failed: -1: Internal error
    xc: error: panic: xc_dom_boot.c:159: xc_dom_boot_mem_init: can't allocate low memory for domain: Out of memory
    libxl: error: libxl_dom.c:207:libxl__build_pv xc_dom_boot_mem_init failed: No such process
    cannot (re-)build domain: -3
    libxl: error: libxl.c:711:libxl_domain_destroy non-existant domain 94
    --- 8< cut >8 ---
    It's odd that we're getting Out of memory errors as these systems have 192gb of ram and at the time have 180gb or so free.
    total_memory : 196582
    free_memory : 185336
    2) When the VM does finally start, it's unable to restart gracefully. From /var/log/xen/xend.log we're seeing a message saying the system restarted too fast if we reboot it within a minute:
    --- 8< cut >8 ---
    [2013-06-03 18:16:23 4471] ERROR (XendDomainInfo:2265) VM XXXXXXXXX restarting too fast (Elapsed time: 41.631991 seconds). Refusing to restart to avoid loops.
    --- 8< cut >8 ---
    We've never had this before using previous versions of Oracle VM Server, but this was back in Xen 3 days. Is this time a tunable anywhere?
    If the system has been up for a bit and we reboot we get this error:
    --- 8< cut >8 ---
    [2013-06-03 18:52:59 4471] INFO (XendDomainInfo:2148) Domain has shutdown: name=nc1-ma-np-yum id=108 reason=reboot.
    [2013-06-03 18:52:59 4471] DEBUG (XendDomainInfo:3145) XendDomainInfo.destroy: domid=108
    [2013-06-03 18:52:59 4471] DEBUG (XendDomainInfo:1951) XendDomainInfo.handleShutdownWatch
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:2473) Destroying device model
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:2480) Releasing devices
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:128) XendDomainInfo.create_from_dict({'vcpus_params': {}, 'PV_args': '', 'features': '', 'cpus': [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159], [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159]], 'paused': 0, 'domid': 108, 'shutdown': 0, 'superpages': 0, 'VCPUs_live': 1, 'PV_bootloader': '', 'PV_bootloader_args': '', 'actions_after_crash': 'restart', 'vbd_refs': [], 'PV_ramdisk': '', 'memory_dynamic_min': 2147483648L, 'name_label': 'nc1-ma-np-yum', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {'tsc_mode': 0, 'nomigrate': 0}, 'PV_kernel': '', 'console_refs': ['e77fed2f-3447-b1a3-73a7-d0d69a00f4e9'], 'online_vcpus': 1, 'acpi_s3': 0, 'blocked': 0, 'acpi_s4': 0, 'on_xend_stop': 'ignore', 'pool_name': 'Pool-0', 'memory_static_min': 0, 'HVM_boot_policy': '', 'description': '', 'shutdown_reason': 1, 'VCPUs_max': 2, 'start_time': 1370284783.6600001, 'memory_static_max': 2148532224L, 'expose_host_uuid': 0, 'actions_after_shutdown': 'destroy', 'crashed': 0, 'memory_dynamic_max': 2147483648L, 'actions_after_suspend': '', 'is_a_template': False, 'cpu_time': 9.7732988130000003, 'is_control_domain': False, 'uuid': '92ee0de0-f6fe-49e0-be0c-a18d1a4a233b', 'memory_sharing': 0, 'shadow_memory': 0, 'target': 0, 'vcpu_avail': 3, 'on_xend_start': 'ignore', 'other_config': {}, 'auto_power_on': False, 'running': 0, 'actions_after_reboot': 'restart', 'vif_refs': [], 'vtpm_refs': [], 'devices': {'e77fed2f-3447-b1a3-73a7-d0d69a00f4e9': ('console', {'other_config': {}, 'protocol': 'vt100', 'uuid': 'e77fed2f-3447-b1a3-73a7-d0d69a00f4e9', 'location': '2'})}, 'dying': 0})
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:2570) XendDomainInfo.constructDomain
    [2013-06-03 18:53:00 4471] DEBUG (XendDomain:476) Adding Domain: 109
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:2908) XendDomainInfo.initDomain: 109 256
    [2013-06-03 18:53:00 4471] ERROR (XendDomainInfo:3318) Had a bootloader specified, but no disks are bootable
    [2013-06-03 18:53:00 4471] ERROR (XendDomainInfo:496) VM start failed
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 482, in start
    XendTask.log_progress(31, 60, self._initDomain)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendTask.py", line 209, in log_progress
    retval = func(*args, **kwds)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2910, in _initDomain
    self._configureBootloader()
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 3319, in _configureBootloader
    raise VmError(msg)
    VmError: Had a bootloader specified, but no disks are bootable
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:3145) XendDomainInfo.destroy: domid=109
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:2478) No device model
    [2013-06-03 18:53:00 4471] DEBUG (XendDomainInfo:2480) Releasing devices
    [2013-06-03 18:53:00 4471] ERROR (XendDomainInfo:133) Domain construction failed
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 131, in create_from_dict
    vm.start()
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 482, in start
    XendTask.log_progress(31, 60, self._initDomain)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendTask.py", line 209, in log_progress
    retval = func(*args, **kwds)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2910, in _initDomain
    self._configureBootloader()
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 3319, in _configureBootloader
    raise VmError(msg)
    VmError: Had a bootloader specified, but no disks are bootable
    [2013-06-03 18:53:00 4471] ERROR (XendDomainInfo:2304) Failed to restart domain 108.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2286, in _restart
    new_dom = XendDomain.instance().domain_create_from_dict(
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 1017, in domain_create_from_dict
    dominfo = XendDomainInfo.create_from_dict(config_dict)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 131, in create_from_dict
    vm.start()
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 482, in start
    XendTask.log_progress(31, 60, self._initDomain)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendTask.py", line 209, in log_progress
    retval = func(*args, **kwds)
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2910, in _initDomain
    self._configureBootloader()
    File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 3319, in _configureBootloader
    raise VmError(msg)
    VmError: Had a bootloader specified, but no disks are bootable
    --- 8< cut >8 ---
    So definitely, any help would be appreciated.
    Mel

    This issue related to hardware of Oracle VM Servers installed on, please check hardware requirement in OVM 3.2.3 document again.
    Best wishes,
    Heng
    Edited by: Vandy_Kh on Jun 3, 2013 7:46 PM

  • Discoverer Plus associate with the Oracle Application Server Infrastructure

    Hi Everyone,
    I just install the Oracle BI (v 10.1.2.0.2) into my 2003 server so I could use the Discoverer Plus and Viewer. This is a stand alone BI installation (I guess, I have little knowledge about Discoverer plus or Oracle AS).
    My question is how could I connect the Discoverer plus to my ODS database, so I could create report or view report.
    and where to find the Oracle Application Server Infrastructure (or How do I know I have the Oracle Application Server Infrastructure?)
    I read the Oracle BI Discoverer Configuration Guide, and it tell me to associate the Oracle BI with the Oracle Application Server Infrastructure to deploy the Discoverer. so I went to the BI Application Server Control page, the Infrastructure section, the Identity Management to configure the Internet Directory, so I could I have the public connection, but it didn't work.
    Also do I real need the Oracle AS Infrastructure to make the Discoverer Plus work?
    Thanks in advance
    Kevin C
    Kevin
    Edited by: cmingl on Feb 11, 2010 1:30 PM

    Hi Kevin,
    Oracle AS Infrastructure is needed only if you are implementing SSO for Discoverer or using Public connection .
    Else only Oracle AS Middle tier is sufficient to work with Discoverer Plus .
    Regarding "how could I connect the Discoverer plus to my ODS database, so I could create report or view report"
    You need to create the End User Layer (EUL) and then grant privilege to the EUL to users who will be creating the report .
    Thanks,
    Sutirtha

Maybe you are looking for