Re: How is license allocated to multiple CPUs?

We do not count the number of CPUs when WebLogic is running. You are simply
restricted to an IP address. All restrictions to the number of CPUs is done
through our agreement with the customer. So, you need to speak with your
sales representative.
Michael Girdley
BEA Systems
Learning WebLogic? http://learnweblogic.com
"Benjamin D. Engelsma" <bengelsm@NO_SPAM.gfs.com> wrote in message
news:3AD26407.8E82F4E0@NO_SPAM.gfs.com...
Hi all:
Quick question: How does one tell if a WebLogicLicense.xml (say for WLS
5.1) has been allocated for 2 CPUs for a particular "IP"? When I look
at the license file, I understand that the "units" refers to the number
of client connections and that the "expiration" is simply a date.
Is there a way to determine the number of CPUs that the license is
allocated to on a particular "IP" - other than speaking to my sales rep?
What I'm really after is how the server really determines to use both
CPUs or is it automagic?
Thanks in advance,
Ben

How is this done in 6.1? Does the license.bea file include an entry for the # of CPUs that are licensed?

Similar Messages

  • How to edit "license information for multiple logon" screen

    hey gurus
    i need to know how to edit or modify the 'license information for multiple logon" screen. this screen usually pops up when a user tries for a multiple logon to sap. We have activated the parameter 'login/disable_multi_gui_login' but we would like to modify the screen in such a way that only one radio button which says 'terminate this logon' should exist. we would prefer to remove the option of 'continue with this option and end any other logon'. Now i searched but i could not find anything to implement this so i am here and i need your advice and suggestions.
    thanks in advance.
    cheers.
    nate

    hey bernhard
    many thanks for your reply..i appreciate your help. its just that its not explicitly mentioned we cant modify the screen in the note.
    Is there any other note that specifically say so?
    thanks for your time buddy.
    regards

  • How aware is Oracle 9i/10g of multiple CPUs?

    We currently have a SunFire V880 with 4 CPUs. There is a plan to purchase another 4 CPUs for that same box. I was wondering if there was an optimal configuration for Oracle (with regards to CPUs).
    Can Oracle use that many CPUs?
    Is there a limit to how many CPUs Oracle can use effectively?
    During what circumstances does Oracle use multiple CPUs?

    It's the operating system a lot more than Oracle that takes care of using the various CPU's in a system. If Oracle has more than 8 concurrent threads/processes (depending on the operating system), the operating system should ensure that all the CPU's are being used. In a dedicated server configuration, assuming you have more than 4 concurrent users, going from 4 to 8 CPU's may be beneficial. If you spend a lot of time doing single-threaded ETL, though, you may need to increase your degree of parallelism to use more than 1 CPU.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to suppress License Information for multiple logon screen?

    Hi,
    While LOGIN we will get "License Information for multiple logon screen" will displayed.
    How to suppress that screen.
    Regards,
    Bala

    >
    bala virupaksha wrote:
    > Hi,
    >
    > While LOGIN we will get "License Information for multiple logon screen" will displayed.
    > How to suppress that screen.
    >
    > Regards,
    > Bala
    and why would you want to do that?
    does your contract with SAP say, that you may use multiple logins for free? would SAP's contract-issue department agree that -in your case- it's not necessary to record multiple logins?
    have you read this part of the SAP license policy?
    SAP gives express notice that the accessing of a system by more
    than one person using one and the same named user constitutes
    a breach.
    tell me this does not apply to you ...

  • Thread (won't run on multiple CPUs)

    I have read articles that claim java's threads will only run on one CPU no matter how many CPUs your system has. But most of those articles were of old versions of java, but I have mostly dual and some quad CPU machines running Linux and I tested out the latest version of the jdk (1.5) and have soem disappointing results. When I look at the CPU usage while I run multithreaded apps it seems there is always one that is over worked, and I think the other CPUs are just doing OS stuff not java stuff. I then did some tests looking at run times which should be almost linear as I increase my thread count (as long as I keep it under the number of CPUs), so on my quad CPU machines I should 2 threads better than one and 3 threads better than 2 and 4 threads should be my peek performance. The machines I tested were completly idle, and I had the exact same run times for all the runs even a little worse as the numbe of threads was increased. So it looks at though the threads aren't utilizing the multiple CPUs. I then made my program run in seperate threads and there was a linear increase, so there is definatly something wrong with the jdk and threading (on SMP machines) as far as I can tell... Anyone else have input?

    I ran your code on a linux box running debian 3.0 with FOUR 750MHz processors:
    Runtime 771 ms, rate=2594033 rand()/sec
    Runtime 1445 ms, rate=2768166 rand()/sec
    Runtime 1546 ms, rate=5174644 rand()/sec
    $ uname -a
    Linux shell 2.4.27-undaero #3 SMP Fri Sep 3 17:35:56 CDT 2004 i686 unknown
    $ java -version
    java version "1.4.2_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)
    $
    I ran your code on a Sun sparc with FOUR 450MHz processors:
    Solaris 9 12/02 s9s_u2wos_10 SPARC
    Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 05 November 2002
    Runtime 1252 ms, rate=1597444 rand()/sec
    Runtime 2545 ms, rate=1571709 rand()/sec
    Runtime 1843 ms, rate=4340748 rand()/sec
    agassiz% uname -a
    SunOS agassiz 5.9 Generic_117171-11 sun4u sparc SUNW,Ultra-4
    agassiz% java -version
    java version "1.4.0_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_03-b04)
    Java HotSpot(TM) Client VM (build 1.4.0_03-b04, mixed mode)
    agassiz%
    I ran your code on a Red Hat Linux release 8.0 (Psyche) wit DUAL Pentium Xeon 2.4 GHz
    Runtime 476 ms, rate=4201680 rand()/sec
    Runtime 742 ms, rate=5390835 rand()/sec
    Runtime 758 ms, rate=10554089 rand()/sec
    podollb@Node5 ~>uname -a
    Linux Node5 2.4.18-14smp #1 SMP Wed Sep 4 12:34:47 EDT 2002 i686 i686 i386 GNU/Linux
    podollb@Node5 ~>java -version
    java version "1.5.0-rc"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63)
    Java HotSpot(TM) Client VM (build 1.5.0-rc-b63, mixed mode)
    I ran your code on a SINGLE cpu Linux box running Slackware 9.1.0 with 333MHz Pentium II
    Runtime 1018 ms, rate=1964636 rand()/sec
    Runtime 2009 ms, rate=1991040 rand()/sec
    Runtime 4010 ms, rate=1995012 rand()/sec
    podollb@vectra ~>uname -a
    Linux vectra 2.4.22 #6 Tue Sep 2 17:43:01 PDT 2003 i686 unknown unknown GNU/Linux
    podollb@vectra ~>java -version
    java version "1.5.0-rc"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63)
    Java HotSpot(TM) Client VM (build 1.5.0-rc-b63, mixed mode)
    I ran your code on a SINGLE CPU machine running Red Hat Linux release 9 (Shrike) 1.69GHz
    Runtime 714 ms, rate=2801120 rand()/sec
    Runtime 1416 ms, rate=2824858 rand()/sec
    Runtime 2823 ms, rate=2833864 rand()/sec
    podollb@equus ~>uname -a
    Linux equus 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
    podollb@equus ~>java -version
    java version "1.4.2_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)
    I ran your code on a Fedora Core release 1 (Yarrow) with DUAL 1.66 AMD Athlon
    Runtime 298 ms, rate=6711409 rand()/sec
    Runtime 837 ms, rate=4778972 rand()/sec
    Runtime 815 ms, rate=9815950 rand()/sec
    podollb@zeus_master ~>uname -a
    Linux zeus_master 2.4.22-1.2199.nptlsmp #1 SMP Wed Aug 4 11:49:01 EDT 2004 i686 athlon i386 GNU/Linux
    podollb@zeus_master ~>java -version
    java version "1.4.2_02"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
    I ran your code on a DUAL 2.8GHz Pentium Xeon running Red Hat Enterprise Linux AS release 3 (Taroon Update 2)
    Runtime 485 ms, rate=4123711 rand()/sec
    Runtime 451 ms, rate=8869179 rand()/sec
    Runtime 484 ms, rate=16528925 rand()/sec
    podollb@crayowulf ~>uname -a
    Linux crayowulf 2.4.21-15.ELsmp #1 SMP Thu Apr 22 00:18:24 EDT 2004 i686 i686 i386 GNU/Linux
    podollb@crayowulf ~>java -version
    java version "1.5.0-rc"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63)
    Java HotSpot(TM) Server VM (build 1.5.0-rc-b63, mixed mode)
    I ran your code on a DUAL pentium xeon 1.69GHz
    Runtime 678 ms, rate=2949852 rand()/sec
    Runtime 1197 ms, rate=3341687 rand()/sec
    Runtime 1773 ms, rate=4512126 rand()/sec
    podollb@tycho ~>uname -a
    Linux tycho.rwic.und.edu 2.4.18-24.7.xsmp #1 SMP Fri Jan 31 06:10:55 EST 2003 i686 unknown
    podollb@tycho ~>java -version
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-beta)
    Java HotSpot(TM) Client VM (build Blackdown-1.4.1-beta, mixed mode)

  • Static data and multiple CPUs

    Hi, could anyone explain how data in static data (like static classes, static members of a class etc.) are handled across multiple CPUs in a multi-threaded application?
    Thanks,
    Lei

    nope
    its got way too much to do with the JVM and OS
    thread scheduling and optimisation (particularly in multiple CPU is a nightmare)
    it would also (if the optimisation went that far) depend on the architecture of the CPU in question..
    Althon MP each have processor cache (no surprise i guess) but the clever bit is that there is a very high speed buss to share the cache
    so in that case (i would guess) that one CPU could handle the static methods for a particular class, or it might be that either CPU could excecute code held in the cache of the other chip
    i really dont think that there would be set rules for how java deals with such low level optimisation

  • Itunes match  how do you to select multiple songs or do you click each one

    In ITunes match  how do you to select multiple songs to download to pc or do you have to click each one.

    First make sure you have the current version of iTunes, which is actually 10.5.1.  I had to manually download it from apples website, for some reason, it wouldnt auto-update.
    http://www.apple.com/itunes/download/
    Once that is complete, go to the iTunes store. In the Quick Links secion to the right, you should see iTunes Match. This will prompt you to activate your subscription to iTunes match.  After that it should ask you to add your computer and once youve done that, it should begin the process of scanning your library and adding it to the cloud
    Alternatively, once you activate your subscription, you can also go to the Store dropdown menu in iTunes and select Turn On iTunes Match.

  • I have just moved from MobileMe, where I had a 'Family account' (with unique email addresses for my wife and myself) to iCloud. We share the Cal and Contacts on our iMac. How do we sync to multiple devices - we each have iPads and iPhones? Mine sync OK...

    We have just moved from MobileMe, where we had a 'Family account' (and we each have our own @me.com email addresses) to iCloud. We share the Cal and Contacts on our iMac. How do we sync to multiple devices - we each have an iPad and an iPhone, but with different accounts set up for mail. Mine syncs OK to Cal and Contacts, but hers doesn't. There must be a way! Please help.

    According the this: http://www.apple.com/mobileme/transition.html, "After moving to iCloud, family member accounts are no longer linked to the master account."  You can share an iCloud calendar (see http://support.apple.com/kb/PH2690), but I don't think you will be able to share iCloud contacts unless you are signed into the same iCloud account on both phones.

  • How do you use the Multiple Item Information dialog box ???

    How do you use the Multiple Item Information dialog box ???
    Where are the instructions on how the information in the Multiple Item Information dialog box equates to ...
    1. The way iTunes sorts tracks and albums
    2. The reason to select a leading check box
    3. Why there are Option selections (Yes /No) and leading check boxes.
    4. Why some changes remain in the track info, but do not "take effect" in iTunes (Part of a compilation is an example)
    Looked in Help, Support, went to the local Genius bar for an hour, even arrainged a call from apple support ...
    Thanks

    As Christopher says, it's a compilation. Different tracks are by different artists.
    Setting the *Album Artist* field to *Various Artists* and setting *Part of a compilation* to Yes should be all that is required. Depending on your *Group compilations when browsing* setting ( I recommend On ) either should suffice but I suggest doing both.
    Based on your commentary, I selected all the "O Brother" tracks, and checked the boxes for everything line that was blank in the Info and the Sort panes. Only exceptions were the album name and the disc number 1 of 1 and the artwork. I blanked and checked anything else.
    That's not what I meant. When you select multiple tracks, only those values which +are already common+ to all tracks are displayed. Typically these will include Artist, though not with compilation albums, Album Artist, Album, No. of Tracks, Genre plus various sort fields. A blank value may indicate that different tracks have different values or it may be that the value is blank for all tracks. For the drop down values on the Options tab the value shown may not reflect the information in every tag. If values you expect to be common, such as Album Artist or the Album title are not displayed you can simply type these in and click OK. This will often be enough to group the album.
    If you place a checkmark against the blank boxes and apply changes then you will clear those fields so you should only do this if that is the effect you want. Putting a checkmark next to an empty (representing different values) *Track No.* box, for example, will just clear the all the track numbers which is very rarely useful.
    Adding then removing extra text is for a specific problem where despite all common values being identical across the tracks of the album iTunes seems to "remember" that it should see two albums. A typical example would be when an album originally listed as *Album CD1* & *Album CD2* is given disc numbers X of Y and then has the Album name changed to Album. I've seen iTunes merge all but one track into the new album, but insist on listing one remaining track separately, despite both albums having the same title. In this case I've found overtyping the album title again has no effect whereas changing it to AlbumX and then back to Album does what I was trying to achieve in the first place.
    Don't forget that even properly organsied albums may still break up if you don't chose an album-friendly view. Sorting on the track name or track number columns can be useful in some circumstances but in general I revert to Album by Artist when browsing through my library.
    tt2

  • How do you set up multiple accounts in itunes so phones don't automatically sync each others data ?

    How do you set up multiple itunes accounts to prevent multiple phones from sharing contact data?

    To add to Rod's answer, I have been blogging to explain more in detail the work flows for Question and Score slides, and some tweaking possibilities in these articles:
    http://lilybiri.posterous.com/question-question-slides-in-captivate
    http://lilybiri.posterous.com/question-question-slides-part-2
    Lilybiri

  • When initiating an e mail to someone with several addresses used in the past the one I use most often does not come up in the first position.  How can I get these multiple e mails prioritized?

    When initiating an e mail to someone with several addresses used in the past the one I use most often does not come up in the first position.  How can I get these multiple e mails prioritized?

    We are talking about the Mail app, right? In the Mail menubar, click on Window and then Previous Recipients:
    That eliminates the previous recipients. If you are talking about the suggestions because there are 10 people with the name 'Steve' in your Contacts, then I do not know how to eliminate those unless you change the name slightly or wait until you type the last name or some other differentiator.

  • How to update software on multiple iPhones using same iTunes account?

    How to update software on multiple iPhones using same iTunes account?

    SeanB15 wrote:
    Here are more details on my situation which should help clarify things...
    I purchased three iPhone 4 models back when they first came out (for my family) that all share the same iTunes account for access to apps and music, but each phone/user still has his/her custom contact list, email accts, and select lists of apps and music from the one iTunes acct library.  The problem is (as I understand it) that I can only update the software on one of the three iPhones – the primary phone I used to setup the iTunes acct without wiping out the separate contact lists, etc. As it stands today... the first (primary) iPhone associated with the iTune acct has been updated with the latest software version 5.1.1 and sync'd up with all the apps, music, etc from the one iTune acct, while the other two iPhones are still running on the original software version 4.0.2 and are experiencing problems now. I was advised by AT&T back in January that it would be necessary to setup separate iTunes accts for the second and third iPhones in order to receive system updates and still be able to manage separate contact lists, etc. If I go this route, I assume we will lose all the apps on phones #2 and #3 that we have been "sharing"... correct? Since this AT&T advice was prior to iCloud coming out, would iCloud be a better solution or at least part of the solution? I really don't yet understand how iCloud works. Hopefully, one of you can help me??
    we have 2 iphone 4's synced to the same itunes account for apps and music since the day we bought them, but each has a different icloud acct. they have both been updated on the same itunes account with every update that has come out since we bought them in december of 2010. nothing on either phone has ever been lost or duplicated. having said all that, maybe i'm missing something here, but we have had no problems. we do have itunes setup to sync manually. i do believe i'm a piker compared to lawrence finch, but i'm just telling you what happens in my house. maybe check with apple? is there a store near you?

  • How do i set up multiple iCloud accounts on the same mac?

    how do i set up multiple iCloud accounts on the same mac?

    Interesting - I was sure I'd seen a note somewhere that it was only Mail, but this article:
    http://support.apple.com/kb/ts4020
    does say
    Your secondary iCloud accounts can be set up and viewed in Settings > Mail, Contacts, Calendars on your iOS device, or Apple () menu > System Preferences > Mail, Contacts, Calendars on OS X Lion. You may choose to do this if you have a second iCloud account and need to access its Mail, Contacts, or Calendar data. 
    Note: While you can configure multiple iCloud Mail accounts in iOS, Push mail will only work for the primary iCloud account in iOS. Secondary account(s) will check for mail based on the settings in Settings > Mail, Contacts, Calendars > Fetch New Data.
    It's not something I can test - I suppose the second account's data gets added to the lists in iCal and Address Book?

  • How can i set up multiple user accounts for my new ipad mini?

    How can i set up multiple user accounts for my new ipad mini?

    The iPad mini is basically a one user device. There are no Accounts. You can set up restrictions so that only you can do certain things.

  • How do we set up multiple users?

    how do we set up multiple users?

    Create separate user accounts for each use. Use Accounts preferences or Users & Groups preferences depending on which version of OS X you are using.

Maybe you are looking for

  • How to I get to the STandard Design view Mode

    Don't have a manual and trying to find out how to switch modes to standard design view instead of layout mode?

  • FX 5900 Ripping and tearing of textures

    OK, so i've had this card less then a year and i've been dealing with a lot of ripping and tearing of textures in games. Normally when this happens what type of problem is it? Is this a video card problem? Is this a memory problem? Is this a overcloc

  • Copy tables between two different computer?

    Hi experts, I don't know if is this the correct place to make this question, but I need help with independent tables. Is it possible to copy independent tables to one 6.0 computer to other computer with the same version 6.0? Thanks in advance for you

  • After update to 11.3.1 users are not logged in to the ZAA

    Hi, we did a update from 11.2.3 to 11.3.1 a few weeks ago. All works fine but there is one problem. A lot of users are not logged in to the ZAA. If i try to start a remote session with the username i get the message the user is not logged in to any d

  • Photoshop 2014 - File Generator Image Assets not working

    Win7 Pro 64bit Photoshop 2014.2.1 Draw three layers with the brush and add extension .PNG to each layer name Edit > Preferences > Plug-Ins  : Enable Generator is checked File > Generate > Image Assets : no check mark ever appears by "Image Assets" an