ORACLE VM physical CPS vs VCPUs

Hi.
I'm little confused with Oracle VM and how many physical CPU and virtual VCPUs I have.
I'm using  ldm list-devices -a to get the information.
Someone could explain to me what the next output means?
Thanks a lot.
ldm list-devices -a
CORE
    ID      %FREE   CPUSET
    0       0       (0, 1, 2, 3, 4, 5, 6, 7)
    1       0       (8, 9, 10, 11, 12, 13, 14, 15)
    2       100     (16, 17, 18, 19, 20, 21, 22, 23)
    3       100     (24, 25, 26, 27, 28, 29, 30, 31)
    4       100     (32, 33, 34, 35, 36, 37, 38, 39)
    5       100     (40, 41, 42, 43, 44, 45, 46, 47)
    6       100     (48, 49, 50, 51, 52, 53, 54, 55)
    7       100     (56, 57, 58, 59, 60, 61, 62, 63)
VCPU
    PID     %FREE   PM
    0       0       no
    1       0       no
    2       0       no
    3       0       no
    4       0       no
    5       0       no
    6       0       no
    7       0       no
    8       0       no
    9       0       no
    10      0       no
    11      0       no
    12      0       no
    13      0       no
    14      0       no
    15      0       no
    16      100     ---
    17      100     ---
    18      100     ---
    19      100     ---
    20      100     ---
    21      100     ---
    22      100     ---
    23      100     ---
    24      100     ---
    25      100     ---
    26      100     ---
    27      100     ---
    28      100     ---
    29      100     ---
    30      100     ---
    31      100     ---
    32      100     ---
    33      100     ---
    34      100     ---
    35      100     ---
    36      100     ---
    37      100     ---
    38      100     ---
    39      100     ---
    40      100     ---
    41      100     ---
    42      100     ---
    43      100     ---
    44      100     ---
    45      100     ---
    46      100     ---
    47      100     ---
    48      100     ---
    49      100     ---
    50      100     ---
    51      100     ---
    52      100     ---
    53      100     ---
    54      100     ---
    55      100     ---
    56      100     ---
    57      100     ---
    58      100     ---
    59      100     ---
    60      100     ---
    61      100     ---
    62      100     ---
    63      100     ---

Hello
The system has 8 cores and each core one thread or vcpu
CORE
    ID      %FREE   CPUSET
    0       0       (0, 1, 2, 3, 4, 5, 6, 7)
    1       0       (8, 9, 10, 11, 12, 13, 14, 15)
    2       100     (16, 17, 18, 19, 20, 21, 22, 23)
    3       100     (24, 25, 26, 27, 28, 29, 30, 31)
    4       100     (32, 33, 34, 35, 36, 37, 38, 39)
    5       100     (40, 41, 42, 43, 44, 45, 46, 47)
    6       100     (48, 49, 50, 51, 52, 53, 54, 55)
    7       100     (56, 57, 58, 59, 60, 61, 62, 63)
If you are configuring a ldom system I think is useful this doc that talks about best practices
www.oracle.com/technetwork/server-storage/vm/ovmsparc-best-practices-2334546.pdf
Regards
Eze

Similar Messages

  • Oracle 10g physical standby error

    Hi all,
    We been frequently getting this error on our standby DB and not sure if it's network related or a possible configuration tuning.
    RFS[425]: Assigned to RFS process 3640
    RFS[425]: Identified database type as 'physical standby'
    Primary database is in MAXIMUM PERFORMANCE mode
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[425]: No standby redo logfiles created
    Mon Nov 23 09:47:28 2009
    Fetching gap sequence in thread 1, gap sequence 35418-35418
    Mon Nov 23 09:48:02 2009
    FAL[client]: Failed to request gap sequence
    GAP - thread 1 sequence 35418-35418
    DBID 3292763437 branch 615642223
    FAL[client]: All defined FAL servers have been attempted.
    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.
    Mon Nov 23 09:48:17 2009
    RFS[384]: No standby redo logfiles created
    Mon Nov 23 09:48:21 2009
    RFS[425]: Possible network disconnect with primary database
    Closing latent archivelog for thread 1 sequence 35419
    EOF located at block 1201 low SCN 0:-1055223653 next SCN 0:-1055223015
    Latent archivelog 'E:\ORACLE\ARCH\xxxxx\LOG_615642223_1_35419.ARC'
    If you wish to failover to this standby database, you should use the
    following command to manually register the archivelog for recovery:
    ALTER DATABASE REGISTER LOGFILE 'E:\ORACLE\ARCH\xxxxx\LOG_xxx615642223_1_35419.ARC';
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[426]: Assigned to RFS process 3200
    RFS[426]: Identified database type as 'physical standby'
    Primary database is in MAXIMUM PERFORMANCE mode
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[426]: No standby redo logfiles created
    Any ideas?
    thx

    I've inherited this DB and never really looked at the settings.
    The error I see in the primary DB is
    FAL[server]: Fail to queue the whole FAL gap
    Protection level on primary is
    SQL> SELECT PROTECTION_MODE, PROTECTION_LEVEL FROM V$DATABASE;
    PROTECTION_MODE PROTECTION_LEVEL
    MAXIMUM PERFORMANCE MAXIMUM PERFORMANCE
    Edited by: jrmtl on Nov 23, 2009 7:32 AM

  • Disk Blocks, Oracle Blocks, Physical vs. Logical I/O

    Hi,
    I would like to request for some clarification. Sam Alapati states the following in his book “Expert Oracle9i Database Administration:”
    “The storage disks on which the Oracle blocks reside are themselves divided into disk blocks, which are areas of contiguous storage containing a certain number of bytes—for example, 4096 or 32768 bytes (4KB or 32KB, because each kilobyte has 1024 bytes). Note that if the Oracle block size is smaller than the operating system file system buffer size, you may be wasting the capacity of the operating system to read and write larger chunks of data for each I/O.”
    There are several questions stemming from the above discussion:
    1.     Is the “file system buffer size” the same as the size of a disk block?
    2.     Is the disk block the unit of physical I/O?
    3.     Does there exist such a term as “logical I/O” in Oracle’s nomenclature? With the help of my limited knowledge of database administration, what I understand from the term “logical I/O” is “reading or writing of one Oracle block,” which, in turn, requires several physical I/O’s depending on how large a multiple of the OS block size the Oracle block size is. In that case, does setting the Oracle block size to, say, 8 KB, when the OS block size is, say, 2 KB then mean that one logical I/O would involve four physical I/O’s? Please correct me if I am mistaken.
    Thanks,
    Karim

    I second that.
    For all questions about the very basic concepts in the world of oracle db, you should read the, erhm, yes Concepts guide (read it back and forth a couple of times, then keep revisit).
    Also via the tahiti page you can search or get books from libraries of the various server products from 8i, 9i, and 10g families.

  • Oracle 9i - Physical Storage

    Hello,
    I am new to Oracle and I need to find a way to move the physical storage of an oracle installation to a NAS device.
    Currenty I have an oracle 91 instance running on a linux box.. unfortunately this box is running out of space..so I need to move only the physical storage to the NAS device..(Dell PowerVault NAS) I would still manage the oracle instance only thru my linux box.. this way I can store more data on my oracle instance
    any help on this highly appreciated!
    Vanniarajan

    Leave the Oracle software on Linux. Your instance will continue to be hosted on Linux. All you would be doing is moving the dbf from the linux box to the NAS. NAS contains a file system which is created by the vendor's software. You do not install any OS on it. Make sure you have a valid backup before moving, just in case.
    For example, we have a NetApp SAN box here. All the dbf of my 8i and 9i databases are on it and I have a Windows 2000 Server hosting the 8i instances and a Windows 2003 server hosting the 9i databases.

  • Oracle - ROWID (Physical and logical)

    Hi,
    Could you please clarify the below doubts?
    - Difference between Physical and Logical ROWID's
    - Difference between ROWID and UROWID datatypes
    Regards,
    Ragav

    Instead of an answer, may I suggest you go through following link?
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/datatype.htm#sthref3894

  • Oracle 8i physical layout

    Hi, i am installing oracle 8i on NT
    for my production database. I would like to
    know optimal solution of oracle logical and physical layouts with 6 physical drives.
    Also, how that ties with fault tolerance
    i.e. RAID1 RAID5 (which I am thinking of implementing)
    If anyone know any good sites with this kind
    of architectural solutions, please let me
    know.
    thank you.
    null

    No-one have never seen these aspects? :-(
    Edited by: Huge10 on 9-mar-2011 6.56

  • SGA size is 1 GB  free but oracle starts physical read/write,why ?

    Dear Friends ,
    In my production server I observe that it takes the the data from the HDD where my SGA is still 1 GB free .
    As far I know , In oracle , when the allocated SGA size is filled up then it reads the data from the HDD which is called "physical read/write " . I am using oracle 10g database . In performance tab(From Oracle 10g OEM) , when I see that oracle starts to read the physical data , at that moment I run the following query :
    select sum(bytes)/1024/1024 " SGA size used in MB"
    from v$sgastat
    where name!='free memory';
    and I found that still 1 GB memory are still free in the SGA .
    In this moment , I want to know , is it possible to start the physical read / write while the SGA size are still free ?
    Edited by: shipon_97 on Mar 24, 2009 10:45 AM

    shipon_97,
    Your understanding is wrong. From your previous posts it appears you never read the concepts manual.
    Begging on my knees PLEASE READ IT and stop asking doc questions.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle 10g Physical standby test

    Dear Team,
    We have to perform the following tests on the DR server.
    1. change the Physical standby database to read only from managed recovery
    2. query the tables and records count
    3. record all the count
    4. Put physical standby back to managed recovery.
    5. confirm that the changes are updated.
    could you please guide us to perform the above activities.
    THanks in advance
    Aj

    On standby:
    login using sys/****
    1. SQL> alter database recover managed standby database cancel;
    2. SQL> alter database open read only;
    Perform your steps 2 & 3.
    3. SQL> shu immediate
    4. SQL> startup nomount
    5. SQL> alter database mount standby database;
    6. SQL> alter database recover managed standby database (using current logfile) disconnect;
    Regards,
    S.K.

  • Logical IO, Pure Logical IO, Physical IO

    Can some one clarify the below
    1) difference between Logical IO and Pure Logical IO. When do these occur?
    2) Why high logical IO is not good for performance.
    I am confused by reading about these three IOs and the order in which these get invoked. Thanks.

    sk12345678 wrote:
    Can some one clarify the below
    1) difference between Logical IO and Pure Logical IO. When do these occur?Never heard it called that. Logical I/O means reading from cache. Physical I/O means reading directly from the storage device.
    The confusion between the two is when there is a secondary cache. For example, database resides on a cooked file system (ntfs, ext3, etc). The kernel has its own cache for that file system. So when Oracle performs an I/O on a data block not in Oracle's buffer cache, that according to Oracle is physical I/O. However, that block could be in the kernel's file system cache - which means logical I/O.
    So what seems to be physical I/O in such a case, may not always be physical I/O.
    That said, never heard of "+pure logical I/O+".
    2) Why high logical IO is not good for performance.Untrue. Logical I/O is faster than physical I/O and it that aspect, is "+good+" for performance.
    However, a large percentage of logical I/O and very little physical I/O does raise a question as to how well the software doing that I/O has been designed. Why is logical I/O so high? This means the very same data blocks loaded into the cache is hit again and again and again...
    Ideally, s/w should only do a single pass through data - not multiple passes. So non-optimally designed and coded s/w that does multiple passes through data will have artificially high amounts of logical I/O. Thus a high percentage of logical I/O can be a symptom of an underlying problem with the s/w.

  • Oracle EBS 12.1.3 with 12c DB DG

    Hello Gurus,
    Can you kindly what the exact note to follow, I want to implement Data Guard for DR site of EBS database 12.1.0.2
    Regards;

    please see
    Business Continuity for Oracle E-Business Suite Release 12.1 Using Oracle 12c Physical Standby Database (Doc ID 1900663.1)
    ApPsMaStI
    sharing is Caring

  • Private interconnect oracle 10g RAC configuration

    Can you please answer below questions?
    Why does a private interconnect need a switch, and why is straight through cables not supported.

    Hi,
    Why do you need a switch between the nodes".When network plugs are pulled out from one node on a two node cluster, a split brain scenerio occurs. (just it's enough)
    If you are using a crossover cable and you shutdown node (A) you will loose the network (private) link from node (B) (this happens in some servers.), Oracle RAC will not work with private network link down, both nodes will down and will not start until you get link on network private. (Goodbye high availability)
    You will be very unhappy with the error ORA-29740. Prelude to suggest this note: Troubleshooting ORA-29740 in a RAC Environment [ID 219361.1]
    There is no "why" Oracle RAC does not support crossover cable because RAC depends of SWITCH (it's a Hardware Requirements) and any problems in your environment Oracle will force you to implement a supported solution.
    You will have implemented a poor environment, if you not use a GB switch for private network.
    Oracle Words:
    *Physical Layout of the Private Interconnect*
    The basic requirements are described in the Installation Guide for each platform. Additional information about certification can be found on Metalink Certify.
    The interconnect as identified by both subnet number and interface name must be configured on all clustered nodes.
    *A switch between the clustered nodes is an absolute requirement.*
    *Cluster Interconnect in Oracle 10g and 11g [ID 787420.1]*
    Regards,
    Levi Pereira

  • Using Oracle Dataguard 10g With Oracle EBS

    Hello,
    I am working on Linux with Oracle Database 10g and Oracle EBS R12 and trying to configure Oracle Data Guard with Oracle EBS. I have been reading Oracle My Support Document (Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1] ).
    Please let me know of any another useful documents. It will also be helpful if anyone could share real time experiences.
    Thank you.

    Hi,
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/ha/dataguard/physstby/physstdby.htm
    http://www.oracle.com/technetwork/database/features/availability/dataguardoverview-083155.html
    Regards
    Yoonas

  • Issue with Engineer Multidimensional Model from Oracle Model

    Here is the scenario:
    1. Created logical star schema model including a dimension with nested subtypes (SuperTypeEntity1 -> Subtype 1 -> Nested Subtype 2)
    2. Forward engineer to Relational model using Single Table implementation
    3. Create Oracle 11g physical model definitions for the star
    4. Define dimension, levels, and hierarchy in physiclal model
    5. Create new multidimensional model, right click menu and execute "Engineer from Oracle Model"
    Result:
    Model and diagram built with correct dimension, levels, level attributes, hierarchy
    Problem: The entity that the dimension levels are related to is the subtype entity that appears first alphabetically! What it should do is be related to the SuperTypeEntity since I used the Single Table implementation (IMO). I can manually change the property to pick the SuperType but then it loses the assignments for the Level Key and the Descriptive Attributes (which were defined in the physcial miodel) so I have to manually repopulate those properties.
    Associated problem: Since I tend to do things incrementally (define a few dimensions at a time), everytime I re-run the engineering utility, it resets the dimension back to the wrong subtype everytime. (I like the fact that I can rebuild the multidimensional model iteratively to incorporate changes, but in this case it would be nice to "lock in" my manual changes).
    My only work around at this point is to either only run the engineering utility once (which is pretty impractical) or temporarily prefix my super type entity with an "A" so it always comes up first in the list until I am done with all my iterations.

    Hi Kent,
    dimensional model is not well suited to use entity hierarchies.
    I can manually change the property to pick the SuperType but then it loses the assignments for the Level Key and the Descriptive Attributes (which were defined in the physcial miodel) so I have to manually repopulate those properties.It seems all your key and descriptive attributes are in SuperTypeEntity1 (the root of hierarchy). How to proceed if some attributes (key +descriptive) are in subtypes, should SuperType be set as level entity again?
    Philip

  • Physical Vs Logical Partitioning

    We have 2 million records in the sales infocube for 3 years. We are currently discussing the pros and cons of using Logical partitioning Vs Physical Partitioning. Please give your inputs.

    hi
    there are two types of partitioning generally talked about with SAP BW, logical and physical partitioning.
    Logical partitioning - instead of having all your data in a single cube, you might break into separate cubes, with each cube holding aspecific year's data, e.g. you could have 5 sales cubes, one for each year 2001 thru 2005.
    You would then create a Multi-Provider that allowed you to query all of them together.
    A query that needs data from all 5 years would then automatically (you can control this) be split into 5 separate queries, one against each cube, running at the same time. The system automatically merges the results from the 5 queries into a single result set.
    So it's easy to see when this could be a benefit. If your queries however are primarily run just for a single year, then you don't receive the benefit of the parallel processing. In non-Oracle DBs, splitting the data like this may still be a benefit by reducing the amount of rows in the fact table that must be read, but does not provide as much value to an Oracle DB since Infocube queries are using a Star_Transformation.
    Physical Partitioning - I believe only Oracle and Informix currently support Range partitioning. This is a separately licensed option in Oracle.
    Physical partitioning allows you to split an Infocube into smaller pieces. The pieces, or partitions, can only be created by 0FISCPER or 0CALMONTH for an InfoCube (ODSs can be partitioned, but require a DBAs involvement). The DB can then take advantage of this partitioning by "pruning" partitions during a query, e.g. a query only needs data form June 2005
    The DB is smart enough to restrict the indices and data it will read to the June 2005 partition. This assumes your query restricts/filters on the partitioning characteristic. It can apply this pruning to a range of partitions as well, e.g. 0FISCPER 001/2005 thru 003/2005 would only look at the 3 partitions.
    It is NOTsmart enough, however, to figure out that if your restrict to 0FISCYEAR = 2005, that it should only read 000/2005 thru 016/2005 since 0FISCYEAR is NOT the partitioning characteristic.
    An InfoCube MUST be empty in order to physically partition it. At this time, there is no way to add additional partitions thru AWB, so you want to make sure that you create partitions out into the future for at least a of couple of years.
    If the base cube is partitioned, any aggregates that contain the partitioning characteristic (0CALMONTH or 0FISCPER) will automatically be partitioned.
    In summary, you need to figure out if you want to use physical or logical partitioning on the cube(s), or both, as they are not mutually exclusive.
    So you would need to know how the data will be queried, and the volume of data. It would make little sense to partition cubes that will not be very large.
    physical partitioning is done at database level and logical partitioning done at data target level.
    Cube partitioning with time characteristics 0calmonth Fiscper is physical partitioning.
    Logical partitioning is u partition ur cube by year or month that is u divide the cube into different cubes and create a multiprovider on top of it.
    logical Vs physical partitions ?

  • Is drop user cascade DDL statement will be reflected in physical standby DB

    Hi,
    Oracle 10G
    Physical standby database
    When issuing drop user cascade in Primary DB , Will the same be reflected in physical standby ? or there is any exceptions of applying DDLs and DMLs ?
    Thank you in advance,
    Mohamed

    Will the same be reflected in physical standby ?
    Yes.
    or there is any exceptions of applying DDLs and DML
    No, not in a physical standby.
    You do some exceptions in a logical standby.
    Best Regards
    mseberg

Maybe you are looking for

  • How do i open ports on a mac with a wrt54g

    i need to open  6 of them for that new xbox and i have no clue what they are talking about,i am not good on pc,s  i have a imac and wrt54g v3  please help    Solved! Go to Solution.

  • Wireless connection lost between my router and printer (hp officejet 4620)

    My hp officejet 4620 printer has been working fine but now the wireless connection has been lost and I can't get the wireless connection back. The blue light for the wifi flashes blue. I can't get the connection back between the router and the printe

  • Select Radiogroup value based on value entered?

    I have a search page with a text box and radiogroup. Right now when the user types something in the box, then selects one of the radio buttons (SSN or Last Name) my query results are dependent on which radio button is selected. So if a user wants to

  • ITunes 11 two libraries

    I created a second library in iTunes 11 to hold my mp3 files.  How do I move songs from my original library to the new mp3 library?  Can I delete them from the original library once they are moved?

  • Cannot export to WMV from CS4

    This is a problem I've had consistently with CS4 when I go to export and render video timelines to windows media format.  If the video is longer than about 10 minutes it renders partially and gives me an API error message and stops rendering.  This p